* smarter ifautoinsert.lua
+ dart lang support
---
- bug with last commit (autoinsert not working correctly)
* changed "on close" events' messages
* fixed bug with autoin (removing quotes on backspace if caret is at the beginning of the line)
+ implementation of code linter via plugin
+ caret color changes when overlaping color previews
---
* lowercased some log messages
* fixed core file (unrenamed file from lite to lide)
* fixed highlight bug in lang_c (scribbles coloring lines below)
+ smarter lfautoinsert (puts else between then and end if there are no lines between them and don't puts end if the line below is else)
+ include changes from rxi's Lite (commit 38bd9b3...f074415)
---
* fixed issue with last commit (pull rxi's commit)
* fixed waitfor from callback
* better bracket_match rendering
* better lfautoinsert
---
* fixed readme typo
+ added rustlang support
* fixed lastproject
* fixed bracket_match.lua and selection.lua
* refixed lang_lua.lua function definitions
* fixed colorprev.lua
* fixed lide showing "lite" instead of "lide"
+ lua intelisense
+ readded user/init.lua file
* fixed autocomp.lua and autoin
* scrollbar is now thicker
* fixed workspace.lua
* fixed color prev
* a lot of fixes
* division of callback.draw.line in line and body
- github theme
* moved all graphical and update callbacks to callback
* changed all plugins to use callback
's methods
---
- fixed input callbacks in autocomp.lua
and autoin.lua
- fixed ifautoinsert.lua
bug for commentless languages
- fixed autocomplete (autocomp.lua) bug (renaming file makes it not work)
* the bug was happening because it wasn't using the draw_api so
probably one was overwriting the other's root_draw function.
* fixed indent behaviour
* tabing at the beginning of the line was
adding 3 spaces instead of 4
* fixed selection highlight (the commit 6d3e780 added a new color,
but the a5f3714 removed it. This match adds again this feature)
* changed tab behaviour to act as in VS Code
* changed tokenizer to highlight symbols before patterns
* terminal behaviour
* messages in message log
* saved message shows shorter name
* all messages in lower case
- removed windows trash
+ default plugins to better navegation and code editing