aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands
AgeCommit message (Expand)Author
2021-09-01Avoid checking for unique selections on non-`DocView`sGuldoman
2021-08-30Merge pull request #430 from adamharrison/vsc-multicursor-shortcutsAdam
2021-08-28Added in two new VSC-style multicursor shortcuts.Adam Harrison
2021-08-28Add missing home_encode for change-project-folderFrancesco Abbate
2021-08-27Set initial text for core:change-project-folderFrancesco Abbate
2021-08-14Merge pull request #391 from adamharrison/fix-replace-tooltipAdam
2021-08-14Merge pull request #390 from adamharrison/cursor-fixesAdam
2021-08-14Added in additional function to remove tooltip after cancelling replace.Adam Harrison
2021-08-14Fixed multilne cursors at the edges of docuemnts.Adam Harrison
2021-08-12Merge pull request #376 from adamharrison/clipboard-fixAdam
2021-08-12Merge pull request #378 from adamharrison/close-other-tabsAdam
2021-08-12Merge pull request #377 from adamharrison/regex-anchoredAdam
2021-08-11Reverted hash changes; simply copy entire clipboard.Adam Harrison
2021-08-10Pairs -> IPairsAdam Harrison
2021-08-10Added in close others, and refactored close all.Adam Harrison
2021-08-10Fixed small bug on bootup, and added in a multiline qualifier to replacements.Adam Harrison
2021-08-10Since we're modifying the clipboard, actually makes way more sense to use thi...Adam Harrison
2021-08-10Added in a hash check to the system clipboard.Adam Harrison
2021-08-06Changed behaviour of home.Adam Harrison
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