⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 settings.gml

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 GML
📖 第 1 页 / 共 3 页
字号:
.enddescr

.setcmd *short=ww wordwrap
.setsyntx
.begdescr
If enabled, word movement commands ('w','W','b','B') will wrap
to the next or previous line.
.enddescr

.setcmd *short=ws wrapbackspace
.setsyntx
.begdescr
If this option is set, pressing backspace while on column one of
a line will cause &edvi to wrap to the end of the previous line
(while in
.keyword text insertion mode
:cont.).
.enddescr

.setcmd *short=wl writecrlf
.setsyntx
.begdescr
Normally, lines are written with carriage return and line feeds at the
end of each line.  If &nocmd_long is set, the lines are written
with only a line feed at the end.
.enddescr
.*
.fnlist end
.*
.beglevel
.* ******************************************************************
.section 'Mouse Control Booleans'
.* ******************************************************************
.np
The section contains descriptions of the boolean settings affecting the mouse.
.*
.fnlist begin 'Boolean Mouse Settings'
.*
.setcmd *short=lm lefthandmouse
.setsyntx
.begdescr
When &cmd_long is set, the right and left mouse buttons are inverted.
.enddescr

.setcmd *short=um usemouse
.setsyntx
.begdescr
This option enables/disables the use of the mouse in &edvi.
:period.
.enddescr
.*
.fnlist end
.* ******************************************************************
.section 'Window Control Booleans'
.* ******************************************************************
.np
The section contains descriptions of the boolean settings affecting windows.
.*
.fnlist begin 'Boolean Window Settings'
.*
.setcmd *short=cl clock
.setsyntx
.begdescr
This enables/disables the clock display.  The position of the clock
is controlled by the
.keyref clockx
and
.keyref clocky
set commands.
.enddescr

.setcmd *short=ln linenumbers
.setsyntx
.begdescr
This option turns on the line number window.  This window is
displayed on the left-hand side of the edit window by default, unless
.keyref linenumsonright
is set.
.enddescr

.setcmd *short=lr linenumsonright
.setsyntx
.begdescr
Setting &cmd_long causes the line number window to appear on the
right-hand side of the edit window.
.enddescr

.setcmd *short=ml marklonglines
.setsyntx
.begdescr
If this option is set, then any line that exceeds the with of the screen
has the last character highlighted.  If
.keyref endoflinechar
is a non-zero ASCII value, then the last character is displayed as that
ASCII value.
.enddescr

.setcmd *short=me menus
.setsyntx
.begdescr
This option enables/disables the menu bar.
.enddescr

.setcmd *short=ri repeatinfo
.setsyntx
.begdescr
Normally, &edvi echos the repeat count in the
.keyref countwindow
as it is typed.  Setting &nocmd_long disables this feature.
.enddescr

.setcmd *short=sp spinning
.setsyntx
.begdescr
If set, this option enables the busy-spinner.  Whenever the editor is busy,
a spinner will appear.  The position of the spinner is controlled using
the
.keyref spinx
and the
.keyref spiny
set commands.
.enddescr

.setcmd *short=si statusinfo
.setsyntx
.begdescr
If set, this option enables the status info window.  This window
contains the current line and column, and is controlled using the
.keyref statuswindow
window command.
.enddescr

.setcmd *short=tb toolbar
.setsyntx
.begdescr
This option enables/disables the toolbar.
.np
&guionly
.enddescr

.setcmd *short=wg windowgadgets
.setsyntx
.begdescr
This option enables/disables gadgets on edit session windows.
.enddescr
.*
.fnlist end
.*
.endlevel
.* ******************************************************************
.section *refid=nonbset 'Non-Boolean Settings'
.* ******************************************************************
.np
The section contains descriptions of the non-boolean settings.
.*
.fnlist begin 'Non-Boolean Settings'
.*
.setcmd *parm=seconds autosaveinterval
.setsyntx
.begdescr
Sets the number of seconds between autosaves of the current file to the
backup directory. Autosave is disabled if &cmd_parm is 0.  The backup
&cmd_short
directory is defined using the
.keyref tmpdir
parameter.
.enddescr
    
.setcmd *parm=size commandcursortype
.setsyntx
.begdescr
Sets the size of the cursor when in &cmdmode.
:period.
Values for &cmd_parm are 0 to 100 (0=full size, 100=thin).
.enddescr

.setcmd *parm=ascii_val endoflinechar
.setsyntx
.begdescr
If
.keyref marklonglines
is set, and &cmd_parm is non-zero, then the character in the last column
of a line wider than the screen is displayed as the ASCII value &cmd_parm.
:period.
.enddescr

.setcmd *parm=attr exitattr
.setsyntx
.begdescr
Defines the attribute to be assigned to the screen when &edvi is exited.
The attribute is composed of a foreground and a background color,
(16 * background + foreground gives &cmd_parm). The default
is 7 (white text, black background).
.np
&charonly.
.enddescr

.setcmd *parm=string fileendstring
.setsyntx
.begdescr
If
.keyref drawtildes 1
is false, then the character string &cmd_parm
will be displayed after the last line with data.
.enddescr

.setcmd *parm=rexexp grepdefault
.setsyntx
.begdescr
Default files to search when using the
.keyref fgrep
or
.keyref egrep
commands.
&cmd_parm is a file matching regular expression, the default is *.(c|h)
For more information, see the section
:HDREF refid='fmrx'.
:period.
.enddescr

.setcmd *parm=dist hardtab
.setsyntx
.begdescr
This controls the distance between tabs when a file is displayed.  The
default is 8 (4 on QNX).
.enddescr

.setcmd *parm=fname historyfile
.setsyntx
.begdescr
If the history file is defined, your command and search history is
saved across editing sessions in the file &cmd_parm.
:period.
.enddescr

.setcmd *parm=size insertcursortype
.setsyntx
.begdescr
Sets the size of the cursor when inserting text in &tinsmode
:period.
Values for &cmd_parm
are 0 to 100 (0=full size, 100=thin).
.enddescr

.setcmd *parm=str magicstring
.setsyntx
.begdescr
If
.keyref magic 1
is not set, then the characters specified in &parm1 are NOT treated
as magic characters by the regular expression handler, and must be
escaped to have special meaning.
.np
Magic characters are:
.mono ^$.[()|?+*\~@
.enddescr

.setcmd *parm=numcmds maxclhistory
.setsyntx
.begdescr
&edvi keeps a history of commands entered at the &cmdline.
:period.
&cmd_parm sets the number of commands kept in the history.
.enddescr

.setcmd *parm=kbytes maxemsk
.setsyntx
.begdescr
Sets the maximum number of kilobytes of EMS memory to be used
by &edvi (DOS real-mode version only).
.np
This option can only be set during editor initialization.
.enddescr

.setcmd *parm=numfiltercmds maxfilterhistory
.setsyntx
.begdescr
&edvi keeps a history of the filter commands entered.
&cmd_parm sets the number of filter commands kept in the history.
.enddescr

.setcmd *parm=numsearchcmds maxfindhistory
.setsyntx
.begdescr
&edvi keeps a history of search commands entered.  &cmd_parm sets the
number of search commands kept in the history.
.enddescr

.setcmd *parm=maxlne maxlinelen
.setsyntx
.begdescr
This parameter controls the maximum line length allowed by &edvi.
:period.
The default value is 512 bytes.  Any lines longer than &cmd_parm
are broken up into multiple lines.
.enddescr

.setcmd *parm=num maxpush
.setsyntx
.begdescr
Controls the number of pushed file positions that will be remembered.
Once more than &parm1
.keyref push
or
.keyref tag
commands have been issued, the first pushed positions are lost.
.enddescr

.setcmd *parm=n maxswapk
.setsyntx
.begdescr
Sets the maximum number of kilobytes of disk space to be used for
temporary storage by &edvi.
:period.
.np
This option can only be set during editor initialization.
.enddescr

.setcmd *parm=kbytes maxxmsk
.setsyntx
.begdescr
Sets the maximum number of kilobytes of XMS memory to be used
by &edvi (DOS real-mode version only).
.np
This option can only be set during editor initialization.
.enddescr

.setcmd *parm=lines pagelinesexposed
.setsyntx
.begdescr
Sets the number of lines of context left exposed when a page up/down
is done.  For example, if &cmd_parm is set to 1, then when a page down
key is pressed, the bottom line of the file will be visible at the
top of the new page.
.enddescr

.setcmd *parm=size overstrikecursortype
.setsyntx
.begdescr
Sets the size of the cursor when in overstriking text in
.keyword text insertion mode
:period.
Values for &cmd_parm are 0 to 100 (0=full size, 100=thin).
.enddescr

.setcmd *parm=rdx radix
.setsyntx
.begdescr
Sets the radix (base) of the results of using the
&cmdline command
.keyref eval
:period.
The default is base 10.
.enddescr

.setcmd *parm=nsp shiftwidth
.setsyntx
.begdescr
Sets the number of spaces inserted/deleted by the shift operators ('&gt.'
and '&lt.'), CTRL_D and CTRL_T in text insertion mode, and by
.keyref autoindent 1
and
.keyref cmode 1
when they are indenting.
.enddescr

.setcmd *parm=kbytes stackk
.setsyntx
.begdescr
Sets the size (in kilobytes) of the stack used by &edvi.
:period.
The minimum is 10.  This can be set higher if you plan on using
nested scripts that go deeper than 4 or 5 levels.
.np
This option can only be set during editor initialization.
.enddescr

.setcmd *parm=sects statussections
.setsyntx
.begdescr
The controls the appearance of the bars in the status window.  A list
of distances (in pixels) is given.  This distance is measured from the
start of the status window.  Each section may have something put in it

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -