vlang / ved

1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
GNU General Public License v3.0
1.34k stars 78 forks source link

Better cursor, scrolling and mouse support #154

Closed gaetgu closed 1 year ago

gaetgu commented 1 year ago

Hi! This PR adds several capabilities to the editor. I have also edited some of the basic config (basically just go up on delete) to make it more first-time-user friendly, though I would be happy to remove those edits. Here's what the PR adds:

I have also changed the code to read the v keys (for syntax highlighting) from a text file. This is the first step on a pathway of adding support for more languages.