浏览 2439 次
锁定老帖子 主题:jetgroovy 1.1 预览版本出来了
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2008-01-21
原文 Hello All, a preview of the new version of JetGroovy plugin is available at http://www.jetbrains.net/confluence/display/GRVY/JetGroovy+1.1+EAP A summary of new features: -Improved resolve and completion in GSP: now JetGroovy knows about implicit variables like params, application and such.(Gsp开始认知隐含变量 如果 params,application 等等) -Javascript editing is supported in GSP (dependant on JavaScript plugin availability)(可以在GSP中编辑js了) -Grails facet is detected automatically, for example when importing an exisiting grails application.(grails 自动识别到导入一个存在的grails应用,在先前的版本中,如果导入Eclipse的工程,不能认识这是一个grails程序,所以,右键中没有 Create Domain等) -Annotations PSI is implemented, as a result JUnit4/TestNG tests can be run from IDEA -Property files support is extended to understand references from groovy files(属性文件支持) -Extract method refactoring -Inline method refactoring -Inspection to flag unused assignment -Inspection to flag possibly uninitialized variable access -Rename now correctly insert parameter declaration for renaming closure's implicit 'it' parameter -Surround with closure now preserves code semantics inserting 'owner' qualification when needed 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2008-01-21
请问现在jetgroovy里面的grails可以使用generate controller的功能吗?以前有的,但是在新版里面怎么找不到了?
|
|
返回顶楼 | |
发表时间:2008-01-21
现在有了,打开Domain中的任意 domain class 在
controller中有genreate-controller了 |
|
返回顶楼 | |
发表时间:2008-01-22
啥时eclipse也有这些好功能啊
|
|
返回顶楼 | |