[geany/geany] c18004: Add documentation about the filtering feature
Jiří Techet
git-noreply at xxxxx
Sun Jan 23 16:44:14 UTC 2022
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sun, 23 Jan 2022 16:44:14 UTC
Commit: c180040dd3870afe5bc583d6502309e4d73df912
https://github.com/geany/geany/commit/c180040dd3870afe5bc583d6502309e4d73df912
Log Message:
-----------
Add documentation about the filtering feature
Thanks to @elextr for most of the text.
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
25 lines changed, 25 insertions(+), 0 deletions(-)
===================================================================
@@ -253,6 +253,31 @@ The position of the tabs can be selected in the interface preferences.
The sizes of the sidebar and message window can be adjusted by
dragging the dividers.
+Sidebar Usage
+^^^^^^^^^^^^^
+
+The sidebar has a right click menu that can control what is visible and
+has actions specific to the tab (other tabs added by plugins are
+described by that plugin documentation):
+
+* Symbols
+
+ * expand/collapse the tree
+ * control sorting order
+ * locate the symbol in documents
+
+ The symbols tab can also be filtered by typing a string into
+ the entry at the top of the tab. All symbols that contain the entered
+ string as a substring will be shown in the tree. Multiple filters can
+ be separated by a space.
+
+* Documents
+
+ * expand/collapse the tree
+ * save to or reload from files
+ * search tree based at selected file
+ * show or hide the document paths
+
Command line options
--------------------
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list