WriterClassic v10.0.0 #33
MF366-Coding
announced in
Announcements
Replies: 1 comment
-
So turns out that in this release, plugins can't be installed via the Plugin menu and the Clock plugin is not working either. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
💥 What's new in this BANGER release?
Apart from new themes ('Aqua', 'Earth' and an improved version of 'Codetime') and a sliding 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 calledsample.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.
Enjoy and thank you! <3
This discussion was created from the release WriterClassic v10.0.0.
Beta Was this translation helpful? Give feedback.
All reactions