aboutsummaryrefslogtreecommitdiff
path: root/data/core/doc/init.lua
AgeCommit message (Expand)Author
2022-07-11Make `Doc:get_selection[s]` return if the selection was actually sortedGuldoman
2022-06-25Don't indent empty lines in a selectionGuldoman
2022-06-07initial documentation for better code completionjgmdev
2022-05-15Split out reload functionality to actual document, and added in a thread to c...Adam Harrison
2022-04-27Manage return values from "replacer" function in `Doc:replace`Guldoman
2022-03-18Reset syntax when a filename is providedGuldoman
2022-03-17Fixed a bunch of problems. Fixed left+click not allowing for square selection...Adam Harrison
2022-01-19Merge branch 'master-2.0'Francesco Abbate
2021-12-30Fix problem when opening project's module documentFrancesco Abbate
2021-12-10Delete old forgotten self.cursor_clipboardJipok
2021-12-08Make cursor_clipboard globa, not per docJipok
2021-12-06Correct paste after 'Cut/copy whole line'Jipok
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-23Manual merge of into .Adam Harrison
2021-11-20Use the new `Doc:get_indent_info` throughout `core`Guldoman
2021-11-20Add `Doc:get_indent_info`Guldoman
2021-11-20Pre-populate the highlighterGuldoman
2021-11-20Add `soft_reset` to highlighterGuldoman
2021-11-17Merge branch 'master' into replace-unpackTakase
2021-10-10Merge pull request #466 from Guldoman/new_not_dirtyFrancesco
2021-10-08Improve highlither for document editsFrancesco Abbate
2021-10-07Improve highlither for document editsFrancesco Abbate
2021-10-02Sanitize selections after redoGuldoman
2021-09-08Revert horizontal scroll implementationGuldoman
2021-08-31Avoid setting a new file as dirty if it is emptyGuldoman
2021-08-31Forgot to return an 'n'.Adam Harrison
2021-08-30Fixed replace to make it multicursor-aware.Adam Harrison
2021-08-30Avoid recreating `line_numbers` table when a recalc is neededGuldoman
2021-08-30Avoid recreating tables when calculating the longest linesGuldoman
2021-08-30Fix discrepancy in max line lengthGuldoman
2021-08-30Remove line from longest lines table only if neededGuldoman
2021-08-30Make `Doc` keep track of max line lengthGuldoman
2021-08-30Merge pull request #430 from adamharrison/vsc-multicursor-shortcutsAdam
2021-08-29Fixed cursor movement.Adam Harrison
2021-08-29Fixed cursors moving around with removal and inserts with cursors. Also fixed...Adam Harrison
2021-08-29replace unpack() with table.unpack()takase1121
2021-08-24increase code readibilityTakase
2021-08-24add doc:get_selection_text()takase1121
2021-08-11Small fix.Adam Harrison
2021-08-10Added in a hash check to the system clipboard.Adam Harrison
2021-07-20Removed unecessary duplicates.Adam Harrison
2021-07-20Merged dev to master.Adam Harrison
2021-06-20Added Doc:on_close() for pluginsjgmdev
2021-06-18Fixed recursion error.Adam Harrison
2021-06-18Made get_selections a bit more flexible.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-18Ensured that textual inputs sort cursors so that we don't get *real* weird be...Adam Harrison