Timeline



Mar 9, 2021:

2:51 PM Changeset [4407] by Andreas Schnellbacher
- Disabled AddToHelp, because help file addition doesn't work and an …
9:33 AM Changeset [4406] by Andreas Schnellbacher
- Revert: Avoid window scrolling if current file is the only one and …

Mar 8, 2021:

6:58 PM Changeset [4405] by Andreas Schnellbacher
- Changed profile key UserCfgJustImported to UserColorsNewlyImported. …

Mar 7, 2021:

9:00 PM Changeset [4404] by Andreas Schnellbacher
- Removed debug output.
11:49 AM Changeset [4403] by Andreas Schnellbacher
- Added fixes for URL recognition.

Mar 3, 2021:

7:49 AM Changeset [4402] by Andreas Schnellbacher
- Reverted r3013. (The pointer was already freed below.)

Mar 1, 2021:

6:15 PM Changeset [4401] by Andreas Schnellbacher
- ImportDefaultsTextConfig and ImportUserTextConfig: Moved code to new …

Feb 28, 2021:

11:15 PM Changeset [4400] by Andreas Schnellbacher
- Updated comments to the changes in the .c file: The C++ comment …
11:08 PM Changeset [4399] by Andreas Schnellbacher
- ImportDefaultsTextConfig: Ensure that \NEPMD\Var\DefaultsImport tree …

Feb 13, 2021:

10:04 AM Changeset [4398] by Andreas Schnellbacher
- Fixed handling of 'PostMe' in IsAPosCmd. Added recognition of a Cmd …
3:22 AM Changeset [4397] by Andreas Schnellbacher
- Addition to last commit.
2:49 AM Changeset [4396] by Andreas Schnellbacher
- Made FindDef with a specified mode use the default settings of that …

Jan 24, 2021:

8:00 PM Changeset [4395] by Andreas Schnellbacher
- Added menu hint texts for FindDef menu items.
3:39 PM Changeset [4394] by Andreas Schnellbacher
- Activated word search for FindIdentifier = FindToken.
4:33 AM Changeset [4393] by Andreas Schnellbacher
- Avoid unwanted scrolling for more cases. - Cosmetic changes.

Jan 17, 2021:

8:00 PM Changeset [4392] by Andreas Schnellbacher
- Temporarily disable KeepCursorOnScreen to make ScrollToTop work properly.
9:00 AM Changeset [4391] by Andreas Schnellbacher
- Moved settings for mode BIN to DEFAULTS.CFG.
8:58 AM Changeset [4390] by Andreas Schnellbacher
- Removed an outdated comment.

Jan 16, 2021:

7:59 PM Changeset [4389] by Andreas Schnellbacher
- Another fix for Edit parsing: The string ", " is now only recognized …
11:10 AM Changeset [4388] by Andreas Schnellbacher
- Fixed NewWindow command. The leading single quote was previously …

Jan 15, 2021:

6:09 PM Changeset [4387] by Andreas Schnellbacher
- 2 fixes for the reworked Edit parsing: Previously Restart with a …

Jan 14, 2021:

6:53 PM Changeset [4386] by Andreas Schnellbacher
- FindDef: Fixed: Jumping to a def defined in current file has only …
6:34 PM Changeset [4385] by Andreas Schnellbacher
- Added comment about the EPM bug that closing a ListBox also closes …
6:06 PM Changeset [4384] by Andreas Schnellbacher
- FindDef: Added support for .KEYSET_DEFINITIONS_ files to search for …

Jan 12, 2021:

11:18 AM Changeset [4383] by Andreas Schnellbacher
- Cosmetic change.
11:09 AM Changeset [4382] by Andreas Schnellbacher
- Avoid error msg on JustInstalled: Unknown command "@ECHO OFF".

Jan 5, 2021:

9:09 PM Changeset [4381] by Andreas Schnellbacher
- Fixed installation. - Added more error handlers. (Copied from my …

Jan 4, 2021:

10:25 PM Changeset [4380] by Andreas Schnellbacher
- Added IsLinked proc. - Alt_1: For GetFindDefSearchDirs, unlink after …
10:22 PM Changeset [4379] by Andreas Schnellbacher
- NewWindow: Place cursor on screen before moving a file to a new window.

Jan 3, 2021:

4:33 PM Changeset [4378] by Andreas Schnellbacher
- C syntax expansion: Disable special behavior for Return within a comment.
1:06 PM Changeset [4377] by Andreas Schnellbacher
- FindDef with grep.exe: Improved search pattern for struct names to …

Jan 1, 2021:

3:07 PM Changeset [4376] by Andreas Schnellbacher
- FindDef: Added search patterns for search with grep.exe for …
1:21 PM Changeset [4375] by Andreas Schnellbacher
- Disabled experimental mode change for .ERX files for FindDef with …

Dec 31, 2020:

2:57 PM Changeset [4374] by Andreas Schnellbacher
- Removed outdated code again.
2:54 PM Changeset [4373] by Andreas Schnellbacher
- Alt_1: Removed debug values for OpenLine and OpenCol.
2:48 PM Changeset [4372] by Andreas Schnellbacher
- Alt_1: Filenames for include <...> or incude ... are searched now in …

Dec 30, 2020:

7:41 PM Changeset [4371] by Andreas Schnellbacher
- Fixed C function scanning for C++ extensions. Previously …

Dec 29, 2020:

6:57 AM Changeset [4370] by Andreas Schnellbacher
- Added procs to set the pointer pos. and to scroll the window pixel- …

Dec 27, 2020:

12:02 PM WikiStart edited by Andreas Schnellbacher
Added how to change line ends of a downloaded file. (diff)
10:44 AM Changeset [4369] by Andreas Schnellbacher
- Alt+1: Completely reworked parsing of a filename under cursor. The …
10:42 AM Changeset [4368] by Andreas Schnellbacher
- Removed a debug output.
10:41 AM Changeset [4367] by Andreas Schnellbacher
- Changed outdated hint text.

Dec 26, 2020:

4:38 AM Changeset [4366] by Andreas Schnellbacher
- Removed writing of an (now) unused ini key.
4:34 AM Changeset [4365] by Andreas Schnellbacher
- Fixed encoding of a virtual file. Removed one PostMe that may cause …
1:48 AM Changeset [4364] by Andreas Schnellbacher
- Fixed 'Encoding' -> 'Edit command before execution'. KeyPath wasn't …

Dec 24, 2020:

12:43 PM Changeset [4363] by Andreas Schnellbacher
- Another type, similar to changeset r4353.
10:15 AM Changeset [4362] by Andreas Schnellbacher
- The fix of changeset r4356 broke parsing double-quoted strings. …
9:32 AM Changeset [4361] by Andreas Schnellbacher
- Another addition to changeset r4357. (CLEANUP.CMD is executed after …
9:28 AM Changeset [4360] by Andreas Schnellbacher
- Required addition to changeset r4357.

Dec 23, 2020:

9:14 PM Changeset [4359] by Andreas Schnellbacher
- Completely remorked FindDef. Now it allows to select between up to 4 …
8:18 PM Changeset [4358] by Andreas Schnellbacher
- Addition to last commit.
8:00 PM Changeset [4357] by Andreas Schnellbacher
- Renamed global.ini to common.cfg. - Renamed default.ini to …
6:59 PM Changeset [4356] by Andreas Schnellbacher
- Avoid uninitialized vars in ParseNextWord.
9:39 AM Changeset [4355] by Andreas Schnellbacher
- Moved code to a separate proc: Added ParseDirRecurseLevel.
7:11 AM Changeset [4354] by Andreas Schnellbacher
- Fixed regression of the reworked 'Edit' cmd: For 'Edit /n <name>', …
7:06 AM Changeset [4353] by Andreas Schnellbacher
- Cosmetic change.

Dec 17, 2020:

10:57 AM Changeset [4352] by Andreas Schnellbacher
- Added FindDef menu item. - Changed double mnemonics.
10:55 AM Changeset [4351] by Andreas Schnellbacher
- Added template for myepm.env. - Added EditCreateMyepmEnv. - Added …
10:46 AM Changeset [4350] by Andreas Schnellbacher
- Changed MH_ cmd names to omit '_' in the rest of the names. - …
10:44 AM Changeset [4349] by Andreas Schnellbacher
- Added HighlightCursor to NewTop. - Added ScrollToTop as synonym …
10:43 AM Changeset [4348] by Andreas Schnellbacher
- Minor changes.
10:40 AM Changeset [4347] by Andreas Schnellbacher
- Changed activatefile to pActiveFile for error-checking.
10:38 AM Changeset [4346] by Andreas Schnellbacher
- Changed Grep proc to call a .cmd file instead of using quietshell …

Dec 12, 2020:

1:01 PM Changeset [4345] by Andreas Schnellbacher
- Keyword search: Removed the optional whitespace before a section def …
8:28 AM Changeset [4344] by Andreas Schnellbacher
- Moved some more obsolete consts to OBSOLETE.E.

Dec 11, 2020:

8:59 PM Changeset [4343] by Andreas Schnellbacher
- Removed the checks for empty fids, because CloseHiddenFile does that …
8:51 PM Changeset [4342] by Andreas Schnellbacher
- Avoid wrong error messages and unwanted file closing if cursor is …
6:12 PM Changeset [4341] by Andreas Schnellbacher
- Fixes for changeset r4330 (Edit): - Fixed file list parsing. - Fixed …

Dec 9, 2020:

10:38 PM Changeset [4340] by Andreas Schnellbacher
- Made file list parsing work again.
11:00 AM Changeset [4339] by Andreas Schnellbacher
- Call grep with a tmp. cmd file to allow for line length up to 1023. …
Note: See TracTimeline for information about the timeline view.