Here is a quick hack which doesn't require any plugin installation, instead you just need to add a few lines to your current layout's CSS file. Works perfectly for me in v4.2.2

Navigate to <ECLIPSE_HOME>/plugins/org.eclipse.platform_<VERSION>/css then open up the CSS file of whichever layout you are using, e.g. mine was e4_default.css. Now append the following snippet to the file:

#SearchField {
visibility:hidden;
}

Now just restart Eclipse and the box is gone.

*Edit

It appears that the layout file e4_basestyle.css is used universally, regardless of your current layout. Thus you should be able to add the above snippet to that file and this fix will be persistent, even if you change layouts.

最新文章

  1. freeCAD文档结构
  2. 《淘宝技术这十年》之LAMP架构的网站
  3. 今天说一下Top ~
  4. oracle创建表之前判断表是否存在,如果存在则删除已有表
  5. gradle介绍
  6. java Web应用配置log4j日志记录
  7. 【LeetCode】17. Letter Combinations of a Phone Number
  8. RSA算法使用介绍
  9. using namespace std
  10. poj 1159 Palindrome(区间dp)
  11. spring boot web相关配置
  12. 【2016北京集训测试赛(十六)】 River (最大流)
  13. 处理安卓和ios当页面原生键盘弹出,输入框不显示
  14. 10个用Console来Debug的高级技巧
  15. Linux系统IO分析工具之iotop常用参数介绍
  16. 洛谷 P2058 海港 解题报告
  17. LaTeX 交叉引用系统简介
  18. activemq 生产消费模式,订阅发布模式不同类型数据传输
  19. 不用U盘,用一台好电脑给另一个电脑重装windows10
  20. Junit Test 的时候出错java.lang.IllegalStateException: Failed to load ApplicationContext

热门文章

  1. hdu 4845 状压bfs(分层思想)
  2. echart3 湖北地图及如何创建其他省份地图
  3. Newtonsoft.Json JsonHelper
  4. myeclipse10修改全局jsp编码格式为gbk
  5. MyEclipse10 中设置Jquery提醒,亲测可用
  6. generator.xml文件与相关配置插件
  7. 最新ICE源码编译安装
  8. 20155239 2016-2017-2 《Java程序设计》第8周学习总结
  9. spring-security-4 (3)spring security过滤器的创建与注册原理
  10. oracle用expdp定时备份所有步骤详解[转]