aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2021-11-07Made plugin load order deterministic.Adam Harrison
2021-11-01Use Python syntax highlighting for Ren'Py scripts.PIESEL
2021-10-12Added in support for font groupings.Adam Harrison
2021-10-10Merge pull request #466 from Guldoman/new_not_dirtyFrancesco
2021-10-07Improve highlither for document editsFrancesco Abbate
2021-10-07Fix error in incremental syntax highlighterFrancesco Abbate
2021-10-02Merge pull request #521 from adamharrison/remove-font-rendererFrancesco
2021-10-02Added in suggested changes.Adam Harrison
2021-10-02Turned off whitespace by default.Adam Harrison
2021-10-02Load project module on project change (#571)Guldoman
2021-10-02Add option to disable caret blinking (#572)Guldoman
2021-10-02Small cleanup of `scale` pluginGuldoman
2021-09-30Add option to disable scrolling past the end (#566)Guldoman
2021-09-30Remove duplicate command declaration (#565)Rongfei Wang
2021-09-24Used copy.Adam Harrison
2021-09-24Forgot to reset offset.Adam Harrison
2021-09-24Removed subpixel mentions.Adam Harrison
2021-09-24Removed font renderer.Adam Harrison
2021-09-23Merge pull request #527 from adamharrison/native-interopAdam
2021-09-22Mispelling.Adam Harrison
2021-09-22Removed searchers[4].Adam Harrison
2021-09-20Removed extra macros, used PLATFORM. Also removed MACOS, as it's redundant C ...Adam Harrison
2021-09-20Less C code, and more namespacing is better.Adam Harrison
2021-09-20Incorporated some suggestions, and some functions.Adam Harrison
2021-09-19Normalize to project dir in treeview openFrancesco Abbate
2021-09-19Scale custom syntax fonts for scale pluginFrancesco Abbate
2021-09-17Reset syntax highlighting on file renameGuldoman
2021-09-17Force showing tabs when dragging themGuldoman
2021-09-17Implement tab drag and dropGuldoman
2021-09-17Move single tab drawing to its own functionGuldoman
2021-09-16Syntax.Adam Harrison
2021-09-16Markdown subsyntax highlighting.Adam Harrison
2021-09-16Undid deletion.Adam Harrison
2021-09-16Moving things into final positions.Adam Harrison
2021-09-16Moved things around, fixed a few things up.Adam Harrison
2021-09-15Fix wrong locked sibling checkGuldoman
2021-09-15Ensure that the primary node always has a `View`Guldoman
2021-09-15Only check if sibling is locked in the split directionGuldoman
2021-09-15Fix checking if sibling is locked when removing `View`sGuldoman
2021-09-14Added in sample plugin and tested things out. Works.Adam Harrison
2021-09-13Added in searcher.Adam Harrison
2021-09-11Merge branch with modifications for 2.0.2 releaseFrancesco Abbate
2021-09-10Avoid bug when replacement stop at end of stringFrancesco Abbate
2021-09-10Use line/col to identify selection in replace commandFrancesco Abbate
2021-09-09Do not fail search if there was an option changeFrancesco Abbate
2021-09-09Bring back command find-replace:select-nextFrancesco Abbate
2021-09-09Allow `find-replace:select-next` to select more occurrences after wrapGuldoman
2021-09-09Bring back command find-replace:select-nextFrancesco Abbate
2021-09-09Allow `find-replace:select-next` to select more occurrences after wrapGuldoman
2021-09-09Add previous find and replace in sessionFrancesco Abbate