随笔分类 -  软件使用eclipse

摘要:1. 显示诸如“git requires 'org.eclipse.core.runtime [3.7.0,4.0.0)' but it could not be found”错误,是eclipse版本太低的问题,网上有人说用低版本的git,我试了不可行。 2. 下载最新的eclipse4.3 Version: Kepler Service Release 1(自带git) 3. 将原来使用的... 阅读全文
posted @ 2014-02-15 21:22 helloweworld 阅读(310) 评论(0) 推荐(0)
摘要:Ctrl+1 快速修复(最经典的快捷键,就不用多说了) Ctrl+D: 删除当前行 Ctrl+Alt+↓ 复制当前行到下一行(复制增加) Ctrl+Alt+↑ 复制当前行到上一行(复制增加) Alt+↓ 当前行和下面一行交互位置(特别实用,可以省去先剪切,再粘贴了) Alt+↑ 当前行和上面一行交互位置(同上) Alt+← 前一个编辑的页面 Alt+→ 下一个编辑的页面(当然是针对上面那条来说了)... 阅读全文
posted @ 2014-01-21 15:37 helloweworld 阅读(200) 评论(0) 推荐(0)
摘要:下载插件: 1、GEF 3.1 安装程序下载下载地址:http://archive.eclipse.org/tools/gef/downloads/drops/R-3.1-200507071758/index.php 这里我们下载GEF-ALL-3.1.zip。 2、Eclipse HTML Editor 1.6.7 安装程序下载下载地址:https://sourceforge.jp/projec... 阅读全文
posted @ 2013-06-10 14:41 helloweworld 阅读(280) 评论(0) 推荐(0)
摘要:A program file was not specified in the launch configuration. Click Project -> Properties; Select run/debug settings, and then the current configuration on the right pane, click edit; In the c/c++... 阅读全文
posted @ 2013-05-29 20:22 helloweworld 阅读(1067) 评论(0) 推荐(0)
摘要:这里我安装的是Amateras插件(其他试了很多插件没成功)。一、到下面网址下载Amaterashttp://sourceforge.jp/projects/amateras/releases/?package_id=4435二、解压下载的文件,将 3个*.jar文件 拷贝到 ..\eclipse\plugins 文件夹下。三、重启eclipse,ok!使用如下:1、"File"->"New"->"Other"->"AmaterasUML"->"Class diagram" 阅读全文
posted @ 2013-05-15 17:37 helloweworld 阅读(401) 评论(0) 推荐(0)
摘要:上一次运行的.exe没有被关闭,可到进程管理器里关闭gdb。 阅读全文
posted @ 2013-05-05 12:16 helloweworld 阅读(388) 评论(0) 推荐(0)
摘要:解决方案:将problem栏中所有的记录删除掉即可。 阅读全文
posted @ 2013-05-05 11:30 helloweworld 阅读(586) 评论(0) 推荐(0)
摘要:先CTRL+B(Project->Build all)再CTRL+F11; 或 http://cboard.cprogramming.com/cplusplus-programming/147432-eclipse-cdt-binary-file-not-found.html run----> run configurations---->main--->c/c++ Application--... 阅读全文
posted @ 2013-05-03 21:58 helloweworld 阅读(208) 评论(0) 推荐(0)
摘要:先CTRL+B(Project->Build all)再CTRL+F11; 阅读全文
posted @ 2012-09-11 23:23 helloweworld 阅读(254) 评论(0) 推荐(0)
摘要:法一:直接新立得。法二:我的电脑D:\eclipse linux cc++ 版本 安装包拷贝到ubuntu中。1、终端到拷贝的目录下 ./jdk-6u13-linux-i586.bin2、./eclipse3、如果提示jre啥的找不到,吧1中的相应文件拷贝到提示的位置即可。 阅读全文
posted @ 2012-09-11 23:15 helloweworld 阅读(164) 评论(0) 推荐(0)