SlickEdit

Last updated
SlickEdit (Code Editor, Text Editor, IDE)
Developer(s) SlickEdit, Inc.
Stable release
2022 (2022)
Operating system Cross-platform Linux, macOS, Windows
Size ~642 MB
Type Source code editor
License Proprietary
Website www.slickedit.com

SlickEdit, previously known as Visual SlickEdit, [1] is a cross-platform commercial source code editor, text editor, and Integrated Development Environment developed by SlickEdit, Inc. SlickEdit has integrated debuggers for GNU C/C++, Java, WinDbg, Clang C/C++ LLDB, Groovy, Google Go, Python, Perl, Ruby, Scala, PHP, Xcode, and Android JVM/NDK. SlickEdit includes features such as built-in "beautifiers" that can enhance code as you type, code navigation, context tagging (also known as Intelligent code completion), symbol references, third-party tool integration, DIFFZilla [2] (a file comparison tool), syntax highlighting, and 15 emulations (that include keyboard and selection styles).

Contents

In 2014, SlickEdit released a limited version of their product named SlickEdit Standard, and renamed their original product SlickEdit Pro.

History

SlickEdit began in 1988 as a character-mode editor for DOS and OS/2. Clark Maurer, currently CEO of SlickEdit Inc. (formerly MicroEdge Inc.), was employed at IBM's Watson research lab. He was the developer of the internal IBM editor E; the most popular internal program used at IBM at the time. This experience enabled him to quit IBM and begin development of the first SlickEdit releases. [3]

At the beginning of the 1990s, most DOS editors were struggling with limitations of the 16-bit address space or DOS memory handling (640k). SlickEdit's programmers found a way to overcome these limitations. SlickEdit's current version can now handle large files of up to 2 TB in size.

As operating systems with graphical user interfaces became more popular, SlickEdit continued to produce versions of the program with high functionality and good usability. Today SlickEdit is feature rich in C++, C#, Java, JavaScript, PHP, HTML, Objective-C, Groovy, Google Go, and many more. SlickEdit can be used for everything from Web Development, IOS Development, Android software development, and Desktop Development to Mainframe Development. SlickEdit supports debugging for GNU C/C++, Java, WinDbg, Groovy, Google Go, Python, Perl, Ruby, PHP, Xcode, and Android JVM/NDK.

Large file capabilities

SlickEdit can edit files up to 2 Terabytes, [4] limited only by system resources. It can edit gigabyte files effortlessly. DIFFzilla can compare gigabyte files faster than other free or commercial tools.

Supported programming languages and operating systems

SlickEdit supports over 76 programming languages and file types, [5] including C, C++, C#, Groovy (programming language), Java, JavaScript, Objective-C, Google Go, HTML, PHP, XML, Windows batch files, AWK, Makefiles and INI files. Some of these are only supported with syntax highlighting, such as Makefiles and INI files. 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. SlickEdit also supports opening Visual Studio solutions and Xcode projects as workspaces.

SlickEdit runs on seven operating systems: [6]

The 32-bit Linux SlickEdit binary can also run on a FreeBSD system which is configured for Linux binary compatibility, although this is not a supported configuration.

Until version 4.0b, SlickEdit supported the OS/2 operating system.

Slick-C

Slick-C is the proprietary scripting language of the editor. Much of the editor is actually written in Slick-C, and all the Slick-C source code is included with the product. This means that the user can look at how things work and modify the behavior to suit their needs. [8] [ page needed ]

As the name suggests, the language resembles C, though it has some elements from REXX (parse, substr, ...). The original author of Slick-C liked the string parsing features of REXX and added similar features to Slick-C.[ citation needed ]

Support

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

Reception

In a review of version 11 of SlickEdit, released in 2006, Tom Plunket reviewing it for the Game Developer , suggested that it suffers from an overabundance of features:

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. [10]

In 2012, Shawn Powers also reviewed the software for the Linux Journal , concluding that it "is an amazing tool". [11]

See also

Further reading

Related Research Articles

An integrated development environment (IDE) is a software application that provides comprehensive facilities for software development. An IDE normally consists of at least a source-code editor, build automation tools, and a debugger. Some IDEs, such as IntelliJ IDEA, Eclipse and Lazarus contain the necessary compiler, interpreter or both; others, such as SharpDevelop and NetBeans, do not.

<span class="mw-page-title-main">Syntax highlighting</span> Tool of editors for programming, scripting, and markup

Syntax highlighting is a feature of text editors that is used for programming, scripting, or markup languages, such as HTML. The feature displays text, especially source code, in different colours and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. This feature is also employed in many programming related contexts, either in the form of colorful books or online websites to make understanding code snippets easier for readers. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.

<span class="mw-page-title-main">WebObjects</span> Java web application server and framework originally developed by NeXT Software

WebObjects is a discontinued Java web application server and a server-based web application framework originally developed by NeXT Software, Inc.

<span class="mw-page-title-main">Apache Ant</span> Java software tool

Apache Ant is a software tool for automating software build processes for Java applications which originated from the Apache Tomcat project in early 2000 as a replacement for the Make build tool of Unix. It is similar to Make, but is implemented using the Java language and requires the Java platform. Unlike Make, which uses the Makefile format, Ant uses XML to describe the code build process and its dependencies.

<span class="mw-page-title-main">IBM System Object Model</span> Programming framework

In computing, the System Object Model (SOM) is an object-oriented shared library system developed by IBM. DSOM, a distributed version based on CORBA, allowed objects on different computers to communicate.

jEdit Cross platform text editor

jEdit is a free software text editor available under GPL-2.0-or-later. It is written in Java and runs on any operating system with Java support, including BSD, Linux, macOS and Windows.

<span class="mw-page-title-main">XEDIT</span>

XEDIT is a visual editor for VM/CMS using block mode IBM 3270 terminals.

<span class="mw-page-title-main">Source-code editor</span> Text editor specializing in software code

A source-code editor is a text editor program designed specifically for editing source code of computer programs. It may be a standalone application or it may be built into an integrated development environment (IDE).

The Apple Developer Tools are a suite of software tools from Apple to aid in making software dynamic titles for the macOS and iOS platforms. The developer tools were formerly included on macOS install media, but are now exclusively distributed over the Internet. As of macOS 10.12, Xcode is available as a free download from the Mac App Store.

<span class="mw-page-title-main">CMake</span> Cross-platform, compiler-independent build system generator

In software development, CMake is cross-platform free and open-source software for build automation, testing, packaging and installation of software by using a compiler-independent method. CMake is not a build system itself; it generates another system's build files. It supports directory hierarchies and applications that depend on multiple libraries. It can invoke native build environments such as Make, Qt Creator, Ninja, Android Studio, Apple's Xcode, and Microsoft Visual Studio. It has minimal dependencies, requiring only a C++ compiler on its own build system.

E is the text editor which was made part of PC DOS with version 6.1 in June 1993, in February 1995 with version 7 and later with PC DOS 2000. In version 6.1, IBM dropped QBASIC, which, in its edit mode, was also the system text editor. It was necessary to provide some sort of editor, so IBM chose to adapt and substantially extend its OS/2 System Editor (1986), a minimally functional member of the E family of Editors. The DOS version is extended with a wide array of functions that are usually associated with more functional versions of the E editor family. In version 7, IBM added the REXX language to DOS, restoring programmability to the basic box. IBM also provided E with OS/2.

<span class="mw-page-title-main">JUCE</span> C++ Cross-Platform Application Development Framework

JUCE is an open-source cross-platform C++ application framework, used for the development of desktop and mobile applications. JUCE is used in particular for its GUI and plug-ins libraries. It is dual licensed under the GPLv3 and a commercial license.

Qbs is a cross-platform free and open-source software for managing the build process of software. It was designed to support large, complex projects, written in any number of programming languages, primarily C/C++.

<span class="mw-page-title-main">Scripting language</span> Programming language for run-time events

In computing, a script is a relatively short and simple set of instructions that typically automate an otherwise manual process. The act of writing a script is called scripting. Scripting language or script language describes a programming language that it is used for a script.

<span class="mw-page-title-main">Rexx</span> Command/scripting/programming language

Rexx is a programming language that can be interpreted or compiled. It was developed at IBM by Mike Cowlishaw. It is a structured, high-level programming language designed for ease of learning and reading. Proprietary and open source Rexx interpreters exist for a wide range of computing platforms; compilers exist for IBM mainframe computers.

References

  1. "Visual SlickEdit". 1999-02-08. Archived from the original on 1999-02-08. Retrieved 2023-03-13.
  2. "SlickEdit".{{cite journal}}: Cite journal requires |journal= (help)
  3. "Visual SlickEdit 5.0 | Linux Journal". www.linuxjournal.com.
  4. "Visual slick edit claims to support files up to 2TB http://www.slickedit.com/pro... | Hacker News". news.ycombinator.com. Retrieved 2023-12-28.{{cite web}}: External link in |title= (help)
  5. "Languages Supported". www.slickedit.com.
  6. "SlickEdit". www.slickedit.com.
  7. "SlickEdit for macOS". SlickEdit Inc. Retrieved February 16, 2012.
  8. Hurst, John (2007-11-05). Professional SlickEdit. John Wiley & Sons. ISBN   978-0-470-12215-0.
  9. "SlickEdit Community - Index". community.slickedit.com.
  10. Plunket, T. (2006, August). Skunk Works: SlickEdit's SlickEdit 11. Game Developer , 10-11.
  11. "SlickEdit - Linux Journal". www.linuxjournal.com. Retrieved 2020-10-30.
  12. SlickEdit Plug-In page