Speed
From the instant you launch SlickEdit you’ll appreciate its speed. For quick changes you can launch SlickEdit, make your edits, and close down in less time than it takes for other IDEs to finish loading. Because the engine is native C++, you will experience very rapid response times to keyboard and mouse commands. SlickEdit also contains various project wizards to move into actual coding faster by automating project set-up steps.
SlickEdit uses its' intelligence to auto complete symbols and automatically expand function syntax. For most languages, SlickEdit will auto indent while you are typing, paste code at the proper indent level, and also beautify code at the touch of a button. Java Live Errors alerts you to any syntactical errors while typing, saving you time fixing compiler errors. Advanced functionality such as Surround With enables you to choose a code block and surround it with language-specific structures. Many other rapid coding features await you inside SlickEdit.
Power
Developers need power when they code and SlickEdit delivers. When coding, SlickEdit provides outstanding symbol analysis. For many of the 40 supported languages, SlickEdit provides intelligent coding assistance that performs expression type, scope and inheritance analysis as code is written. SlickEdit automatically displays the prototype for a function when the function operator is typed and lists the members when typing a member access operator.
Navigate code with ease in SlickEdit. SlickEdit's tag-driven navigation engine enables a user to jump to a symbol’s definition or to where it has been used throughout the project, even if the files containing the results are not currently open.
SlickEdit’s C++ refactoring engine is second to none. With 18 different refactorings including extract method and modify parameter list, SlickEdit will save you countless hours when performing refactoring operations. SlickEdit enables you review and accept or reject every change that the refactoring engine has made.
When you need to difference files/projects or merge multiple files together, SlickEdit’s difference and merge tool gives you ultimate power. SlickEdit enables you to compare two files, two directories, or two source trees providing both a traditional file difference view and a symbol difference view. SlickEdit also gives you full editing capabilities during difference and merge operations, which saves you time.
Flexibility
Each developer has an individual coding style and is most effective when coding that way. SlickEdit recognizes this and has designed its tool to accommodate varying programming styles. Starting with the workspace almost everything can be configured. All windows are dockable, tabs can be moved anywhere, and toolbars can be hidden. Fonts and coloring are fully customizable, including background, text, and different types of symbols.
SlickEdit supports 13 different key-binding emulations, and you can also re-bind any key and bind operations to the mouse wheel. Viewing code is configurable with code collapsing, soft wrap, hex views, display of line numbers and display of special characters. Even searching with SlickEdit is flexible. Syntax-driven search enables you to restrict your search to specific code elements such as include/exclude comments, symbols, and strings.