Method and system for automatically adjusting file window sequence based on file dependency relationship
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- 恩亿科(北京)数据科技有限公司
- Publication Date
- 2021-03-12
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the field of computer technology. More specifically, the present invention relates to a method and system for automatically adjusting the order of file windows based on file dependencies. Background technique
[0002] With the prevalence of front-end frameworks such as React and Vue, the front-end is paying more and more attention to the concept of modularization. A project is usually composed of many different component modules. The larger the project, the more component modules, and the more dependencies between module files. more and more. Programmers often encounter this situation in the process of coding, namely: open a file, which introduces N submodule files inside, and this file will also be referenced as a submodule file of other files. At this time, a series of file windows are opened in the editor, and these files are displayed in the windows in a disorderly manner. During the development process, switchin...