aboutsummaryrefslogtreecommitdiff
path: root/data/core
AgeCommit message (Expand)Author
2021-12-22Revert "Merge pull request #697 from Guldoman/treeview_remove_changed"Guldoman
2021-12-21Restores external pastes to be normal pastes.Adam Harrison
2021-12-21Merge pull request #713 from Jipok/masterAdam
2021-12-20Merge pull request #749 from Jipok/new_colorsAdam
2021-12-20Support rgba hex formatJipok
2021-12-20Add some comments to styleJipok
2021-12-20Predifined colors: good, warn, error, modifiedJipok
2021-12-20Add predefined colors to style: good, badJipok
2021-12-19Directly link to our repoGuldoman
2021-12-18Merge pull request #738 from adamharrison/restart-keymapAdam
2021-12-15Added in restart keymapping.Adam Harrison
2021-12-11Merge pull request #729 from adamharrison/fix-treeview-clickingAdam
2021-12-11Merge pull request #715 from Guldoman/split_rootviewAdam
2021-12-11Also fixed statusview.Adam Harrison
2021-12-12Revert "Make pasting multiple lines from clipboard same way as a single line"Jipok
2021-12-11Consume unmatched character correctlyGuldoman
2021-12-10Make pasting multiple lines from clipboard same way as a single lineJipok
2021-12-10Delete old forgotten self.cursor_clipboardJipok
2021-12-08Make cursor_clipboard globa, not per docJipok
2021-12-06Split `Node` and `EmptyView` from `RootView`Guldoman
2021-12-06Correct paste after 'Cut/copy whole line'Jipok
2021-12-05Copy/cut whole line if selection emptyJipok
2021-12-02Add name to plain text fallback syntaxGuldoman
2021-11-27Used basenames for ignore_files rather than full paths.Adam Harrison
2021-11-27Merge pull request #682 from Guldoman/indent_refactorAdam
2021-11-27Merge pull request #693 from adamharrison/fix-scrollbar-splitAdam
2021-11-27Merge pull request #694 from adamharrison/fix-context-menuAdam
2021-11-26Merge pull request #695 from adamharrison/additional-scale-variablesAdam
2021-11-26Merge pull request #697 from Guldoman/treeview_remove_changedAdam
2021-11-26Fix logic in project's file insertionFrancesco Abbate
2021-11-24Remove changed files/dirs from `TreeView` cacheGuldoman
2021-11-24Don't search if there are no filesGuldoman
2021-11-23Added in additional environment variables to scale off of.Adam Harrison
2021-11-23Fixed event propogation.Adam Harrison
2021-11-23Added in cut, copy and paste to the context menu. Also removed find pattern, ...Adam Harrison
2021-11-23Added in check to make sure you can use a scrollbar on a split.Adam Harrison
2021-11-23Apply again 1976facaf1a2b9934f3cfdb4524712c1418000efGuldoman
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-19Selection expands by word or line on double or triple click followed by drag.Joshua Minor
2021-11-17Merge branch 'master' into replace-unpackTakase
2021-11-17add polyfill for table.pack and table.unpacktakase1121
2021-11-16Fixed predicate and minor propogation issue.Adam Harrison
2021-11-16Merge pull request #589 from adamharrison/clicks-keymapAdam
2021-11-15Merge branch 'master' into keymap-improvementsTakase