ANN: Beta-Test Struts-Plug V0.76 Beta
This is a BETA version, please report errors/ideas for improvement.
For build #3506.
Changes against V0.75 Beta:
- GoToSymbol (CTRLSHIFTALT+N): goto Action-declaration by entering path
- Settings: option to disable support for property-keys (e.g. when using different resource mechanisms)
- add Subclass-check for all attributes containing Class-names
- improved error messages for unresolved references
- Bugfixes
- Yann
Attachment(s):
strutsplugin-V076beta.jar
请先登录再写评论。
feature requests:
Ctrl+B goto declaration in xml file
CtrlShiftB goto type(action,form) or file(forward,tiles) declaration
from where to where exactly?
code as following:
"Ctrl+B" goes to declaration in struts-config.xml, and
"CtrlShiftB" goes to class(com.foo.LogonAction).
Same as form's name, tiles definition and forward.
good idea, will consider this