eclipse-3.4

How to save the “Package Explorer” in Eclipse

假装没事ソ 提交于 2019-12-06 20:39:40
问题 Is it possible, to save the state of the package explorer when closing Eclipse (3.4) and to restore it when opening the workspace again? By state I mean the nodes (expanded or collapsed). 回答1: I am not sure it is possible, but if you have the "Link with editor" button (also presented here) activated, you would open the relevant nodes as soon as you click on of of the editors you left opened (and restored on eclipse restart). Another way to restore the relevant state is to record some kind of

Is the Open Source Jalopy Eclipse plugin compatible with Ganymede?

穿精又带淫゛_ 提交于 2019-12-06 03:41:56
After much searching, I found the download for the eclipse version of jalopy . Is this compatible with Eclipse 3.4? It's dated 2006. I've copied the extracted folder to my plugins directory and run eclipse -clean , but I can't find anything matching 'jalopy' in preferences. If it's not compatible, are there any (free) alternatives? VonC Just an update: Note: the latest eclipse3.5 Galileo code formatter now: supports most of Jalopy formatting option. has made quite a few improvement on formatters (look for the term 'formatter' in those building notes of jdt-core . It also can be run from the

Eclipse CDT Debug console not displaying program output

时间秒杀一切 提交于 2019-12-06 03:04:19
问题 I am using Eclipse IDE for C/C++ Developers (Eclipse Ganymede Package - version 3.4.2) on Windows XP with MinGW GCC 4.2.1 and GDB 6.8-3. I am facing a problem very similar to that mentioned here. A simple hello world program will not print to the console output in the debugger. A run command displays the output correctly. I have checked both gdb output console and the output console. What are the right settings to get the output in console window of eclipse? 回答1: //have you put endl at the

Matisse in Eclipse

跟風遠走 提交于 2019-12-06 02:33:45
问题 I have just installed Eclipse 3.4 and found out that there is not a plugin to create Swing applications yet. I also have found that there is a Matisse implementation in MyEclipse IDE, but I'd like to now whether there is such a Matisse plugin for free. 回答1: Instatiations Swing Designer is the best in my opinion. We settled on it after trying may different Eclipse plugins. 回答2: there isnt one for free. myeclipse is the only way to run matisse inside eclipse. 回答3: Although this is not a true

How to save the “Package Explorer” in Eclipse

我的梦境 提交于 2019-12-05 00:26:52
Is it possible, to save the state of the package explorer when closing Eclipse (3.4) and to restore it when opening the workspace again? By state I mean the nodes (expanded or collapsed). I am not sure it is possible, but if you have the "Link with editor" button (also presented here ) activated, you would open the relevant nodes as soon as you click on of of the editors you left opened (and restored on eclipse restart). Another way to restore the relevant state is to record some kind of context for a given task: This is called mylyn It's not possible. Apparently this used to be in the Package

Attach Source Issue in Eclipse

旧街凉风 提交于 2019-12-04 09:15:12
In Eclipse (Ganymede) I'm debugging some code that uses Apache Commons HttpClient and would like to step into the HttpClient code. I've downloaded the source code and tried to attach it in the normal fashion (CTRL-click on the method name and use the Attach Source button). I've tried to attach both as external file and external folder with no success. I've attached source before with no issues and can currently step into Hibernate source code successfully. I've even tried editing the .classpath file directly to add sourcepath manually. Still no luck. Refreshing the project, doing a clean build

Matisse in Eclipse

不打扰是莪最后的温柔 提交于 2019-12-04 06:56:51
I have just installed Eclipse 3.4 and found out that there is not a plugin to create Swing applications yet. I also have found that there is a Matisse implementation in MyEclipse IDE, but I'd like to now whether there is such a Matisse plugin for free. Instatiations Swing Designer is the best in my opinion. We settled on it after trying may different Eclipse plugins. there isnt one for free. myeclipse is the only way to run matisse inside eclipse. Although this is not a true answer to your question, you may as well look at alternative solutions in terms of layout management: Matisse and

Add warning for missing @Override annotation for interface implementation in Eclipse

心不动则不痛 提交于 2019-12-03 09:23:09
问题 In Eclipse 3.4.1 using JDK1.6.0_10 how can I activate a warning on a missing @Override annotation on a method that implements an interface method? In the Preferences window this option: Java > Compiler > Errors / Warnings > Annotations > Missing '@Override' annotation works fine for missing annotations on methods that override a superclass method, but it does nothing for interface methods. 回答1: It is not possible in Eclipse 3.4.1. It is a known issue. See this bug report page for more

Add warning for missing @Override annotation for interface implementation in Eclipse

百般思念 提交于 2019-12-02 23:40:07
In Eclipse 3.4.1 using JDK1.6.0_10 how can I activate a warning on a missing @Override annotation on a method that implements an interface method? In the Preferences window this option: Java > Compiler > Errors / Warnings > Annotations > Missing '@Override' annotation works fine for missing annotations on methods that override a superclass method, but it does nothing for interface methods. It is not possible in Eclipse 3.4.1. It is a known issue . See this bug report page for more information. Belay what I said in the other thread. Apparently it's not a compiler option, but a Java

Eclipse spelling engine does not exist

。_饼干妹妹 提交于 2019-12-01 04:58:21
问题 I'm using Eclipse 3.4 (Ganymede) with CDT 5 on Windows. When the integrated spell checker doesn't know some word, it proposes (among others) the option to add the word to a user dictionary. If the user dictionary doesn't exist yet, the spell checker offers then to help configuring it and shows the "General/Editors/Text Editors/Spelling" preference pane. This preference pane however states that "The selected spelling engine does not exist" , but has no control to add or install an engine. How