Skip to content

QNote 1.6.0

Compare
Choose a tag to compare
@GTRONICK GTRONICK released this 15 Mar 15:54
· 112 commits to master since this release
3269f9a

QNote

Lightweight yet powerful and fast QT Text editor

QNote_GUI

--This software is freeware --

HOW TO INSTALL:

Just decompress the zip file and run QNote.exe. If you have already downloaded QChrono, or QBack, or an older version of QNote, you can extract or download the QNote.exe file and place it, into the QChrono's or previous version folder.

WARNING!: If this is not the first time you install or extract the files, please remove the config.ini file first before lauch the application.

HOW TO USE:

1. Open new document:
Go to the File menu, then click on Open File...

2. Save a file:
Press Ctrl + S, or go to the File menu, then click on Save File. If the file has not been saved before, the save as dialog will appear.

3. Save a File with a new name:
Press Ctrl + Shift + S, or go to the File menu, then click on Save As.

4. Open a new tab to edit a new or existing file:
Press Ctrl + T or go to the Tools menu, and Click on New Tab.

5. Close a Tab:
Press Ctrl + W to close the current Tab, or press the close button in the desired tab.

6. Reload a File:
To reload the current file, press F5, or go to the Tools menu and click on Reload File.

7. Auto Reload the current File:
If you want to reload the current file automatically after some delay in milliseconds, pres F6, or go to the Tools menu, and select Auto Reload.

8. To Search or replace text:
Press Ctrl + F, or go to the Tools menu and click on Find & Replace.

9. To navigate to a specific line:
Press Ctrl + G, or go to the Tools menu, and click on Go to Line... Then, select the line you want to go to. You can only select a valid line number.

10. Activate the Word Wrap:
Press Alt + W or go to the Settings menu, and check Word Wrap. This will hide the horizontal scroll bar and will wrap the text if it exceeds the horizontal page limit.

11. Load a Theme:
You can load a Style Sheet for this application and make it look as cool as you want!, just go to the Settings menu, and click on Load Theme. Then select a valid Style Sheet.

12. Revert to the system theme:
Go to the Settings menu and click on System Theme, to revert to the default theme.

13. Set the default reload delay:
You can adjust the reload delay, to make the file reload faster, or slower. Just go to the Settings menu, and click on Auto Reload Delay. Then, specify the desired Delay, and press OK. The
minimum value is 100 ms.

14. Adjust the text Font:
Go to the Settings menu, and click on Font. The font dialog will appear, and the new font can now be selected. This will remain until you change it again.

15. Set the application Always on Top:
Go to the Settings menu and check the Always on Top check box. This change will apply immediately. This could not work as spected in Windows, for now.

ADVANCED USAGE:

16. Group control:
This feature allow you to assign up to 5 buffers to hold text. Press Ctrl + <1-4> to assign the desired group, for example:

Ctrl +1, will assign the current selected text, to the buffer 1; If no text is selected, the buffer will be cleared.

To paste a buffer content at the current cursor position or selection, press F <1-4>.

Think in this as a multi clipboard.

17. Open the file's containing folder:
Click on the status bar, at the file path location to open the containing folder.

IN THIS VERSION:

Now, the reload is made with F5, and auto reload with F6.
New feature!:
Erase and Auto Reload with F7 Will erase the current file contents, save it and then, activate auto reload. So, you will see the newest data being printed in your file without reloading the whole file.
Added Recent files menu.
Improved recent files code and added a 20 files limit for now.


Send any suggestion to [email protected], or go to gtronick.com and fill the form in the contact section.