SourceInsight usage tutorial (continuously updated)


1. Download and install

Download and install the software installation package at the following link:
SourceInsight4.0 download and installation tutorial

2. Interface style setting

2-1. Directly import files configured online

In the download and installation tutorial link above, after downloading the network disk, there are already collected files with configured interface styles, which can be imported directly (the two collected files seem to have black interfaces); 2-1-1
. Open the setting item in sourceinsight4.0: Options—>Load Configuration File
2-1-2, select the configuration file downloaded from the network disk (file with .xml suffix), and complete
Insert image description here
Insert image description here

2-2. Download several collection style configuration files (Baidu Cloud Disk)

Here is the Baidu network disk link:
SourceInsight4.0 download and installation tutorial

2-3. Configure your own style

pending upgrade;

3. [Problem]: Toolbar disappears

There is a situation where the toolbar in the picture below disappears:
Insert image description here
Solution: Check the View—>Toolbars---->Main Toolbar option;
Insert image description here

4. Some window settings (refined)

4-1. Window layout that I personally find useful

4-1-1, as follows
Insert image description here
4-1-2, the settings of the above windows:
4-1-2-1, symbol window (view source file function)
Insert image description here
4-1-2-2,

4-2. Modify the color of the selected block

In si4, global search, or jump function, or manual selection of variable names are commonly used. At this time, the color will be different. However, if the color is not set well, it will be difficult to find the content we are searching for. The following is to set the color of the selected block:

Open options–>style properties, set the color of the selected block as follows, and change it to a conspicuous color.
Insert image description here
Insert image description here

5. Commonly used shortcut key operations and modification of shortcut key settings

5-1. Modify shortcut key settings

5-1-1. Select options------>key assignments
Insert image description here

5-1-2. The following are the default shortcut key settings. You can find the corresponding items and modify them yourself;
Insert image description here

5-2. Default global search shortcut key: CTRL+/

5-3. After global search, switch up and down options shortcut keys: F3 (previous), F4 (next)

Note: However, it seems that after the global search, the f3 and f4 jump search items are limited to the same source file;

6. Create a new project and add files to the project;

6-1. New construction

6-1-1. Open Project—>New Project
Insert image description here
6-1-2. Modify the project name and modify the storage location of the si project file
Note: (The storage location of the si project file is normally placed in the root directory of the project engineering code to create a new SI folder),
click OK to enter the next step of setting
Insert image description here
6-1-3, select the file to be imported into the project
6-1-3-1, Project Source Directory... For this setting item, select the... button at the end, and the browse folder will pop up to select to join. folder/file, then confirm, then select OK to enter the next window
6-1-3-2. Select the specific file to be imported. The operation is as described in the figure below;
6-1-3-3. To import If the file is in .S or other formats, the file may not be found on this interface. In this case, the Show only known file types option must be checked.
Insert image description here
Insert image description hereInsert image description here

6-2. Add files

If the si project has been built and you need to add code files later, you need to import them into the project. At this time, click Project—>Add and Remove Project Files
and then add the files in the same way as adding files when creating a new project above;
Insert image description here

6-3. Reload project files

For example, if you add individual files to the project, you need to reload the project to find the code in the editor. The operation is as follows:
Project------>Rebuild Project...
Insert image description here
Translation:
Insert image description here

7. [Problem]: Chinese comments are garbled.

pending upgrade;

8. [Problem]: The highlighted shortcut key (f8) suddenly appears invalid.

Problem description: Suddenly I found that the shortcut key f8 for selecting highlighting is invalid, but you can select highlighting by right-clicking the mouse, and then select options------>key assignments to see if the original highlighted shortcut key has been changed. I found that it has not been changed, that is, it is occupied by other software! I just remembered that I installed NetEase Youdao Dictionary. The word delineation function of this software defaults to f8. . .
Problem Solved: Just change the word retrieval switch function key of NetEase Youdao Dictionary to something else;
Insert image description here

Insert image description here

Guess you like

Origin blog.csdn.net/weixin_42640280/article/details/127632574