Releases: vision-05/betterCode
BetterCode v0.8.1
A new release with fixed bugs and a few more features, including:
a non functional edit themes page
a working rope data structure for editing
fully resizable windows
I think that's all the additions I made, but I should probably make a proper changelog so I don't forget
v0.7 pre-release
Just a test with the hopefully working installer
BetterCode v0.6 pre-release
The first working version of betterCode since the start of the rewrite in Clojure
Run the server jar with no arguments, and the bettercode jar with the hostname of the computer running the server as the single argument. For now do not use this editor remotely as there is no encryption for the data being sent via sockets.
BetterCode v0.5 pre-release
Next version of BetterCode with numbered lines and many fixed bugs. Currently only linux binary.
BetterCode v0.4 pre-release
New pre release featuring window resizing, split screen editing and got a few more bugs fixed (and added)
Windows and Linux binaries.
BetterCode v0.3 pre-release
Fixed a few more bugs, added auto-indent and a few other nice features. Finally compiled a version for linux, which is the file without the .exe file extension.
BetterCode v0.2 pre-release
Fixed a bunch of bugs and added some very primitive highlighting, still windows only (for now)
BetterCode pre-release v0.1
This is the first release of BetterCode, a lightweight text editor made with SDL2 and the immer immutable data structures library in C++. Supports all basic editor functionality with the added bonus of being able to easily handle 1Gb+ text files.
This is a pre-release version so there may be some bugs and some functionality improvements are yet to come.
This release only contains the windows version.