aboutsummaryrefslogtreecommitdiff
path: root/data/plugins
AgeCommit message (Collapse)Author
2021-03-20rename tooltip_alpha_step to tooltip_alpha_ratetakase1121
2021-03-20set delay to 0.5 and disable animationtakase1121
2021-03-20show tooltips only when hovering over texttakase1121
2021-03-20prevent rendering tooltip when alpha is 0takase1121
2021-03-18tooltip enhancements (#114)Takase
Add a delay to show the tooltip and other improvements.
2021-03-14normalize tooltip filename to home dirtakase1121
2021-03-13add tooltips to treeview.lua (#100)Takase
2021-03-06Ensure filename are store relative to project directoryFrancesco 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-24Merge pull request #63 from eugenpt/masterFrancesco
+js language regexp pattern
2021-02-24Fix spacing in treeviewFrancesco Abbate
Previous setting was not okay with monospaced fonts
2021-02-24+js language regexp patternep
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 indent spaces/tabs labelingFrancesco Abbate
2021-02-20Fix tooltip from ghost toolbarFrancesco Abbate
Github issue: https://github.com/franko/lite-xl/issues/48
2021-02-19Automatic keep adjusting indent sizeFrancesco Abbate
When too few lines keep adjusting indent size
2021-02-19Add toolbar tooltipsFrancesco Abbate
2021-02-19Add new toolbar buttons and tipsFrancesco Abbate
2021-02-19Adjust line numbers for detect indentFrancesco Abbate
2021-02-18Improve detectindent to skip commentsFrancesco Abbate
2021-02-16Restore original key binding for trreview toggleFrancesco Abbate
2021-02-15Adding final details for toolbarview pluginFrancesco Abbate
2021-02-15Fix treesize toggle command and transitionFrancesco 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
2021-02-11Start working in toolbarFrancesco Abbate
2021-02-11Makes resizable attribute explicit in Node:split()Francesco Abbate
2021-02-09First preliminary implementation of treeview resizeFrancesco Abbate
Works but only cover resize along x.
2021-01-19Fix conflict in treeview for top directoriesFrancesco Abbate
Happened if a filename has the same name of a top directory. It will cause a collision in the string to identify the entry into the cache.
2021-01-13Do not add project path in files from project searchv1.15.1-lite-xlFrancesco Abbate
2021-01-10Fix problem when project directory has a trailing slashFrancesco Abbate
2021-01-04Merge remote-tracking branch 'rxi/master'v1.15-lite-xlFrancesco Abbate
2021-01-03Write workspace information in lite-xl config directoryFrancesco Abbate
2021-01-03Fix directories management to always keep the project's directoryFrancesco Abbate
2020-12-31Fix problem in workspace for relative directoryFrancesco Abbate
2020-12-30Add scrolling bar to TreeViewFrancesco Abbate
2020-12-30Fix problems with project files and project directoriesFrancesco Abbate
Now treat coherently the case when the project directory is removed from the project directories.
2020-12-30Fix project change and quit versus workspace pluginFrancesco Abbate
2020-12-30Create common.serialize functionFrancesco Abbate
2020-12-30Remove mouse command to remove directory and remap create directoryFrancesco Abbate
Create directory is now re-mapped to control+(left click).
2020-12-30Add command to create a directory in a new category "files"Francesco Abbate
Use the alt + (left click) is tree view to create a directory and shift + (middle click) to remove a project directory.
2020-12-29Add support for project directories in workspace pluginFrancesco Abbate
2020-12-29Import workspace plugin from franko/lite-pluginsFrancesco Abbate
2020-12-28Fix find in project problem with get_active_viewFrancesco Abbate
2020-12-28Add command to remove a directory from the projectFrancesco Abbate
In addition directories can be removed with a mouse middle-click in the tree view pane.
2020-12-28Change project files output to not include a prefix '/' in filenameFrancesco Abbate
It make sense to not put the initial '/' in the filename as the name is relative to the top directory it belongs to. By removing the the initial '/' in the filename we can re-introduce the variable core.project_files to stay compatible with standard Lite. The project_files variable will always point to the files table of the first entry of core.project_directories.