Please click here for the installation and configuration of SlickEdit.
1) Start SlickEdit
After a terminal starts SlickEdit, it also runs in the case of another terminal that starts SlickEdit when it needs to knock command:vs +new
2) Create key projects as needed
A) New project (Project-> new)
b) Select the project you want to create as needed (GNU/C + +)
c) can create executable programs, dynamic libraries, static libraries (here as executables)
d) Blank works, with main () works, with Hello World engineering
e) Makefile settings (this option does not take Makefile)
f) Add files to the project (or do not add, press OK directly)
3) related operation of the project
A) show off the project side bar
b) Add files to the project
c) Removal of a file from the project
4) Common default shortcut keys
Ctrl +. or F12 displays the position of the variable or function definition
ctrl+/ or shift+f12 displays and lists all references in the project to the current selected variable or function position
Ctrl +] The cursor moves to the matching [] or ()
ctrl+\ collapse/Unwind code (works regardless of whether code folding is turned on)
ALT +. List symbol lists (function declarations)
ctrl+f (Find) Find
ctrl+g (GO)/ctrl+shift+g Jump
ctrl+r (replace) Replace
Linux development environment Construction and use--slickedit simple use tutorial