如何更改 Komodo Edit 环境中的选项卡布局? (例如字体大小)
由于总是打开许多、许多、许多 Komodo 选项卡,我很乐意找到一些解决方案来调整选项卡栏布局。例如字体大小。
当然,在 Komodo 首选项中,我可以更改与选项卡内容相关的字体属性。但这并不是我正在寻找的。
我想更改选项卡本身的字体属性,以便在不滚动的情况下在屏幕上看到更多选项卡。
据我所知,这在 Komodo 首选项 GUI 中是不可能的。
还有其他解决办法吗? (例如编辑一些科莫多配置文件)
Having always many, many, many Komodo tabs open, I would appreciate to find some solution to adjust the tabbar layout. The font size for example.
Of course, in Komodo preferences I am able to change the font properties, related to the tab content. But this is NOT exactly what I am looking for.
I would like to change font properties of the TAB ITSELF in order to see more tabs on my screen without any scrolling.
AFAIK this is not possible in Komodo preferences GUI.
Is there any other solution? (e.g. editing some komodo config file)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在等待未来版本中的多行选项卡选项时,我缓解此问题的快速解决方法是在“userChrome.css”中声明以下规则:
如果您不熟悉 css,基本上这些规则是:
隐藏左侧的图标选项卡图像,以便为标签文本获得更多空间(现在将一些像素放置在左侧并缩小尺寸)。
选项卡的宽度最大为 70 像素,所选选项卡和鼠标悬停时除外。在这 2 种情况下,它是自动的。
While waiting for a multirow tab option in future releases, my quick workaround to mitigate this issue was to declare in the 'userChrome.css' the following rules:
if you're not familiar with css, basically these rules do:
hide the icon tab image on the left so to gain a bit more space for the label-text (now positioned some pixels to the left and reduced in size).
the width of the tabs are max 70px, except for the selected one and on mouse over. In those 2 cases it's auto.
使用带有如下规则的 userChrome.css 文件:
或者,使用宏:
Use a userChrome.css file with a rule such as this:
Alternatively, use a macro: