Timeline



Jan 20, 2019:

11:42 PM Changeset [3422] by Andreas Schnellbacher
- Added proc SplitWithIndent. - Added comments how to append a line …
7:00 PM Changeset [3421] by Andreas Schnellbacher
- Reworked Undo: Improved scroll behavior and avoid unwanted undo …
3:32 AM WikiStart edited by Andreas Schnellbacher
Added how to browse a special revision number. (diff)

Jan 16, 2019:

7:56 PM Changeset [3420] by Andreas Schnellbacher
- Changed to preserve attributes. Replaced replaceline with …

Jan 15, 2019:

8:26 PM Changeset [3419] by Andreas Schnellbacher
- C syntax expansion: Preserve atributes. Replaced replaceline with …
8:20 PM Changeset [3418] by Andreas Schnellbacher
- Made pput_string_back preserve attributes. It is still called by …
8:17 PM Changeset [3417] by Andreas Schnellbacher
- Added proc pReplaceLine as a direct replacement for the replaceline …

Jan 14, 2019:

9:07 PM Changeset [3416] by Andreas Schnellbacher
- REXX syntax highlighting: Move DO to a new line if it was found at …
8:13 PM Changeset [3415] by Andreas Schnellbacher
- REXX syntax expansion: Preserve attributes.

Jan 13, 2019:

3:54 PM Changeset [3414] by Andreas Schnellbacher
- PYTHON: Disabled highlighting of comment environments again, because …
12:34 PM Changeset [3413] by Andreas Schnellbacher
- Changed order of initialization for JustInstalled (after …
12:21 AM Changeset [3412] by Andreas Schnellbacher
- E syntax expansion: Preserve attributes.

Jan 12, 2019:

9:36 PM Changeset [3411] by Andreas Schnellbacher
- Added putenv and window messages.
9:18 PM Changeset [3410] by Andreas Schnellbacher
- Fixed link (typo).
9:17 PM Changeset [3409] by Andreas Schnellbacher
- Typos.
9:15 PM Changeset [3408] by Andreas Schnellbacher
- Removed unused _searchLoaderExecutable.
9:13 PM Changeset [3407] by Andreas Schnellbacher
- Reenabled tags for modes REXX and INI (typo).
9:12 PM Changeset [3406] by Andreas Schnellbacher
- Reenabled 'Auto-save last ring' check mark on menu opening (typo).

Jan 7, 2019:

8:42 PM Changeset [3405] by Andreas Schnellbacher
- Added deletetion of log file.

Jan 6, 2019:

9:43 PM Changeset [3404] by Andreas Schnellbacher
- Create .tmp file now in TMP dir, not in current dir. - Improved code.
7:51 PM Changeset [3403] by Andreas Schnellbacher
- Removed the return of rc from procs and cmds. - Split host …
7:50 PM Changeset [3402] by Andreas Schnellbacher
- Removed the return of rc from procs and cmds. - Cosmetic changes.
7:40 PM Changeset [3401] by Andreas Schnellbacher
- Change in the display of .LONGNAME EA: Now always show the filename. …
7:36 PM Changeset [3400] by Andreas Schnellbacher
- Added Preferences to the context menu of Tree and Tree_dir windows. …
7:25 PM Changeset [3399] by Andreas Schnellbacher
- Added proc QuitSameFile that is used in r3398.
7:18 PM Changeset [3398] by Andreas Schnellbacher
- Added Preferences to the context menu of Tree and Tree_dir windows. …
7:14 PM Changeset [3397] by Andreas Schnellbacher
- In ".command_shell_*", handle double click now like Alt+ to load …
7:12 PM Changeset [3396] by Andreas Schnellbacher
- Recompile: Added deletion of .log file if corresponding .ex file is …

Jan 4, 2019:

6:35 PM Changeset [3395] by Andreas Schnellbacher
- Improved BeginLIBPATH and EndLIBPATH extension of the environment: …

Jan 3, 2019:

9:54 PM Changeset [3394] by Andreas Schnellbacher
- Pascal syntax expansion: Preserve attributes. Fix for expansion with …

Jan 2, 2019:

8:38 PM Changeset [3393] by Andreas Schnellbacher
- Improved/fixed environment extension: - There's no need to extend …

Dec 29, 2018:

8:40 PM Changeset [3392] by Andreas Schnellbacher
- Fixed menu item init (checked state) for 'Reflow next'.
5:12 PM Changeset [3391] by Andreas Schnellbacher
- Made DisableUndoRec and EnableUndoRec work for the new undo events. …
3:20 PM Changeset [3390] by Andreas Schnellbacher
- Undo: Large improvement and better configuration. It turned out …

Dec 28, 2018:

8:55 PM Changeset [3389] by Andreas Schnellbacher
- Fixed copy/move mark: When multiple bookmarks were copied, all names …
8:20 PM Changeset [3388] by Andreas Schnellbacher
- Changed copymark to pCopy_Mark() to preserve bookmarks.
7:30 PM Changeset [3387] by Andreas Schnellbacher
- Fixed copied or moved bookmarks to another file: For permanent …
9:54 AM Changeset [3386] by Andreas Schnellbacher
- Added ChangeBmAttribInMark. This is used by pCopy_Mark and …
9:42 AM Changeset [3385] by Andreas Schnellbacher
- Minor fixes for block mark and non-permanent bookmarks. - Cosmetic …
8:58 AM Changeset [3384] by Andreas Schnellbacher
- Changed 'rc = pCopy_Mark()' to 'call pCopy_Mark()'. rc is an …
8:22 AM Changeset [3383] by Andreas Schnellbacher
- Moved font styles from STDCTRL.E to BOOKMARK.E. - Handle switch to a …

Dec 27, 2018:

9:03 AM Changeset [3382] by Andreas Schnellbacher
- Reverted one of the last changes of MoveAttr. It works only within …
8:41 AM Changeset [3381] by Andreas Schnellbacher
- Cosmetic changes. - Renamed style array vars. - Smaller fixes for …

Dec 26, 2018:

1:21 AM Ticket #8 (Make test versions available before the release of 2.00) closed by Andreas Schnellbacher
fixed: Done since r2948 (version 1.18).
1:19 AM Ticket #14 (Several mode improvements) closed by Andreas Schnellbacher
fixed: Done with r3380.
12:17 AM Changeset [3380] by Andreas Schnellbacher
- C, RC: Added keywords from Alex Taylor.
12:15 AM Changeset [3379] by Andreas Schnellbacher
- CONFIGSYS: Added most keywords from A. Y Dayo, 2009.
12:13 AM Changeset [3378] by Andreas Schnellbacher
- TEXT: Changed highlighting color of '->'. Cosmetic changes.

Dec 25, 2018:

10:10 PM Changeset [3377] by Andreas Schnellbacher
- JAVASCRIPT: Changed highlighting color of function keyword to BLUE.
10:07 PM Changeset [3376] by Andreas Schnellbacher
- PERL: Changed highlighting color of single-quote strings to CYAN. - …
10:01 PM Changeset [3375] by Andreas Schnellbacher
- Added workaround for a bug in EPM's highlighting: For the section …

Dec 23, 2018:

1:59 PM Changeset [3374] by Andreas Schnellbacher
- Exchanged default behavior for Sh+Newline and Sh+Enter with …
1:31 PM Changeset [3373] by Andreas Schnellbacher
- NepmdInfo: Made 4 chars more room for filename by reducing empty …
9:41 AM Changeset [3372] by Andreas Schnellbacher
- Avoid writing EAs EPM.TABS, EPM.MARGINS and EPM.MODE immediately …

Dec 22, 2018:

12:12 PM Changeset [3371] by Andreas Schnellbacher
- Fixed remaining ListBox calls to use GethWndC instead of GethWnd. …
12:07 PM Changeset [3370] by Andreas Schnellbacher
- Removed obsolete config const.
10:44 AM Changeset [3369] by Andreas Schnellbacher
- STDMENU: Removed obsolete book icon menu item again. - STDMENU: …
10:29 AM Changeset [3368] by Andreas Schnellbacher
- Changed all separately compilable files to always include …
8:23 AM Changeset [3367] by Andreas Schnellbacher
- Added missing const keyword.

Dec 20, 2018:

9:45 PM Changeset [3366] by Andreas Schnellbacher
- Added MYCNF.E to the standard inclusion files. Rearranged includes …

Dec 18, 2018:

8:38 PM Changeset [3365] by Andreas Schnellbacher
- Mouse marking from right to left: Improved the previous version for …
7:08 PM Changeset [3364] by Andreas Schnellbacher
- Mouse drag: Handle begin and end col correct for right to left marking.

Dec 17, 2018:

11:36 PM WikiStart edited by Andreas Schnellbacher
Added date vor v. 1.00. (diff)
11:26 PM WikiStart edited by Andreas Schnellbacher
Added info how to receive email notifications. (diff)
8:59 PM Changeset [3363] by Andreas Schnellbacher
- Reverted two changes of r3362 that contained code that's not ready.
8:45 PM Changeset [3362] by Andreas Schnellbacher
- Added missing STDCONST.E inclusions. That fixes random error …
8:38 PM Changeset [3361] by Andreas Schnellbacher
- Fixed MoveCharRight. It was a regression of the change to preserve …

Dec 16, 2018:

9:48 PM Changeset [3360] by Andreas Schnellbacher
- Tags: Fixed ProcName and LineNum parsing for TagScan, in case the …
9:08 PM Changeset [3359] by Andreas Schnellbacher
- Added ANY_CLASS attribute class.
7:20 PM Changeset [3358] by Andreas Schnellbacher
- Fixed endless loop in RemoveMultipleEmptyLines.
6:40 PM Changeset [3357] by Andreas Schnellbacher
- Cosmetic changes.
6:30 PM Changeset [3356] by Andreas Schnellbacher
- Tags for TEXT: Avoid listing of lines that contains only '=' chars.

Dec 15, 2018:

10:05 PM Changeset [3355] by Andreas Schnellbacher
- On toggeling 'Advanced marking', 'Allow cursor everywhere' is …
8:54 PM Changeset [3354] by Andreas Schnellbacher
- Fixed Listing of tab and backtab key defs in .KEYSET_DEFINITIONS_. …
6:40 PM Changeset [3353] by Andreas Schnellbacher
- Change menu item texts for remaining format items to indicate if the …
1:26 PM Changeset [3352] by Andreas Schnellbacher
- Fixed disabling of go to mark menu items.
1:22 PM Changeset [3351] by Andreas Schnellbacher
- Added AfterMark command. - Reworked BeginMark and EndMark. For line …
1:09 PM Changeset [3350] by Andreas Schnellbacher
- Fixes for mouse marking: - Fixed cursor pos. for advanced marking = …
1:21 AM Changeset [3349] by Andreas Schnellbacher
- Tags: Added support for INI and TEXT (includes INI and Wiki styles) …

Dec 14, 2018:

8:25 PM Changeset [3348] by Andreas Schnellbacher
- Moved menu item separator.
8:22 PM Changeset [3347] by Andreas Schnellbacher
- Added option Format -> Tabs/spaces -> Compress indent only
7:50 PM Changeset [3346] by Andreas Schnellbacher
- TabCompress, TabCompressAll: Fixed processing when IndentOnly option …
1:37 AM Changeset [3345] by Andreas Schnellbacher
- The mouse marking still didn't work reliable. In most cases, for a …
1:14 AM Changeset [3344] by Andreas Schnellbacher
- Fixed EndMark command for char mark with last marked col = 0. - …
12:59 AM Changeset [3343] by Andreas Schnellbacher
- Removed a comment.
12:55 AM Changeset [3342] by Andreas Schnellbacher
- Improved mouse-marking workaround a bit by re-arranging code blocks.

Dec 13, 2018:

5:40 PM Changeset [3341] by Andreas Schnellbacher
- Made TabCompress(All) and TabExpand(All) much faster. Now it …
2:40 AM Changeset [3340] by Andreas Schnellbacher
- Added TabCompressAll and TabExpandAll commands. They show that the …
1:13 AM Changeset [3339] by Andreas Schnellbacher
- Extended Spaces2Tabs and Tabs2Spaces to process marked area only, if …
12:30 AM Changeset [3338] by Andreas Schnellbacher
- Enhanced Recompile to handle non-separately compiled .e files, found …
12:04 AM Changeset [3337] by Andreas Schnellbacher
- Made MoveCharLeft, MoveCharRight, MoveExpressionLeft and …

Dec 12, 2018:

10:16 PM Changeset [3336] by Andreas Schnellbacher
- Changed NepmdActivateHighlight to reload a keyword file when …
8:47 PM Changeset [3335] by Andreas Schnellbacher
- Renamed more occurences from 'toggle_parse' to 'Highlight'.
8:40 PM Changeset [3334] by Andreas Schnellbacher
- Renamed settings for reflow margins.
8:20 PM Changeset [3333] by Andreas Schnellbacher
- Removed setting \NEPMD\User\Mouse\Mark\Workaround. It works well and …
7:46 PM Changeset [3332] by Andreas Schnellbacher
- Added Recompile command. It calls ReadMacroLstFiles to get all …
1:23 PM Changeset [3331] by Andreas Schnellbacher
- Renamed undo procs to guess easier what they do. - Added …
1:22 PM Changeset [3330] by Andreas Schnellbacher
- Allow for specifying 'toggle_control' without a keyword file. - …
1:19 PM Changeset [3329] by Andreas Schnellbacher
- Cosmetic change.
12:51 AM Changeset [3328] by Andreas Schnellbacher
- Added proc MarkTypeForFile. - Cosmetic changes. - Disable Format -> …

Dec 11, 2018:

10:20 PM Changeset [3327] by Andreas Schnellbacher
- Disable tags menu items if no proc_search exists for current mode.
7:29 PM Changeset [3326] by Andreas Schnellbacher
- Extended RemoveMultipleEmptyLines, ReAddEmptyLines, …
7:23 PM Changeset [3325] by Andreas Schnellbacher
- Renamed StripTFromLines to StripTBlanksFromLines. - Made it faster …
7:14 PM Changeset [3324] by Andreas Schnellbacher
- Added Coding style menu items from Preferences to Format. It should …
3:25 PM Changeset [3323] by Andreas Schnellbacher
- pcenter_mark: Instead of using a fixed header length, the value from …
3:21 PM Changeset [3322] by Andreas Schnellbacher
- Improved StripBlanksFromLines to avoid the call of …
2:09 PM Changeset [3321] by Andreas Schnellbacher
- Added VSyncCursor to Save. This suppresses window scrolling.
3:36 AM Changeset [3320] by Andreas Schnellbacher
- Added menu item Format -> Indent -> Center marked lines. - Added …
3:21 AM Changeset [3319] by Andreas Schnellbacher
- pcenter_mark: Changed multi-line char mark to always use 78 as right …
2:58 AM Changeset [3318] by Andreas Schnellbacher
- Added an improved version of pcenter_mark. It preserves attributes, …

Dec 10, 2018:

9:36 PM Changeset [3317] by Andreas Schnellbacher
- Changed pfill_mark to use SearchReplaceLine for preserving …
8:29 PM Changeset [3316] by Andreas Schnellbacher
- Changed plowercase and puppercase to preserve attributes. - …
6:56 PM Changeset [3315] by Andreas Schnellbacher
- Renamed StripSpacesFromLines to StripBlanksFromLines. Adapted menu …
6:18 PM Changeset [3314] by Andreas Schnellbacher
- Change Fill, FillMark and Strip commands to preserve attributes.
2:40 PM Changeset [3313] by Andreas Schnellbacher
- Made StripSpacesFromLines preserve attributes. - Use 'DeleteLine' …
2:20 PM Changeset [3312] by Andreas Schnellbacher
- Fixed processing of arg4 ff for SearchReplaceLine.
12:18 PM Changeset [3311] by Andreas Schnellbacher
- Comment and uncomment: Use attribute-aware funcs instead of replaceline.
1:53 AM Changeset [3310] by Andreas Schnellbacher
- Fixed BackTab: ExpandLine wasn't defined after rename to …
12:08 AM Changeset [3309] by Andreas Schnellbacher
- Cosmetic changes.
12:07 AM Changeset [3308] by Andreas Schnellbacher
- SearchReplaceLine: Handle ReplaceTimes = 0 correctly.

Dec 9, 2018:

9:59 PM Changeset [3307] by Andreas Schnellbacher
- Added proc SearchReplaceLine. This can be used in many cases as …
9:21 PM Changeset [3306] by Andreas Schnellbacher
- Renamed CompressLine and ExpandLine to TabCompressStr and …

Dec 8, 2018:

2:26 PM Changeset [3305] by Andreas Schnellbacher
- Changed internal vars to behave col-1-based. Cosmetic only.
11:19 AM Changeset [3304] by Andreas Schnellbacher
- Added option to Backtab to delete whitespace only. Made that …
10:43 AM Changeset [3303] by Andreas Schnellbacher
- Enhanced Fill to accept a fill string ar arg. Allow for entering a …
1:08 AM Changeset [3302] by Andreas Schnellbacher
- Move all items from 'Margins and tab stops' to 'Special keys' -> …
12:29 AM Changeset [3301] by Andreas Schnellbacher
- Addition to r3300.
12:17 AM Changeset [3300] by Andreas Schnellbacher
- Replaced Tab and Backtab configuration. - Added more options for Tab …

Dec 7, 2018:

11:31 PM Changeset [3299] by Andreas Schnellbacher
- Cosmetic changes.
3:34 PM Changeset [3298] by Andreas Schnellbacher
- Fixed Spaces2Tabs when tab width is larger then previously. - Handle …

Dec 6, 2018:

5:41 PM Changeset [3297] by Andreas Schnellbacher
- Fixed Assist for modes with nested multi-line commands (MLCs). …

Dec 5, 2018:

10:36 PM Changeset [3296] by Andreas Schnellbacher
- Tags: handle start position of E 'defc c1, c2, c3' better. The …
5:27 PM WikiStart/Changes edited by Andreas Schnellbacher
Added past additions. (diff)
4:39 PM Changeset [3295] by Andreas Schnellbacher
- Typo caused build break. - Fixed logik in RefreshInfoLine for …
2:03 PM Changeset [3294] by Andreas Schnellbacher
- Moved LoadState dependency to RefreshInfoLine. - Cosmetic changes.
12:11 PM Changeset [3293] by Andreas Schnellbacher
- Preferences: Split 'Special keys' into 'Stream and Newline' and …
11:41 AM Changeset [3292] by Andreas Schnellbacher
- Typo.
11:39 AM Changeset [3291] by Andreas Schnellbacher
- Fixed behavior of SetMenuEnabled. This is unused until now.
11:29 AM Changeset [3290] by Andreas Schnellbacher
- Changed display of %I = Insert/Replace (internally defined) to …
10:13 AM Changeset [3289] by Andreas Schnellbacher
- Preferences: Moved 'Margins and tab stops' -> 'MatchTab' to 'Special …

Dec 2, 2018:

9:08 PM Changeset [3288] by Andreas Schnellbacher
- Improved undo pos. restore after undo. For undo: If the old curor …
5:59 PM Changeset [3287] by Andreas Schnellbacher
- Added a comment.
5:43 PM Changeset [3286] by Andreas Schnellbacher
- Added menu item Run -> Macros -> Create/Edit MYEXFILES.LST.
1:33 PM Changeset [3285] by Andreas Schnellbacher
- Insert marked lines: Changed workaround of r3269 for cursor column 1 …
12:35 AM Changeset [3284] by Andreas Schnellbacher
- Two more typos.
12:34 AM Changeset [3283] by Andreas Schnellbacher
- Fixed typo.
12:22 AM Changeset [3282] by Andreas Schnellbacher
- Enhanced MoveLineUp and MoveLineDown to keep bookmarks.

Nov 30, 2018:

4:19 PM Changeset [3281] by Andreas Schnellbacher
- Fixed dictionary dialog call after activating spell-check and when …
12:25 AM Changeset [3280] by Andreas Schnellbacher
- Found a better solution than r3279. Now reverted. - Added 'value' …
12:01 AM Ticket #28 (mention of gmane news) closed by Andreas Schnellbacher
fixed
12:00 AM WikiStart edited by Andreas Schnellbacher
Typo (diff)

Nov 29, 2018:

11:58 PM WikiStart edited by Andreas Schnellbacher
Changed support section. Ticket #28. (diff)

Nov 28, 2018:

9:40 PM Changeset [3279] by Andreas Schnellbacher
- Fixed DynaSpell by adding keyset definition to SetKeys.
7:09 PM Ticket #28 (mention of gmane news) created by diver
I would remove the gmane mention completely, as it's dead since …

Nov 27, 2018:

9:56 PM WikiStart/Changes edited by Andreas Schnellbacher
Added Swap text addtions. (diff)
7:41 PM Changeset [3278] by Andreas Schnellbacher
- Fixed arg parsing of MoveExpr.
12:14 PM WikiStart edited by Andreas Schnellbacher
Adjusted Hobbes links. (diff)

Nov 26, 2018:

8:02 PM Changeset [3277] by Andreas Schnellbacher
- Fixed C syntax expansion for a closing brace and if cursor is right …
12:23 AM Changeset [3276] by Andreas Schnellbacher
- Added proc SwitchInsertState. - Used that proc in syntax expansion. …

Nov 25, 2018:

11:30 PM Changeset [3275] by Andreas Schnellbacher
- Extended C syntax expression: Improved indentation for braces. Now …
6:44 PM Changeset [3274] by Andreas Schnellbacher
- Cosmetic changes.

Nov 24, 2018:

5:07 PM Changeset [3273] by Andreas Schnellbacher
- Added movement of expressions left and right.
5:04 PM Changeset [3272] by Andreas Schnellbacher
- Avoid syntax expression with Retun for all modes if cursor is on …

Nov 20, 2018:

9:14 PM Changeset [3271] by Andreas Schnellbacher
- Improved Pascal tags: Prototypes are not found anymore. Added …

Nov 19, 2018:

8:25 PM Changeset [3270] by Andreas Schnellbacher
- Finished REXX expansion. - Preliminary finished C expansion, but in …

Nov 18, 2018:

10:16 PM Changeset [3269] by Andreas Schnellbacher
- Added workaround: When marked lines are being copied or moved, while …
9:53 PM Changeset [3268] by Andreas Schnellbacher
- Changed Pascal coloring to emphasize sectioning keywywords better. …
9:45 PM Changeset [3267] by Andreas Schnellbacher
- Changed syntax expansion for C and REXX to use the common code …
9:38 PM Changeset [3266] by Andreas Schnellbacher
- Added optional case parameter to WordWithIndentExists. - Enabled …

Nov 17, 2018:

11:36 AM Changeset [3265] by Andreas Schnellbacher
- Completely reworked Pascal syntax expansion, analogous to that of mode E.
11:29 AM Changeset [3264] by Andreas Schnellbacher
- Minor speed improvement for WordWithIndentExists.
11:27 AM Changeset [3263] by Andreas Schnellbacher
- Added improvement for 'for' expansion with Newline when cursor is on …

Nov 16, 2018:

5:01 PM Changeset [3262] by Andreas Schnellbacher
- Improved E syntax expansion for 'for' and 'loop'. - Simplified …
12:27 AM Changeset [3261] by Andreas Schnellbacher
- Removed an unprocessed condition.

Nov 15, 2018:

11:11 PM Changeset [3260] by Andreas Schnellbacher
- Addition to r3259.
11:05 PM WikiStart/Changes edited by Andreas Schnellbacher
Added more changes. (diff)
10:58 PM Changeset [3259] by Andreas Schnellbacher
- Moved WordWithIndentExists from EKEYS.E to KEYS.E.
10:48 PM Changeset [3258] by Andreas Schnellbacher
- Reworked syntax expansion. First file is EKEYS.E: - Handle tabs …
10:29 PM Changeset [3257] by Andreas Schnellbacher
- Additions for processing another than current position (to r3256). - …

Nov 14, 2018:

5:59 PM Changeset [3256] by Andreas Schnellbacher
- Extended inside_comment, inside_literal etc. procs to accept …
5:29 PM Changeset [3255] by Andreas Schnellbacher
- Added more 'end;'-matching keywords for Pascal.
5:26 PM Changeset [3254] by Andreas Schnellbacher
- Fixed StripBlanks for an empty string.

Nov 13, 2018:

8:21 PM Changeset [3253] by Andreas Schnellbacher
- PASCAL: Re-enabeled space key if no syntax expansion is executed.
8:18 PM Changeset [3252] by Andreas Schnellbacher
- Re-added erranously deleted line of r3244.

Nov 12, 2018:

8:45 PM Changeset [3251] by Andreas Schnellbacher
- Cosmetic changes.
8:45 PM Changeset [3250] by Andreas Schnellbacher
- Re-enabled PASCAL syntax expansion. This was an regression of …
8:41 PM Changeset [3249] by Andreas Schnellbacher
- Changed def for prestore_mark back to the original one. The 'unmark' …
12:44 AM Changeset [3248] by Andreas Schnellbacher
- .DOS dir files etc.: Added unmark after copying.

Nov 11, 2018:

9:35 PM Changeset [3247] by Andreas Schnellbacher
- Changed newline and enter key defs in stream mode. Now Alt+Newline …
7:50 PM Changeset [3246] by Andreas Schnellbacher
- Bookmarks: Added handling of multiple views of a file.
7:16 PM Changeset [3245] by Andreas Schnellbacher
- Fixed typo in last commit.
6:37 PM Changeset [3244] by Andreas Schnellbacher
- Changed the other menus, too.
6:31 PM Changeset [3243] by Andreas Schnellbacher
- Re-enabled bookmark menu items by using the changed array vars.
5:10 PM Changeset [3242] by Andreas Schnellbacher
- Bookmarks: Improved attributes and array var processing. The array …
12:09 AM WikiStart/Changes edited by Andreas Schnellbacher
(diff)
12:04 AM WikiStart/Changes edited by Andreas Schnellbacher
(diff)
12:04 AM WikiStart/Changes edited by Andreas Schnellbacher
Added past changes after 1.19. (diff)

Nov 10, 2018:

11:24 PM Changeset [3241] by Andreas Schnellbacher
- Fixed E syntax expansion for Return: - Return on a line starting …
11:18 PM Changeset [3240] by Andreas Schnellbacher
- Fixed attributes behavior on splitting a line or moving a line with …

Nov 8, 2018:

6:01 PM Changeset [3239] by Andreas Schnellbacher
- Bookmarks, ListMark dialog: Fixed processing of Help and Cancel …

Nov 7, 2018:

2:26 AM Changeset [3238] by Andreas Schnellbacher
- Removed configuration constants: SMARTFILE, WANT_DBCS_SUPPORT, …

Nov 6, 2018:

2:09 AM Changeset [3237] by Andreas Schnellbacher
- Mode E: Removed obsolete configuration constants from highlighting list.
1:33 AM Changeset [3236] by Andreas Schnellbacher
- Reworked code for bookmarks, attributes and styles. - Fixed handling …

Nov 2, 2018:

5:20 PM Changeset [3235] by Andreas Schnellbacher
- Replaced do_array with GetAVar and SetAVar.

Nov 1, 2018:

11:40 PM Changeset [3234] by Andreas Schnellbacher
- Added deletion of bookmark attributes to delete commands and procs, …
11:32 PM Changeset [3233] by Andreas Schnellbacher
- Added zero-termination for EntryBox text strings. This fixes false …
11:27 PM Changeset [3232] by Andreas Schnellbacher
- Cosmetic changes.
11:21 PM Changeset [3231] by Andreas Schnellbacher
- Cosmetic changes.

Oct 28, 2018:

10:42 PM Changeset [3230] by Andreas Schnellbacher
- Made ListMark dialog show fileid and linenum. - Added to the …
6:07 PM Changeset [3229] by Andreas Schnellbacher
- BackSpace: Added check if current file is marked. - Cosmetic changes.
6:07 PM Changeset [3228] by Andreas Schnellbacher
- Cosmetic changes.
6:05 PM Changeset [3227] by Andreas Schnellbacher
- Added HighlightCursor to GoMark and NextBookMark. - Cosmetic changes.

Oct 28, 2018:

1:11 AM Changeset [3226] by Andreas Schnellbacher
- Changed logic in EnterColorPalName to allow for closing the dialog …
12:47 AM Changeset [3225] by Andreas Schnellbacher
- Removed NODISMISS from 'File properties' > 'WPS properties...' menu …

Oct 27, 2018:

9:28 PM Changeset [3224] by Andreas Schnellbacher
- Added parameter checking for prestore_pos and …
9:15 PM Changeset [3223] by Andreas Schnellbacher
- Undo: Added parameter check for prestore_mark parameters. It has …
4:43 PM Changeset [3222] by Andreas Schnellbacher
- Undo: Improved parameter checking again to avoid trying to restore a …
3:16 PM Changeset [3221] by Andreas Schnellbacher
- Cosmetic changes.

Oct 25, 2018:

10:14 PM Changeset [3220] by Andreas Schnellbacher
- Fill: Changed to allow for multiple chars and added option to fill …
9:00 PM Changeset [3219] by Andreas Schnellbacher
- Improved Alt+1 to search .E, .ERX and .HIL filespecs in their NEPMD …

Oct 24, 2018:

8:03 PM Changeset [3218] by Andreas Schnellbacher
- Search: 'Find identifier' now removes trailing sentence-end chars first.
7:31 PM Changeset [3217] by Andreas Schnellbacher
- Removed NODISMISS from 'Select coding style' menu item for easier …
7:24 PM Changeset [3216] by Andreas Schnellbacher
- Added TagScan and OpenUrl to the context menu. - Changed menu item …

Oct 23, 2018:

8:12 PM Changeset [3215] by Andreas Schnellbacher
- Preferences menu: Improved and fixed notification within menu item …
1:03 PM WikiStart edited by Andreas Schnellbacher
Added netlabs.org link for 1.19 (diff)

Oct 22, 2018:

10:37 PM Changeset [3214] by Andreas Schnellbacher
- Addition to r3211.
8:22 PM Changeset [3213] by Andreas Schnellbacher
- Enabled AdjustMark and OverlayMark when the mark is in another file …
8:20 PM Changeset [3212] by Andreas Schnellbacher
- Fixed undo and redo processing: Catch case when the next undo state …
8:17 PM Changeset [3211] by Andreas Schnellbacher
- Extended description of user.cfg and defaults.cfg for enquoting.
8:12 PM Changeset [3210] by Andreas Schnellbacher
- Fixed export of a value with leading and trailing spaces.
Note: See TracTimeline for information about the timeline view.