Welcome / ptsNotes / User's Guide / NoteEditWindow

Note Edit Window

This is note edit window of the ptsNotes Windows. Multiple edit windows can be opened if different note.

Menu

Details

File Open (Alt+O) Opens the file dialog for loading text file.
Save (Alt+S) Opens the file dialog for writing note content to a file.
Delete Deletes the note.
Close (Alt+X) Closes this window.
Edit Tags (Alt+T) Opens tags window.
Icon Color (Alt+C) Opens a dialog to select icon color.
Undo No Undo Data No modified data.
Current Change Undo editor content to current database content.
Previous Change Undo editor content to the content before the last saved.
Cut (Ctrl+X) Deletes selected text and stores it to the clipboard.
Copy (Ctrl+C) Copies selected text to the clipboard.
Paste (Ctrl+V) Copies text from the clipboard to the editor.
Select All (Ctrl+A) Select all text.

 

Save and Load text

Text encoding is UTF-8 only.

About Undo

Menu item "Current Change" appears under "Undo" menu when something is changed to current note content. If "Undo/Current Change" is invoked, current change is discarded and the content of the database will be loaded to the editor. In fact, edit content is returned to when it opened.

When the note content is saved, the database entry is moved to undo buffer before saving.

If undo buffer entry for current note is found, "Previous Change" menu item is displayed under "Undo" menu. If "Undo/Previous Change" is invoked, the content before the last save is loaded from undo buffer to the editor. Number of undo buffer entries are 20. Last 20 changes are kept in undo buffer. The undo buffer is discarded when new database is opened or the ptsNotes Windows is terminated.

About Delete

If you erase all text of the editor and close the editor, the note entry is deleted.