! BackSpace at eof when TrimLine is enabled will not abort.
+ Incremental search (IncrementalSearch).
+ PgUp/PgDn on a file prompt will show a list of files.
+ New command: CompleteWord
0.29
1995/07/20
Regexps can now be case insensitive (\C,\c).
BlockRead/BlockReadColumn/BlockWrite commands.
Block marking can now be undone.
Commands that prompt for string/int values can now take string/int arguments.
Multiple compile-regex statements can be specified simultaneously
Minor bug-fixes in regexps ([\x00-\xFF] now works).
Filter for filename completion.
New commands: SwitchTo ChangeKeys ChangeFlags ShowMenu
New options: CompletionFilter DefaultModeName
0.28
1995/07/08
- Needs to have documentation updated.
Mostly rewritten PERL highlighting. Works much better now.
Completely new config file syntax.
New commands: ASCIITable, LoadFileInMode
CMode indentation should now work for Perl (close enough).
Highlighting for ADA and Email messages.
0.27
1995/06/19
Minor bug fixes.
0.26
1995/06/18
New commands: {Char,Line,Block}Case{Up,Down,Toggle}
New setting: LoadAfterQuit -- if set to 1, editor will prompt to load another file before exiting.
New setting: ShowScrollBar {0,1}.
0.25
1995/06/12
Minor bug fix in REXX highlighting ("\"", ...)
Bug fixes in word wrap.
BlockCut now doesn't move the cursor to the block beginning.
New commands: MoveLineTop, MoveLineCenter, MoveLineBottom.
Editor will now check if the file has changed before the first modification.
Found text is now highlighted.
New CMode setting: C.BraceOfs and command: ChangeCBraceOfs
New commands: MovePrevPos, SavePos, MoveSavedPos, MoveSavedPosCol, MoveSavedPosRow
0.24
1995/06/06
When checking for file modification time of last change is now used instead of the time of last access.
Wildcard support for file loading.
0.23
1995/06/04
Ctrl+C and Ctrl+Break are now disabled.
Ctrl+S and Ctrl+C keys are now again recognised in Windowed mode.
Fixed problem when spawning a subprocess in Windowed mode.
New command: ShowEntryScreen
ListRoutines in CMode only shows functions not their prototypes.
New setting: SysClipboard - if set to 1, editor will automatically use system clipboard.
New command: ToggleSysClipboard.
Minor bug fix in PM clipboard support.
New commands: BlockPasteStream, BlockPasteColumn and BlockPasteLine. BlockPaste command will now always paste in current block mode, not in the last Copy/Cut mode.
More than 4 commands can be bound to a key (actually this worked since 0.18, but was not documented).
New command: FileReload.
Editor will now check if file has changed on disk before saving it.
0.22
1995/05/28
But fix in regular expressions (nested +#*@).
Changes in regular expression syntax.
New function: ListRoutines. Shows functions in current buffer.
New setting: RoutineRx
0.21
1995/05/21
REXX mode smart indentation.
KillWord & KillWordPrev commands now actually work.
Pressing Ctrl+Enter to begin Search will toggle case sensitivity of search.
New option 'Trim' and commands 'ToggleTrim', 'LineTrim'. Removes whitespace from end of lines.
New option 'ShowMarkers' and command 'ToggleShowMarkers'. Shows end of line and end of file markers.
Bug fix in PERL highlighting (caused lockups)
Bug fixes and improvements in regular expressions.
0.20
1995/05/18
Major bug fixes in word wrap.
New commands: MovePrevTab, MoveNextTab.
Bug fixes in BlockIndent and BlockUnindent (stream/line mode)
0.19
1995/05/16
Function names in REXX are now highlighted.
WordWrap can be set to 0 - disabled, 1 - wrap line at right margin and 2 - wrap paragraph continously. Function ToggleAutoWrap renamed to ToggleWordWrap.
New way to set left/right margin (SetLeftMargin, SetLeftMargin)
Minor fix in PERL highlighting.
0.18
1995/05/13
PERL Syntax Higlighting.
Memory allocation problem in tab expansion.
Wordwrap now strips all spaces on beginning of line (except on the first line of the paragraph).