Skip to content

Commit b6dd4fb

Browse files
authored
Update README.md
1 parent 19488dc commit b6dd4fb

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

README.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# QNote
1+
# QNote
22
Lightweight yet powerful and fast QT Text editor
33

44
![QNote_GUI](https://sites.google.com/site/gtronick/QNote.PNG)
@@ -7,23 +7,21 @@ Lightweight yet powerful and fast QT Text editor
77

88
# HOW TO INSTALL:
99

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.
1311

1412
# HOW TO USE:
1513

1614
**1. Open new document:**
1715
Go to the File menu, then click on Open File...
1816

1917
**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.
2119

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

2523
**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.
2725

2826
**5. Close a Tab:**
2927
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
3836
Press Ctrl + F, or go to the Tools menu and click on Find & Replace.
3937

4038
**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.
4240

4341
**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.
4543

4644
**11. Load a Theme:**
4745
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!.
4847

49-
**12. Revert to the system theme:**
48+
**12. Revert to the system theme:**
5049
Go to the Settings menu and click on System Theme, to revert to the default theme.
5150

5251
**13. Set the default reload delay:**
5352
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.
5554

5655
**14. Adjust the text Font:**
5756
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
6867

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

71-
Think in this as a multi clipboard.
70+
Think in this as a multi-clipboard.
7271

7372
**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.
7574

7675
## IN THIS VERSION:
7776

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.
8489

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

0 commit comments

Comments
 (0)