Releases: AdamJosephMather/CodeWizard2
Releases · AdamJosephMather/CodeWizard2
Release list
CodeWizard2 V2.5.10
Faster file loading (made LSP parallel for setup)
CodeWizard2 V2.5.9
Added a splash screen of sorts. It looks great
Fixed bugs
Something else, I swear...
Potentially unstable !
CodeWizard2 V2.5.8
Added a status bar widget
Fixed some bugs with LSP calls (a bug leftover from monostring)
Small ui changes
Potentially unstable!
CodeWizard2 V2.5.7
Fixed a speed issue with the terminal
POTENTIALLY UNSTABLE!
edit: gotta figure out why my laptop builds don't work on other devices anymore
CodeWizard2 V2.5.6
Fixed an annoying bug caused by recent changes
POTENTIALLY UNSTABLE!
CodeWizard2 V2.2.5
LibGhostty
We've replaced libvterm with libghostty, much faster, works better with weasel - I mean WSL
MAY BE UNSTABLE?
CodeWizard2 V2.5.4
Italics
Much faster with getFullText on textedits.
Fixed bugs
💥 POTENTIALLY UNSTABLE 💥
CodeWizard2 V2.5.3
Fixed a speed issues with PyPls
💥 POTENTIALLY UNSTABLE 💥
CodeWizard2 V2.5.2
Found a bug, fixed a bug
💥POTENTIALLY UNSTABLE💥
CodeWizard2 V2.5.1
MonoStrings
Overconfidence and a lack of humility has lead me to making my own string implementation - MonoString. MonoStrings have been designed such that the memory storage matches the visual length. IE, string[3] == fourth character in space. It assumes monospacing, thus monostring. So, a tab character takes 4 (or variable) units in the string. An emoji uses 2. Most everything else uses 1.
Pretty fast, makes things more efficient.