Changes between Version 28 and Version 29 of wxGUIDevelopment/EasyCommandHistoryNavigation
- Timestamp:
- 05/13/24 02:17:22 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/EasyCommandHistoryNavigation
v28 v29 259 259 260 260 **The state of the art BEFORE the start of the Mini project:**\\ 261 -The History Browser panel displayed a simple tree of command entries loaded from a plain-text history log. It had only the capability to relaunch commands.261 The History Browser panel displayed a simple tree of command entries loaded from a plain-text history log. It had only the capability to relaunch commands. 262 262 263 263 **The state of the art AFTER Mini project:**\\ … … 271 271 - Branching the tree based on the date of command execution - tree is branched into days and sorted from the Today node to older nodes. Command nodes are sorted from the oldest to the newest. 272 272 273 The task of filtering commands based on status was not addressed during the project due to higher 273 The task of filtering commands based on status was not addressed during the project due to higher-priority issues that emerged: 274 274 - Adding the "Update current region" button, which dynamically updates the region based on the executed command and its information stored in the JSON-formatted history log. 275 275 - Introducing a new Delete option in the command tree