Skip to content

Releases: AdamJosephMather/CodeWizard2

CodeWizard2 V2.4.3

19 Jun 05:45

Choose a tag to compare

UI changes, fixes, very nice.

  • Fixed a bug in the file picker that had been there for a long long time
  • Color changing
  • Changed light mode theming
  • Lost my mind
  • Added a saturation setting to adjust accent/everything_else ratio
  • Compressed a lot of things to look a little better
  • Added a menubar with menu items and a context menu
  • Fixed a helpmenu bug

CodeWizard2 V2.4.2

17 Jun 17:27

Choose a tag to compare

Small changes - fixed a small crlf bug - we now destroy \r with a speed an agility never before seen.
Tiny fix to multi cursor copy/paste.
Quick fixes to Compare widget for rendering in the new situation.

CodeWizard2 V2.4.1

09 Jun 05:14

Choose a tag to compare

Full emoji support - Fixed Rendering Bugs/Interaction Problems

CodeWizard2 V2.4.0

08 Jun 18:08

Choose a tag to compare

Emojis

Variable tab widths

Edit: fixed small thing

CodeWizard2 V2.3.10

07 Jun 21:56

Choose a tag to compare

More optimizations for not rendering things we don't need to render.

Edit1: Fixed a small thing...
Edit2: Another small thing fixed...
Edit3: I decided to go ahead and fix the emojis problem. We don't display them, but we don't lie.

CodeWizard2 V2.3.9

05 Jun 03:38

Choose a tag to compare

Performance work

Nothing drastic, just updated it so that really large graphs won't slow down the rest of the editor - did this by not clearing the canvas every frame, so the graph window can choose when to re-render. Still unfortunately slow with widget choose out, but that's such a niche problem (huge graph and changing widgets) that like... whatever?

Also this not clearing of the canvas could be used to improve other things, but that'll take way more work - work for not today.


Edit: Found a bug on my other computer... Fun. Caused some very confusing flickering. Fixed though

CodeWizard2 V2.3.8

01 Jun 01:12
290e960

Choose a tag to compare

A graph

A really pretty graph

It's not the most efficient

But you won't notice it unless you go to really really big graphs

Enjoy the new graph widget

Edit: Had to fix a small issue with scrolling

CodeWizard2 V2.3.7

24 May 19:14

Choose a tag to compare

Hopefully nothing changed between 2.3.6 and 2.3.7. Hopefully.

CodeWizard2 V2.3.6

22 May 03:42

Choose a tag to compare

Fixing a few things here and there

  1. Fixed markdown parsing (at least partially)
  2. Fixed a tiny tiny error in rendering selected text in textedits. That sucked
  3. Uhh something I think
  4. Hopefully the codeedits stop deleting files for real this time (it's been a long long time since I saw this happen)

CodeWizard2 V2.3.5

16 May 02:24

Choose a tag to compare

Fixed a few memory leeks

Did have to overhaul a system or two. Might be unstable - though I haven't found any errors yet.