我是Windows用户.但根据我的项目要求,我需要编写Linux Shell Script(Bash shell).如何在Windows上开发Linux Shell?
有没有用于编写Linux Shell Scripting的IDE?请与我分享一些想法和资源链接.
当我尝试为Eclipse安装ShellED插件时:
无法完成安装,因为找不到一个或多个必需的项目.正在安装的软件:ShellEd 2.0.0.201007201532-1--773533H735D97(net.sourceforge.shelled.feature.group 2.0.0.201007201532-1--773533H735D97)缺少要求:ShellEd Core 0.0.0.201007201532(net.sourceforge.shelled.core 0.0. 0.201007201532)需要'bundle org.eclipse.dltk.core [2.0.0,3.0.0)'但无法找到它无法满足依赖性:来自:ShellEd 2.0.0.201007201532-1--773533H735D97(net.sourceforge.shelled. feature.group 2.0.0.201007201532-1--773533H735D97)收件人:net.sourceforge.shelled.core [0.0.0.201007201532]
无法安装org.eclipse.dltk.core?你知道在哪里找到它吗?
在Eclipse中,有一种自动转换方式:
int myX, myY, myZ;
Run Code Online (Sandbox Code Playgroud)
......对......
int myX;
int myY;
int myZ;
Run Code Online (Sandbox Code Playgroud)
我认为我可以通过"清理"和"成员排序"首选项来完成此操作,但它不会将多个声明分解为每行一个.有办法吗?
编辑:为了澄清,这是关于成员变量.
有一天,我遇到了这个问题:Eclipse的Bash脚本插件?,这个想法很棒.
所以我去了下载网站下载了这个插件,但我没有手动安装任何eclipse插件,所以我真的不知道如何安装一个.
我解压缩了我下载的这个zip文件,它看起来像这样:

接下来我该怎么办,如何安装此插件?谢谢
当我尝试使用从本地目录安装新软件安装它时,我收到此错误:
Cannot complete the install because one or more required items could not be found.
Software being installed: ShellEd 2.0.0.201007201532-1--773533H735D97 (net.sourceforge.shelled.feature.group 2.0.0.201007201532-1--773533H735D97)
Missing requirement: ShellEd UI 0.0.0.201007201532 (net.sourceforge.shelled.ui 0.0.0.201007201532) requires 'bundle org.eclipse.dltk.launching [2.0.0,3.0.0)' but it could not be found
Cannot satisfy dependency:
From: ShellEd 2.0.0.201007201532-1--773533H735D97 (net.sourceforge.shelled.feature.group 2.0.0.201007201532-1--773533H735D97)
To: net.sourceforge.shelled.ui [0.0.0.201007201532]
Run Code Online (Sandbox Code Playgroud)
问题2:
Cannot complete the install because one or more required items could not be found.
Software being installed: ShellEd 2.0.0.201007201532-1--773533H735D97 (net.sourceforge.shelled.feature.group 2.0.0.201007201532-1--773533H735D97)
Missing requirement: …Run Code Online (Sandbox Code Playgroud)