简体   繁体   English

没有 grails 命令列表 netbeans 和 grails 4

[英]no grails command list for netbeans with grails 4

In netbeans, grails adds a right click menu option "Run with grails command".在 netbeans、grails 中添加了右键菜单选项“使用 grails 命令运行”。 In previous versions of grails this brought up a dialogue containing a list of command line actions.在以前版本的 grails 中,这会显示一个包含命令行操作列表的对话框。 With grails 4, the dialogue is empty.使用 grails 4,对话为空。

在此处输入图像描述

Does anyone know where the netbeans plugin was pulling this command list from?有谁知道 netbeans 插件从哪里拉出这个命令列表? Using netbeans 8.2 and jdk 1.8+使用 netbeans 8.2 和 jdk 1.8+

Does anyone know where the netbeans plugin was pulling this command list from?有谁知道 netbeans 插件从哪里拉出这个命令列表?

It will depend on what version of the IDE and what version of the Grails support you are using.这取决于您使用的 IDE 的版本以及 Grails 的版本支持。 https://github.com/apache/netbeans/blob/0401f3672ee45318c3219ccb266368a5c1199910/contrib/groovy.grailsproject/src/org/netbeans/modules/groovy/grailsproject/commands/GrailsCommandSupport.java#L192 may be what you are looking for. https://github.com/apache/netbeans/blob/0401f3672ee45318c3219ccb266368a5c1199910/contrib/groovy.grailsproject/src/org/netbeans/modules/groovy/grails.java#L192可能是什么支持

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM