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">Eclipse (software)</span> Software development environment

Eclipse is an integrated development environment (IDE) used in computer programming. It contains a base workspace and an extensible plug-in system for customizing the environment. It is the second-most-popular IDE for Java development, and, until 2016, was the most popular. Eclipse is written mostly in Java and its primary use is for developing Java applications, but it may also be used to develop applications in other programming languages via plug-ins, including Ada, ABAP, C, C++, C#, Clojure, COBOL, D, Erlang, Fortran, Groovy, Haskell, HLASM, JavaScript, Julia, Lasso, Lua, NATURAL, Perl, PHP, PL/I, Prolog, Python, R, Rexx, Ruby, Rust, Scala, and Scheme. It can also be used to develop documents with LaTeX and packages for the software Mathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++, and Eclipse PDT for PHP, among others.

<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">IBM System Object Model</span> Programming framework

The System Object Model (SOM) is an object-oriented shared library technology developed by IBM that supports defining an interface to an object so that its interface is separate from its implementation.

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> Visual editor

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).

<span class="mw-page-title-main">Class browser</span> Feature of coding platforms

A class browser is a feature of an integrated development environment (IDE) that allows the programmer to browse, navigate, or visualize the structure of object-oriented programming code.

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 14.6.1, 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.

NetRexx is an open source, originally IBM's, variant of the REXX programming language to run on the Java virtual machine. It supports a classic REXX syntax, with no reserved keywords, along with considerable additions to support object-oriented programming in a manner compatible with Java's object model, yet can be used as both a compiled and an interpreted language, with an option of using only data types native to the JVM or the NetRexx runtime package. The latter offers the standard Rexx data type that combines string processing with unlimited precision decimal arithmetic.

<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.

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

WebSphere sMash was a development and runtime environment from IBM for the creation of dynamic web applications using the scripting languages Apache Groovy and PHP. It contained a PHP runtime written in Java. Project Zero was the experimental software development community in which new versions of WebSphere sMash were incubated. WebSphere sMash was withdrawn from sale in 2012, with support discontinued in 2014.

<span class="mw-page-title-main">LEXX (text editor)</span>

LEXX is a text editor which was probably the first to use live parsing and colour syntax highlighting for marked-up text and programs. It was written by Mike Cowlishaw of IBM in 1985. The name was chosen because he wrote it as a tool for lexicographers, during an assignment for Oxford University Press's 'New Oxford English Dictionary'. The program ran on mainframes under VM/CMS. LEXX's design was based on several other editors written by the same author augmented by the ability to dynamically parse text and display colour on the new colour terminals that had recently become available. It is programmable using dynamically-loaded compiled commands or using interpreted commands.

<span class="mw-page-title-main">Scripting language</span> Programming language designed for scripting

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 is used for scripting.

References

  1. "Visual SlickEdit". 1999-02-08. Archived from the original on 1999-02-08. Retrieved 2023-03-13.
  2. Powers, Shawn. "SlickEdit". ACM. Retrieved September 13, 2024.
  3. "Visual SlickEdit 5.0 | Linux Journal". www.linuxjournal.com.
  4. "Visual slick edit claims to support files up to 2TB". news.ycombinator.com. Hacker News. June 10, 2015. Retrieved 2023-12-28.
  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