Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: chrisant
« on: June 26, 2009, 06:55:36 AM »

Purpose:
Override font settings and/or certain window settings for various toolbars:  Build, Output, Preview, References, Search.

Written for:
SlickEdit 12, 13, 14.

Installation:
1.  Copy the FontOverrides.e file to your macros folder.
2.  Load the FontOverrides.e file.
3.  Use the Macros|Load Macro... command to load the macro module.
4.  Read the comments at the top of the FontOverrides.e file for information on how to configure it.

Examples:

1.  Override Preview toolbar font to be 9pt:
Press Escape to get to the SlickEdit command line, type set-var def_tbfsize_preview and press Enter, type 9 and press Enter.

2.  Override Output toolbar to show line numbers:
Press Escape to get to the SlickEdit command line, type set-var def_tbflags_output and press Enter, type linenumbers and press Enter.


Original post location:
Here.

This header post will be updated as new versions are posted.  Descriptions of the updates will be in subsequent replies in the topic.