无法在mac上看到geany 1.27中的侧边栏

时间:2016-07-08 10:16:58

标签: macos user-interface geany

我无法在Mac OS上看到geany 1.27中的侧边栏。因此,我无法看到符号列表或文档列表

是否有配置选项,否则我错过了?

2 个答案:

答案 0 :(得分:1)

关闭Geany,然后在你家里面的.config/geany/geany.conf内设置

treeview_position=100

并重新启动Geany。

折叠侧边栏时,无法从GUI恢复

答案 1 :(得分:0)

默认情况下,它应该是可见的。检查您家中的.config/geany/geany.conf,例如vim这个选项我可以成像可能导致问题

tab_pos_sidebar=2
sidebar_pos=0
sidebar_symbol_visible=true
sidebar_openfiles_visible=true
sidebar_visible=true

(这些值实际上来自我工作的Geany的OS X配置。我指的是配置文件,因为它比单击此处的双重检查快得多)