Difference between revisions of "User:Jsimlo/Todo"
From TED Notepad
Line 1: | Line 1: | ||
+ | {{todo| | ||
+ | Version 6.1.0.alpha002: | ||
+ | *modif: Version in the About dialog is selectable. | ||
+ | +added: CheckForUpdates. | ||
+ | +added: Option to enable AutoCheckForUpdates. | ||
+ | +added: Command line parameter: /u CheckForUpdates. | ||
+ | +added: AutoCheckForUpdates each week (or every-now-and-then-on-random-basis upon readonly config). | ||
+ | +added: Result of previous CheckForUpdates is displayed in the StatusBar as Hints. | ||
+ | *modif: Config only saves ini to disk upon actual changes in ini data. | ||
+ | -fixed: Undo could contain weird empty steps after memory errors. | ||
+ | +added: Push Line Up. Push Line Down. | ||
+ | *modif: Title of the Clips dialog renamed. | ||
+ | +added: Overwrite mode menu item added to Options. | ||
+ | +added: Delete menu item added to the Right-click menu. | ||
+ | +added: If Esc is invoked during mouse operation, it is cancelled. | ||
+ | -fixed: Replaced the simple right-click menu by our right-click menu. | ||
+ | +added: Drag&Drop editing. Moving text by mouse is available via both buttons. | ||
+ | *modif: Move-able WrapMargin is now adjustable by right mouse button as well. | ||
+ | *modif: Paste from clipboard thru right-click now occurs upon releasing the button. | ||
+ | *modif: Right-click now can be used to select text before the Right-click menu appears. | ||
+ | -fixed: Application would hang if no multi-clicks were allowed and the user multi-clicked. | ||
+ | |||
+ | Version 6.1.0.alpha001: | ||
+ | +added: Option to create multiple backup files and rotate them. | ||
+ | +added: Option to create backups in the temp path instead of current directory. | ||
+ | +added: Option to auto-save to the temp path instead of current directory. | ||
+ | +added: Option to auto-save Untitled documents as well (into the temp path). | ||
+ | -fixed: Document is not auto-saved upon no modifications since last auto-save. | ||
+ | -fixed: Backup file is not created upon auto-save to original file. | ||
+ | +added: Option to create backup files with hidden attribute. | ||
+ | +added: Option to specify a temp path for storing files to. | ||
+ | +added: Option to ignore case in SortAscending/SortDescending tools. | ||
+ | +added: The user is warned that it is necessary to save the recovered document. | ||
+ | -fixed: Auto-save file was not being removed after recovery and save. | ||
+ | -fixed: Columns: Padding for line numbering is now correctly calculated only for non-empty lines. | ||
+ | -fixed: DefaultNewlines setting is used instead of Mixed newlines upon NoMixedNewlines setting is turned on in the Settings dialog. | ||
+ | -fixed: DefaultNewlines setting is used upon mixed newlines within the loaded file and NoMixedNewlines setting. | ||
+ | -fixed: DefaultNewlines setting is used upon no newlines within the loaded file. | ||
+ | -fixed: Mixed newlines menu item is now grayed upon NoMixedNewlines setting. | ||
+ | -fixed: Single-line Shift+Tab was broken upon UseSpacesInteadOfTab. | ||
+ | -fixed: Commandline SetSelection accepts negative numbers. | ||
+ | -fixed: Commandline GotoLine/GotoOffset can be used together. | ||
+ | -fixed: Commandline GotoLine/GotoOffset accept negative numbers. | ||
+ | -fixed: Date/time glue setting moved from Tools page to General page. | ||
+ | *modif: Statistics dialog slightly redesigned. | ||
+ | +added: Accelerators to the Statistics dialog for easy access. | ||
+ | *modif: Upon saving Unicode file with no BOM, warning is posted to the Statusbar. | ||
+ | *modif: StayOnTop is now saved along with other common options in the SaveOptions category. | ||
+ | -fixed: Replace dialog: Focus on MimicCase option now invokes Replace upon hitting Enter. | ||
+ | -fixed: Sorted CompleteWord dialog inserted incorrect suggestions. | ||
+ | -fixed: RecentlyInserted text was unavailable after replacing some other text. | ||
+ | -fixed: NoMoreFindings message is displayed after successful replace and no further occurrences. | ||
+ | *modif: Document title is always displayed in the taskbar and caption before the full file path. | ||
+ | -fixed: Shift+BackSpace deletes previous character (like simple BackSpace). | ||
+ | -fixed: IME: Positioning of the composing window. | ||
+ | -fixed: Edit: Several fixes and updates. | ||
+ | -fixed: Storage: Several fixes and updates. | ||
+ | -fixed: BENCH: Several fixes and updates. | ||
+ | *modif: Storage: Url: Routine rewritten. | ||
+ | *modif: Codepage sub-menu list split into categories to prevent long lists of entries. | ||
+ | *modif: Looping thru encodings now also modifies current BOM flag, reasonable defaults are provided. | ||
+ | -fixed: Sort tool: Sort as numbers: Positive and negative zero. | ||
+ | *modif: BENCH: Static testcase for several tools. | ||
+ | *modif: BENCH: Multi-threaded tools can now memory-fail. | ||
+ | *modif: Scrollbars are updated much less often. | ||
+ | *modif: BENCH: Scrollbars are not updated at all. | ||
+ | *modif: Storage line indexes optimized. | ||
+ | *modif: Storage: Memory usage optimization. | ||
+ | *modif: BENCH: Endless undo/redo failures eradicated. | ||
+ | +added: DEBUG: Storage: Memory pool support. | ||
+ | *modif: Utility info dialog reworked. | ||
+ | |||
+ | }} |
Revision as of 13:56, 17 January 2014
This section is incomplete and wants to be finished later. |
TODO:
Version 6.1.0.alpha002: *modif: Version in the About dialog is selectable. +added: CheckForUpdates. +added: Option to enable AutoCheckForUpdates. +added: Command line parameter: /u CheckForUpdates. +added: AutoCheckForUpdates each week (or every-now-and-then-on-random-basis upon readonly config). +added: Result of previous CheckForUpdates is displayed in the StatusBar as Hints. *modif: Config only saves ini to disk upon actual changes in ini data. -fixed: Undo could contain weird empty steps after memory errors. +added: Push Line Up. Push Line Down. *modif: Title of the Clips dialog renamed. +added: Overwrite mode menu item added to Options. +added: Delete menu item added to the Right-click menu. +added: If Esc is invoked during mouse operation, it is cancelled. -fixed: Replaced the simple right-click menu by our right-click menu. +added: Drag&Drop editing. Moving text by mouse is available via both buttons. *modif: Move-able WrapMargin is now adjustable by right mouse button as well. *modif: Paste from clipboard thru right-click now occurs upon releasing the button. *modif: Right-click now can be used to select text before the Right-click menu appears. -fixed: Application would hang if no multi-clicks were allowed and the user multi-clicked. Version 6.1.0.alpha001: +added: Option to create multiple backup files and rotate them. +added: Option to create backups in the temp path instead of current directory. +added: Option to auto-save to the temp path instead of current directory. +added: Option to auto-save Untitled documents as well (into the temp path). -fixed: Document is not auto-saved upon no modifications since last auto-save. -fixed: Backup file is not created upon auto-save to original file. +added: Option to create backup files with hidden attribute. +added: Option to specify a temp path for storing files to. +added: Option to ignore case in SortAscending/SortDescending tools. +added: The user is warned that it is necessary to save the recovered document. -fixed: Auto-save file was not being removed after recovery and save. -fixed: Columns: Padding for line numbering is now correctly calculated only for non-empty lines. -fixed: DefaultNewlines setting is used instead of Mixed newlines upon NoMixedNewlines setting is turned on in the Settings dialog. -fixed: DefaultNewlines setting is used upon mixed newlines within the loaded file and NoMixedNewlines setting. -fixed: DefaultNewlines setting is used upon no newlines within the loaded file. -fixed: Mixed newlines menu item is now grayed upon NoMixedNewlines setting. -fixed: Single-line Shift+Tab was broken upon UseSpacesInteadOfTab. -fixed: Commandline SetSelection accepts negative numbers. -fixed: Commandline GotoLine/GotoOffset can be used together. -fixed: Commandline GotoLine/GotoOffset accept negative numbers. -fixed: Date/time glue setting moved from Tools page to General page. *modif: Statistics dialog slightly redesigned. +added: Accelerators to the Statistics dialog for easy access. *modif: Upon saving Unicode file with no BOM, warning is posted to the Statusbar. *modif: StayOnTop is now saved along with other common options in the SaveOptions category. -fixed: Replace dialog: Focus on MimicCase option now invokes Replace upon hitting Enter. -fixed: Sorted CompleteWord dialog inserted incorrect suggestions. -fixed: RecentlyInserted text was unavailable after replacing some other text. -fixed: NoMoreFindings message is displayed after successful replace and no further occurrences. *modif: Document title is always displayed in the taskbar and caption before the full file path. -fixed: Shift+BackSpace deletes previous character (like simple BackSpace). -fixed: IME: Positioning of the composing window. -fixed: Edit: Several fixes and updates. -fixed: Storage: Several fixes and updates. -fixed: BENCH: Several fixes and updates. *modif: Storage: Url: Routine rewritten. *modif: Codepage sub-menu list split into categories to prevent long lists of entries. *modif: Looping thru encodings now also modifies current BOM flag, reasonable defaults are provided. -fixed: Sort tool: Sort as numbers: Positive and negative zero. *modif: BENCH: Static testcase for several tools. *modif: BENCH: Multi-threaded tools can now memory-fail. *modif: Scrollbars are updated much less often. *modif: BENCH: Scrollbars are not updated at all. *modif: Storage line indexes optimized. *modif: Storage: Memory usage optimization. *modif: BENCH: Endless undo/redo failures eradicated. +added: DEBUG: Storage: Memory pool support. *modif: Utility info dialog reworked.
|