Skip to content

Commit 7d2d46e

Browse files
committed
Update todo.md
1 parent 9e8d501 commit 7d2d46e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/todo.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ This document tracks planned features and reported bugs for the **SEN (Secure En
1414
- [ ] **Theme Editor Hover Colors**: Add ability to customize the background color of menu buttons when hovered.
1515
- [ ] **Theme System Refactoring**: Refactor the color system to allow customization of more editor components.
1616
- [x] **Whitespace Symbols Color**: Add ability to customize the color of whitespace symbols (spaces, tabs, returns) within the theme editor.
17-
- [ ] **History Capacity**: Increase the maximum allowed file history entries from 100 to 1000.
18-
- [ ] **Global History Limit**: Add a global (default) setting to control the maximum number of history entries retained per file.
19-
- [ ] **Line Limit**: Implement a 9999 line limit per file/entry to maintain performance and keep the focus on note-taking rather than large databases.
17+
- [x] **History Capacity**: Increase the maximum allowed file history entries from 100 to 1000.
18+
- [x] **Global History Limit**: Add a global (default) setting to control the maximum number of history entries retained per file.
19+
- [x] **Line Limit**: Implement a 9999 line limit per file/entry to maintain performance and keep the focus on note-taking rather than large databases.
2020
- [ ] **History View Modes (Simple / Detailed)**: Add a toggle to switch between a Detailed view (current) and a Simple view (clean, one-line-per-entry list with exact date/time).
2121
- [ ] **Logo & App Icon**: Create a new professional logo for SEN and replace the current application icon.
22-
- [ ] **Persistent Panel Widths**: Make the Debug, History, Settings, and Theme Editor panels remember their widths when resized by the user, similar to the File Tree.
23-
- [ ] **Font Selection Confirmation**: Allow confirming UI and Editor font selection with the Enter key.
22+
- [x] **Persistent Panel Widths**: Make the Debug, History, Settings, and Theme Editor panels remember their widths when resized by the user, similar to the File Tree.
23+
- [x] **Font Selection Confirmation**: Allow confirming UI and Editor font selection with the Enter key.
2424
- [x] **Quick Font Scaling**: Add support for Ctrl+Scroll and Ctrl++/Ctrl+- to quickly resize editor font.
2525
- [ ] **Line Height Adjustment**: Add setting to adjust the vertical spacing (line height) between rows in the text editor.
26+
- [ ] **Customizable Text Cursor**: Add option to change the text editor cursor shape (e.g., vertical bar, block, underscore).
2627
- [ ] **Auto-Backup on Save**: Add option to automatically copy encrypted .sen files to multiple backup folders on save.
2728
- [x] **Additional Keyboard Shortcuts**: Implement missing shortcuts, such as for "Open Directory".
2829
- [x] **Smart Directory Opening**: Prevent save prompts when opening a directory in the file tree, as it doesn't close or modify the current file.

0 commit comments

Comments
 (0)