Yann Cebron
- 活动总数 8028
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 21
- 订阅数 3227
-
-
创建于 Beta-Test Struts Plugin V0.7
Find attached a preview beta version of Struts Plugin for build #3489.Please uninstall previous version in plugin manager, shutdown IDEA,copy the JAR to your IDEA_HOME/plugins directory and restart... -
创建于 PsiView Exception
on JAVA file (valid, no errors), selecting PsiReturnStatement in treeAssertion failed: getManager() == null!java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:77) ... -
创建于 [ANN] Struts Plugin V0.6
Mainly performance enhancements and new inspections/navigation possibilities for ActionForm properties and global forwards.Changes in detail:- Add support for global forwards (navigation/quick show... -
创建于 Web Module Settings: why is it possible to specify invalid (inexistant) web.xml?
IDEA doesn't verify the path if you manually change it in the textfield.Looks like a bug to me?! -
创建于 [ANN] Struts Plugin V0.53
New version has improved "auto-detect-config-files" capatibilities, support for projects having multiple web modules as well as cool new navigation features.Changes in detail:- Built against IDEA 5... -
创建于 [ANN] Struts Plugin V0.4
Mainly bugfixes & small improvements to existing functionality:V0.4 (08-16-05):- NoDefaultForwardInspection: do not inspect when type is org.apache.struts.actions.ForwardAction- NoDefaultForwardIns... -
创建于 [ANN] Struts Plugin V0.3: Tiles integration
I'm proud to announce the first version with support for Tiles!- GoToDeclaration in struts-config.xml: treat all attribute values starting with "/" as possible navigation targets (e.g. paths to con... -
创建于 [ANN] Struts Plugin V0.2beta
Changes:- Auto-detection of Struts (and its version) in current project; auto-disable all functionality if not found- Own dialog under Project Settings displaying detected Struts version & inspecti... -
创建于 Detecting library changes in project
Hi,I want to listen to changes in library configuration for the current project/module.The only working way I found so far was to install a ModuleRootListener - it works, most times :(In this Liste...