Is there, somewhere a tutorial on how to make an eclipse plugin开发者_如何转开发. need it to integrate as a NEW PROJECT into eclipse.
how can i remove JDT deperndencies from an XTEXT 2.0 project? I tried to follow the hints here (comment 11) but i didn\'t success in removing JDT dependencies.
I want to create a simple eclipse plugin, which does: When you right click a java project, it will show a popup menu which has a item h开发者_JS百科as label \"N java files found in this project\", whe
I have a special JavaScript maven plugin which validates/compresses JavaScript sources from /src/main/javascript and stores it into /target/scripts. In Eclipse 3.6 with m2e 0.x this worked perfectly b
I am working on a project in Eclipse. Usually, whenever there are compilation errors in a particular file, the file name in the Package E开发者_如何转开发xplorer view is shown with a red box and a cro
I need Mylyn connector to communicate with my custom webservice. We have our customized bug tracker system and I want to link it with Mylyn task repository. I am able to create custom webserivce which
I\'m working on a project in Eclipse Version: 3.5.2 My colleague and I both checked out the same maven project from svn.I\'m trying to debug it by running it in Tomcat.
Scala-IDE is messing up my Help -> About Eclipse SDK di开发者_如何学Goalog, so the obvious method of uninstalling is not working. (as mentioned in this other question)
I 开发者_如何学运维have one empty view and some actions on the view toolbar. When I click any of the actions, I need to show one button on the view. so we can it is some kind of dynamic rendering on t
I\'ve got an Eclipse plugin that contains 4 views.A piece of programming functionality must sit \'above\' these views, tying them together. I\'ll call it the \'master\'