Timeline



Feb 12, 2020:

11:19 PM Changeset [3857] by Andreas Schnellbacher
- Changed rc in some cases to 0 on success, when it's set. That …
10:26 PM Changeset [3856] by Andreas Schnellbacher
- Fixed parsing of strings with null char separators in REXX commands. …
9:10 AM Changeset [3855] by Andreas Schnellbacher
- Fixed parsing of filenames with multiple consecutive spaces. The …

Feb 11, 2020:

9:54 PM Changeset [3854] by Andreas Schnellbacher
- Previously deleted one line too much.
9:43 PM Changeset [3853] by Andreas Schnellbacher
- Fixed message for DeleteConfigKey.

Feb 10, 2020:

10:47 PM Changeset [3852] by Andreas Schnellbacher
- Improved warning messages for empty menu ids in SetMenuAttribute, …
10:46 PM Changeset [3851] by Andreas Schnellbacher
- Changed \NEPMD\User\DropStyle to \NEPMD\User\FileDropAction. - …
1:02 AM Changeset [3850] by Andreas Schnellbacher
- Fixes and workarounds for the Search dialog: - Search options: T and …

Feb 9, 2020:

10:34 PM Changeset [3849] by Andreas Schnellbacher
- Added PM interface procs: WindowFromId, SetCheckValue, SetTextValue, …

Feb 8, 2020:

1:03 PM Changeset [3848] by Andreas Schnellbacher
- Removed automatic hex2dec window handle conversion, because numbers …
9:48 AM Changeset [3847] by Andreas Schnellbacher
- Changed SetFocus and QueryFocus to allow specifying a parent window …

Feb 5, 2020:

9:54 PM Changeset [3846] by Andreas Schnellbacher
- Changed case of saved toolbar names to lower. This file was missing …
9:13 PM Changeset [3845] by Andreas Schnellbacher
- The previous changeset contains also the change for cleanup of …
9:06 PM Changeset [3844] by Andreas Schnellbacher
- Changed case of saved menu and toolbar names to lower. This will …

Feb 4, 2020:

11:02 PM Changeset [3843] by Andreas Schnellbacher
- Added menuloaded check for cursor and pointer menu inits. That's …
9:12 PM Changeset [3842] by Andreas Schnellbacher
- Finished preferences menu items for cursor and pointer configuration.

Feb 3, 2020:

11:23 PM Changeset [3841] by Andreas Schnellbacher
- Added cursor and pointer style menu items. Menu inits etc. don't …
11:23 PM Changeset [3840] by Andreas Schnellbacher
- Changed menu defs to allow for specifying both …
11:22 PM Changeset [3839] by Andreas Schnellbacher
- Fixed default pointer value from arrow to I-beam pointer. - Added …

Feb 2, 2020:

10:43 PM Changeset [3838] by Andreas Schnellbacher
- Changed remaining EPM keys to NEPMD setting keys. OPTFLAGS and …

Feb 1, 2020:

7:42 PM Changeset [3837] by Andreas Schnellbacher
- Renamed InfoLine setting keys.
7:34 PM Changeset [3836] by Andreas Schnellbacher
- Removed outdated <tabkey> field from status line. The behavior of …

Jan 28, 2020:

8:47 AM Changeset [3835] by Andreas Schnellbacher
- Replaced call of OPEN.ERX with OpenObject command.

Jan 27, 2020:

1:15 AM Changeset [3834] by Andreas Schnellbacher
- Cosmetic changes.

Jan 26, 2020:

5:30 PM Changeset [3833] by Andreas Schnellbacher
- URL behavior: Changed the 'Download and Edit' option to 'Download …
4:39 PM Changeset [3832] by Andreas Schnellbacher
- Make single mouse clicks more stable, second try: Now the SetFocus
2:56 PM Changeset [3831] by Andreas Schnellbacher
- Changed the behavior to keep older backups for BackupNum > 10. Now …
11:35 AM Changeset [3830] by Andreas Schnellbacher
- List backup dir: Display the list of all files unsorted.
10:41 AM Changeset [3829] by Andreas Schnellbacher
- Cosmetic changes.
10:32 AM Changeset [3828] by Andreas Schnellbacher
- Fixed unused autosave number processing for the old Settings dialog. …
9:03 AM Changeset [3827] by Andreas Schnellbacher
- Replaced standard EPM ini keys with NEPMD settings for default tabs …

Jan 25, 2020:

4:49 PM Changeset [3826] by Andreas Schnellbacher
- Don't report the netlabs.org version as newer, if it's older than …
3:22 PM Changeset [3825] by Andreas Schnellbacher
- Added setting to disable mode-specific tabs and margins. This makes …
10:09 AM Changeset [3824] by Andreas Schnellbacher
- Moved menu item 'Join after wrap on typing' above 'Default margins'. …

Jan 24, 2020:

7:37 PM Changeset [3823] by Andreas Schnellbacher
- Made clicks with MB 1 more stable. Previously the SetFocus proc, …

Jan 23, 2020:

2:01 AM WikiStart edited by Andreas Schnellbacher
(diff)
2:00 AM WikiStart edited by Andreas Schnellbacher
Changed alpha to beta, because almost all important features are … (diff)
1:49 AM Ticket #29 (Add EAs to convert loaded and saved files automatically) created by Andreas Schnellbacher
Following EAs make sense: EPM.SAVEWITHTABS EPM.EXPANDTABS EPM.LINEEND …
1:32 AM Changeset [3822] by Andreas Schnellbacher
- For the upcoming release in the next days, the version number was …
1:04 AM Changeset [3821] by Andreas Schnellbacher
- Removed debug output from changeset r3818.
12:50 AM Changeset [3820] by Andreas Schnellbacher
- Improved Opening of URLs: The new object functions allow for using a …
12:22 AM Changeset [3819] by Andreas Schnellbacher
- Mode REXX: Added SIGL as keyword.

Jan 22, 2020:

8:32 PM Changeset [3818] by Andreas Schnellbacher
- Added check if file was modified on disk to SetFocusToThisWindow. …
12:41 AM Changeset [3817] by Andreas Schnellbacher
- Added cursor highlighting and focus change to the first click into …
12:20 AM Changeset [3816] by Andreas Schnellbacher
- NextWin: Send the focus to the correct window. If the frame window …

Jan 21, 2020:

9:44 PM Changeset [3815] by Andreas Schnellbacher
- MakeWindowTopmost: Restore window size only if it was minimized …

Jan 19, 2020:

11:29 PM Changeset [3814] by Andreas Schnellbacher
- OpenSettings: Added missing default object name if none specified.
11:19 PM Changeset [3813] by Andreas Schnellbacher
- Fixed typo in OpenSettings.
10:58 PM Changeset [3812] by Andreas Schnellbacher
- Removed open.erx. This is replaced by calls to SetObjectData.
10:42 PM Changeset [3811] by Andreas Schnellbacher
- Replaced all other calls of Open.erx with SetObjectData.
10:40 PM Changeset [3810] by Andreas Schnellbacher
- Added several object functions. These are wrappers for PMWP.DLL. - …
6:55 PM Changeset [3809] by Andreas Schnellbacher
- Added several window functions. These are wrappers for PMWIN.DLL. - …

Jan 18, 2020:

2:09 PM WikiStart edited by Andreas Schnellbacher
Added Trac browser to 'Browse files'. (diff)
12:09 PM Changeset [3808] by Andreas Schnellbacher
- Added SetPointerPos and PointerToCursorPos. - Added option to …
12:07 PM Changeset [3807] by Andreas Schnellbacher
- Changed map_point var names. Moved call to outside of a loop.

Jan 16, 2020:

8:33 PM Changeset [3806] by Andreas Schnellbacher
- Changed 'list backups' to display the list sorted to date and time.

Jan 13, 2020:

11:33 PM WikiPageNames edited by trac
(diff)
11:33 PM TracUnicode edited by trac
(diff)
11:33 PM TracAdmin edited by trac
(diff)
11:33 PM TracQuery edited by trac
(diff)
11:33 PM TracStandalone edited by trac
(diff)
11:33 PM TracNavigation edited by trac
(diff)
11:33 PM TracUpgrade edited by trac
(diff)
11:33 PM TracBrowser edited by trac
(diff)
11:33 PM TracRepositoryAdmin edited by trac
(diff)
11:33 PM TracRevisionLog edited by trac
(diff)
11:33 PM TracBackup edited by trac
(diff)
11:33 PM WikiProcessors edited by trac
(diff)
11:33 PM WikiNewPage edited by trac
(diff)
11:33 PM TracTickets edited by trac
(diff)
11:33 PM TracSupport edited by trac
(diff)
11:33 PM TracWiki edited by trac
(diff)
11:33 PM TracInstall edited by trac
(diff)
11:33 PM TracChangeLog created by trac
11:33 PM CamelCase edited by trac
(diff)
11:33 PM TracCgi edited by trac
(diff)
11:33 PM TracModWSGI edited by trac
(diff)
11:33 PM InterTrac edited by trac
(diff)
11:33 PM WikiDeletePage edited by trac
(diff)
11:33 PM WikiRestructuredTextLinks edited by trac
(diff)
11:33 PM TracAccessibility edited by trac
(diff)
11:33 PM WikiRestructuredText edited by trac
(diff)
11:33 PM TracSearch edited by trac
(diff)
11:33 PM TracNotification edited by trac
(diff)
11:33 PM TracWorkflow edited by trac
(diff)
11:33 PM TracSyntaxColoring edited by trac
(diff)
11:33 PM TracInterfaceCustomization edited by trac
(diff)
11:33 PM TracTicketsCustomFields edited by trac
(diff)
11:33 PM TracTimeline edited by trac
(diff)
11:33 PM TracBatchModify edited by trac
(diff)
11:33 PM TracFineGrainedPermissions edited by trac
(diff)
11:33 PM TicketQuery created by trac
11:33 PM TracPlugins edited by trac
(diff)
11:33 PM TracGuide edited by trac
(diff)
11:33 PM TracChangeset edited by trac
(diff)
11:33 PM WikiHtml edited by trac
(diff)
11:33 PM TracLinks edited by trac
(diff)
11:33 PM TracRoadmap edited by trac
(diff)
11:33 PM TracImport edited by trac
(diff)
11:33 PM TracIni edited by trac
(diff)
11:33 PM WikiMacros edited by trac
(diff)
11:33 PM TracModPython edited by trac
(diff)
11:33 PM TracEnvironment edited by trac
(diff)
11:33 PM PageTemplates edited by trac
(diff)
11:33 PM WikiFormatting edited by trac
(diff)
11:33 PM InterWiki edited by trac
(diff)
11:33 PM TracFastCgi edited by trac
(diff)
11:33 PM TracLogging edited by trac
(diff)
11:33 PM TracPermissions edited by trac
(diff)
11:33 PM TracReports edited by trac
(diff)
11:33 PM TracRss edited by trac
(diff)

Jan 12, 2020:

2:24 PM Changeset [3805] by Andreas Schnellbacher
- Added literal recognition to process entire literal strings. - Added …

Jan 11, 2020:

10:05 PM Changeset [3804] by Andreas Schnellbacher
- Added FindLiteralPos to return the start and end of a quoted …

Jan 10, 2020:

9:00 PM Changeset [3803] by Andreas Schnellbacher
- Replaced PosInQuotes with IsLiteral of STDPROCS.E. - Fixed IsLiteral
8:16 PM Changeset [3802] by Andreas Schnellbacher
- Renamed ExpressionMarkIsValid to MarkIsExpression.
8:15 PM Changeset [3801] by Andreas Schnellbacher
- MatchFindOnMove, Match: Fixed the length of the highlighted string. …

Jan 6, 2020:

9:56 PM Changeset [3800] by Andreas Schnellbacher
- C second syntax expansion: Improved many cases. This version …
8:15 PM Changeset [3799] by Andreas Schnellbacher
- Fixed BeginLIBPATH extension in epmenv.cmd. Since the change from …

Jan 5, 2020:

7:36 PM Changeset [3798] by Andreas Schnellbacher
- Added Scrolly position parameter to the PMPrintf output of ShowCoord.
7:31 PM Changeset [3797] by Andreas Schnellbacher
- Added 'return' to the list of ignored names for C procedure scanning.
6:54 PM Changeset [3796] by Andreas Schnellbacher
- Renamed PruneAssistArray to InvalidateMlcArray. - Changed var names …
6:21 PM Changeset [3795] by Andreas Schnellbacher
- Added braces to bracket matching chars for PHP.
6:13 PM Changeset [3794] by Andreas Schnellbacher
- Added timeout parameters to wget templates. The default values 15 …

Jan 4, 2020:

11:16 PM Changeset [3793] by Andreas Schnellbacher
- Workaround added for stuttering cursor while moving the cursor over …

Jan 3, 2020:

10:20 PM Changeset [3792] by Andreas Schnellbacher
- Added a new, simple and faster method to determine multi-line …
9:57 PM Changeset [3791] by Andreas Schnellbacher
- pAssist: Simplified the code for FORTRAN77 by combining all compile …

Jan 1, 2020:

10:03 PM Changeset [3790] by Andreas Schnellbacher
- Backup: Fixed logic for size check to avoid backup of empty files.
8:52 PM Changeset [3789] by Andreas Schnellbacher
- Backup: Fixed logic for moving newer over older files. Previously, …

Dec 31, 2019:

2:30 PM Changeset [3788] by Andreas Schnellbacher
- Assist: Removed move of cursor when repeatfind is used. It moves the …
1:56 PM Changeset [3787] by Andreas Schnellbacher
- Assist: Further improvements and fixes for replacing …
11:53 AM Changeset [3786] by Andreas Schnellbacher
- RecompileNew: Added '=' as markup for equal user .E files. - …
12:14 AM Changeset [3785] by Andreas Schnellbacher
- Mode TEX: Fixed value for MULTILINECOMMENTENDPRIO and the verbatim …
12:02 AM Changeset [3784] by Andreas Schnellbacher
- Added proc StrEndsWith. - Renamed IsString to IsLiteral. Still …

Dec 30, 2019:

11:54 PM Changeset [3783] by Andreas Schnellbacher
- Renamed FileDateHex2DateTime to FileDateHexToIsoDate.
11:39 PM Changeset [3782] by Andreas Schnellbacher
- Improved description for EntryBox parameters. - Allow entry box to …
11:36 PM Changeset [3781] by Andreas Schnellbacher
- Improved to keep at least a few older versions. With BackupNum = 10, …
11:35 PM Changeset [3780] by Andreas Schnellbacher
- Fixed.
11:34 PM Changeset [3779] by Andreas Schnellbacher
- Changed text for 'Prompting' menu item. - Cosmetic changes.

Dec 28, 2019:

11:40 PM Changeset [3778] by Andreas Schnellbacher
- Made NepmdGetModeList/_getModeList much faster. Disabled code that …
1:17 PM Changeset [3777] by Andreas Schnellbacher
- Fixed expanding for c_brace_style = 'HALFINDENT' and cases 3), 9) …
11:37 AM Changeset [3776] by Andreas Schnellbacher
- Changing the coding style for a mode is now applied to all loaded …
9:23 AM Changeset [3775] by Andreas Schnellbacher
- Changed var names.

Dec 27, 2019:

11:18 PM Changeset [3774] by Andreas Schnellbacher
- Removed out-commented code of the last changeset r3773.
11:13 PM Changeset [3773] by Andreas Schnellbacher
- ProcessSelectSettings: Changed to work for coding style settings. …
7:02 PM Changeset [3772] by Andreas Schnellbacher
- Changed text in HookShow.
6:18 PM Changeset [3771] by Andreas Schnellbacher
- Addition to changeset r3770.
6:10 PM Changeset [3770] by Andreas Schnellbacher
- Changed array var names for file and mode settings.
5:31 PM Changeset [3769] by Andreas Schnellbacher
- Changed TagScan to highlight a complete identifier on the found …
11:24 AM Changeset [3768] by Andreas Schnellbacher
- InsideLiteral: Fixed returned value when cursor is on a literal …

Dec 26, 2019:

9:36 PM Changeset [3767] by Andreas Schnellbacher
- Completely reworked second syntax expansion (with the Return key). …

Dec 25, 2019:

11:22 PM Changeset [3766] by Andreas Schnellbacher
- Addition to changeset r3765.
11:14 PM Changeset [3765] by Andreas Schnellbacher
- Reenabled previous definition for MH_GoToPosition as …
7:28 PM Changeset [3764] by Andreas Schnellbacher
- Made closingbraceautoindent switching off together with the general …
7:23 PM Changeset [3763] by Andreas Schnellbacher
- Fixed switching the active universal var for syntax expansion via menu.
7:21 PM Changeset [3762] by Andreas Schnellbacher
- Improved ResetFileSettings, ShowFileSettings and GetModeSetting.
7:11 PM Changeset [3761] by Andreas Schnellbacher
- Fixed application of file settings. Previously, fApply and fApplyEa …
6:54 PM Changeset [3760] by Andreas Schnellbacher
- Added CFunctionCodeStyle. This is for configuring the indent within …

Dec 23, 2019:

8:36 PM Changeset [3759] by Andreas Schnellbacher
- Removed debug comment.
7:59 PM Changeset [3758] by Andreas Schnellbacher
- RecompileNew: Fixed recognition of deleted myepm .e file. Now, for …

Dec 22, 2019:

10:15 PM Changeset [3757] by Andreas Schnellbacher
- StartUrlProgram: Changed previously deleted cdd proc to cdd command.
9:18 PM WikiStart edited by Andreas Schnellbacher
Added Warp 3 bitmap to Warp 3 section. (diff)
9:13 PM os2-warp-3-logo.png attached to WikiStart by Andreas Schnellbacher
8:41 PM WikiStart edited by Andreas Schnellbacher
Added bitmaps for downloading dictionaries and for the WarpIN download … (diff)
8:34 PM warpin.png attached to WikiStart by Andreas Schnellbacher
8:06 PM WikiStart edited by Andreas Schnellbacher
Added logo and moved outline and bitmap. (diff)
7:52 PM nepmd-icon.png attached to WikiStart by Andreas Schnellbacher
2:49 PM Changeset [3756] by Andreas Schnellbacher
- Move expression: Removed \.:,'" from the separators. This gives more …
1:11 PM Changeset [3755] by Andreas Schnellbacher
- Add _removemultispaces. - This avoids multiple spaces read from the …
1:02 PM Changeset [3754] by Andreas Schnellbacher
- Cosmetic changes.

Dec 18, 2019:

9:47 PM Changeset [3753] by Andreas Schnellbacher
Changed LineCommentOverrideMulti to MultiLineCommentEndPrio. Actually, …

Dec 17, 2019:

9:34 PM Changeset [3752] by Andreas Schnellbacher
- VSyncCursor: Ensure that the cursor is moved to the last completely …
8:38 PM Changeset [3751] by Andreas Schnellbacher
- Cursor position restore: Fixed scrolling down by the half …
7:40 PM Changeset [3750] by Andreas Schnellbacher
- Tags: Fixed ipf_proc_search to find also header texts with the text …
7:08 PM Changeset [3749] by Andreas Schnellbacher
- Fixed message 'Line number invalid or too large for file' on …
2:42 AM Changeset [3748] by Andreas Schnellbacher
- Typo.

Dec 16, 2019:

10:34 PM Changeset [3747] by Andreas Schnellbacher
- Cosmetic changes.
10:13 PM Changeset [3746] by Andreas Schnellbacher
- Changed 'do forever' loops to those with an upper limit. That can be …
10:12 PM Changeset [3745] by Andreas Schnellbacher
- Added GetPointerPos. - Fixed MH_GoToPosition and mouse_in_mark to …
10:10 PM Changeset [3744] by Andreas Schnellbacher
- Fixed save and restore of window scroll position. The previous …

Dec 15, 2019:

4:51 PM Changeset [3743] by Andreas Schnellbacher
- Added Directory2 and ChDrive procs. On changing the drive, the path …
12:03 AM Changeset [3742] by Andreas Schnellbacher
- Avoid scrolling on copying to the clipboard. That is also required …

Dec 14, 2019:

11:30 PM Changeset [3741] by Andreas Schnellbacher
- Added FindStringInCode. - Alt_1: Replaced search for words with …

Dec 8, 2019:

11:48 PM Changeset [3740] by Andreas Schnellbacher
- Reverted toolbar command names to the original ones with underscore. …
11:31 PM Changeset [3739] by Andreas Schnellbacher
- Moved help commands to STDCTRL.E. Added better command names. - …
10:52 PM Changeset [3738] by Andreas Schnellbacher
- Fixed: Opening the Settings dialog from an old menu had no Tabs entry.

Dec 7, 2019:

11:27 PM Changeset [3737] by Andreas Schnellbacher
- Toolbar macros: Avoided scrolling on opening dialogs.
3:39 PM Changeset [3736] by Andreas Schnellbacher
- Added 'Show file and mode settings' menu items.
2:45 PM Changeset [3735] by Andreas Schnellbacher
- Changed menu item text for 'Join after wrap' to 'Join after wrap on …
2:43 PM Changeset [3734] by Andreas Schnellbacher
- Fixed search direction processing on changing between search dialog …

Dec 3, 2019:

1:27 AM Changeset [3733] by Andreas Schnellbacher
- Re-enabled loading filenames with special chars that needs …

Nov 27, 2019:

9:23 PM Changeset [3732] by Andreas Schnellbacher
- Reenabled 'RefreshMenu' in SwitchKeyset. Although this slows keyset …
8:52 PM Changeset [3731] by Andreas Schnellbacher
- Added and used ExpandKeyset and InitStdKeyset. - Added ExpandKeyset

Nov 26, 2019:

9:08 PM Changeset [3730] by Andreas Schnellbacher
- Used DefFileSetting for Mode. This fixes EA processing and …
9:05 PM Changeset [3729] by Andreas Schnellbacher
- Minor improvement to allow for specifying InfoLine flags in all cases.

Nov 24, 2019:

9:49 PM Changeset [3728] by Andreas Schnellbacher
- Addition to changeset r3727.
9:48 PM Changeset [3727] by Andreas Schnellbacher
- Fixed GetModeSetting to work with SettingName = 'mode'. - Fixed …
12:28 PM Changeset [3726] by Andreas Schnellbacher
- Fixed MoveFile. This re-enables backup file creation from '~1' upwards.

Nov 22, 2019:

4:19 PM Changeset [3725] by Andreas Schnellbacher
- NepmdInfo: Fixed error message when CheckNepmdVersion failed due to …

Nov 19, 2019:

9:41 PM Changeset [3724] by Andreas Schnellbacher
- Used DefFileSetting for Mode. This fixes EA processing and …

Nov 18, 2019:

9:58 PM Changeset [3723] by Andreas Schnellbacher
- Found an easier fix for changeset r3722.
9:54 PM Changeset [3722] by Andreas Schnellbacher
- Fixed undefined Mode in MenuText_defaulttabs and MenuText_defaultmargins.

Nov 17, 2019:

5:34 PM Changeset [3721] by Andreas Schnellbacher
- Renamed call to ProcessFileSettingEa to WriteFileSettingEa in …
Note: See TracTimeline for information about the timeline view.