CodeExplorer 1.3 |
Mar 18, 2009 |
CodeExplorer is a free
Idea plugin that
helps to analyze Java code: find all method call chains to the method and what methods called from the method.
Analysis results (methods and calls between them) are shown on a handy diagram in the CodeExplorer tool window.
See usage instructions, FAQ and
demo for more information about plugin features.
What's new:
- Improvements in code chains search
- If jump to source on node selection is enabled (CodeExplorer toolbar)
then highlight in selected method source: calls shown on graph from the method
- Code chains search: progress dialog fixes
- Graph scrolling and layout fixes
CodeExplorer 1.2 |
Dec 12, 2008 |
What's new:
- Plugin is multitabbed now: Analyze command results are opened in a new tab
- Diagram node for interface method: methods that implement it are shown on diagram instead method calls from it
- Added method filters that used when perform analysis: the plugin doesn't analyze these methods and doesn't show them on diagram (configure filters in CodeExplorer settings)
- Long operations are called with progress dialog. So UI doesn't freeze and you can cancel long operation
- Can perform analysis for selected diagram nodes using context or Analyze menu to add more nodes to the opened diagram
- Changed method structure command: added all calls from the method within class
- Fixes: unit analysis
- UI enhancements: click mode combo, inner class method name
- Node tooltip: more info, toolbar button "Show method body in tooltip" (with method icon)
- Added Jump to source action (F4) to the context menu
CodeExplorer 1.1 |
Nov 17, 2008 |
What's new:
- new menu item: method call chains to specified method from class, package or module
- Method calls in class menu item replaced by method and calls in... (shows methods from class, package, module or project)
- added method tooltip: method sigrature and colored source
- can delete selected nodes from diagram
- changed display option: show class names as camel words instead hiding<
- save / load diagram from file
- synchronize diagram with current sources
CodeExplorer 1.0 released |
Nov 4, 2008 |
CodeExplorer is a free IntelliJ Idea plugin
that helps to explore method calls chains.
Its tool window shows methods and calls between them.
Now you can see usages and structure of several methods at once!
Read more...
HandyTapestry 1.3.1 |
Feb 8, 2008 |
If you develop a
Tapestry web application using
IntelliJ Idea
then try
HandyTapestry plugin!
The HandyTapestry plugin for IntelliJ Idea helps you to develop Tapestry web applications faster.
The plugin adds helpful completions and navigations in the HTML template. The Create Tapestry component dialog helps to create components.
The plugin supports Tapestry 4.0
Read more...
What's new:
- Many Web modules support
- Update page structure panel selection on caret move in the editor
- OGNL properties completion fix
HandyTapestry 1.3 updated |
Nov 9, 2007 |
What's new:
- Idea 7 compatibility fixes
- Support of components without specification fixes
- Create component: specification is optional
HandyTapestry 1.3 |
Nov 7, 2007 |
What's new:
- Completion / navigation in "component:" attribute values
- Smart completion of page attribute values. Type page name prefix and press Ctrl-Shift-Space!
- Smart completion of the class name in OGNL constants.
Type @Cust in OGNL expression and press Ctrl-Shift-Space to see all classes which name starts with "Cust"!
- Page structure tool window
- Support components without component specification
- Fixes in the component libraries handling
Read more...
HandyTapestry 1.2.1 released |
Sep 4, 2007 |
Flash demos are available!
What's new:
- Fixes for pages with specification files
- Configuration fixes
- Create Tapestry component demo
- Create & configure Tapestry project demo
HandyTapestry 1.2 released |
Aug 15, 2007 |
The
HandyTapestry 1.2 adds many features to increase your productivity and find errors in component templates.
Read more...
What's new:
- Generate abstract getter and setter in a component class:
- Press Alt-Insert in a component class and select the "Tapestry component property" action.
- Enter property name, class and press the Ok button.
- Error highlighting in component template: message keys, invalid jwcid attribute values (component types), listeners,
Tapestry components with unspecified required parameters.
- Increase your productivity with Tapestry intentions: create listener, message key, Tapestry component property:
Add component attribute like action="listener:save"
and press Alt-Enter after IDE marks the "listener:save" string as error. The Idea will suggest to create listener!
- Rename Tapestry component action:
Right click on a component template and select the "Rename Tapestry component" action from menu.
- Component attribute completion: required attributes marked with red dots.
- OGNL completion and highlighting fixes.
HandyTapestry 1.1 released |
Jun 6, 2007 |
What's new:
- Component type smart completion (enter name prefix and press Ctrl-Shift-Space)
- Error highlighting for component types, listeners, message keys and page names
- Switch between component class and template (Ctrl-Alt-W)
- Fixed NPE: ClassUtils.getComponentProperty()
- Fixed usage of deprecated method: ProjectImpl.getProjectFile()
- Fixed assertion fail: CommonLVCS.getProvidedContent()
HandyTapestry 1.0 released |
Apr 2, 2007 |
What's new:
- page specification support
- navigate / complete properties from component specification
- navigate / complete jwcid attribute value (component reference)
- delete component UI enhancements
- settings enhancements
- fix: autocomplete close tag
- fix: completion in the src attribute of the img tag
- highlighting fixes