Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add Document List tips #3820

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions doc/geany.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5560,10 +5560,14 @@ Editor
* Ctrl-click on a word in a document to perform *Go to Symbol Definition*.
* Ctrl-click on a bracket/brace to perform *Go to Matching Brace*.

Interface
---------
Sidebar
-------

* Double-click on a symbol-list group to expand or compact it.
* Symbol list - double-click on a symbol category to expand or compact it (or click the arrow).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Symbol list - double-click on a symbol category to expand or compact it (or click the arrow).
* Double-click on an item in the symbols or documents lists to expand or fold its children.

It's actually a treeview feature (I believe) and it works in the symbols list, the documents list, the keybindings groups in the prefs, etc. Anywhere the item has children and the double-click action isn't overriden I guess.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, updated. I listed it under GTK.

* Document list
* Middle-click to close a document or all documents in a folder.
* When the tree has keyboard focus, typing will match the start of a filename. Press
up or down to cycle through matches.

GTK-related
-----------
Expand Down