Timeline



Aug 5, 2018:

10:02 PM Changeset [3101] by Andreas Schnellbacher
- Fixed search handle processing by avoiding cast to a string.
8:28 PM Changeset [3100] by Andreas Schnellbacher
- Renamed Move to MoveFile.
8:23 PM Changeset [3099] by Andreas Schnellbacher
- Added NepmdDeleteTree. - Fixed attributes for main dir in DeleteTree.
8:14 PM Changeset [3098] by Andreas Schnellbacher
- Renamed NepmdFileDelete to NepmdDeleteFile. - Fixed help remarks for it.
1:23 PM Changeset [3097] by Andreas Schnellbacher
- Minor fix for a parameter check in DeleteTree.
1:15 PM Changeset [3096] by Andreas Schnellbacher
- Fixed Alt+1 file searching (A1Load). - Added env var expansion to …
12:34 PM Changeset [3095] by Andreas Schnellbacher
- Replaced FindFileInList with NepmdSearchPath. That allows for …

Aug 4, 2018:

1:29 PM Changeset [3094] by Andreas Schnellbacher
- Made test for NepmdGetNextDir work.

Jul 29, 2018:

12:11 PM Changeset [3093] by Andreas Schnellbacher
- Reduced E command calls in NepmdInfo for increased stability. - …

Jul 21, 2018:

1:53 PM Changeset [3092] by Andreas Schnellbacher
- Changed menu item text and mnemomic key for Alt+1 menu item. - …
8:17 AM Changeset [3091] by Andreas Schnellbacher
- Extended the check for existing palette names to include user …

Jul 20, 2018:

7:22 PM Changeset [3090] by Andreas Schnellbacher
- Avoid to create additional default color palette names without a …
7:14 PM Changeset [3089] by Andreas Schnellbacher
- Fixed palette deletion. Previously, the deletion worked, but an …

Jul 19, 2018:

9:40 PM Changeset [3088] by Andreas Schnellbacher
- Removed saydebug messages and unused sync code.
9:36 PM Changeset [3087] by Andreas Schnellbacher
- Changed a comment.
9:34 PM Changeset [3086] by Andreas Schnellbacher
- Added 'Open' button to color palette dialog.

Jul 18, 2018:

7:17 PM Changeset [3085] by Andreas Schnellbacher
- Fixed: On changing the additional keyset (adding cuakeys), …
7:09 PM Changeset [3084] by Andreas Schnellbacher
- Fixed: After having switched to testkeys and back to edit_keys, the …
6:59 PM Changeset [3083] by Andreas Schnellbacher
- Added ScrollUpDownKey proc. - Added NumKeys arg to UpDownKey. - …
6:47 PM Changeset [3082] by Andreas Schnellbacher
- Extended a column with for listing mouse keys.
6:43 PM Changeset [3081] by Andreas Schnellbacher
- Made IsSingleKey DBCS-aware. Previously, since the change to …

Jul 17, 2018:

10:33 PM Changeset [3080] by Andreas Schnellbacher
- Changed undo behavior for undo via shortcut key: When jumping back …

Jul 15, 2018:

3:58 PM Changeset [3079] by Andreas Schnellbacher
- Improvements for key help messages.
3:53 PM Changeset [3078] by Andreas Schnellbacher
- Added ShowKeyset to Help submenu. - TODO: Fix array vars after …
3:38 PM Changeset [3077] by Andreas Schnellbacher
- Added mouse defs to ShowKeyset.
2:27 PM Changeset [3076] by Andreas Schnellbacher
- Added category names for key definitions.
2:26 PM Changeset [3075] by Andreas Schnellbacher
- Changes for listing the current key definitions dynamically: - Added …
2:15 PM Changeset [3074] by Andreas Schnellbacher
- Improved AddAVar proc to avoid adding an additional space char if …
2:11 PM Changeset [3073] by Andreas Schnellbacher
- Handle 'SetKeyset std' equal to 'SetKeyset DEFAULT'. That saves …
2:08 PM Changeset [3072] by Andreas Schnellbacher
- Improved debug output and a few comments.
2:06 PM Changeset [3071] by Andreas Schnellbacher
- Changed the processing order, just cosmetic.

Jul 12, 2018:

10:11 PM Changeset [3070] by Andreas Schnellbacher
- Minor improvement for r3069.
9:29 PM Changeset [3069] by Andreas Schnellbacher
- Fixed previously reworked proc ExpandEnvVars. Previously, the check …

Jul 9, 2018:

10:41 PM Changeset [3068] by Andreas Schnellbacher
- Made attrib command handle an empty arg.
9:16 PM Changeset [3067] by Andreas Schnellbacher
- Removed defload_profile_name, load_ext and load_var. A REXX …
8:43 PM Changeset [3066] by Andreas Schnellbacher
- Removed consts SUPPORT_USER_EXITS, PROCESSNAME_CMD and …
8:08 PM Changeset [3065] by Andreas Schnellbacher
- Added procedures GetTmpDir, GetTempDir, GetTmpPath, GetTempPath. - …

Jul 8, 2018:

4:48 PM Changeset [3064] by Andreas Schnellbacher
- Removed experimental SHOW_WINDOW_EARLY.
4:41 PM Changeset [3063] by Andreas Schnellbacher
- Replaced vautosave_path with GetBackupDir(). - Removed obsolete …
1:23 PM Changeset [3062] by Andreas Schnellbacher
- Cosmetic changes.
9:14 AM Changeset [3061] by Andreas Schnellbacher
- Renamed ResolveEnvVars to ExpandEnvVars.
8:59 AM Changeset [3060] by Andreas Schnellbacher
- Changed ResolveEnvVars to replace unset env vars with an empty …

Jul 7, 2018:

11:19 PM Changeset [3059] by Andreas Schnellbacher
- Moved call of InitUndo to defload.

Jul 6, 2018:

12:15 PM Changeset [3058] by Andreas Schnellbacher
- C tags: Added comment check for closing brace.
12:08 PM Changeset [3057] by Andreas Schnellbacher
- Fixed: If MLC array contains just 1 entry, no match was found. In …

Jun 30, 2018:

11:11 AM Changeset [3056] by Andreas Schnellbacher
- Extended Unlink and Relink to allow for link numbers instead of …

Jun 26, 2018:

8:12 PM Changeset [3055] by Andreas Schnellbacher
- Re-added definition for DupMark. That command is used as callback by …
8:08 PM Changeset [3054] by Andreas Schnellbacher
- Fixed wrong grep searchmasks for FindDef in E mode.

Jun 25, 2018:

11:15 PM Changeset [3053] by Andreas Schnellbacher
- Added procs IsUInt, IsInt and StrStartsWith.
10:18 PM Changeset [3052] by Andreas Schnellbacher
- Moved most mouse definitions to STDKEYS.E. They can there be defined …
9:51 PM Changeset [3051] by Andreas Schnellbacher
- Merged mouse defs for advanced an CUA marking to one. - Rearraged …
8:55 PM Changeset [3050] by Andreas Schnellbacher
- Changed MouseEvent2MouseString to MouseEventToMouseString and …
8:49 PM Changeset [3049] by Andreas Schnellbacher
- Fixed MB1 doubleclick in CUA mode: When the cursor is after the last …
8:31 PM Changeset [3048] by Andreas Schnellbacher
- Fixes for r3037 and r3038.
8:41 AM Changeset [3047] by Andreas Schnellbacher
- Fixed typo.

Jun 24, 2018:

5:55 PM Changeset [3046] by Andreas Schnellbacher
- Addition to r3045.
5:50 PM Changeset [3045] by Andreas Schnellbacher
- Changed "do i = 1 to 1" to "do once = 1 to 1" to make code better …
11:33 AM Changeset [3044] by Andreas Schnellbacher
- FindDef: Re-activated error message and avoid further processing if …
10:11 AM Changeset [3043] by Andreas Schnellbacher
- Addition to r3042.
10:03 AM Changeset [3042] by Andreas Schnellbacher
- Improved formatting.
9:39 AM Changeset [3041] by Andreas Schnellbacher
- Avoided invalidation of assist MLC array for single char keys. This …
9:30 AM Changeset [3040] by Andreas Schnellbacher
- Avoided scrolling on reverting a file.

Jun 23, 2018:

11:55 PM Changeset [3039] by Andreas Schnellbacher
- Added color name conversion also for the reset to default colors.
10:56 PM Changeset [3038] by Andreas Schnellbacher
- Changed to use color names in config files and reg keys. Keep using …
10:54 PM Changeset [3037] by Andreas Schnellbacher
- Changed ConvertColor to ColorNameToNum, added ColorNumToName. Allow …
10:53 PM Changeset [3036] by Andreas Schnellbacher
- Added keywords: color consts, cursoreverywhere, vmodifiedstatuscolor.
10:52 PM Changeset [3035] by Andreas Schnellbacher
Added consts: synonyms for color names.
10:03 AM Changeset [3034] by Andreas Schnellbacher
- Changed comments in the exported settings file due to the recently …

Jun 22, 2018:

9:05 PM Changeset [3033] by Andreas Schnellbacher
- Avoided scrolling for the Mode command. - Descibed in GetMode how …

Jun 20, 2018:

10:17 PM Ticket #27 (Assist: Improve scanning of MLC array) closed by Andreas Schnellbacher
fixed: The main improvement was implemented by r3029 and r3032: The scanning …

Jun 17, 2018:

5:15 PM Changeset [3032] by Andreas Schnellbacher
- Temporarily disabled the newest method, because multi-line comments …
5:01 PM Changeset [3031] by Andreas Schnellbacher
- Added invalidation of multi-line comment array, used by passist.
4:55 PM Changeset [3030] by Andreas Schnellbacher
- TagScan for C uses now the assist functions for better string and …
4:40 PM Changeset [3029] by Andreas Schnellbacher
- First attempt to make assist faster. Only mode C was changed to use …
3:16 PM Changeset [3028] by Andreas Schnellbacher
- Made code better readable. - Reworked a few comments. - Reduced …

Jun 16, 2018:

12:33 PM Changeset [3027] by Andreas Schnellbacher
- Fixed novalue condition in palette deletion.
12:31 PM Ticket #7 (Change text .ini to .cfg files) closed by Andreas Schnellbacher
fixed: Added with r3026 and before.
12:29 PM Changeset [3026] by Andreas Schnellbacher
- Added proc and commands for import of user config file. - Added menu …
12:28 PM Changeset [3025] by Andreas Schnellbacher
- Added a comment.
12:27 PM Changeset [3024] by Andreas Schnellbacher
- ImportDefaultsTextConfig, ImportUserTextConfig: Reworked …
12:27 PM Changeset [3023] by Andreas Schnellbacher
- Addition to r3021. - Added missing prototype for ImportUserConfig. - …

Jun 15, 2018:

12:05 AM Changeset [3022] by Andreas Schnellbacher
- Removed outcommented code.
12:02 AM Changeset [3021] by Andreas Schnellbacher
- Added NepmdImportUserConfig. - Added NepmdImportUserConfig to E …

Jun 14, 2018:

11:58 PM Changeset [3020] by Andreas Schnellbacher
- Removed DEBUG constant (unused, therefore cosmetic).
11:58 PM Changeset [3019] by Andreas Schnellbacher
- Disabled debug output.

Jun 10, 2018:

5:50 PM Ticket #27 (Assist: Improve scanning of MLC array) created by Andreas Schnellbacher
Assist behavior is about 100 times too slow. Tests show that parts …

Jun 9, 2018:

1:00 PM Changeset [3018] by Andreas Schnellbacher
- Tags: Added alternative (but disabled) version of c_proc_search. - …
11:53 AM Changeset [3017] by Andreas Schnellbacher
- Moved invalidation of the MLC array from the end of each passist() …

Jun 8, 2018:

10:42 AM Changeset [3016] by Andreas Schnellbacher
- C syntax expansion: For pressing Return in the area left from a …

Jun 7, 2018:

8:58 PM Changeset [3015] by Andreas Schnellbacher
- Added indentaion to RGB color values to make exported user.cfg files …

May 21, 2018:

9:58 AM Changeset [3014] by Andreas Schnellbacher
- Added menu items to 'Format' -> 'Line breaks' 'Tabs/spaces' and …

May 20, 2018:

6:51 PM Changeset [3013] by Andreas Schnellbacher
- Fixed memory leak. Found by Steven Levine.
1:58 PM Changeset [3012] by Andreas Schnellbacher
- Added deletion of user keys per a pseudo key entry in user.cfg. On …
1:42 PM Ticket #26 (Removing a key from its parent RegContainer value removes a zero char ...) closed by Andreas Schnellbacher
fixed: Fixed by r3011. The bug occurred if 2 RegContainer levels were …
1:14 PM Changeset [3011] by Andreas Schnellbacher
- Fixed deletion of a reg key. If 2 segments of a container path were …

May 12, 2018:

12:46 AM Ticket #26 (Removing a key from its parent RegContainer value removes a zero char ...) created by Andreas Schnellbacher
After executing […] the section RegKey is OK, but in …

May 9, 2018:

9:43 PM Changeset [3010] by Andreas Schnellbacher
- Added Install -> UserCfgJustImported = 1 on import of user.cfg. …
1:26 PM Changeset [3009] by Andreas Schnellbacher
- Minor changes in COLORS.ERX: Renamed funcs in consideration of the …
11:17 AM Changeset [3008] by Andreas Schnellbacher
- Finished move of config keys to *.CFG to NEPMD.INI. - Major rewrite …
11:16 AM Changeset [3007] by Andreas Schnellbacher
- Copying a palette name with spaces needs temp. removement of …

May 7, 2018:

2:19 PM Changeset [3006] by Andreas Schnellbacher
- Allowed for spaces in palette name also for the Copy action and the …
Note: See TracTimeline for information about the timeline view.