aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands
AgeCommit message (Expand)Author
2021-09-29Fix call to missing project_files_limitFrancesco Abbate
2021-09-29Fix bug with expanding directory when file limitedFrancesco Abbate
2021-09-29Remove the project scan threadFrancesco Abbate
2021-09-10Use line/col to identify selection in replace commandFrancesco Abbate
2021-09-09Do not fail search if there was an option changeFrancesco Abbate
2021-09-09Bring back command find-replace:select-nexttesting-2.0.2Francesco Abbate
2021-09-09Allow `find-replace:select-next` to select more occurrences after wrapGuldoman
2021-09-09Add missing remove tooltip callFrancesco Abbate
2021-09-09Remeber initial user text for hidden suggestionsFrancesco Abbate
2021-09-09Use hidden suggestions also for replace dialogFrancesco Abbate
2021-09-09Implement hidden suggestions for find dialogFrancesco Abbate
2021-09-09Do not add selection with newlines in replaceFrancesco Abbate
2021-09-07Add initial suggestion in open-project-folderFrancesco Abbate
2021-09-07Avoid checking for unique selections on non-`DocView`sGuldoman
2021-09-07Added in two new VSC-style multicursor shortcuts.Adam Harrison
2021-09-07Fix error in change-project-folder commandfix-2.0.1Francesco Abbate
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