当前位置:网站首页>Installation and usage of source insight tool

Installation and usage of source insight tool

2022-06-27 09:07:00 Hi, little brother pi

Source insight How to install and use the tools

One 、Source Insight brief introduction

​ Source Insight The tool is a powerful code reader , It can make a lot of code contact , Easy to read , And support the program code of various languages .

Two 、Source Insight install

2.1 download :

Download address

 Insert picture description here
 Insert picture description here

Just click download , What I download here is 4.0 edition . Then follow the steps to install .

 Insert picture description here

Customize the installation directory

 Insert picture description here

Continue to follow the steps to complete the installation

2.2 Activate :

1、 Unzip the downloaded file

link :https://pan.baidu.com/s/1bozGoqo3GIi1QbQZqAjHoQ
Extraction code :o4ul

 Insert picture description here

2、 take msimg32.dll Copy to source insight Installation directory

 Insert picture description here

3、 open si4_kgen_unis.exe, Click on Generate Generate key file

 Insert picture description here

4、C:\ProgramData\Source Insight\4.0 It's software key File storage location ,( Do not change the save location )

 Insert picture description here

5、 Activation complete .

3、 ... and 、Source Insight Usage method

3.1 Add project

 Insert picture description here

 Insert picture description here
 Insert picture description here

Click when finished close that will do

3.2 Using skills

1、 Synchronize the added code , Generate indexes and auxiliary files for reading code , Easy to read the source code ; Click on Project–> synchronization *file,* The following block diagram will pop up :

 Insert picture description here

2、 Select the language and suffix of the file , Click on Options–>File type Options, The following block diagram pops up

 Insert picture description here

3、 Select the characters , The same character is highlighted , Click on Options–>File type Options, The following block diagram pops up , Dimension item selected :

 Insert picture description here

The effect is as follows :

 Insert picture description here

4、 Show call relationships

When selecting a function , Show function call flow , Select a function -> Right click -> Show in Relation Window, As shown in the figure below .

 Insert picture description here

5、 Global search

 Insert picture description here

 Insert picture description here

 Insert picture description here

6、 Solve the problem of Chinese garbled code

Single file :File -> Reload Enconding…

 Insert picture description here

All the files :Options > Preferences >File label .

 Insert picture description here

原网站

版权声明
本文为[Hi, little brother pi]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270858053652.html