aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands
AgeCommit message (Expand)Author
2022-03-17Fixed a bunch of problems. Fixed left+click not allowing for square selection...Adam Harrison
2022-03-11statusview: added ability to hide and commandsjgmdev
2022-03-06Fix Project Scanning (#746)Adam
2022-02-11Merge pull request #839 from jgmdev/nil-nodes-fixAdam
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-09Fix cases of nil node.jgmdev
2022-02-07Ignore empty lines in `line_comment`Guldoman
2022-01-28Merge pull request #809 from lite-xl/merge-master-2.0Adam
2022-01-20Merge pull request #808 from adamharrison/fix-commentingAdam
2022-01-20Fixed end of block-style line comments.Adam Harrison
2022-01-19Merge branch 'master-2.0'Francesco Abbate
2022-01-18Merge pull request #743 from takase1121/better-logviewAdam
2022-01-18Streamlined, and fixed guldo's problem.Adam Harrison
2022-01-18Fixed issue first mentioned in #771.Adam Harrison
2022-01-18Merge pull request #771 from takase1121/multiline-comment-commandAdam
2022-01-13Fix error to close view when deleting a fileFrancesco Abbate
2022-01-09Fix checks when opening new project directoryFrancesco Abbate
2022-01-09Write an initial project module if not presentFrancesco Abbate
2022-01-08comment the entire line when using block commenttakase1121
2022-01-05Do not force choosing project dir to suggestionFrancesco Abbate
2022-01-05Fix logic with project directories suggestionsFrancesco Abbate
2022-01-02make set_selections consistenttakase1121
2022-01-02refactor toggle-block-comments, make command spaces aware, set selections cor...takase1121
2021-12-31Migrate to Lua 5.4Jan200101
2021-12-30Fix problem when opening project's module documentFrancesco Abbate
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-22remove unsaved flag from log.txttakase1121
2021-12-21Restores external pastes to be normal pastes.Adam Harrison
2021-12-20Call dmon_unwatch when changing projectFrancesco Abbate
2021-12-19move selection logic to mouse clicktakase1121
2021-12-18multiple improvements to loggingtakase1121
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-27Merge pull request #694 from adamharrison/fix-context-menuAdam
2021-11-23Added in cut, copy and paste to the context menu. Also removed find pattern, ...Adam Harrison
2021-11-23Apply again 1976facaf1a2b9934f3cfdb4524712c1418000efGuldoman
2021-11-23Manual merge of into .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-17Merge branch 'master' into replace-unpackTakase
2021-11-16Fixed predicate and minor propogation issue.Adam Harrison
2021-11-14Also changed docview mousewheel into a scroll command.Adam Harrison
2021-11-14Refactored things out.Adam Harrison