aboutsummaryrefslogtreecommitdiff
path: root/data/core/doc
AgeCommit message (Expand)Author
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-23Merge pull request #681 from Guldoman/prepopulate_highlighterAdam
2021-11-22Speed up highlighter notifyGuldoman
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-11-04Merge pull request #634 from Guldoman/fix_highlighter_holesAdam
2021-10-26Don't insert `nil` in highlighter lines tableGuldoman
2021-10-25Use plain search by default in `search.find`Guldoman
2021-10-10Merge pull request #466 from Guldoman/new_not_dirtyFrancesco
2021-10-10Merge reverse find functions for lua patterns and regexesGuldoman
2021-10-10Simplify reverse searchGuldoman
2021-10-10Add reverse option to `search.find`Guldoman
2021-10-08Improve highlither for document editsFrancesco Abbate
2021-10-08Fix error in incremental syntax highlighterFrancesco Abbate
2021-10-07Improve highlither for document editsFrancesco Abbate
2021-10-07Fix error in incremental syntax highlighterFrancesco 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-08-06Changed behaviour of home.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