Tagged Questions

1
vote
2answers
18 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 …
0
votes
3answers
60 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 …
1
vote
8answers
170 views

Rapid switch to Java for an experienced C++ developer

I'm am looking for online tutorials/books, which assume a solid knowledge of OOP/Design patterns concepts and stress on differences (both conceptional and syntactical) between C++ …
2
votes
1answer
35 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 fi …
2
votes
4answers
68 views

Developing Eclipse plugins without Java

Is it possible to create Eclipse plugins/program Eclipse RCP apps without Java? (preferably in Jython)
1
vote
1answer
20 views

Eclipse Project Printing

Hi all, I have to print out one of my projects and the built-in print function of Eclipse isn't doing a good job at all. Font, font size, page border etc.. Does anyone know a pl …
0
votes
0answers
16 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 …
1
vote
2answers
44 views

How do I go about creating a compiler/editor in Eclipse?

My question is somewhat specific, but the answer I need is general: (turned out very wordy, so boldened the important bit) I have to use a light-weight proprietary language to co …
1
vote
2answers
75 views

How do you fix loading plugins in eclipse 3.5.1 on linux?

I have two linux boxes. Both Fedora 11 x64. On one, I downloaded the eclipse-java-galileo-SR1-linux-gtk-x86_64.tar.gz. I unpacked it to /opt/eclipse-3.5.1/ and used the Install …
1
vote
3answers
29 views

Use JDT to get full method name

I am new to eclipse plugin development and I am trying to convert a IMethod to a string representation of the full method name. I.E. my.full.package.ClassName.methodName(int param …
0
votes
2answers
32 views

Adding jar from eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the add button, I can see only sub-directories of the plugin project. So if I want to add sam …
1
vote
3answers
24 views

JUnit View in Eclipse on OSX Snow Leopard

I recently purchased a mac and am trying to get junit tests working on Eclipse. I am using the latest Galileo, but for some reason there is no option to "run as junit" on the tests …
0
votes
1answer
41 views

BlackBerry JDE Eclipse Plugin 1.1 on Windows 7

Has anybody been able to run the new plugin beta v1.1 on Windows 7? When I run the installer, it pops up an error that states "Please select another location to extract the instal …
0
votes
3answers
166 views

Scala errors in Eclipse 3.5 using Scala 2.8.0b, “Syntax error on token String”

I seem to be missing libraries but I am not certain. In this file: object Test { def main(args: Array[String]) { for (arg <- args) println(arg) } } I am n …
2
votes
3answers
77 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?

1 2 3 4 5 25 next
15 30 50 per page