Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

WriterClassic v10.0.0

Choose a tag to compare

@mf366-dev mf366-dev released this 10 Dec 18:39

⚠️ It's recommended you do not download this version. Many of the features introduced here resulted in huge bugs. They have been fixed in v10.1.0.

💥 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... feature
  • Ctrl + W has been replaced by Ctrl + Shift + P
  • Ctrl + G has been replaced by Ctrl + Shift + G
  • Ctrl + R is no longer a shortcut
  • F1 now calls the Online Help feature (before, you'd call this feature using Ctrl + 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.

Enjoy and thank you! <3