【发布时间】:2014-10-19 10:11:04
【问题描述】:
有没有办法在 Geany IDE 上一次折叠所有功能?
有什么办法吗?
我正在寻找任何能让我的 Geany IDE 一次性折叠所有功能的选项。
【问题讨论】:
标签: ide syntax-highlighting folding geany
有没有办法在 Geany IDE 上一次折叠所有功能?
有什么办法吗?
我正在寻找任何能让我的 Geany IDE 一次性折叠所有功能的选项。
【问题讨论】:
标签: ide syntax-highlighting folding geany
转到Document -> Fold All。
【讨论】:
输入
Ctrl+Alt+P 打开 Geany [Preferences] 设置 UI 面板
选择 [Keyboard Keybindings]标签在左侧,
滚动到[+][Document]部分并展开它的属性设置
设置为每个人设置一个未使用的键盘快捷键,方便:- Toggle Folding On/Off on a current code-block- Unfold the whole document- Fold the whole document
(提示并不准确,实际的 Geany 语言本地化可能会提供其他表达方式,而 含义 是明确的)
输入
Ctrl+Alt+P 打开 Geany [Preferences] 设置 UI 面板
选择 [Editor]标签在左侧,
(un)-选中选择框作为首选:[x] Enable folding[x] Fold/Unfold all children of a fold point ... [Shift]+<aMouseCLICK> 被解释为此首选项属性的一次性反转设置
【讨论】: