aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands/doc.lua
AgeCommit message (Expand)Author
2021-08-14Merge pull request #390 from adamharrison/cursor-fixesAdam
2021-08-14Fixed multilne cursors at the edges of docuemnts.Adam Harrison
2021-08-11Reverted hash changes; simply copy entire clipboard.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-15remove deprecated codetakase1121
2021-07-01reset blink timer when a new cursor is createdlqdev
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-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-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-24Fixed minor error that occurs when saving as after viewing a non-doc tab.Adam Harrison
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-01Fix filename problemFrancesco Abbate
2021-02-24Fix multi-line commandsFrancesco Abbate
2021-02-17Use doc on_save hooks to reload user moduleFrancesco Abbate
2021-02-17Fix reload module problem on windowsFrancesco Abbate
2021-02-16Use tilde expansion when running save-as commandFrancesco Abbate
2021-02-16FIX: Use PATHSEP instead of hardcoded "/" path separatorbud
2021-02-15ADD: test in doc:save(), if the file is the user module, automatically reload...bud
2020-11-18Fix behavior when using un-indent command over multiple linesFrancesco Abbate
2020-11-17Merge remote-tracking branch 'origin/master'Francesco Abbate
2020-11-16Improve behavior for indent command with selection over multiple linesFrancesco Abbate
2020-09-27Improved behaviour of `doc:join-lines` when joining to empty linerxi
2020-05-28Changed block movement to mimic word movementrxi
2020-05-28Improved behaviour of and renamed `translate.next|previous_word_boundary`rxi
2020-05-09Added `doc:rename` command; changed command_view:set_text to take `select` ar...rxi
2020-05-09Added stripping of carriage-returns when pastingrxi