eclipse-3.4

Eclipse hang when copying / pasting code

喜欢而已 提交于 2020-06-09 07:28:39
问题 I have a big problem. Eclipse is hanging up when I do any copy/paste with Ctrl + C / Ctrl + V keys. Is it due to the Eclipse validation code system? Do I mess something in my Eclipse setting? Here is my conf : Eclipse 3.4.2 Plugin RSE Windows XP pro Service Pack 2 Java VM version = 1.5.0_11-b03 回答1: Disabling Hyperlinking fixed this for me. You could also just change the Default modifier key to something other than CTRL if you still want to use hyperlinking. Go to Window -> Preferences ->

eclipse 3.4 can't start

北城余情 提交于 2019-12-24 09:00:04
问题 Yesterday, I try to start eclipse 3.4 by click eclipse.exe (in eclipse folder), and run normally. Then yesterday night, I do windows update. Today, when I try to run eclipse 3.4, it has error. The error message you can find at here SCREENSHOT I use windows xp sp2, and java 1.5 update 14. I don't know how to fix that, so I uninstalled my jdk1.5.14 then installed jdk1.5.21. The problem still exist. If I use bat file (eclipse.bat) with the content of the file is like below: eclipse -vmargs

Eclipse 3.4 Ganymede Javascript Validation Issue

Deadly 提交于 2019-12-22 03:22:35
问题 I just upgraded to Eclipse 3.4 for the second time and I think its for good now. The first time (right when it was released) was too buggy for me to stomach (mainly the PDT 2.0 plug-in); but now it seems to be all worked out. My problem is the Javascript validator. If I define a class in one JS file in my project, then try to use it in another, it tells me that the type is undefined. This is really annoying as some of my scripts are littered with red squigglys. Another problem is that this

Attach Source Issue in Eclipse

╄→гoц情女王★ 提交于 2019-12-21 17:08:48
问题 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

Renaming accessor/mutator methods in Eclipse?

倾然丶 夕夏残阳落幕 提交于 2019-12-19 05:33:59
问题 Is there any way to automatically rename accessor/mutator when a variable they get/set gets refactored -> renamed (Eclipse 3.4)? 回答1: 1 - When you select Refactor->Rename on a variable, Eclipse prompts you to enter the new name in an "in-line" box. Directly below it, there is a help message and next to it a small icon (an arrow going down).Click on that arrow and then select "Open Rename Dialog". A new pop-up appears with the checkboxes you need. 2 - Alternatively, select the variable you

Renaming accessor/mutator methods in Eclipse?

Deadly 提交于 2019-12-19 05:33:08
问题 Is there any way to automatically rename accessor/mutator when a variable they get/set gets refactored -> renamed (Eclipse 3.4)? 回答1: 1 - When you select Refactor->Rename on a variable, Eclipse prompts you to enter the new name in an "in-line" box. Directly below it, there is a help message and next to it a small icon (an arrow going down).Click on that arrow and then select "Open Rename Dialog". A new pop-up appears with the checkboxes you need. 2 - Alternatively, select the variable you

eclipse 3.4 (ganymede) package collision with type

半世苍凉 提交于 2019-12-18 08:55:14
问题 We have a package that ends with exception e.g. package a.b.c.exception; Our code base had no issues up till eclipse 3.3, however when we shifted to eclipse 3.4, it started giving errors related to this package: "The package a.b.c.exception collides with a type" When I refactor the package name to a.b.c.exceptions, there are no issues. Is this due to a bug in eclipse 3.4 or is there some setting to rectify this behavior? 回答1: It's because you have a class named exception (with a lower case "e

JSEclipse Alternatives in Ganymede

会有一股神秘感。 提交于 2019-12-11 16:36:50
问题 I've been having a lot of problems with JSEclipse in Ganymede, but I haven't had much luck finding an alternative that's compatible with Ganymede (eclipse 3.4). All I'm really looking for is code-highlighting. Anyone have any good alternatives, or do I just need to suck it up and get on with it? 回答1: Spket is a really nice JS plugin for Eclipse that works with Ganymede. It provides more than just highlighting (e.g. an outline view and the ability to jump to function definitions), but is still

In eclipse API, How to get IFile from file that locate outside project or workspace

情到浓时终转凉″ 提交于 2019-12-10 10:12:28
问题 I want to create IFile interface to open file that locate outside project or workspace. How to get IFile interface? Regards, Simon 回答1: http://wiki.eclipse.org/FAQ_How_do_I_open_an_editor_on_a_file_outside_the_workspace%3F You can create a linked resource : IPath location = new Path(name); IFile file = project.getFile(location.lastSegment()); file.createLink(location, IResource.NONE, null); Or, if you can use the EFS interface (since Eclipse 3.3), you can use that instead of IFile. 来源: https:

Is the Open Source Jalopy Eclipse plugin compatible with Ganymede?

拥有回忆 提交于 2019-12-10 10:00:38
问题 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? 回答1: 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