Updated
This commit is contained in:
parent
dbb2ccc327
commit
ea04c18db6
@ -12,6 +12,15 @@ ______________________________________________________________________
|
|||||||
Notes for GoldED+ 1.1.5, /snapshot/
|
Notes for GoldED+ 1.1.5, /snapshot/
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
! Ignore RRq attribute. We will process only Cfm now: RRq should be
|
||||||
|
processed by mailer/tosser/tracker according to the attribute
|
||||||
|
intension.
|
||||||
|
|
||||||
|
- Convert internal codes to lowercase in Synchronet BBS parser before
|
||||||
|
using them as pathname.
|
||||||
|
|
||||||
|
- Cosmetic fix in Goldnode: pad output with spaces.
|
||||||
|
|
||||||
- Previous fix on relative pathnames was incorrect. Now GoldED+
|
- Previous fix on relative pathnames was incorrect. Now GoldED+
|
||||||
changed to resolve problem. Seems to work properly now.
|
changed to resolve problem. Seems to work properly now.
|
||||||
|
|
||||||
|
@ -4439,7 +4439,7 @@ AREALISTSORT -U+TE</eg>
|
|||||||
</div2>
|
</div2>
|
||||||
<div2 id=AREAPATH>
|
<div2 id=AREAPATH>
|
||||||
<head>
|
<head>
|
||||||
AREAPATH <path>
|
AREAPATH
|
||||||
</head>
|
</head>
|
||||||
<list type=gloss>
|
<list type=gloss>
|
||||||
<label>
|
<label>
|
||||||
@ -8588,9 +8588,9 @@ CTRLINFO ORIGIN ; Add only an origin</eg>
|
|||||||
Description:
|
Description:
|
||||||
</label>
|
</label>
|
||||||
<item>
|
<item>
|
||||||
This feature allows you to define words which causes
|
This feature allows you to define words which causes <name/GoldED+/
|
||||||
<name/GoldED+/ to display a comment in the statusline, when you place
|
to display a comment in the statusline, when you place the cursor on
|
||||||
the cursor on the word in the internal editor.
|
the word in the internal editor.
|
||||||
</item>
|
</item>
|
||||||
<label>
|
<label>
|
||||||
Parameters:
|
Parameters:
|
||||||
@ -8609,6 +8609,7 @@ CTRLINFO ORIGIN ; Add only an origin</eg>
|
|||||||
See also:
|
See also:
|
||||||
</label>
|
</label>
|
||||||
<item>
|
<item>
|
||||||
|
<ref target=DISPSTATUSLINE><kw/DISPSTATUSLINE/</ref>,
|
||||||
<ref target=STATUSLINECLOCK><kw/STATUSLINECLOCK/</ref>,
|
<ref target=STATUSLINECLOCK><kw/STATUSLINECLOCK/</ref>,
|
||||||
<ref target=STATUSLINEHELP><kw/STATUSLINEHELP/</ref>
|
<ref target=STATUSLINEHELP><kw/STATUSLINEHELP/</ref>
|
||||||
</item>
|
</item>
|
||||||
@ -8626,56 +8627,40 @@ EDITCOMMENT "Odinn" "That's right :-)"]]></eg>
|
|||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
</div2>
|
</div2>
|
||||||
|
|
||||||
|
|
||||||
<!-- finished here -->
|
|
||||||
|
|
||||||
|
|
||||||
<div2>
|
<div2>
|
||||||
<head>
|
<head>
|
||||||
EDITCOMPLETION <"abbreviation"> <"completion">
|
EDITCOMPLETION
|
||||||
</head>
|
</head>
|
||||||
<p>
|
|
||||||
This feature allows you to define abbreviations which will be
|
|
||||||
automatically expanded to full words or sentences when typed in
|
|
||||||
the internal editor. Examples:
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
EDITCOMPLETION "/Odin" "Odinn"
|
|
||||||
EDITCOMPLETION "/GED" "GoldED"
|
|
||||||
EDITCOMPLETION "/V7" "Version 7"
|
|
||||||
EDITCOMPLETION "/FD" "FrontDoor"
|
|
||||||
EDITCOMPLETION "/WfW" "Windows for Workgroups"
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
NOTE! The abbreviation is case-sensitive. If "XX" is defined as
|
|
||||||
an abbreviation, completion will NOT be triggered if "xx" is
|
|
||||||
typed.
|
|
||||||
</p>
|
|
||||||
<list type=gloss>
|
<list type=gloss>
|
||||||
<label>
|
<label>
|
||||||
Synopsis:
|
Synopsis:
|
||||||
</label>
|
</label>
|
||||||
<item>
|
<item>
|
||||||
<kw/DISPSTATUSLINE/ <ident><YES/NO></ident>
|
<kw/EDITCOMPLETION/ <ident><<![ CDATA ["abbreviation"]]>>
|
||||||
|
<<![ CDATA ["completion"]]>></ident>
|
||||||
</item>
|
</item>
|
||||||
<label>
|
<label>
|
||||||
Description:
|
Description:
|
||||||
</label>
|
</label>
|
||||||
<item>
|
<item>
|
||||||
This keyword controls statusline appearance in the <name/GoldED+/.
|
This keyword allows you to define abbreviations which will be
|
||||||
|
automatically expanded to full words or sentences when typed in
|
||||||
|
the internal editor.
|
||||||
</item>
|
</item>
|
||||||
<label>
|
<label>
|
||||||
Parameters:
|
Parameters:
|
||||||
</label>
|
</label>
|
||||||
<item>
|
<item>
|
||||||
If set to <ident/NO/, the statusline at the bottom will be disabled.
|
The <ident/abbreviation/ defines the substring which should will be
|
||||||
|
automatically expanded to <ident/completion/.
|
||||||
</item>
|
</item>
|
||||||
<label>
|
<label>
|
||||||
Default:
|
Notes:
|
||||||
</label>
|
</label>
|
||||||
<item>
|
<item>
|
||||||
<ident/YES/
|
The abbreviation is case-sensitive. If <![ CDATA ["XX"]]> is defined
|
||||||
|
as an abbreviation, completion will <b/not/ be triggered if
|
||||||
|
<![ CDATA ["xx"]]> is typed.
|
||||||
</item>
|
</item>
|
||||||
<label>
|
<label>
|
||||||
Processed by:
|
Processed by:
|
||||||
@ -8687,19 +8672,33 @@ EDITCOMMENT "Odinn" "That's right :-)"]]></eg>
|
|||||||
See also:
|
See also:
|
||||||
</label>
|
</label>
|
||||||
<item>
|
<item>
|
||||||
<ref target=STATUSLINECLOCK><kw/STATUSLINECLOCK/</ref>,
|
<!-- FIX ME!!! --><kw/Macro/,
|
||||||
<ref target=STATUSLINEHELP><kw/STATUSLINEHELP/</ref>
|
<!-- FIX ME!!! --><kw/EDITmacro/,
|
||||||
|
<ref target=DISPSTATUSLINE><kw/DISPSTATUSLINE/</ref>,
|
||||||
|
<ref target=EDITCOMMENT><kw/EDITCOMMENT/</ref>
|
||||||
|
</item>
|
||||||
|
<label>
|
||||||
|
Example:
|
||||||
|
</label>
|
||||||
|
<item><eg><![ CDATA [
|
||||||
|
EDITCOMPLETION "/Odin" "Odinn"
|
||||||
|
EDITCOMPLETION "/GED" "GoldED"
|
||||||
|
EDITCOMPLETION "/V7" "Version 7"
|
||||||
|
EDITCOMPLETION "/FD" "FrontDoor"
|
||||||
|
EDITCOMPLETION "/WfW" "Windows for Workgroups"]]></eg>
|
||||||
</item>
|
</item>
|
||||||
</list>
|
</list>
|
||||||
</div2>
|
</div2>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- finished here -->
|
||||||
|
|
||||||
|
|
||||||
<div2>
|
<div2>
|
||||||
<head>
|
<head>
|
||||||
EDITCRLFTERM <yes/no>
|
EDITCRLFTERM <yes/no>
|
||||||
</head>
|
</head>
|
||||||
<p>
|
<p>
|
||||||
(no)
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
If enabled, all text paragraphs in your messages will be
|
If enabled, all text paragraphs in your messages will be
|
||||||
terminated with a CR/LF combination. If disabled, only a single CR
|
terminated with a CR/LF combination. If disabled, only a single CR
|
||||||
is used. This option was created to fix a problem with an older
|
is used. This option was created to fix a problem with an older
|
||||||
@ -8729,7 +8728,7 @@ EDITCOMMENT "Odinn" "That's right :-)"]]></eg>
|
|||||||
Default:
|
Default:
|
||||||
</label>
|
</label>
|
||||||
<item>
|
<item>
|
||||||
<ident/YES/
|
<ident/NO/
|
||||||
</item>
|
</item>
|
||||||
<label>
|
<label>
|
||||||
Processed by:
|
Processed by:
|
||||||
|
Reference in New Issue
Block a user