0
votes
0answers
6 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 th …
1
vote
2answers
17 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 …
1
vote
0answers
13 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 mes …
2
votes
1answer
31 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:
//#i …
0
votes
1answer
14 views
Eclipse – ASP classic plugin
Where can I find an Eclipse plugin for ASP classic?
1
vote
1answer
13 views
Eclipse: Within a plug-in, how to access another plug-ins preference store?
I have an Eclipse plug-in with a checkbox in the plug-in's preference page.
This checkbox is used for enabling and disabling an editor, which is being launched from this plug-in.
…
2
votes
2answers
34 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 -c …
0
votes
1answer
18 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 doe …
0
votes
1answer
22 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 c …
1
vote
1answer
17 views
How to create an Eclipse editor plugin with syntax checking and coloring as fast as posible?
Hello, I'm working on a project that requires to create a series of editors for some quite different languages, these syntaxes are defined by ourselves. I'm looking for a solution …
1
vote
2answers
21 views
Finding about Eclipse dependancy (e.g. for red5)
According to the Red5 plugin for eclipse,
You must use the JEE distribution of Eclipse. The standard Java distribution will not work.
But what part exacty of the JEE distrib …
2
votes
2answers
33 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 vra …
1
vote
1answer
12 views
Building a custom Eclipse JDT New Porject Wizard?
I want to develop some project templates for a few common Java projects I work on.
Basically i want to capture a few pieces of info in an extra Window on the standard New Java Pro …
0
votes
3answers
63 views
Functional depedency analysis
Developers who have used eclipse cannot miss out the Cntrl+Shift+G combo - the easiest way to find all references to a particular member/method/class in your workspace.
Consider a …
0
votes
0answers
19 views
Error in Preview of Custom Eclipse refactoring
I am implementing an new eclipse refactoring. This will enable developers to Pull-up the preconditions statements from a child method to the parent method.
This all works perfe …
