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
@@ -7,23 +7,21 @@ Lightweight yet powerful and fast QT Text editor
7
7
8
8
# HOW TO INSTALL:
9
9
10
-
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.
11
-
12
-
**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.
10
+
Just decompress the zip file and run QNote.exe.
13
11
14
12
# HOW TO USE:
15
13
16
14
**1. Open new document:**
17
15
Go to the File menu, then click on Open File...
18
16
19
17
**2. Save a file:**
20
-
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.
18
+
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.
21
19
22
20
**3. Save a File with a new name:**
23
21
Press Ctrl + Shift + S, or go to the File menu, then click on Save As.
24
22
25
23
**4. Open a new tab to edit a new or existing file:**
26
-
Press Ctrl + T or go to the Tools menu, and Click on New Tab.
24
+
Press Ctrl + T or go to the File menu, and Click on New Tab.
27
25
28
26
**5. Close a Tab:**
29
27
Press Ctrl + W to close the current Tab, or press the close button in the desired tab.
@@ -38,20 +36,21 @@ If you want to reload the current file automatically after some delay in millise
38
36
Press Ctrl + F, or go to the Tools menu and click on Find & Replace.
39
37
40
38
**9. To navigate to a specific line:**
41
-
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.
39
+
Press Ctrl + G, or go to the Tools menu, and click on Go to Line... Then, type the line you want to go to.
42
40
43
41
**10. Activate the Word Wrap:**
44
-
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.
42
+
Press Alt + W or go to the Settings menu, and check Word Wrap. This will hide the horizontal scrollbar and will wrap the text if it exceeds the horizontal page limit.
45
43
46
44
**11. Load a Theme:**
47
45
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.
46
+
Go to https://github.com/GTRONICK/QSS for some cool themes!.
48
47
49
-
**12. Revert to the system theme:**
48
+
**12. Revert to the system theme:**
50
49
Go to the Settings menu and click on System Theme, to revert to the default theme.
51
50
52
51
**13. Set the default reload delay:**
53
52
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
54
-
minimum value is 100 ms.
53
+
minimum value is 20 ms.
55
54
56
55
**14. Adjust the text Font:**
57
56
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.
@@ -68,20 +67,25 @@ Ctrl +1, will assign the current selected text, to the buffer 1; If no text is s
68
67
69
68
To paste a buffer content at the current cursor position or selection, press F <1-4>.
70
69
71
-
Think in this as a multiclipboard.
70
+
Think in this as a multi-clipboard.
72
71
73
72
**17. Open the file's containing folder:**
74
-
Click on the status bar, at the file path location to open the containing folder.
73
+
Click on the status bar, at the file path location to open the containing folder, or press F9.
75
74
76
75
## IN THIS VERSION:
77
76
78
-
Now, the reload is made with F5, and auto reload with F6.
79
-
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.
80
-
81
-
Added Recent files menu.
82
-
83
-
Improved recent files code and added a 20 files limit for now.
77
+
1. Tab friendly (new lines preserve identation).
78
+
2. Space friendly (new lines preserve identation).
79
+
3. Open containing folder with F9.
80
+
4. Improved the autoreload feature.
81
+
5. Autoreload delay now can be as low as 10ms.
82
+
6. Added erase and save feature (without autoreload).
83
+
7. Window size and position persistence.
84
+
8. 1GB file limit.
85
+
9. Fixed Undo for new openend files.
86
+
10. MaterialDark theme shipped by default.
87
+
88
+
QNote is now compiled with QT5.11.
84
89
85
90
------------------------------------------
86
91
Send any suggestion to [email protected], or go to gtronick.com and fill the form in the contact section.
0 commit comments