0
votes
1answer
10 views
JDO designer eclipse plugin
Is there an eclipse plugin for jdo which has a designer tab and a source tab like the xml editor?
The designer tab would have a table for me to key in all the fields, each row per field, with columns …
2
votes
1answer
28 views
Can I use eclipse JDT/EST for other programming languages?
Can I use the AST / JDT for other languages? for example to write my own parser for C# that uses somehow the AST technology?
13
votes
23answers
4k views
What is the single best free Eclipse plugin for a Java developer
Some Eclipse plugins are mandated by your environment. The appropriate source code management plugin, for example - and I'm not interested in those.
Some provide useful enhancements, but in a …
1
vote
1answer
12 views
I installed Eclipse IMP, eclipse ide can’t open
I installed IMP project on eclipse, when i restart Eclipse, OPS.....
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000000, pid=13303, …
1
vote
1answer
7 views
eclipse E4\eclipse 3.6 debuging java script with rhino
hi,
i am interested in the E4 eclipse project or eclipse 3.6 this platform offers few thinks that i really find interesting, like debugging javaScript with rhino.
unfortunately (but expected) i …
1
vote
1answer
41 views
Does FlexBuilder 3 work with Eclipse 3.5.1?
I m trying to install Flex Builder 3 into Eclipse 3.5.1 as a plugin on Mac 10.6.2.
During the installation phase, FB3 says it only support eclipse 3.3 & 3.4. But I started the installation …
2
votes
3answers
104 views
Eclipse jQuery, Javascript helper plugin?
Is there such a plugin available for Eclipse? Able to assiste with Javascript programming and click on function to go to function?
3
votes
2answers
148 views
Eclipse plugin editor
Hi,
I want to create an editor in eclipse (as eclipse plug-in), for a java class that implement some interfaces i created. The editor will let the user edit some information (using a form) that will …
1
vote
1answer
28 views
Best practice for passing values from a non-UI thread to a UI thread in an Eclipse plugin application
Is there a best practice/shining example out there of passing values from a non-UI thread to a UI thread in an Eclipse plugin application?
2
votes
1answer
29 views
Easiest way to know LOC on Eclipse
I am working on a project using Eclipse 3.4.2, and would like to know how many Non Comment Lines of Code (NCLOC) it has.
It is OK to be a simple plugin, but I don't wan too much bloat. My machine is …
1
vote
1answer
16 views
What Eclipse source code analyzer plugins are there for C/C++ projects?
Hi,
The Metrics plugin I installed (http://www.stateofflow.com/UpdateSite) seems to work only on Java projects
Is there an Eclipse source code analyzer plugin for C/C++ projects?
Thanks,
Kenneth
2
votes
2answers
22 views
Eclipse Create Multiple Class at Once
Eclipse as a option to create a class automatically once a undefined Object is detected
e.g.
Tester test = new Tester();
It will ask if you want to create the Tester class.
Does it have an option …
1
vote
5answers
42 views
Diff tool that can compare sub-sections of files
I'm looking for a diff tool that will allow me to compare just a sub-section of a file with a section of another file, or even of itself. Preferably eclipse based but will take all suggestions.
Yes I …
0
votes
1answer
4 views
How can I view the Eclipse platform logging?
I am using the AccuBridge plugin for AccuRev. This plugin uses the acdiffgui tool for carrying out diffs. The acdiffgui tool lives in /usr/bin as a symbolic link:
acdiffgui -> …
5
votes
2answers
119 views
What plugins do you use along with Eclipse CDT?
Suggest some plugins you find useful in your day by day work.
Eclipse CDT repositories:
Galileo: http://download.eclipse.org/releases/galileo
C++ Development Tools: …
