Skip to content

Releases: shnupta/bric

v0.0.2

04 Nov 21:49
62ab079
Compare
Choose a tag to compare

v0.0.2 has these capabilities:

  • Modules interface (so others can add their own modules easily like colour schemes and syntax highlighting for other languages)
  • Syntax highlighting for multiple languages with a variety of keyword colours
  • Find and replace feature
  • Select mode
  • Yank and paste
  • Config file for user customization
  • Line numbers
  • Vim behaviors (like hjkl movement and command style interactions)
  • Better speed and performance when editing large files
  • Editor resizes now
  • Better movement such as skipping to end of lines, files etc.
  • ctags implementation

v0.0.1

07 Apr 08:13
Compare
Choose a tag to compare

The first release of the editor has the core features such as:

  • Simple syntax highlighting for generic C/C++ keywords, comments, numbers and strings
  • Find feature
  • Goto feature
  • Text editing capabilities