Age | Commit message (Collapse) | Author |
|
|
|
|
|
* `dragdropselected`: Replace deprecated `math.pow` with `^`
* Remove workaround for sorted `Doc:get_selection` issue
Reverts 94f7c8b33371e49d6f026f5be6a41acd73ad9c6b.
|
|
|
|
Try to open the selection as a filename or path in the project.
Path separators are used to replace ".", so import path can also be found.
Co-authored-by: Eric Gaudet <egaudet@thefind.com>
|
|
* Added annotations to language_wren.lua
* sneaked in Fn.new being highlighted as a literal
also fixed file formatting, looks less ugly now
|
|
* Add Nerdicons Plugin
* Update manifest.json
* Update manifest.json
|
|
Given a git commit (default HEAD), open the files that are in the project and
part of this commit.
|
|
* Add guldo's godly changes
* Fix autoinsert on multiple selections
* Updated autoinsert to latest ver
* FIX predicate solution
* Appeal to the Guldo
* Appeal to the Guldo even more
|
|
* surround both brackets if they are adjacent
* surround both brackets if they are adjacent
* surround brackets in block mode when highlight both is enabled
|
|
Add Lite Debugger plugin
|
|
Add `svg_screenshot`
|
|
keymap_export: add keymap_export
|
|
|
|
|
|
* added search_ui
* support treeview find in directory
* added support for lua pattern replace
* use new widgets animation system and other fixes
* clear results when changing options
* adapted to changes on lite-xl/lite-xl#1232
* added bottom layout and made it default
* added option to position on top
* updated to use new widgets path
* added search_ui to manifest
|
|
|
|
|
|
|
|
|
|
Upstream https://github.com/slembcke/debugger.lua
with changes to allow for native breakpoints
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add language_nix
* formatting and a tweak to paths
* add string escaping
* add manifest entry
* fix search paths
* remove unnecessary string escaping
* remove entry in README
* simplify comments
|
|
* Update language_rivet.lua
* Update language_rivet.lua
|
|
|
|
|
|
- if text is selected, replace this text with eval result
- if no text is selected, eval the current line and insert the result in the next line with "= " prefix.
- Adding ctrl+alt+return default keymap
|
|
|
|
Fix for issue #174
|
|
* optimize and improve language_wren.lua
* <number>. was highlighted when it shouldn't be
* added scientific notation
* added hexadecimal and scientific notation
* fixed identifier highlight
* added a bunch of things
setters and getters are now highlighted as functions (it just looks nice)
when extending a class, the derived class' name is the one highlighted, and not the parent class' name (kinda hacky at the moment)
highlighted anything in between two pipes (|) that isn't a pipe for when making standalone functions with parameters
|
|
* properly ignore comments on declarations
* strip newlines when insert_final_newline set to false
* force match up to the end
* support unset property
* make property values case insensitive
* handle indent_size when set to tab
* handle escaped comment chars
* also lowercase property names
* support utf-8 as on spec
* apply rules to unsaved unamed/named docs
* annotation fix
* added test suite and fixes for 100% pass rate
* do not force match from start, breaks 2 tests
* allow starting wild cards to match everything
* disabled print buffering
* make last line visible if insert_final_newline true
* use log_quiet for debug
* adapted to changes on lite-xl/lite-xl#1232
* properly return from add/remove_project_directory overrides
* Use new trimwhitespace functionality if possible
|
|
|
|
(#170)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also check if font cache is already building and alert the user.
|
|
|
|
|
|
|
|
Also added additional flag to support applying the status bar force
state globally and not only to document views.
|