💥 What's new in this BANGER release?
Apart from new themes ('Aqua', 'Earth' and an improved version of 'Codetime') and a scroll bar that allows you to navigate through your documents much faster, you can find the following features too in the new version of WriterClassic...
⏲️ Undo & Redo
Just randomly erased all the words in the document? Undo it!
You were supposed to keep some of it erased? Redo it!
⌨️ New Shortcuts
I try to make the shortcuts extremely intiutive soo:
Ctrl + Z
now calls the Undo feature (instead of calling the Save As... feature)Ctrl + Shift + S
now calls the Save As... featureCtrl + W
has been replaced byCtrl + Shift + P
Ctrl + G
has been replaced byCtrl + Shift + G
Ctrl + R
is no longer a shortcutF1
now calls the Online Help feature (before, you'd call this feature usingCtrl + H
which is NOT intuitive at all)Ctrl + I
is no longer a shortcut either
💻 Automized Scripts
Now if you have a file named sample.wclassic
and another one in the same directory called sample.wclassic.wscript
, this last one will actually be a script file that you can choose to run when opening the first file. The scripting is done with pure Python.
Note: You can replace the word sample
with any other filename as long as you do it for both of the files. If the files don't follow this structure, no scripts will be available for running.
Apart from those, there are also scripts that you can choose to run when WriterClassic launches.