SlickEdit

From Wikipedia, the free encyclopedia

SlickEdit
Developed by SlickEdit, Inc.
Latest release 12
OS Cross-platform
Genre source code editor
License proprietary
Website http://www.slickedit.com

SlickEdit is a cross-platform source code editor by SlickEdit, Inc. SlickEdit provides syntax highlighting, code navigation and customizable keyboard shortcuts. The latest version, 2007, also supports programmable code templates.

Contents

[edit] History

SlickEdit started as a source code editor with features such as syntax highlighting, code refactoring, macros, and key bindings (keyboard shortcuts) compatible with many mainstream text editors including Vim (text editor) and Emacs. It has progressively been augmented with more features, such as integrated debugging sessions, to mimic some functionality of IDEs.

In SlickEdit 11, Vi emulation was upgraded to Vim emulation.

SlickEdit 2008 (version 13.0) was released in March 2008.

[edit] Supported languages

SlickEdit supports a wide variety of programming languages, including:[1]

It also supports some other languages for syntax highlighting alone. Like most other code editors, SlickEdit allows the user to add support for additional languages and to modify the way it operates on the ones listed above.

[edit] Operating systems

SlickEdit runs on a number of operating systems, including:[2]

SlickEdit also supported OS/2 until version 4.0b.

[edit] Slick-C

Slick-C the proprietary script language of the editor. Much of the editor is actually written in Slick-C, and all the Slick-C source code is included in with the product. This means that the user can take a look at how things work and modify the behavior to suit her/his needs better.

The language is C-like as the name suggest, though it has some elements from REXX (parse, say, ...). These REXX feature probably stems from the early days when the editor was making use of a REXX derived scripting language.

[edit] Support

In addition to direct support for customers, SlickEdit also hosts a web forum where users can help one another.[3]

[edit] Criticisms

As can be seen by the official support forum and latest change log, SlickEdit 2007 (12.0) was released with many bugs but numerous issues were fixed in versions 12.0.1 and 12.0.2. Additional bugs were fixed in hotfixes, which are bundled in a single file and is at revision 8 as of July 29, 2007.

According to some, SlickEdit suffers from an overabundance of features. In a review of version 11 of SlickEdit, Tom Plunket wrote:

SlickEdit ends up being a very complex piece of software. Some of its most promising features are hard to use, and configuring the program to work to any one developer's tastes can be tedious... its power can only be harnessed by people who are ready to spend considerable time learning how to truly use it.[4]

[edit] Related products

SlickEdit also two related packages which integrate into existing IDEs:

  • SlickEdit Plug-In: Integrates the SlickEdit editor for use in the Eclipse IDE[5]
  • SlickEdit Tools: Integrates additional tools and utilities into Microsoft's Visual Studio[6]

[edit] References

[edit] See also

[edit] External links