Skip to content

Releases: vision-05/betterCode

BetterCode v0.8.1

Choose a tag to compare

@vision-05 vision-05 released this 19 Jul 20:38
e11420c

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

Choose a tag to compare

@vision-05 vision-05 released this 20 Jun 22:50

Just a test with the hopefully working installer

BetterCode v0.6 pre-release

Pre-release

Choose a tag to compare

@vision-05 vision-05 released this 02 Jun 16:54
e89e4e7

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

Pre-release

Choose a tag to compare

@vision-05 vision-05 released this 27 Jan 20:16
3619736

Next version of BetterCode with numbered lines and many fixed bugs. Currently only linux binary.

BetterCode v0.4 pre-release

Pre-release

Choose a tag to compare

@vision-05 vision-05 released this 02 Jan 15:55

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

Pre-release

Choose a tag to compare

@vision-05 vision-05 released this 28 Dec 16:38

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

Pre-release

Choose a tag to compare

@vision-05 vision-05 released this 27 Dec 20:05

Fixed a bunch of bugs and added some very primitive highlighting, still windows only (for now)

BetterCode pre-release v0.1

Pre-release

Choose a tag to compare

@vision-05 vision-05 released this 24 Dec 16:31

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.