aboutsummaryrefslogtreecommitdiff
path: root/data/core/doc/init.lua
AgeCommit message (Expand)Author
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-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-05-14Exposed doc's internal insert/remove: Doc:raw_insert|removerxi
2020-05-09Fixed highlighter resetting of syntax on doc filename changerxi
2020-05-08Moved `syntax` from `doc.highlighter` to `doc`rxi
2020-05-07Moved highlighter code from `DocView` to `Doc`rxi
2019-12-28Initial commitrxi