First Looks

SlickEdit: Enhance Code Editing

SlickEdit is an alternative development environment designed for hardcore developers. It's a highly configurable and highly productive environment, but one that has a steep learning curve.

Microsoft's Visual Studio has matured into a comprehensive development platform for the company's technologies. With maturity, however, has come some bloat and complexity that often gets in the way of efficient development. Sometimes, Visual Studio just tries to do too much.

SlickEdit is one of the oldest of the alternative development environments, one that goes well beyond simple text editing. It's almost infinitely configurable to match your development style, and it's able to handle almost any kind of development on any platform, including Windows, Linux, and the Mac. The tool is well worth considering if you develop using a variety of both Microsoft and other technologies, especially on a variety of platforms. SlickEdit doesn't include the wizards and myriad project types of Visual Studio, but it does make editing code far more productive.

There is a mind-boggling array of productivity features in the editor. Syntax Expansion creates a block of code based on typing a few characters, such as an if or for block in the appropriate programming language. Code navigation features let you jump around code to symbol definitions and back to the code you're working on. Context tagging displays symbol information when the mouse hovers over a symbol. And the list goes on: code formatting, refactoring, bookmarks, annotations, and so on. It includes utilities for differencing files, testing regular expressions, building projects, and interacting with version control systems. I come away with the strong impression that this product was created by developers who are tool happy!

The latest version, SlickEdit 2007 (sometimes labeled as version 12.0) has a long list of new features and enhancements. A new Class Tool window displays the members of the current class and the inheritance hierarchy of the current class. There is now rich support for formatting XML and HTML files. Dynamic surround can surround a group of statements with a block statement, properly indented. There is also a powerful Files Tool window you can use to view open buffers, project files, and workspace files, which are sortable by file name or path. The Documentation Comments Preview window uses XML comments in your code to display information about symbols (Figure 1). And, of course, SlickEdit now features Windows Vista support.

It's hard for me to imagine any features that might be missing from SlickEdit. But if you find any, you can code them yourself using the Slick-C language to enhance the environment. Much of SlickEdit itself is written in Slick-C, so you can use the same tools that its creators used to build the editor itself. You can record Slick-C macros or write them from scratch, then bind them to keys or menu items, or use them in custom dialog boxes. As the name implies, Slick-C is rooted in C, so you'll be familiar with the syntax if you know C#.

Despite generally great documentation and various kinds of help, the product is a bit intimidating for new users. The Quick Start section of online help is useful, but falls short of getting a new user up and running quickly. But once you learn the basics, the documentation is extremely useful.

SlickEdit is not trivial to learn to use productively, and is designed for hardcore programmers. But when you consider all the options for configuring it to work the way you do, along with its ability to automate various tasks and its support for just about all modern development technologies, the learning curve is worth it. VSM


SlickEdit 2007, version 12.0
SlickEdit Inc.
Web: www.slickedit.com
Phone: 919-473-0070
Price: $284.00
Quick Facts: A feature rich, robust development environment for almost any modern technology on any platform, designed by developers for developers.
Pros: Highly configurable user interface, rich productivity features for writing code, strong support for editor emulations, generally great documentation.
Cons: Infinite flexibility and feature set makes product hard to learn, default interface is cluttered.

About the Author

Don Kiely is a senior technology consultant in Fairbanks, Alaska. When he isn't writing software, he's writing about it, speaking about it at conferences, and training developers in it. Reach him at [email protected].

comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube