2
votes
1answer
18 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 …
0
votes
0answers
15 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?
1
vote
1answer
13 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
16 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
41 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 …
6
votes
2answers
36 views
Is there a way to extract a class with methods in eclipse?
I am trying to refactor a class I have into 2 classes. Unfortunately eclipse's extract class function seems to only support the variables which really isn't all that helpful. Is there a way to do it …
0
votes
3answers
48 views
Problem updating Eclipse Ganymede
Hi,
I am predominately a .NET developer so forgive me if I am missing something obvious. I use Eclipse Ganymede (3.4.0) for Blackberry development.
I have Blackberry JDE Plugin 4.3.0.8 installed …
0
votes
2answers
25 views
Eclipse plug-ins disappeared after update
Have been updated Eclipse PDT using Window->Check for Updates feature.
After restart all trird-party plug-ins seems like switched off.
Starting with -clean command line key doesn't helps.
Eclipse …
2
votes
1answer
39 views
How to get eclipse to recognize preprocessor statements?
I've managed to get the IDE to compile the java project correctly by modifying the config.ini, but the IDE itself is still showing errors concerning the processor statements:
//#ifdef VER_X
public …
2
votes
2answers
39 views
Two Eclispse projects -> One Eclipse Plug-in
Background
I'm a developer of the Vrapper project.
Vrapper contains of 2 major parts
Vim-emulation library (vrapper.core)
Eclipse part that makes a good use of it
We want vrapper.core to be …
0
votes
1answer
25 views
add toolbar to section
Hello,
I want to add a toolbar to a section in SWT.
There is an example i saw in the PDE manifest editor.
How can i add this toolbar or buttons?
maybe i need to use a different control?
Thank you,
…
2
votes
2answers
39 views
run jar in eclipse
Hi!
My problem is that I want to run some jar files in eclipse within a plugin. This jars make analysis on an eclipse project:
String run_tool ="cmd.exe /C start java -Xmx400m -cp …
3
votes
2answers
53 views
Eclipse git checkout (aka, revert)
Is it possible to do the equivalent of git checkout from within Eclipse using the EGit plugin?
I have a file that's been modified. I want to discards the changes and revert the file back to what's in …
1
vote
0answers
20 views
Plugin configuration in Eclipse
I'm investigating the use of Eclipse as a platform and I am trying to figure out how a plugin provides configuration. For example, say I have a plugin to display a user defined message. Further, I …
0
votes
1answer
25 views
Eclipse – ASP classic plugin
Where can I find an Eclipse plugin for ASP classic?
