Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | language_php: add missing yield keyword | jgmdev | |
2022-11-08 | add nelua support to lfautoinsert (#150) | Cukmekerb | |
2022-11-04 | Added extra file extensions to language_sh.lua (#145) | Techie Guy | |
2022-11-03 | language_php: applied changes from #108 | jgmdev | |
2022-11-03 | settings: added new option keep_newline_whitespace | jgmdev | |
2022-11-03 | Removed extra item in list (#142) | Techie Guy | |
2022-11-02 | macmodkeys: added missing params | jgmdev | |
2022-11-02 | Add workaround for sorted `Doc:get_selection` issue (#141) | Guldoman | |
2022-11-02 | Reorganize README.md (#139) | github-actions[bot] | |
Co-authored-by: Guldoman <Guldoman@users.noreply.github.com> | |||
2022-11-02 | Use new `command.add` syntax (#136) | Guldoman | |
2022-11-01 | Merge branch '2.1' | jgmdev | |
2022-11-01 | Changed minimap to accomodate new API.2.1 | Adam Harrison | |
2022-10-27 | language_php: fix strings not getting terminated | jgmdev | |
The issue can be triggered with code like the following: `'"'.strlen("test:").'"';` would cause the string end to not be found. The additional pattern on this commit allows properly terminating the string by not matching the last closing character. | |||
2022-10-25 | minimap: check docview has minimap scroll | jgmdev | |
2022-10-25 | minimap: fixed small mistake | jgmdev | |
2022-10-25 | Minimap Rework with Scrollbar (#134) | Adam | |
* Changed minimap to use Guldo's new scrollbar. * Minimap fixes to use new scrollbar. * Minor cleanup. * Preempt this hitting other views inheriting from DocView. * Adjusted percentage code. * ?? * Fixed up calculation, and scrolling. * Fixed clicking on thumb doing something, and fixed offset not being taken into account. * Changed offset when clicking off. * Ensured that we don't drag when we're not actually inside the thumb on click, and ensured that thumbd doesn't highlight unelss we're actually inside it. * Fixing small little changes. * Changed it so that we don't initate a drag when drag-hovering. | |||
2022-10-21 | language_meson: added meson_options.txt and fixed meson.build patter | jgmdev | |
2022-10-15 | indentguide: do not apply on CommandView and allow toggling it. | jgmdev | |
2022-10-15 | Map ruby syntax to Gemfile and Gemfile.lock (#132) | Sathish Manohar | |
2022-10-15 | Map ruby syntax to Gemfile and Gemfile.lock (#133)2.0 | Sathish Manohar | |
* Map ruby syntax to Gemfile and Gemfile.lock * make syntax match to target end of file name | |||
2022-10-14 | Add `language_erb` to README | Guldoman | |
2022-10-14 | Add `language_erb` to README | Guldoman | |
2022-10-14 | Add language plugin for ERB files (#130) | Sathish Manohar | |
* Add language plugin for ERB files erb files typically has filename.html.erb extension they contain html markup and embedded ruby code this file should properly syntax highlight both html and ruby parts * merge html/htm in filetype check | |||
2022-10-14 | Add language plugin for ERB files (#131) | Sathish Manohar | |
* Add language plugin for ERB files erb files typically has filename.html.erb extension they contain html markup and embedded ruby code this file should properly syntax highlight both html and ruby parts * merge html/htm in filetype check | |||
2022-10-08 | Removed language_cpp, as it's in the core, and not in this repo at all, in ↵ | Adam | |
this branch. | |||
2022-10-05 | ipc: add different methods of opening directories | jgmdev | |
2022-10-04 | Added support for LaTex package and class syntax highlighting | Raffaele Orabona | |
2022-10-04 | Merge pull request #128 from FarRealm/temp-latex | Guldoman | |
Added support for LaTex package and class syntax highlighting | |||
2022-10-04 | Added support for LaTex package and class syntax highlighting | Raffaele Orabona | |
2022-10-02 | Update list of Fennel keywords to everything covered by 1.2.0 (#126) | Phil Hagelberg | |
Also include a little snippet comment to regenerate them in the future. | |||
2022-10-02 | add inter-process communication (ipc) plugin (#127) | Jefferson González | |
* adds single instance support and basic file dragging from instance to instance | |||
2022-09-16 | regexreplacepreview: drop deprecated call to commandview set text | jgmdev | |
2022-09-16 | spellcheck: updated config spec to support file type | jgmdev | |
2022-09-16 | Update `language_rivet.lua` (#125) | StunxFS | |
2022-09-16 | Update `language_rivet.lua` (#125) | StunxFS | |
2022-09-16 | nonicons: support dynamic scaling | jgmdev | |
2022-09-15 | settings: added support for file and directory options | jgmdev | |
2022-09-10 | Merge pull request #114 from Guldoman/PR_primary_selection | Jefferson González | |
Add `primary_selection` | |||
2022-09-10 | Add syntax highlighting to JSX tags (#118) | Dheisom Gomes | |
* Add syntax highlighting to JSX tags * Added "from" keyword | |||
2022-09-10 | Add syntax highlighting to JSX tags (#118) | Dheisom Gomes | |
* Add syntax highlighting to JSX tags * Added "from" keyword | |||
2022-09-10 | Merge pull request #120 from AqilCont/2.1 | Jefferson González | |
rainbowparens.lua: Added an option for number of parens | |||
2022-09-10 | Syntax highlighter for the MiniScript programming language (#124) | ThaCuber | |
* Syntax highlighter for the Miniscript language * Update README.md | |||
2022-09-09 | `language_assembly_x86`: Add name | Guldoman | |
2022-09-09 | `language_assembly_x86`: Add name | Guldoman | |
2022-09-05 | settings: reapply user project and init settings after load, also added ↵ | jgmdev | |
clear font cache button | |||
2022-08-22 | removed linecopypaste as it is now part of core | jgmdev | |
2022-08-11 | settings: revert to default fonts on load error | jgmdev | |
2022-08-11 | settings: handle font loading error | jgmdev | |
2022-08-03 | Merge pull request #122 from ArtemisX64/patch-2 | Guldoman | |
Update nonicons.lua 2.1 | |||
2022-08-03 | Merge pull request #121 from ArtemisX64/patch-1 | Guldoman | |
Update nonicons.lua |