我目前正在使用Gedit
编写一些代码。是否可以显示代码树/结构Gedit
(如下图所示)?图片上的示例来自CudaText
编辑器。
unity3d jenkins 插件https://plugins.jenkins.io/unity3d-plugin/#documentation已经很老了。自2015年以来一直没有更新!我想在管道脚本中使用它,但文档没有说明管道语法是什么。
我不是 jenkins 插件作者专业人士,但这里有一个 @DataBoundConstructor https://github.com/jenkinsci/unity3d-plugin/blob/master/src/main/java/org/jenkinsci/plugins/unity3d/Unity3dBuilder。 java#L53看起来很有希望,但以下不起作用:
Unity3DBuilder: unity3dName: "Unity 2019.4.5", argLine: "-quit -batchmode -projectPath . -logFile ${WORKSPACE}\compilelog.txt"
错误说unexpected token: unity3dName
。
编辑:我尝试了这种替代语法,但也遇到了错误:
Unity3dBuilder(unity3dName: "Unity 2019.4.5", argLine: "-quit -batchmode -projectPath . -logFile ${WORKSPACE}\\compilelog.txt")
出现错误:No such DSL method 'Unity3dBuilder'
我是否正确假设可以从管道脚本中使用任何旧插件?如果是这样,那么正确的语法是什么?
atom-script在最新更新中出现了一个重大错误,因此我已恢复到以前的版本。维护者在两个月后还没有修复它,所以我开始认为他们永远不会修复它。如何防止 Atom 窃听我更新软件包?