Configuration Variables
SlickEdit
®
Core has many behaviors that are controlled through properties not exposed in the options dia-
logs. They are set through global configuration macro variables in Slick-C
®
, using the
set_var
command.
The most commonly used of these variables are listed in the table below.
Viewing Configuration Variables
To view the complete list of configuration variables, bring up the SlickEdit
®
Core command line and type
set_var def-
(note the hyphen at the end). The completion list will provide the full list of available vari-
ables. Use the Help system to look up information on a variable by typing the name of the variable into
the Index search field.
Alternatively, you can use the
Symbols View
to find where the variable is defined in the Slick-C
®
code.
Expand the
Slick-C
folder and then expand the
Global Variables
folder. If Slick-C hasn't already been
tagged, type
fp
into the SlickEdit Core command line. This is an abbreviation of the
find_proc
command,
which will trigger tagging if it hasn't already been done.
Setting/Changing Configuration Variables
There are two ways to set/change these macro variables:
• From the
SlickEdit
menu, click
Macro
→
Set Macro Variable
and enter the macro variable in the
Vari-
able
field. The current value of the variable will be shown in the
Value
text box. Click
Edit
to edit this
variable, then click
OK
to accept the change.
• From the SlickEdit Core command line, invoke the
set_var
command with the macro variable name (for
example,
set_var def_auto_linecomment
), then press
Enter
to view the current value. You can edit
this value, then press
Enter
to accept the change.
See
Programmable Macros
for more information on loading macros and setting variables.
Table of Configuration Variables
The table below provides a list of the most commonly used configuration variables.
Table 11.2. Configuration Variable
Configuration Variable
Description
def_auto_linecomment
Change to
0
to turn off automatic line comment in-
sertion.
def_binary_ext
This variable is used by the
editflst.e
macro for
Viewing Configuration Variables
479
Содержание Corev3.3 for Eclipse
Страница 1: ...Think Slick Corev3 3 for Eclipse...
Страница 2: ......
Страница 3: ...SlickEdit Core v3 3 for Eclipse...
Страница 5: ......
Страница 6: ......
Страница 14: ...xii...
Страница 20: ...xviii...
Страница 22: ...xx...
Страница 23: ...Chapter 1 Introduction 1...
Страница 41: ...Chapter 3 User Interface 19...
Страница 61: ...Chapter 4 User Preferences 39...
Страница 80: ...BODY BODY HTML HTMLEOF Restoring Settings on Startup 58...
Страница 82: ...60...
Страница 83: ...Chapter 5 Context Tagging 61...
Страница 97: ...Chapter 6 Editing Features 75...
Страница 124: ...Code Templates 102...
Страница 187: ...The finished code is shown as follows Figure 6 24 Dynamic Surround Example 4 Dynamic Surround 165...
Страница 238: ...Figure 6 49 Test Parsing Configuration Example 1 C Refactoring 216...
Страница 240: ...Finally the following example shows a test resulting in no errors or warnings C Refactoring 218...
Страница 241: ...Figure 6 51 Test Parsing Configuration Example 3 Reviewing Refactoring Changes 219...
Страница 250: ...228...
Страница 251: ...Chapter 7 Language Specific Editing 229...
Страница 275: ...Java Refactoring See Java Refactoring for information about Java refactoring in SlickEdit Core Java Refactoring 253...
Страница 328: ...306...
Страница 329: ...Chapter 8 Tools and Utilities 307...
Страница 334: ...6 Click Save The Save Multi File Output dialog box opens Figure 8 3 Save Multi File Output Dialog DIFFzilla 312...
Страница 350: ...328...
Страница 351: ...Chapter 9 Macros and Macro Programming 329...
Страница 360: ...338...
Страница 361: ...Chapter 10 SlickEdit Core Dialogs 339...
Страница 375: ...Find and Replace View 353...
Страница 491: ...Chapter 11 Appendix 469...
Страница 567: ......
Страница 568: ......