You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/todo.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,16 @@ This document tracks planned features and reported bugs for the **SEN (Secure En
14
14
-[ ]**Theme Editor Hover Colors**: Add ability to customize the background color of menu buttons when hovered.
15
15
-[ ]**Theme System Refactoring**: Refactor the color system to allow customization of more editor components.
16
16
-[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.
20
20
-[ ]**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).
21
21
-[ ]**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.
24
24
-[x]**Quick Font Scaling**: Add support for Ctrl+Scroll and Ctrl++/Ctrl+- to quickly resize editor font.
25
25
-[ ]**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).
26
27
-[ ]**Auto-Backup on Save**: Add option to automatically copy encrypted .sen files to multiple backup folders on save.
27
28
-[x]**Additional Keyboard Shortcuts**: Implement missing shortcuts, such as for "Open Directory".
28
29
-[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