aboutsummaryrefslogtreecommitdiff
path: root/data/core/doc
AgeCommit message (Expand)Author
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-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
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
2021-06-18Fixed merging. Fixed selection undo stack.Adam Harrison
2021-06-18Added in cursor merging behaviour.Adam Harrison
2021-06-18Added in missing boolean.Adam Harrison
2021-06-18Removed unecessary elses.Adam Harrison
2021-06-18Fixed error.Adam Harrison
2021-06-18Cleaned up functions.Adam Harrison
2021-06-18Fixed tabbing spaces.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-18Fixed undo stack.Adam Harrison
2021-06-18Changed iterator behaviour to avoid allocating a closure each time.Adam Harrison
2021-06-18Initial commit of multicursor. Next step is to investigate how multicursor wo...Adam Harrison
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-02Add PCRE to support regular expressionsAdam
2021-05-05Store doc's babs_filename without home encodingFrancesco Abbate
2021-05-01Fix filename problemFrancesco Abbate
2021-04-06Fix logical error in on_text_changeFrancesco Abbate
2021-04-06Simplifies previous commitFrancesco Abbate
2021-04-05Add hook function for Doc changesFrancesco Abbate
2021-02-18Add full filename path in window's titleFrancesco Abbate
2021-02-17Fix reload module problem on windowsFrancesco Abbate
2020-06-08Added file-header pattern support to `syntax`rxi
2020-06-02Fixed bug in Highlighter.invalidate() when setting first_invalid_linerxi
2020-05-28Changed block movement to mimic word movementrxi
2020-05-28Improved behaviour of and renamed `translate.next|previous_word_boundary`rxi