tags: slickedit editor linux c Code development
The first is to be happy with the code, the nature of the work of the individual plus a lost hobby, the main working language is linux C, occasionally write a little python, usually need a lot of code to see the kernel, the project size is basically thousands of sources The file, the previous editor used source_insight, personally feel that si is really very easy to use, especially 4.0 support UTF8 is enough for daily use, but si has one of the biggest shortcomings, can not cross-platform. . . I tried running in the environment under wine, I feel that the compatibility is still not good. After the development environment is migrated to ubuntu, I took the vi, the operation of the full key is also cool, but it may be poor personal, I feel vi suitable for writing code. But when I analyze the code, I always feel worse. The vscode is also good, it is slow, so I want to find a cross-platform editor. After all, in case, if I use the MacBook code, slickedit this time. Into the field of vision, this editor features more than a little bit, personal choice is the pro version.
After the configuration is completed, the window layout is as shown in the figure below.

I feel that slickedit is really good, but I don’t know why, domestic forums and information are few and far between, most of them rely on their own groping, in order to share with everyone, configure The process is posted, if you are interested, you can discuss it together. I will post the link of the configuration file later, and the interested one can be directly exported.
First dark is a must, this is also a new addition to 2017slickedit
The following two items show whether there are rows and columns of drag and drop
Vertical line columns can display a vertical line at the number of columns you define

Binding shortcut
I added 5 new
are respectively
ctrl+, —>push-bookmark
ctrl+alt+,—>pop-bookmark
Alt+\ —> beautification
Alt+/—>Quick/Uncomment
Alt+d—>Quick doxygen annotation
Because slickedit's navigate does not support jumping in the same file, so when I analyze the code, I am used to push-bookmark first, then pop, I feel very good.
Write these first, then have time to add later

This article introduces the configuration of QT based on VS2017 Tools and systems: VS2017, Qt5.12.1 1. Early preparations 1. Download and install VS2017. 2. QT plugin installation Open vs2017, click o...
Article Directory One, download and install Visual Studio 2. Create a project and configure the FFmpeg development environment 1. Download the source code, library and link file of FFmpeg 2. Configure...
"We must first of its profits", learning a language, choose a highly efficient IDE (Integrated Development Environment) is particularly important to support the C ++ IDE There are many, Visu...
There are many related articles on the Internet, but they are not very comprehensive or very clear, so I will summarize here; One: Development environment: Windows 7 + VM(LinuxMint(Ubuntu)16.04) + Vis...
I. Compile and link When every beginner contacts all languages, it will face this line of code, then how it works. In Linux we use G ++ -o hello hello.cpp to get an executable file, this process can a...
Original address: http://www.cnblogs.com/zhanxiage1994/p/6813784.html ImageMagick information on the Internet is really not much, and because the version front is too long, it is very confusing. Initi...
In the last articleVisual Studio development (1): install and configure Visual Studio Code In, we talked about how to configure VS CODE to write and debug C code. If you have used VS Code to review an...
”” ”” ”” ”” ”” ”” ”” ”” ”” ”” ”” ”” ”” &rdqu...
OracleEmbedded Development,vs2015in environment,PRO*C/C++ 1. Install the software, installoracle11gas well asvs2015, Choose when installing VS2015c++Module 2.vs2015China Constructi...
VS Code has been very popular, I once entered the pit, there is no problem in Linux, and now I am going to work under Windows, configuring C++ has become a big problem. I tried the following: 1, accor...