• <small id='nWMLB'></small><noframes id='nWMLB'>

    <legend id='nWMLB'><style id='nWMLB'><dir id='nWMLB'><q id='nWMLB'></q></dir></style></legend>
        <i id='nWMLB'><tr id='nWMLB'><dt id='nWMLB'><q id='nWMLB'><span id='nWMLB'><b id='nWMLB'><form id='nWMLB'><ins id='nWMLB'></ins><ul id='nWMLB'></ul><sub id='nWMLB'></sub></form><legend id='nWMLB'></legend><bdo id='nWMLB'><pre id='nWMLB'><center id='nWMLB'></center></pre></bdo></b><th id='nWMLB'></th></span></q></dt></tr></i><div id='nWMLB'><tfoot id='nWMLB'></tfoot><dl id='nWMLB'><fieldset id='nWMLB'></fieldset></dl></div>
        <tfoot id='nWMLB'></tfoot>

          <bdo id='nWMLB'></bdo><ul id='nWMLB'></ul>

        在 Eclipse Oxygen 中更改 Project Explorer 树视图字体大小

        Change Project Explorer tree view font size in Eclipse Oxygen(在 Eclipse Oxygen 中更改 Project Explorer 树视图字体大小)
      1. <small id='XFd3s'></small><noframes id='XFd3s'>

        <tfoot id='XFd3s'></tfoot>
          <bdo id='XFd3s'></bdo><ul id='XFd3s'></ul>

                <i id='XFd3s'><tr id='XFd3s'><dt id='XFd3s'><q id='XFd3s'><span id='XFd3s'><b id='XFd3s'><form id='XFd3s'><ins id='XFd3s'></ins><ul id='XFd3s'></ul><sub id='XFd3s'></sub></form><legend id='XFd3s'></legend><bdo id='XFd3s'><pre id='XFd3s'><center id='XFd3s'></center></pre></bdo></b><th id='XFd3s'></th></span></q></dt></tr></i><div id='XFd3s'><tfoot id='XFd3s'></tfoot><dl id='XFd3s'><fieldset id='XFd3s'></fieldset></dl></div>

                <legend id='XFd3s'><style id='XFd3s'><dir id='XFd3s'><q id='XFd3s'></q></dir></style></legend>
                  <tbody id='XFd3s'></tbody>
                • 本文介绍了在 Eclipse Oxygen 中更改 Project Explorer 树视图字体大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 Eclipse 版本:Oxygen.1a Release (4.7.1a),我想放大 Project Explorer 树视图字体大小,因为我有一些视力问题,因此我搜索了很多地方来放大项目树视图字体大小.

                  I am using Eclipse Version: Oxygen.1a Release (4.7.1a) and I want to enlarge the Project Explorer tree view font size because I have some sight issues and thus I searched many places to enlarge the project tree view font size.

                  我只在项目资源管理器树视图中为较早或等于 eclipse luna 版本的旧 eclipse 版本创建了字体更改.

                  I only founded the font change in project explorer tree view for older eclipse versions releases which are older or equal to eclipse luna version.

                  对于信息,我想说这个 Oxygen 版本是 Eclipse IDE 中的最新版本,请有人帮助我.

                  for the information I would like to say that this Oxygen version release is latest in Eclipse IDE, please somebody help me.

                  推荐答案

                  我认为这对其他人也很重要,所以我发布了这个,以满足 eclipse ide 中的以下要求,

                  I assume that it is important for others also, so I am posting this, for below requireds in eclipse ide,

                  增加 java 编辑器字体大小

                  Window Menu -> Preferences -> General > Appearance > Color and Fonts > Java > Java Editor Text Font > Edit & Apply
                  

                  增加控制台输出字体大小

                  Window Menu -> Preferences -> General > Appearance > Color and Fonts > Debug > Console font > Edit & Apply
                  

                  增加 xml bean 文件字体大小

                  Window Menu -> Preferences -> General > Appearance > Color and Fonts > Basic > Text Font > Edit & Apply
                  

                  增加对话框视图字体大小

                  Window Menu -> Preferences -> General > Appearance > Color and Fonts > Basic > Dialog Font > Edit & Apply
                  

                  增加项目浏览器树形视图字体大小

                  如果使用 Windows 7 或更高的体系结构,然后到达 eclipse 主目录,进入 eclipsepluginsorg.eclipse.ui.themes_X.X.X.vXXXXXXXX-XXXXcss 目录,找到两个css文件,分别是"e4_default_gtk.css""e4_default_win.css",打开并在上述两个文件的尾部添加上述css脚本部分,保存并相应关闭,

                  If using Windows 7 or higher architecture, then reach to the eclipse home directory, go inside of eclipsepluginsorg.eclipse.ui.themes_X.X.X.vXXXXXXXX-XXXXcss directory, find two css files which are "e4_default_gtk.css" and "e4_default_win.css", open and add below said css script part in tail of above two files, save those and close accordingly,

                  .MPart Tree {
                      font-family: Consolas;
                      font-size: 14;
                  }
                  

                  如果 eclipse 被打开,重启,这一切都为我在 eclipse oxygen.1a 发布版本上工作,

                  if eclipse is opened, restart, it all worked for me on eclipse oxygen.1a release version,

                  希望在其他操作系统类型上,您必须编辑相同的 e4_default_gtk.css 和其他 e4_default_os-type.css,谢谢.

                  and hope on other OS type, you have to edit the same e4_default_gtk.css and other e4_default_os-type.css, thanks.

                  这篇关于在 Eclipse Oxygen 中更改 Project Explorer 树视图字体大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Bytecode features not available in the Java language(Java 语言中不可用的字节码功能)
                  ClassCastException because of classloaders?(ClassCastException 因为类加载器?)
                  How can I add a Javaagent to a JVM without stopping the JVM?(如何在不停止 JVM 的情况下将 Javaagent 添加到 JVM?)
                  Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                  Encourage the JVM to GC rather than grow the heap?(鼓励 JVM 进行 GC 而不是增加堆?)
                  Why a sawtooth shaped graph?(为什么是锯齿形图形?)

                  <i id='B2jP8'><tr id='B2jP8'><dt id='B2jP8'><q id='B2jP8'><span id='B2jP8'><b id='B2jP8'><form id='B2jP8'><ins id='B2jP8'></ins><ul id='B2jP8'></ul><sub id='B2jP8'></sub></form><legend id='B2jP8'></legend><bdo id='B2jP8'><pre id='B2jP8'><center id='B2jP8'></center></pre></bdo></b><th id='B2jP8'></th></span></q></dt></tr></i><div id='B2jP8'><tfoot id='B2jP8'></tfoot><dl id='B2jP8'><fieldset id='B2jP8'></fieldset></dl></div>
                        <tbody id='B2jP8'></tbody>
                    1. <small id='B2jP8'></small><noframes id='B2jP8'>

                      <tfoot id='B2jP8'></tfoot>
                        • <bdo id='B2jP8'></bdo><ul id='B2jP8'></ul>

                        • <legend id='B2jP8'><style id='B2jP8'><dir id='B2jP8'><q id='B2jP8'></q></dir></style></legend>