aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/toolbarview.lua
AgeCommit message (Collapse)Author
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-05-05Introduce new plugin versioning tag mod-versionFrancesco Abbate
New plugins should use the version tag: -- mod-version: 1 The old version tag "-- lite-xl 1.16" will be considerer equivalent to mod-version 1.
2021-04-06Add plugin verification by version tagFrancesco Abbate
2021-02-27Ensure treeview is large enough to show toolbarFrancesco Abbate
2021-02-27Fix resize behavior of treeview and toolbarFrancesco Abbate
Now toolbarview always compute up-to-date sizes and spacing to adapt to changes in icon big font. For treeview and toolbarview revert the goto_size approach to use the original approach of rxi/lite. In order to make it work when user resizes dragging the divider we use the view optional method set_target_size(). This latter changes the view's target size instead of changing its size right away. The size is only changed by the lite's layout and animation system. Remove the config.treeview_size variable that was no longer working because plugins are loaded before the user's config.
2021-02-21Minor toobar tooltip adjustmentFrancesco Abbate
2021-02-21Fix the flashing tooltip issueFrancesco Abbate
2021-02-21Don't show partially hidden icons in toolbarFrancesco Abbate
2021-02-20Fix tooltip from ghost toolbarFrancesco Abbate
Github issue: https://github.com/franko/lite-xl/issues/48
2021-02-19Add toolbar tooltipsFrancesco Abbate
2021-02-19Add new toolbar buttons and tipsFrancesco Abbate
2021-02-15Adding final details for toolbarview pluginFrancesco Abbate
2021-02-15Implement proper layout of toolbarFrancesco Abbate
2021-02-13Add hover and click functions for toolbarFrancesco Abbate
2021-02-12Show a dummy toolbarFrancesco Abbate
Does not do anything for the moment