Skip to content

Releases: AdamJosephMather/CodeWizard2

CodeWizard2 V2.5.10

Choose a tag to compare

@AdamJosephMather AdamJosephMather released this 23 Jul 03:38

Faster file loading (made LSP parallel for setup)

CodeWizard2 V2.5.9

Choose a tag to compare

@AdamJosephMather AdamJosephMather released this 20 Jul 03:20

Added a splash screen of sorts. It looks great

Fixed bugs
Something else, I swear...

Potentially unstable !

CodeWizard2 V2.5.8

Choose a tag to compare

@AdamJosephMather AdamJosephMather released this 18 Jul 08:08

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

Choose a tag to compare

@AdamJosephMather AdamJosephMather released this 17 Jul 18:43

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

Choose a tag to compare

@AdamJosephMather AdamJosephMather released this 16 Jul 17:01

Fixed an annoying bug caused by recent changes

POTENTIALLY UNSTABLE!

CodeWizard2 V2.2.5

Choose a tag to compare

@AdamJosephMather AdamJosephMather released this 15 Jul 21:01

LibGhostty

We've replaced libvterm with libghostty, much faster, works better with weasel - I mean WSL

MAY BE UNSTABLE?

CodeWizard2 V2.5.4

Choose a tag to compare

@AdamJosephMather AdamJosephMather released this 07 Jul 03:59

Italics

Much faster with getFullText on textedits.

Fixed bugs

💥 POTENTIALLY UNSTABLE 💥

CodeWizard2 V2.5.3

Choose a tag to compare

@AdamJosephMather AdamJosephMather released this 06 Jul 19:02

Fixed a speed issues with PyPls

💥 POTENTIALLY UNSTABLE 💥

CodeWizard2 V2.5.2

Choose a tag to compare

@AdamJosephMather AdamJosephMather released this 01 Jul 23:16

Found a bug, fixed a bug


💥POTENTIALLY UNSTABLE💥


CodeWizard2 V2.5.1

Choose a tag to compare

@AdamJosephMather AdamJosephMather released this 29 Jun 16:45

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.


💥POTENTIALLY UNSTABLE💥