plugin Breadcrumbs (file-system navigation)
Posted: 09.07.2021 19:34
Plugin for CudaText.
Shows the toolbar widget (modern name is breadcrumb bar) below or on top of the editor for quick
file-system navigation. For example, when you have active editor with filename
"~/mydir/myfile.ext" ("~" is Unix shortcut for "/home/user"), the widget shows buttons:
[ home > user > mydir > myfile.ext ]
It can also show the "~" button (by option):
[ ~ > mydir > myfile.ext ]
Clicking on each button shows the popup with file-system listing, showing the
folder containing the clicked item. This popup supports basic tree-view navigation,
you can click files there to open them in CudaText.
Plugin can also show buttons for Code-Tree nodes. This must be enabled first
in the config file - turn on the option "code_navigation".
Clicking the buttons from the code-tree shows the same tree-popup but with
a different content - with symbols of the documents. Clicking the nodes
in the tree-popup scrolls the document to different symbols.
=============
Plugin can be configured via menu:
"Options > Settings-plugins > Breadcrumbs".
https://github.com/halfbrained/cuda_bre ... readme.txt
Author: halfbrained (https://github.com/halfbrained)
Shows the toolbar widget (modern name is breadcrumb bar) below or on top of the editor for quick
file-system navigation. For example, when you have active editor with filename
"~/mydir/myfile.ext" ("~" is Unix shortcut for "/home/user"), the widget shows buttons:
[ home > user > mydir > myfile.ext ]
It can also show the "~" button (by option):
[ ~ > mydir > myfile.ext ]
Clicking on each button shows the popup with file-system listing, showing the
folder containing the clicked item. This popup supports basic tree-view navigation,
you can click files there to open them in CudaText.
Plugin can also show buttons for Code-Tree nodes. This must be enabled first
in the config file - turn on the option "code_navigation".
Clicking the buttons from the code-tree shows the same tree-popup but with
a different content - with symbols of the documents. Clicking the nodes
in the tree-popup scrolls the document to different symbols.
=============
Plugin can be configured via menu:
"Options > Settings-plugins > Breadcrumbs".
https://github.com/halfbrained/cuda_bre ... readme.txt
Author: halfbrained (https://github.com/halfbrained)