AnyEdit为输出控制台和工具栏增加了新的编辑器,帮助导入和导出数据。它使用Eclipse Public License v1.0许可。
Eclipse Update : http://andrei.gmxhome.de/eclipse/
Eclipse插件AnyEditTools AnyEditTools可以在保存时进行多种转换。比如把TAB转换成空格;把空格转成TAB;把行尾多余的空格去掉等等功能。 它的下载地址是: http://code.google.com/a/eclipselabs.org/p/anyedittools/downloads/list 安装好后,其设置菜单为: 1. window->Preference 2
AnyEdit plugin adds several new tools to the context menu of text- based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar. AnyEdit contributes also Import/Export working se
【前言】 Eclipse中可以设置去掉行尾部的空格。 比如 int count = 100; 回车 当你有这个设置时,点击保存代码后,会自动变成如下效果 int count = 100;回车 ===================== 【好处】 我们新做成一个文件时,这么设置没有问题。 并且对我们的代码风格还有帮助。 【缺点】 当我们修改既存的文件时,就不能有这个设置了!! 因为我们要看这
AnyEdit plugin adds several new tools to the context menu of text- based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar. AnyEdit adds context menu actions to supported te