Adam

Results 31 issues of Adam

Fixed issue with autoreload not working quite right on very large files being reloaded, that are saved increments. Now we reload things on a timer, though we still do a...

Category: Plugins

So plugins can access the toolbar, and add new items with different fonts, if they want to.

Category: Plugins

Should close #1151 .

Category: Lua Core

When you ctrl+scroll, word wrapping isn't updated if it's on.

As with #77 , adding in a plugin I'll be using daily for GDB support. Will be ironing out annoyances over the coming weeks.

Not to be merged until 2.1 is released for the editor.

Officially submitting the build plugin. Should work with any script that outputs normal gcc-style errors. I'm officially switching editors at work to `lite-xl` for C++, so over the next few...

Introduces a manifest that can be read by the plugin manager: https://github.com/adamharrison/lite-xl-plugin-manager

Adds in support for CURL, as well as providing an example for the `support_cc` plugin.

Allows auto-compilation of native plugins for lite, if your system has a C compiler installed. Currently, only targets GCC, would be easy to add LLVM.