aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands
AgeCommit message (Expand)Author
2021-07-20Removed unecessary duplicates.Adam Harrison
2021-07-20Merged dev to master.Adam Harrison
2021-07-15Allowed find to function across different views.Adam Harrison
2021-07-15Reverted find fixes.Adam Harrison
2021-07-15remove deprecated codetakase1121
2021-07-09Merge pull request #318 from lite-xl/MacOSCloseAdam
2021-07-01reset blink timer when a new cursor is createdlqdev
2021-06-27Created an extra command, to implement appropriat cmd+w behaviour on mac.Adam Harrison
2021-06-20Fixed regex replace.Adam Harrison
2021-06-20Fixed a minor bug.Adam Harrison
2021-06-20Added in tooltips, the ability to swap between different find modes with a ke...Adam Harrison
2021-06-18Fixed minor bugs; swap no longer returns from get.Adam Harrison
2021-06-18Rebased, and added the ability for ctrl to just create new cursors.Adam Harrison
2021-06-18Removed unecessary check.Adam Harrison
2021-06-18Added in the ability to iterate through cursors backwards.Adam Harrison
2021-06-18Used routine to add cursors in order correctly.Adam Harrison
2021-06-18Introduced the constraint that all cursors must be in order.Adam Harrison
2021-06-18Fixed merging. Fixed selection undo stack.Adam Harrison
2021-06-18Used an inappropriate function in a selection loop.Adam Harrison
2021-06-18That's what I get for not testing after a 'simple' refactor.Adam Harrison
2021-06-18Added in missing boolean.Adam Harrison
2021-06-18Cleaned up functions.Adam Harrison
2021-06-18Allows for rectangular selections with ctrl; also fixed tabbing.Adam Harrison
2021-06-18Added in multiple clipboard line buffers.Adam Harrison
2021-06-18Initial commit of multicursor. Next step is to investigate how multicursor wo...Adam Harrison
2021-06-17Added in remove file function. (#272)Adam
2021-06-13Fix undeclared NagView findindex() by moving it to common.jgmdev
2021-06-13Integrate mkdirp function in common module (#265)Francesco
2021-06-07Commands refactor (#257)Takase
2021-06-07Allow creation of nested directories (#254)Takase
2021-06-05Apologies for the subpar previous commit. This fixes the bugs in that one.Adam Harrison
2021-06-05Exposed indent function, and made it more flexible.Adam Harrison
2021-06-02Add PCRE to support regular expressionsAdam
2021-06-02fixed broken Doc:save monkeypatchlqdev
2021-05-28Fixed commenting and uncommenting. (#224)Adam
2021-05-27Fix missing check for filename when saving a fileFrancesco Abbate
2021-05-26Changed to multiline select.Adam Harrison
2021-05-26Implement lazy loading of directoriesFrancesco Abbate
2021-05-24Fixed minor error that occurs when saving as after viewing a non-doc tab.Adam Harrison
2021-05-24Fix problem with filenames missing normalizationFrancesco Abbate
2021-05-22Indent Enhancements (#202)Adam
2021-05-19Changed deindent, so that if the deindent runs into an unusual line with a pa...Adam
2021-05-17Unified open and saving style. (#189)Adam
2021-05-05Do not close command view on open-file is file is invalid or it is a directoryAdam
2021-05-01Fix filename problemFrancesco Abbate
2021-05-01Use ab filename as initial text for open file commandFrancesco Abbate
2021-04-25Use the active view's filename when opening a fileadamharrison
2021-04-12Make non-borderless mode workFrancesco Abbate
2021-04-01Implement unicode character replacementsFrancesco Abbate
2021-03-18Fix error introduced with commit c0ad86dFrancesco Abbate