Skip to content

Latest commit

 

History

History
84 lines (71 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

84 lines (71 loc) · 2.83 KB

1.1.4d

* smarter ifautoinsert.lua
+ dart lang support
---
- bug with last commit (autoinsert not working correctly)

1.1.3d

* 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)

1.1.2df - 08/02/21 patch

* fixed highlight bug in lang_c (scribbles coloring lines below)

1.1.1d

+ 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)

1.1.0d

+ include changes from rxi's Lite (commit 38bd9b3...f074415)
---
* fixed issue with last commit (pull rxi's commit)

1.0.4df - 14/01/21 patch

* fixed waitfor from callback
* better bracket_match rendering
* better lfautoinsert
---
* fixed readme typo

1.0.3df - 08/01/21 patch

+ added rustlang support
* fixed lastproject

1.0.2df - 03/01/21 patch

* fixed bracket_match.lua and selection.lua
* refixed lang_lua.lua function definitions
* fixed colorprev.lua
* fixed lide showing "lite" instead of "lide"

1.0.1df - 02/01/21 patch

+ lua intelisense
+ readded user/init.lua file
* fixed autocomp.lua and autoin
* scrollbar is now thicker
* fixed workspace.lua

1.0.0d - lide

* fixed color prev
* a lot of fixes
* division of callback.draw.line in line and body
- github theme

1.2.3cf - 30/12/20 patch

* 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

1.2.2cf - 29/12/20 patch

- 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

1.2.1cf - 28/12/20 patch

* fixed selection highlight (the commit 6d3e780 added a new color,
but the a5f3714 removed it. This match adds again this feature)

1.2.0c Update

* 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