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.
Is there a best practice/shining example out there of passing values from a non-UI thread to a U开发者_JAVA百科I thread in an Eclipse plugin application?You could use Display.asyncExec()
The Metrics plugin I installed (http://www.stateoffl开发者_开发问答ow.com/UpdateSite) seems to work only on Java projects
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.
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..
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
Have been updated Eclipse PDT using Window->Check for Updates feature. After restart all trird-party plug-ins seems like switched off.
I\'m working on a project that requires me to create a series of editors for lang开发者_如何学Cuages that are quite different. The syntaxes are defined by us.
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 information in an extra Window, on the standard New Java Project Wizard
Is it possible t开发者_StackOverflow社区o create Eclipse plugins/program Eclipse RCP apps without Java? (preferably in Jython)This will be possible in the next Eclipse major release e4: