Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
刚刚在 Eclipse Indigo 上安装了 Aptana Studio 3(版本 3.0.7)。
尝试修改主题,在终端/控制台上使用简单的颜色;即只有FG和BG。但无法从文本中删除高光。无法附加屏幕,因为我没有足够的代表:( 更新:添加了屏幕截图,见下文:)
控制台部分与 Wiki 中给出的范围列表(当前主题范围)不匹配,因此尝试添加无效的 Console.output。还验证了我的系统中没有定义 bash 配置文件。
有没有其他方法可以消除这些亮点?
提前感谢您的任何回复
要更改终端窗口中的颜色,请使用ansi。* 主题范围。
如果有人想知道如何反转终端颜色,那么您必须添加带有ansi.white范围的ansi.white条目,并选择黑色前景色。然后添加带有ansi.black范围的ansi.black条目,并选择白色前景色。
这在 Aptana Studio 3.4 中运行良好