KR20130020199A - System and method of sharing the location of code file in an integrated development environment - Google Patents
System and method of sharing the location of code file in an integrated development environment Download PDFInfo
- Publication number
- KR20130020199A KR20130020199A KR1020110082665A KR20110082665A KR20130020199A KR 20130020199 A KR20130020199 A KR 20130020199A KR 1020110082665 A KR1020110082665 A KR 1020110082665A KR 20110082665 A KR20110082665 A KR 20110082665A KR 20130020199 A KR20130020199 A KR 20130020199A
- Authority
- KR
- South Korea
- Prior art keywords
- code file
- sharing
- information
- code
- server
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/16—Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/41—Compilation
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Stored Programmes (AREA)
Abstract
The present invention relates to a system and method for sharing a code file location in an integrated development environment. According to the present invention, when a plurality of users are developing, a screen location of the same code file can be shared at a remote location, and a plurality of users are large. And the location of the caret can be shared, the interference of the user can be minimized and the development period can be shortened.
Description
The present invention relates to a code file location sharing system and method in an integrated development environment.
Recently, with the spread of various smart devices, the development of large-capacity code is rapidly increasing. As the code size increases, many developers develop with the same code, and various ways of sharing code are proposed and used. A representative example is SVN. Currently, an integrated development environment (IDE) containing SVN is commonly used.
An integrated development environment is a set of computer programs that run from a single user interface, allowing editing, compilation, and debugging of computer programs to be developed from a common menu. Thus, the integrated development environment allows a user to develop a computer program in the form of a distributed system.
However, when a large number of developers develop a large scale, it may be necessary to discuss a problem code remotely. In this case, in the related art, a user must manually find and deploy a related file through a messenger or a wired or wireless screen, and then move it to a corresponding line to discuss. If such problems occur frequently, there has been a problem that the development period is extended.
Conventional technology for sharing files is disclosed in Korean Patent Laid-Open Publication No. 2010-0028553, which is a technology for integrating and sharing electronic documents. Not about
Therefore, there is a need for a technology for sharing code file screen positions when a large number of developers are developing in an integrated development environment.
The present invention has been made to solve the above-described problems, and an object thereof is to provide a technology that allows a large number of developers to share the location of a code file in an integrated development environment.
Code file location sharing system in the integrated development environment according to an embodiment of the present invention for achieving this object comprises a code file sharing server for sharing a plurality of code files; A client server connected to a network with the code file sharing server, storing a code change history, and transmitting the changed content; And an editor page information sharing server for receiving the information of the changed code file from the client server and sharing the work information among the plurality of users. Includes, The client server upload unit for uploading the code file to the code file sharing server; And a code file collision recognition unit recognizing whether a code file uploaded by the upload unit causes a collision. It includes.
The client server may further include: a code file sharing server log tracking module that analyzes logs of the code file sharing server and secures historical information related to a list of users who use the code file; An associated user tracking module for collecting information of users associated with each source code of the code file according to the history information identified through the code file sharing server log tracking module; A code file location tracking service activation module for storing changed file information according to contents of a code file changed by the related users identified by the related user tracking module; And an editor page information sharing client module for transmitting the changed file information to related users identified through the related user tracking module. .
In addition, the editor page information sharing client module activates the editor page information sharing server to transmit a configuration file to the editor page information sharing server and transmits cursor position and caret position information.
Code file location sharing method in the integrated development environment according to an embodiment of the present invention for achieving this object comprises the steps of uploading the code file modified in the integrated development environment to the code file sharing server; A second step of the client server recognizing whether the code file uploaded in the first step causes a conflict; A third step of, when the collision of the code file is detected in the second step, the code file sharing server log tracking module analyzing the log of the code file sharing server to find history information related to the list of code file users; A fourth step of the related user tracking module collecting information of users related to each source code of the code file according to the history information identified in the third step; A fifth step of storing, by the code file location service activation module, the changed file information according to the contents of the code file changed by the related users; And a sixth step of transmitting, by the editor page information sharing client module, the changed file information stored in the fifth step to related users identified in the fourth step. It includes.
In addition, in the sixth step, the editor page information sharing client module activates an editor page information sharing server to transmit a configuration file to the editor page information sharing server, and transmits cursor position and caret position information.
As described above, the present invention has the following effects.
First, when multiple users are developing, they can share the screen location of the same code file at a remote location.
Second, multiple users can share the location of the cursor and caret.
Third, interference of the user can be minimized.
Fourth, the development period can be shortened.
1 is a block diagram of a code file location sharing system in an integrated development environment in accordance with an embodiment of the present invention.
2 is a flowchart sequentially illustrating a method of sharing a code file location in an integrated development environment according to an embodiment of the present invention.
The preferred embodiments of the present invention will be described in more detail with reference to the accompanying drawings, in which the technical parts already known will be omitted or compressed for simplicity of explanation.
<Description of Configuration>
The integrated development environment includes a debugger, a compiler and an editor.
The debugger provides you with the ability to detect bugs as you run your program. In computer programming, a compiler translates and converts source codes written in high-level languages into machine codes that can be executed by computers. The editor provides the ability to edit and edit code files.
Each component of the integrated development environment may be implemented in software, hardware, or a combination of software or hardware. Since the integrated development environment itself can be executed in the form of a distributed system, it can be executed for an operating system in the form of such a distributed system. The distributed system may be, for example, a computing device such as a desktop or notebook computer, a smartphone, a tablet PC, or the like.
1 is a block diagram of a code file
Referring to FIG. 1, a code file
The code
The
Upload
The code file
The code file sharing server
The relevant
The code file location tracking
The editor page information
<Description of Method>
2 is a flowchart sequentially illustrating a method of sharing a code file location in an integrated development environment according to an embodiment of the present invention. Referring to Figure 2 will be described in more detail with respect to the code file location sharing method in the integrated development environment according to an embodiment of the present invention.
1. Upload the code file (S201)
The
2. Whether the code file conflicts (S202)
The
3. Analyzing Code File Sharing Server Logs (S203)
The code file sharing server
4. Collect related users information (S204)
The relevant
5. Save changed file information (S205)
The code file location tracking
6. Transferring changed file information (S206)
The editor page information sharing
Users associated with the conflicting code file may access the editor page
While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments. And the scope of the present invention should be understood as the following claims and their equivalents.
10: Code file location sharing system in integrated development environment
100: code file sharing server
200: client server
210: upload unit 220: file conflict recognition unit
230: Code file sharing server log trace module
240: related user tracking module
250: Code File Location Tracking Service Activation Module
260: Editor page information sharing client module
300: editor page information sharing server
Claims (5)
A client server connected to a network with the code file sharing server, storing a code change history, and transmitting the changed content; And
An editor page information sharing server configured to receive information of a changed code file from the client server and share work information among the plurality of users; Including,
The client server,
An upload unit for uploading a code file to the code file sharing server; And
A code file collision recognition unit recognizing whether a code file uploaded by the upload unit causes a collision; Code file location sharing system in the integrated development environment comprising a.
The client server,
A code file sharing server log tracking module that analyzes logs of the code file sharing server to obtain history information related to a list of users who use the code file;
An associated user tracking module for collecting information of users associated with each source code of the code file according to the history information identified through the code file sharing server log tracking module;
A code file location tracking service activation module for storing changed file information according to contents of a code file changed by the related users identified by the related user tracking module; And
An editor page information sharing client module for transmitting the changed file information to related users identified through the related user tracking module; Code file location sharing system in the integrated development environment further comprising.
The editor page information sharing client module activates the editor page information sharing server to transmit a configuration file to the editor page information sharing server and transmits cursor position and caret position information. Shared system.
A second step of the client server recognizing whether the code file uploaded in the first step causes a conflict;
A third step of, when the collision of the code file is detected in the second step, the code file sharing server log tracking module analyzing the log of the code file sharing server to find history information related to the list of code file users;
A fourth step of the related user tracking module collecting information of users related to each source code of the code file according to the history information identified in the third step;
A fifth step of storing, by the code file location service activation module, the changed file information according to the contents of the code file changed by the related users; And
A sixth step of transmitting, by the editor page information sharing client module, the changed file information stored in the fifth step to related users identified in the fourth step; Code file location sharing method in the integrated development environment comprising a.
In the sixth step, the editor page information sharing client module activates an editor page information sharing server to transmit a configuration file to the editor page information sharing server, and transmits cursor position and caret position information. Code file location sharing method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020110082665A KR20130020199A (en) | 2011-08-19 | 2011-08-19 | System and method of sharing the location of code file in an integrated development environment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020110082665A KR20130020199A (en) | 2011-08-19 | 2011-08-19 | System and method of sharing the location of code file in an integrated development environment |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20130020199A true KR20130020199A (en) | 2013-02-27 |
Family
ID=47898188
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020110082665A KR20130020199A (en) | 2011-08-19 | 2011-08-19 | System and method of sharing the location of code file in an integrated development environment |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20130020199A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20150111134A (en) * | 2014-03-25 | 2015-10-05 | 한국전자통신연구원 | Code recommendation and share system and method |
CN111767498A (en) * | 2019-11-15 | 2020-10-13 | 北京沃东天骏信息技术有限公司 | Method and device for realizing file information sharing |
-
2011
- 2011-08-19 KR KR1020110082665A patent/KR20130020199A/en active IP Right Grant
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20150111134A (en) * | 2014-03-25 | 2015-10-05 | 한국전자통신연구원 | Code recommendation and share system and method |
CN111767498A (en) * | 2019-11-15 | 2020-10-13 | 北京沃东天骏信息技术有限公司 | Method and device for realizing file information sharing |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108845930B (en) | Interface operation test method and device, storage medium and electronic device | |
US20240045850A1 (en) | Systems and methods for database orientation transformation | |
US9235389B2 (en) | Method of providing embedded software development tool for supporting embedded software development environment based on native building, and apparatus thereof | |
WO2016196701A1 (en) | Natural language engine for coding and debugging | |
US10318286B2 (en) | Adding on-the-fly comments to code | |
US9201761B1 (en) | Debugging data format conversion | |
CN106844181B (en) | Method, system and mobile terminal for recording user behavior | |
CN103309647A (en) | Application program multi-language support system and method | |
CN102200911A (en) | Variable closure | |
CN103577310A (en) | Method and device for recording software debugging logs | |
EP3647941A1 (en) | Engineering apparatus, control method of engineering apparatus, and program | |
US20080127037A1 (en) | System and method for detecting software on a computing device | |
CN112615758B (en) | Application identification method, device, equipment and storage medium | |
CN112395843A (en) | PHP code-based service processing method, device, equipment and medium | |
US20170220452A1 (en) | Performing a mirror test for localization testing | |
US20140373035A1 (en) | Dynamically binding data in an application | |
CN102521250B (en) | Method for implementing universal syntactic analysis of intelligent measuring instrument | |
KR20130020199A (en) | System and method of sharing the location of code file in an integrated development environment | |
CN110334031B (en) | Memory allocation code detection method and device, computer equipment and storage medium | |
KR20130020135A (en) | System and method of providing the developer list of developing code simultaneously in an integrated development environment | |
US10310958B2 (en) | Recording medium recording analysis program, analysis method, and analysis apparatus | |
CN116880847A (en) | Source tracing method and device based on open source project, electronic equipment and storage medium | |
CN115562993A (en) | Test script recording method and device, electronic equipment and storage medium | |
CN114238130A (en) | Performance test method, device, equipment and storage medium | |
CN114116471A (en) | Automatic code scanning method, system, electronic equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E701 | Decision to grant or registration of patent right | ||
NORF | Unpaid initial registration fee |