↧
Afea – Eclipse all-purpose editor
Eclipse is a famous Java IDE. Besides Java, it also have extension that make it a IDE for others languages such as C++, PHP, Cobol, etc. But sometime you will not need a full-fledged IDE just to view...
View ArticleDetect Cycle Dependency with JDepend4Eclipse
Cycle dependency among packages is dependency among package where 2 or more packages depend on each other. For example, package A depend on package B, while package B also depend on package A. Another...
View ArticleResourceBundle Editor – Eclipse plugin for edit resource bundle files
Edit multiple resource bundles file with plain text editor is error prone. It is difficult to detect the missing of certian entry in one of the file. It is also troublesome to convert non-ASCII content...
View Article