Japanese || XKeymacs | Favorite Utility | JavaHelp | LilyPond | SlickEdit

Visual SlickEdit

Configuration

How to fix a problem


Configuration

Initialize Configuration

Almost all configurations of Visual SlickEdit are saved in the next directory.
%USERPROFILE%\My Documents\My Visual SlickEdit Config
(Ex. C:\Documents and Settings\<user_name>\My Documents\My Visual SlickEdit Config)
<user_name> is "User name" which is used by "Log On to Windows".

The procedures to use the default configuration is as follows.

  1. Exit Visual SlickEdit.
  2. Delete "My Visual SlickEdit Config" directory.
  3. Run Visual SlickEdit.

BTW, it is a bit difficult to modify manually the configuration saved in "My Visual SlickEdit Config" directory.

Emulate Emacs

  1. From the Tools menu, select Options.
  2. Select Emulations. The emulations dialog box appears.
  3. Select GNU Emacs.
  4. Click OK.

# CUA: Common User Access

Change Keybind

To bind foo command to C-a key:

  1. From the Tools main menu, select Options, then Key Bindings. The Bind Command to Key box appears.
  2. Choose foo command from the Command scroll down box.
  3. Click Add Key or Mouse Click.
  4. Press Ctrl key and A key to bound the command to.
  5. Click Bind.

set-mark-command

  1. Bind emacs-select-char instead of codehelp-complete to C-SPC using examples from Change Keybind.

delete-backward-char

  1. Bind linewrap-rubout instead of gnu-help to C-h using examples from Change Keybind.

newline

  1. Bind split-insert-line instead of wh to C-m using examples from Change Keybind.

Close File by Ctrl+F4

  1. Bind quit instead of lowcase-selection to C-f4 using examples from Change Keybind.

Buffer Transition by Ctrl+Tab

  1. Bind next-buff-tab instead of next-window to C-tab using examples from Change Keybind.
  2. Bind prev-buff-tab instead of prev-buff-tab to C-S-tab using examples from Change Keybind.

Change Font

  1. From the Tools menu, select Options, then Font. The Font Configuration box appears.
  2. From the Font scroll down box, select the desired font.

Change Style

  1. From the Tools menu, select Options, then Color. The Color Settings box appears.
  2. Change style of Comment from Italic to Normal.
  3. Change style of Keyword, Preprocessor, Library Symbol, Function and Attribute from Bold to Normal.

Display Tab Characters

  1. From the View menu, select Tab Chars.

Change Find in Search Menu to Grep

  1. From the Tools menu, select Options, then General. Select the Search tab.
  2. Check Expand dialog to display the Find and Replace text boxes as expanded.

Select Text on Find Dialog

  1. From the Tools menu, select Options, then General. Select the Search tab.
  2. Check Selected text (if exists).

Display Line Numbers

  1. From the View menu, select Line Numbers.

# I have no use for this because the current line number is shown in status bar.
# But it will be needed when you work with a big fan of line numbers.

Indent by Space Instead of Tab

  1. From the Tools menu, select Options, then File Extension Setup. Select the Indent tab.
  2. Uncheck Indent with tabs text box.

# I think that tab characters should be used for leading indent of lines.
# So I do NOT recommend this configuration.
# But this will be useful when you join the project which adopts this coding style.

Add an extension foo

  1. From the Tools menu, select Options, then File Extension Setup
  2. Click New button on Extention Options
  3. Input foo in Extentions edit box

How to fix a problem

Visual SlickEdit does not Run

When you try to run Visual SlickEdit, the next dialog box pops up infrequently.

+----------------------------------------------------------------------------------------------------------+
|Visual SlickEdit                                                                                       [X]|
+----------------------------------------------------------------------------------------------------------+
|   Run the vsupdatw program as shown below (Start, Run) to transfer serial number and license information.|
|                                                                                                          |
|   Usage:                                                                                                 |
|             vsupdatw old-exe-name new-exe-name                                                           |
|                                                                                                          |
|             old-exe-name       Name of original executable to take license info from.                    |
|             new-exe-name       Name of new executable to transfer license info to.                       |
|                                                                                                          |
|                                        [      OK       ]                                                 |
+----------------------------------------------------------------------------------------------------------+
Of course, Visual SlickEdit does not run because you click OK and close it.
You can fix this problem by the following procedures.
  1. From Start menu, select Programs, then Visual SlickEdit.
  2. Select Set License. The Set License dialog box appears.
  3. Input Key code.
  4. Click OK.

Project Toolbar does not Displayed

In some cases, Project Toolbar (or other toolbar) is hidden. It was moved at out of range of your display in fact. You can put it in place by the following procedures.

  1. Right click an edge of a toolbar. The next pop up menu appears.
    +--------------------+
    |  Close             |
    +--------------------+
    |  Toolbars...       |
    +--------------------+
    | -Standard          |
    |  Tools             |
    |  Edit              |
    |  Selective Display |
    |  Tag Properties    |
    |  Slick-C Stack     |
    |  FTP Client        |
    | -Project           |
    | -Output            |
    |  HTML              |
    |  Tagging           |
    |  Current Context   |
    | -Buffer List       |
    |  Debug             |
    |  Breakpoints       |
    +--------------------+
  2. If Project is checked, select Project and right click the edge of the toolbar again.
  3. Confirm that Project on the pop up menu has no check and select Project. Visual SlickEdit window loses keyboard focus.
  4. Press Alt key and Space key. A familiar pop up menu appears.
    +-------------+
    |[] Restore   |
    |   Move      |
    |   Size      |
    |__ Minimize  |
    |[] Maximize  |
    +-------------+
  5. Select Move.
  6. Move Project Toolbar into the range of your display by cursor key.
  7. Attach to an edge of a window by dragging Project Toolbar if needed.

(C) 2005-2006 oishi@cam.hi-ho.ne.jp