aboutsummaryrefslogtreecommitdiff
path: root/data/core/doc
AgeCommit message (Expand)Author
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
2020-05-14Exposed doc's internal insert/remove: Doc:raw_insert|removerxi
2020-05-10Removed redundant line from syntax highlighterrxi
2020-05-10Whitespacerxi
2020-05-09Fixed highlighter resetting of syntax on doc filename changerxi
2020-05-09Fixed rare case where core.doc.highlighter would iterate out of line boundsrxi
2020-05-08Moved `syntax` from `doc.highlighter` to `doc`rxi
2020-05-07Moved highlighter code from `DocView` to `Doc`rxi
2020-04-21core.doc.translate comment fixrxi
2019-12-28Initial commitrxi