EnhProj macro for SlickEdit 2008 and 2009

by Christopher Antos, Copyright © 2008-2009, All Rights Reserved.


Purpose

SlickEdit 14 has a new Smart Open toolbar. EnhProj is very similar, but is much faster in a workspace with tens of thousands of files, and works on both SE14 and SE13.

Compatibility

This macro uses a DLL, so it only works on Windows computers.

Itt has been tested with SlickEdit 13.0.2 through 14.0.0. It may or may not work with older versions of SlickEdit (older versions are not supported).

Installation

  1. Extract the files from the .ZIP archive.
  2. Copy EnhProj.dll to your SlickEdit "win" directory (e.g. "c:\slick\win").
  3. Copy EnhProj.e to your custom macro directory (or your config directory).
  4. Open the EnhProj.e file in SlickEdit.
  5. Load the module by choosing Macro | Load Module... from the menu.
  6. Set up a key binding to invoke the enhOpen command (I use Ctrl+O).

Features

Configuration

There are some configuration variables that control optional behavior. Configuration variables can be set by typing "set-var config_var_name" at the SlickEdit command prompt. At this time EnhProj does not have UI for setting options.

How To Filter The File List

Typing filters the list.

Examples:

Future Enhancements