| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-20 | rename tooltip_alpha_step to tooltip_alpha_rate | takase1121 | |
| 2021-03-20 | set delay to 0.5 and disable animation | takase1121 | |
| 2021-03-20 | show tooltips only when hovering over text | takase1121 | |
| 2021-03-20 | prevent rendering tooltip when alpha is 0 | takase1121 | |
| 2021-03-18 | tooltip enhancements (#114) | Takase | |
| Add a delay to show the tooltip and other improvements. | |||
| 2021-03-14 | normalize tooltip filename to home dir | takase1121 | |
| 2021-03-13 | add tooltips to treeview.lua (#100) | Takase | |
| 2021-03-06 | Ensure filename are store relative to project directory | Francesco Abbate | |
| 2021-02-27 | Ensure treeview is large enough to show toolbar | Francesco Abbate | |
| 2021-02-27 | Fix resize behavior of treeview and toolbar | Francesco 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-24 | Merge pull request #63 from eugenpt/master | Francesco | |
| +js language regexp pattern | |||
| 2021-02-24 | Fix spacing in treeview | Francesco Abbate | |
| Previous setting was not okay with monospaced fonts | |||
| 2021-02-24 | +js language regexp pattern | ep | |
| 2021-02-21 | Minor toobar tooltip adjustment | Francesco Abbate | |
| 2021-02-21 | Fix the flashing tooltip issue | Francesco Abbate | |
| 2021-02-21 | Don't show partially hidden icons in toolbar | Francesco Abbate | |
| 2021-02-20 | Fix indent spaces/tabs labeling | Francesco Abbate | |
| 2021-02-20 | Fix tooltip from ghost toolbar | Francesco Abbate | |
| Github issue: https://github.com/franko/lite-xl/issues/48 | |||
| 2021-02-19 | Automatic keep adjusting indent size | Francesco Abbate | |
| When too few lines keep adjusting indent size | |||
| 2021-02-19 | Add toolbar tooltips | Francesco Abbate | |
| 2021-02-19 | Add new toolbar buttons and tips | Francesco Abbate | |
| 2021-02-19 | Adjust line numbers for detect indent | Francesco Abbate | |
| 2021-02-18 | Improve detectindent to skip comments | Francesco Abbate | |
| 2021-02-16 | Restore original key binding for trreview toggle | Francesco Abbate | |
| 2021-02-15 | Adding final details for toolbarview plugin | Francesco Abbate | |
| 2021-02-15 | Fix treesize toggle command and transition | Francesco Abbate | |
| 2021-02-15 | Implement proper layout of toolbar | Francesco Abbate | |
| 2021-02-13 | Add hover and click functions for toolbar | Francesco Abbate | |
| 2021-02-12 | Show a dummy toolbar | Francesco Abbate | |
| Does not do anything for the moment | |||
| 2021-02-11 | Start working in toolbar | Francesco Abbate | |
| 2021-02-11 | Makes resizable attribute explicit in Node:split() | Francesco Abbate | |
| 2021-02-09 | First preliminary implementation of treeview resize | Francesco Abbate | |
| Works but only cover resize along x. | |||
| 2021-01-19 | Fix conflict in treeview for top directories | Francesco 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-13 | Do not add project path in files from project searchv1.15.1-lite-xl | Francesco Abbate | |
| 2021-01-10 | Fix problem when project directory has a trailing slash | Francesco Abbate | |
| 2021-01-04 | Merge remote-tracking branch 'rxi/master'v1.15-lite-xl | Francesco Abbate | |
| 2021-01-03 | Write workspace information in lite-xl config directory | Francesco Abbate | |
| 2021-01-03 | Fix directories management to always keep the project's directory | Francesco Abbate | |
| 2020-12-31 | Fix problem in workspace for relative directory | Francesco Abbate | |
| 2020-12-30 | Add scrolling bar to TreeView | Francesco Abbate | |
| 2020-12-30 | Fix problems with project files and project directories | Francesco Abbate | |
| Now treat coherently the case when the project directory is removed from the project directories. | |||
| 2020-12-30 | Fix project change and quit versus workspace plugin | Francesco Abbate | |
| 2020-12-30 | Create common.serialize function | Francesco Abbate | |
| 2020-12-30 | Remove mouse command to remove directory and remap create directory | Francesco Abbate | |
| Create directory is now re-mapped to control+(left click). | |||
| 2020-12-30 | Add 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-29 | Add support for project directories in workspace plugin | Francesco Abbate | |
| 2020-12-29 | Import workspace plugin from franko/lite-plugins | Francesco Abbate | |
| 2020-12-28 | Fix find in project problem with get_active_view | Francesco Abbate | |
| 2020-12-28 | Add command to remove a directory from the project | Francesco Abbate | |
| In addition directories can be removed with a mouse middle-click in the tree view pane. | |||
| 2020-12-28 | Change project files output to not include a prefix '/' in filename | Francesco 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. | |||
