Releases: AdamJosephMather/CodeWizard2
CodeWizard2 V2.4.3
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
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
Full emoji support - Fixed Rendering Bugs/Interaction Problems
CodeWizard2 V2.4.0
Emojis
Variable tab widths
Edit: fixed small thing
CodeWizard2 V2.3.10
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
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
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
Hopefully nothing changed between 2.3.6 and 2.3.7. Hopefully.
CodeWizard2 V2.3.6
Fixing a few things here and there
- Fixed markdown parsing (at least partially)
- Fixed a tiny tiny error in rendering selected text in textedits. That sucked
- Uhh something I think
- 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
Fixed a few memory leeks
Did have to overhaul a system or two. Might be unstable - though I haven't found any errors yet.