File > New > Other , but its not there. =(. I only see General, CVS, Java, Tasks, XML and E开发者_开发百科xamples.
The background: I\'m a dyed-in-the-wool Emacs user who dabbles in a lot of languages. Recently a Famous Engineer upbraided me for continuing to use Emacs in this day and age, and I wish to put this Fa
In my Eclipse plugin application I have a wizard to create a new file. In this wizard I need to display a tree of the Workspace projects, their packages and source files, similar to the Package Explor
Using Eclipse 3.5开发者_Go百科 (FlashBuilder), I\'m doing a bit of AS3 work. With the in-house MVC framework I\'m using, When I create a view - I need to make a change to quite a few files.
I am using Eclipse 3.5 for Jave EE Developers. Plugins installed include: Android Development Tools, Adobe Flash Builder 4, PDT, PyDev. I have problem with running the application I built.
I need to target both win32.x86 and win32.x86_64 architectures when building an RCP plug-in that uses OS.getRegOpenKey(...). The types of the arguments for the method are different for the two archite
I wanted to check with you guys if anyone knows an Eclipse plugin that can integrate SharePoint onto it. I did a lot of research and couldn\'t find any. 开发者_如何转开发
Is there a way to have eclipse validate javascript within a <script> b开发者_JAVA百科lock on an HTML page?I am sure there is a plugin you can use that will do so. I use Aptana Studio, and it sho
I\'m creatin开发者_开发百科g a plugin project that will have a menu and toolbar item, that when clicked, will open a dialog for user interaction (input, searching, etc.).Should I create the dialog usi
I have created an Eclipse plugin that adds a button at the menu bar and when you click the button a new Java GUI applications is starting(the application was implemented with the support of awt and sw