aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands/doc.lua
AgeCommit message (Expand)Author
2022-05-22Merge branch 'master' into master-2.1master-2.1jgmdev
2022-05-15Split out reload functionality to actual document, and added in a thread to c...Adam Harrison
2022-05-15Autoreload Nagview (#942)Adam
2022-05-12Add utf8 support on doc lower and upper commandsjgmdev
2022-04-03Soft Line Wrapping (#636)Adam
2022-03-20Move cursor to the beginning or the end of its selectionGuldoman
2022-03-17Typo.Adam Harrison
2022-03-17Fixed a bunch of problems. Fixed left+click not allowing for square selection...Adam Harrison
2022-02-11Check entire selection to trigger `DocView:scroll_to_make_visible`Guldoman
2022-02-11Don't scroll DocView when executing `doc:select-all`Guldoman
2022-02-07Ignore empty lines in `line_comment`Guldoman
2022-01-28Merge pull request #809 from lite-xl/merge-master-2.0Adam
2022-01-20Fixed end of block-style line comments.Adam Harrison
2022-01-19Merge branch 'master-2.0'Francesco Abbate
2022-01-18Streamlined, and fixed guldo's problem.Adam Harrison
2022-01-18Fixed issue first mentioned in #771.Adam Harrison
2022-01-13Fix error to close view when deleting a fileFrancesco Abbate
2022-01-08comment the entire line when using block commenttakase1121
2022-01-02make set_selections consistenttakase1121
2022-01-02refactor toggle-block-comments, make command spaces aware, set selections cor...takase1121
2021-12-26toggle comment for whole line if nothing is selectedtakase1121
2021-12-26fallback to toggle-line-comment and vice versa if neededtakase1121
2021-12-25add toggle-block-commenttakase1121
2021-12-21Restores external pastes to be normal pastes.Adam Harrison
2021-12-12Revert "Make pasting multiple lines from clipboard same way as a single line"Jipok
2021-12-10Make pasting multiple lines from clipboard same way as a single lineJipok
2021-12-08Make cursor_clipboard globa, not per docJipok
2021-12-06Correct paste after 'Cut/copy whole line'Jipok
2021-12-05Copy/cut whole line if selection emptyJipok
2021-11-27Merge pull request #682 from Guldoman/indent_refactorAdam
2021-11-23Added in cut, copy and paste to the context menu. Also removed find pattern, ...Adam Harrison
2021-11-20Use the new `Doc:get_indent_info` throughout `core`Guldoman
2021-11-19Selection expands by word or line on double or triple click followed by drag.Joshua Minor
2021-11-14Refactored things out.Adam Harrison
2021-11-14Keymap.Adam Harrison
2021-11-14Rearranged things to make a bit more sense.Adam Harrison
2021-11-14Moved commands out to the outer event loop.Adam Harrison
2021-11-14Added in double, and triple clicking.Adam Harrison
2021-11-14Added in clicks to keymap.Adam Harrison
2021-10-02Remove duplicate command declaration (#565)Rongfei Wang
2021-09-30Remove duplicate command declaration (#565)Rongfei Wang
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