a tool for eclipse (T4Eclipse) 1.2.1
Categories:
Version 1.2.1 released
install from update site: http://t4eclipse.googlecode.com/svn/update_site/
T4Eclipse introduction and user guide:Download
Or read online PPT document at
docstor:
Version 1.2.1 release note
- add toolbar analyzer to analyze
view toolbar actions - change plug-in dependency to depend on
only two basic "org.eclipse.ui" and "org.eclipse.core.runtime" plug-ins
About T4Eclipse
NEW Version 1.2.0 is released for eclipse 3.5 and 3.6 ! T4Eclipse is the best existing tool to analyze eclipse UI for all kinds of eclipse based application. T4Eclispe can quickly find most of all implementation class for eclipse UI. for exp, view/editor/wizard/dialog/preference/menu action/...
please see thescreenshots to get a quick view!
T4Eclipse is a tool for eclipse plug-in developers to analysis eclipse
plug-ins.
Currently,T4Eclipse provides the following functions:
* list all wizard/preference/view/editor/perspective/menu/toolbar in a table
* provide method to find the java class for above eclipse components
* provide method to view all SWT controls in a tree table for the focused eclipse view/editor
* analysis the above swt contorl by check its field value or invoke its methods
* list the java class for each opened Dialog in eclipse
* list all path id in eclipse main menu,so you can add menuitem in the right place
* a menu analyzer to check menu action class in all eclipse view/editor (can not find all action for any menu now, but most action can be found)




