Timeline



Jun 29, 2020:

9:53 PM WikiStart edited by Andreas Schnellbacher
Fixed typo in revision table. (diff)
7:12 AM Changeset [4089] by Andreas Schnellbacher
- Typo.

Jun 28, 2020:

11:02 PM Changeset [4088] by Andreas Schnellbacher
- Changed menu item prompt for Search dialog (search) to make the …
10:18 PM Changeset [4087] by Andreas Schnellbacher
- Reworked keyword help (Ctrl+H). - Ensure that a common index part …
9:16 PM Changeset [4086] by Andreas Schnellbacher
- Added GetIdentifierMask, CurIdentifier and NextIdentifier procs.
1:25 PM Changeset [4085] by Andreas Schnellbacher
- Added CONF CNF CONFIG as extensions for mode INI.

Jun 25, 2020:

10:33 AM Changeset [4084] by Andreas Schnellbacher
- ExpandEnvVars sets now optionally rc. - FindFileInList checks now rc …

Jun 24, 2020:

7:01 PM Changeset [4083] by Andreas Schnellbacher
- Changed menu item text from 'Open in new window' to 'Move to new window'.
10:41 AM Changeset [4082] by Andreas Schnellbacher
- Fixed ProcessSelectSettings: The previous version may lead to empty …

Jun 23, 2020:

9:34 PM Changeset [4081] by Andreas Schnellbacher
- Improved execution of both HighlightCursor and HighlightMatch. Their …
9:33 PM Changeset [4080] by Andreas Schnellbacher
- Explicitely execute ProcessSelect for trying to load a file that is …

Jun 22, 2020:

7:39 PM Changeset [4079] by Andreas Schnellbacher
- Minor simplification for the last changeset.
6:11 PM Changeset [4078] by Andreas Schnellbacher
- Improved tags for mode E. Now definit, defmain etc. are listed, too.
6:03 PM Changeset [4077] by Andreas Schnellbacher
- Reset lastcommand on defselect to reset also possible HighlightMatch

Jun 21, 2020:

11:43 AM Changeset [4076] by Andreas Schnellbacher
- Move defc MoveFile from TOOLS.E to FILE.E.
11:36 AM Changeset [4075] by Andreas Schnellbacher
- Fixed case of saved tools name to lowercase.
10:20 AM Changeset [4074] by Andreas Schnellbacher
- Fixed applying of coding styles. Previously, subsettings were not …

Jun 20, 2020:

8:23 PM Changeset [4073] by Andreas Schnellbacher
- Another improvement for to make the HighlightMatch circle stay …
7:38 PM Changeset [4072] by Andreas Schnellbacher
- ShowFileSettings: Decreased width of the first row.
7:36 PM Changeset [4071] by Andreas Schnellbacher
- SetAVar: Catch strange rc = -273. It's now set to 0 instead.
7:31 PM Changeset [4070] by Andreas Schnellbacher
- Fixed bookmarks dialog: 'Show others...' was only processed if there …

Jun 16, 2020:

7:47 PM Changeset [4069] by Andreas Schnellbacher
- First revision. This loads all source files with version info to …
4:34 PM Changeset [4068] by Andreas Schnellbacher
- Spell check: Fixed start pos. Previously, the check started at the …
2:45 PM Changeset [4067] by Andreas Schnellbacher
- Made circles of HighlightMatch and HighlightCursor stay in more cases.
12:26 PM Changeset [4066] by Andreas Schnellbacher
- Edit: Stop interpreter on multiple errors. That should avoid …
10:13 AM Changeset [4065] by Andreas Schnellbacher
- Replaced filestoloadmax with lastfilesinring, which works more reliable.
9:13 AM Changeset [4064] by Andreas Schnellbacher
- Improved file switching in EditFileList.

Jun 15, 2020:

9:36 PM Changeset [4063] by Andreas Schnellbacher
- Replaced old ini entries with NEPMD reg keys. - Removed CheckIni and …
6:53 PM Changeset [4062] by Andreas Schnellbacher
- Second part of the cureditcmd replacement: - Reworked parsing in …

Jun 14, 2020:

5:36 PM Changeset [4061] by Andreas Schnellbacher
- Addition to changeset r4058.
5:16 PM Changeset [4060] by Andreas Schnellbacher
- Addition to changeset r4058.
5:06 PM Changeset [4059] by Andreas Schnellbacher
- Minor changes.
4:48 PM Changeset [4058] by Andreas Schnellbacher
- Minor chnges that may increase stability at startup: Avoid file …
4:30 PM Changeset [4057] by Andreas Schnellbacher
- FileDlg: Fixed parsing of enquoted filename.

Jun 12, 2020:

8:37 PM Changeset [4056] by Andreas Schnellbacher
- Fixed typo.
1:15 AM Changeset [4055] by Andreas Schnellbacher
- Widened dialogs for group names. - Cosmetic changes.
12:44 AM Changeset [4054] by Andreas Schnellbacher
- Changed remaining old EPM expressions Add/Open to Open/New window to …

Jun 11, 2020:

11:59 PM Changeset [4053] by Andreas Schnellbacher
- History lists: Change chars in the strings that are the same as the …
11:43 PM Changeset [4052] by Andreas Schnellbacher
- Cosmetic changes.
11:40 PM Changeset [4051] by Andreas Schnellbacher
- Minor improvement in counting chars for string validation.
11:37 PM Changeset [4050] by Andreas Schnellbacher
- Moved execution of SetFocusToThisWindow from Open to defmain.

Jun 10, 2020:

5:34 PM Changeset [4049] by Andreas Schnellbacher
- GetFullName: Handle empty FileMask to avoid adding a path for it.

Jun 9, 2020:

3:02 PM Changeset [4048] by Andreas Schnellbacher
- Avoided double hab demand.
2:05 PM Changeset [4047] by Andreas Schnellbacher
- Fixed EPath: It searches now in env vars first, then in current work …
7:59 AM Changeset [4046] by Andreas Schnellbacher
- Moved processing of PgmInputs and StartDir ini keys to separate …

Jun 8, 2020:

7:55 PM Changeset [4045] by Andreas Schnellbacher
- GoTo commands and Highlight_Match proc: Added check for valid …
12:54 AM Changeset [4044] by Andreas Schnellbacher
- Fixed unwanted positions if more than one file was loaded. - …
12:07 AM Changeset [4043] by Andreas Schnellbacher
- Fixed highlighting of a found string (HighlightMatch) if …

Jun 7, 2020:

11:28 PM Changeset [4042] by Andreas Schnellbacher
- RingSetFileNumber: Fixed 'Invalid fileid' message caused when …
11:20 PM Changeset [4041] by Andreas Schnellbacher
- FindFileInList: Allow for limited recursive search. After the …
11:17 PM Changeset [4040] by Andreas Schnellbacher
- LoadHiddenFile: Don't remove first empty line. That is required for …
11:05 PM Changeset [4039] by Andreas Schnellbacher
- Moved ActivateFile from STDCMDS.E to FILE.E. - Added pActivateFile, …
11:00 PM Changeset [4038] by Andreas Schnellbacher
- Moved RestorePosFromEa from FILE.E to EDIT.E.
10:56 PM Changeset [4037] by Andreas Schnellbacher
- Added recognition of @FileLists instead of FileSpecs in the arg …
10:37 PM Changeset [4036] by Andreas Schnellbacher
- Changed PgmInputs ini key here as well. - Cosmetic changes. - …
9:16 PM Changeset [4035] by Andreas Schnellbacher
- Changed ini key for PgmInputs written by the loader. - Added write …
3:58 PM Changeset [4034] by Andreas Schnellbacher
- Ensure that the args written by the loader are always deleted. …
2:20 PM Changeset [4033] by Andreas Schnellbacher
- Cosmetic changes.
2:04 PM Changeset [4032] by Andreas Schnellbacher
- TMF: Improve the markup for comments. ';' is quite common in source …
1:56 PM Changeset [4031] by Andreas Schnellbacher
- Changed the optional parameter for NepmdInfo from 'nocheck' to 'n'. …
1:52 PM Changeset [4030] by Andreas Schnellbacher
- Added workaround for improper arg parsing by the EPM executable. Now …
1:40 PM Changeset [4029] by Andreas Schnellbacher
- Improved startup. The screen is now updated before the Recompile …

Jun 6, 2020:

5:23 PM Changeset [4028] by Andreas Schnellbacher
- Cosmetic changes.

Jun 2, 2020:

9:56 PM Changeset [4027] by Andreas Schnellbacher
- Fixed description.
9:47 PM Changeset [4026] by Andreas Schnellbacher
- Fixed text in epm.env. netlabs\bin\epm.exe is not used.

Jun 1, 2020:

11:33 AM Changeset [4025] by Andreas Schnellbacher
- Improved parsing of '=' in a submitted EPM command. - Open: Parse …
11:05 AM Changeset [4024] by Andreas Schnellbacher
- Avoid message 'Invalid third parameter' if the to-be-deleted array …
1:38 AM Changeset [4023] by Andreas Schnellbacher
- Re-enabled 'MakeTags *' (typo). - Removed 'Select tags file' (Sh+F8) …

May 31, 2020:

5:41 PM Changeset [4022] by Andreas Schnellbacher
- Fixed DateTime to return correct ISO time (hours with two digits).
10:31 AM Changeset [4021] by Andreas Schnellbacher
- MakeTags: Re-enabled specifying filespecs as args.
12:42 AM Changeset [4020] by Andreas Schnellbacher
- Many fixes for the Tags dialogs: - The list boxes now open with a …

May 26, 2020:

9:21 PM Ticket #30 (epm crash when scrolling) closed by Andreas Schnellbacher
fixed: Fixed with changeset r4008.

May 24, 2020:

10:54 PM Changeset [4019] by Andreas Schnellbacher
- Added QueryCheckValue proc for button controls.

May 23, 2020:

8:19 PM Changeset [4018] by Andreas Schnellbacher
- Many improvements for the Search dialog: - The 'Search' string is …
8:06 PM Changeset [4017] by Andreas Schnellbacher
- Renamed SetTextValue to SetDlgItemText. - Added QueryDlgItemText and …
1:33 PM Changeset [4016] by Andreas Schnellbacher
- Fix for changeset r4004: The TagScan list box had only 1 entry for …

May 22, 2020:

6:40 PM Changeset [4015] by Andreas Schnellbacher
- Typos.

May 21, 2020:

4:44 PM Changeset [4014] by Andreas Schnellbacher
- Improved behavior on starting EPM with a corrupted NEPMD.INI. Now …
1:26 PM Changeset [4013] by Andreas Schnellbacher
- Fixed typo and removed pkunzip2 as it's not required anymore.
1:23 PM Changeset [4012] by Andreas Schnellbacher
- TMF files: Strip spaces around the message name. That allows for …
11:27 AM Changeset [4011] by Andreas Schnellbacher
- Call epmsp.cmd as last one.
11:22 AM Changeset [4010] by Andreas Schnellbacher
- Improved determination if EPM is running. The previous version …

May 20, 2020:

10:50 PM Changeset [4009] by Andreas Schnellbacher
- Added call of epmsp.cmd during the installation.
10:49 PM Changeset [4008] by Andreas Schnellbacher
First revision

May 19, 2020:

1:21 PM Changeset [4007] by Andreas Schnellbacher
- Added two more outdated .ex files for deletion.

May 18, 2020:

1:40 PM Changeset [4006] by Andreas Schnellbacher
- GetEpmLoaderDate: Use the file returned by the C function, not just …
10:14 AM Changeset [4005] by Andreas Schnellbacher
- Addition to changeset r4004.

May 17, 2020:

10:34 PM Changeset [4004] by Andreas Schnellbacher
- Ensure that 'xcom l' doesn't change the last search search command …
9:23 PM Changeset [4003] by Andreas Schnellbacher
- Added InfoMsgBox for use with PostMe. Still unused.
9:21 PM Changeset [4002] by Andreas Schnellbacher
- Improved ALL search: The message for the key to toggle between files …
10:19 AM Changeset [4001] by Andreas Schnellbacher
- Bookmarks dialog: Open the dialog again on pressing 'Change type', …
10:15 AM Changeset [4000] by Andreas Schnellbacher
- RemoveAllEmptyLines: Added missing handling for marked area.

May 15, 2020:

8:39 PM Changeset [3999] by Andreas Schnellbacher
- Additionally to the save to the TagsFiles ini app, the MakeTagsArgs
4:39 PM Changeset [3998] by Andreas Schnellbacher
- Ensure that TagsFile ini entry for the surrently active tagsfile …

May 14, 2020:

3:21 PM Changeset [3997] by Andreas Schnellbacher
- Removed unconfigurable dprintf calls.
3:02 PM Changeset [3996] by Andreas Schnellbacher
- Added VSyncIfKeepCursor to the cursor keys and PgUp, PgDown, Home …

May 13, 2020:

9:37 PM Changeset [3995] by Andreas Schnellbacher
- Disabled writing to the message box on Proc_Search. Previously, the …
9:00 PM Changeset [3994] by Andreas Schnellbacher
- Made list box in dialogs one line higher then the number of items. - …
9:00 PM Changeset [3993] by Andreas Schnellbacher
- Minor fix for NextCodeChar.
8:55 PM Changeset [3992] by Andreas Schnellbacher
- Removed trailing spaces of ini keys. - Removed universal and …
8:49 PM Changeset [3991] by Andreas Schnellbacher
- Re-enabled save for tags. This was a regression of the cleanup in …

May 7, 2020:

9:45 AM Changeset [3990] by Andreas Schnellbacher
- Removed double def (typo since r471).
8:13 AM Changeset [3989] by Andreas Schnellbacher
- Removed debug output again.
8:07 AM Changeset [3988] by Andreas Schnellbacher
- Additions to changeset r3982. The rename wasn't completed.

May 6, 2020:

8:45 PM Changeset [3987] by Andreas Schnellbacher
- Major overhaul of the Alt_1 and related code: The rc values were …
7:50 PM Changeset [3986] by Andreas Schnellbacher
- FindFileInList: Allow for specifying a recurse level after a dir …
7:42 PM Changeset [3985] by Andreas Schnellbacher
- Added a third optional parameter NepmdSearchTree to allow limitting …
7:33 PM Changeset [3984] by Andreas Schnellbacher
- Added AppendLogFile. This is the same def as AppendFile of FILE.E. …

May 4, 2020:

10:44 PM Changeset [3983] by Andreas Schnellbacher
- Changed TagScan ListBox to display the name of the scanned file at …
11:57 AM Changeset [3982] by Andreas Schnellbacher
- Renamed a var.
11:45 AM Changeset [3981] by Andreas Schnellbacher
- Addition to changeset r3980.
11:28 AM Changeset [3980] by Andreas Schnellbacher
- Spell-check: Initilized an empty length var, which is used on the …
12:52 AM Changeset [3979] by Andreas Schnellbacher
- Minor, almost cosmetic change.

May 3, 2020:

11:34 PM Changeset [3978] by Andreas Schnellbacher
- Search dialog: Automatically and optionally change to mark search …
11:30 PM Changeset [3977] by Andreas Schnellbacher
- Changed ScrollAfterLocate to scroll also if cursor was on the found …
11:08 PM Changeset [3976] by Andreas Schnellbacher
- ShiftLeft: Avoid removing chars at the left. - ShiftLeft and …
11:07 PM Changeset [3975] by Andreas Schnellbacher
- Made remaining procs use rc instead of returning a value, if …

May 1, 2020:

10:12 PM Changeset [3974] by Andreas Schnellbacher
- Cosmetic changes to make the code much better readable. - Used …
11:48 AM Changeset [3973] by Andreas Schnellbacher
- Improved and standardized templates for wget, unzip, epm, uconv and …
11:32 AM Changeset [3972] by Andreas Schnellbacher
- Addition to changeset r3971.
11:28 AM Changeset [3971] by Andreas Schnellbacher
- Enhanced scrolling after locate: Added 'keep scroll pos.' and …

Apr 30, 2020:

5:02 PM Changeset [3970] by Andreas Schnellbacher
- Added WriteFile and AppendFile procs. - Changed RunCmdFile and …

Apr 29, 2020:

5:28 PM Changeset [3969] by Andreas Schnellbacher
- Typo.
2:37 PM Changeset [3968] by Andreas Schnellbacher
- Fixes for changeset r3967.

Apr 28, 2020:

4:35 PM Changeset [3967] by Andreas Schnellbacher
- Assist: Made LaTeX environment match when cursor is an {env}.
1:06 PM Changeset [3966] by Andreas Schnellbacher
- Mode SHELL: Colored error messages red.

Apr 27, 2020:

5:43 PM Changeset [3965] by Andreas Schnellbacher
- Enhanced TagScan for mode C and JAVA: If the normal method returns …
5:38 PM Changeset [3964] by Andreas Schnellbacher
- Ensure that a coding style name is lowercase. - SetTabs must occur …

Apr 25, 2020:

9:06 PM Changeset [3963] by Andreas Schnellbacher
- Made 'Edit /n' execute 'xcom e /n' to create a new .Untitled file.
9:06 PM Changeset [3962] by Andreas Schnellbacher
- Fixed a typo in Windows and dialogs -> Edit window.
9:03 PM Changeset [3961] by Andreas Schnellbacher
- More fixes for ResetFileSettings: The previous version hasn't reset …

Apr 23, 2020:

4:17 PM Changeset [3960] by Andreas Schnellbacher
- Fixed ResetFileSettings. - Fixed DefFileSetting, e.g. for keyset …
4:03 PM Changeset [3959] by Andreas Schnellbacher
- Mode: Added ShellKill to kill the shell client if previous mode was …

Apr 22, 2020:

1:26 PM Changeset [3958] by Andreas Schnellbacher
- Minor additions and fixes for changeset r3957.

Apr 21, 2020:

10:16 PM Changeset [3957] by Andreas Schnellbacher
- Added and use ParseFlags and ParseFileSettingFlags. - Shell: Added …

Apr 20, 2020:

6:53 PM Changeset [3956] by Andreas Schnellbacher
- ColorNameToNum: Handle or 'DEFAULT' as args correctly.
2:54 PM Changeset [3955] by Andreas Schnellbacher
- Re-added erroneously deleted commands of r3950.
2:31 PM Changeset [3954] by Andreas Schnellbacher
- Simplified menu attribute calls. - Renamed commands. Some had the …
2:28 PM Changeset [3953] by Andreas Schnellbacher
- Find_Token: Fixed diad searching for endcol. - CaseWord: Avoid …
2:19 PM Changeset [3952] by Andreas Schnellbacher
- Inverted flag for mode E to exclude 'compile' conditions again. That …

Apr 17, 2020:

4:36 PM Changeset [3951] by Andreas Schnellbacher
- Added fixes to highlight the correct string, not just the search …

Apr 15, 2020:

7:01 PM Changeset [3950] by Andreas Schnellbacher
- Fixed diad processing. Extended it for words with an arbitrary …
6:55 PM Changeset [3949] by Andreas Schnellbacher
- Invalidate MLC array after mode was changed. - Simplified ResetMode
6:46 PM Changeset [3948] by Andreas Schnellbacher
- Added GoToLineStr command to find a string in a line and highlight …

Apr 11, 2020:

3:43 PM Changeset [3947] by Andreas Schnellbacher
- E effectFixed interchanged effect of const RESPECT_case_for_addenda. …
1:09 PM Changeset [3946] by Andreas Schnellbacher
- Another fix for pRestore_Pos: If the file with the saved pos. was …

Apr 10, 2020:

3:46 PM Changeset [3945] by Andreas Schnellbacher
- LoadUrl, also used for 'Download and Edit': If a dir with the …

Apr 9, 2020:

7:36 PM Changeset [3944] by Andreas Schnellbacher
- Addition to changeset r3943: Ignore all RCS keywords.
6:00 PM Changeset [3943] by Andreas Schnellbacher
- Improved regex for diff to ignore all $Id$ lines.
4:47 PM Changeset [3942] by Andreas Schnellbacher
- Fixed Match: The reported paosition was wrong, if the matched string …
3:28 PM Changeset [3941] by Andreas Schnellbacher
- Force config key deletion to continue deletetion if a key wasn't …
3:01 PM Changeset [3940] by Andreas Schnellbacher
- Recognize the OS type as arg, if specified. This allows for changing …
11:08 AM Changeset [3939] by Andreas Schnellbacher
- Added missing mnemonics for bookmark menu items.
11:00 AM Changeset [3938] by Andreas Schnellbacher
- CheckNepmdVersion: Compare now also dates if version numbers are …

Apr 5, 2020:

10:31 PM Changeset [3937] by Andreas Schnellbacher
- Change for changeset r3925: The default value for Sleep was not the …

Apr 3, 2020:

7:07 PM Changeset [3936] by Andreas Schnellbacher
- Fixed (unused) procs pSave_Pos2 and pRestore_Pos2. pRestore_Pos2 …
6:56 PM Changeset [3935] by Andreas Schnellbacher
- Re-actinvated CheckIni and SetIni procs. They're still used by tags …
1:35 AM Changeset [3934] by Andreas Schnellbacher
- pRestore_Pos: Re-enabled .scrollx restore. The handling of loadstate …

Apr 2, 2020:

2:46 PM Changeset [3933] by Andreas Schnellbacher
- Re-enabled defining a keyset with SetKeyset. The previous change had …
11:00 AM Changeset [3932] by Andreas Schnellbacher
- Disabled special handling for SetKeyset setting in DefFileSetting. …

Mar 31, 2020:

10:13 AM Changeset [3931] by Andreas Schnellbacher
- Assist, mode E: Made matching of parens work in 'compile if …
4:44 AM Ticket #30 (epm crash when scrolling) created by abwillis
This is not an nepmd issue, it occurs in epm with or without nepmd. …
1:10 AM WikiStart edited by Andreas Schnellbacher
Changed Hobbes links due to moved files. (diff)
Note: See TracTimeline for information about the timeline view.