Skip to content

v1.1.0

Compare
Choose a tag to compare
@SOwOphie SOwOphie released this 18 Sep 16:31
· 202 commits to master since this release

Oh, you thought this was just another abandoned pet project, did you not? Well fasten your seatbelts, because crafted using dark, forbidden algorithms devised in the shady depths of a shaded hammock somewhere in Croatia, Release 1.1 is here, bigger, better, faster and cooler than ever before!

New features

Highlight: New Rendering Engine

Featuring:

  • Block Comments
  • Multi-line strings
  • Bracket highlighting

Take a look at wsedit -h to see how to get started.

Additional optimizations

wsedit should now be much faster.

Loading screens

You will now see what wsedit is doing while it's doing what it's doing instead of staring at an unresponsive editor screen.

More source code documentation forr all you hackers out there

The new file ARCHITECTURE.md details the internals of wsedit. Using it in conjunction with haddock + hscolour output should make understanding my syntactic ramblings much easier.

Fixes

  • Fixed some issues regarding other character encodings. Shit's still somewhat broke though.
  • Finally implemented -j to allow you to set jump marks from the command line / config files.
  • -! didn't work for integer parsing errors, fixed that one as well.
  • -s crashed ungloriously on parse errors, taking the terminal with itself in the process. Created an error message for this.