Montag, 13. Dezember 2010

getting the LOC (Lines Of Code) for your Eclipse Project?

  • Search -> File (CTRL+H)
  • Containing Text: \n
  • Check regular expressions checkbox
  • File name patterns: *.java
  • Create a working set that is appropriate or select your workspace

  • Click Search

at the top of the search window it will tell you the LOC as search results (and information about how many LOC for every class/package)

BRILLIANT!!

Mittwoch, 17. November 2010

are you crying out for an Eclipse visual editor?

Some time ago our company bought an license for instantiations windowbuilder pro (v6)
as we now upgraded to the latest eclipse version i noticed that instantiations no longer provides a download.
and horray! its gone freeware, as google bought the software up

you can access the files of WindowBuilder Pro (currently v8.1) here

got annoyed by searchin up and down your code to see method definitions?

go to emil crumhorn's webpage and download his awesome sourcehelper plugin

Eclipse is NOT showing Subversive's details on fresh install

if you want to show it by defaults
Go to "General" -> Appearance -> "Label Decorations" and check "SVN Project" decoration.

iff you want to configure it:
Go to "Team" -> "SVN" -> "Label Decorations" preferences.

Eclipse is showing only 'Generic' in Extensions -> RMB -> new

Window -> Preferences -> Plug-in Development -> Target Platform
and check running platform.

Maybe caused by: applied an target definition?