Eclipse Luna 的速度编辑器插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26384762/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Velocity editor plugin for Eclipse Luna
提问by Aksiom
I was searching for a Velocity editor plugin for Eclipse Luna but I could not find any. I found couple of editor plugins like:
我正在为 Eclipse Luna 寻找 Velocity 编辑器插件,但找不到任何插件。我发现了几个编辑器插件,例如:
- Veloeclipse
- Velocity Editor
- Veloedit<--------------- This is now working on Luna 4.4.1!
- QIQU
- Velocity Web Edit
None of this worked for Eclipse Luna. Does anyone else know any other plugin for editing Velocity files in Eclipse Luna?
这些都不适用于 Eclipse Luna。有没有其他人知道在 Eclipse Luna 中编辑 Velocity 文件的任何其他插件?
Thank you in advance!
先感谢您!
采纳答案by Dmitriy
You can install support for 2.0 style plugins using Help > Install New Software.
您可以使用帮助 > 安装新软件来安装对 2.0 样式插件的支持。
Select the 'Eclipse Project Updates' site (http://download.eclipse.org/eclipse/updates/4.4).
选择“Eclipse 项目更新”站点 ( http://download.eclipse.org/eclipse/updates/4.4)。
You will find 'Eclipse 2.0 Style Plugin Support' in the 'Eclipse Tests, Examples and Extras' section.
您将在“Eclipse 测试、示例和附加”部分中找到“Eclipse 2.0 样式插件支持”。
Install it.
安装它。
After, simply install Veloeclipseor other old "2.0 style" plugin
之后,只需安装Veloeclipse或其他旧的“2.0 风格”插件
回答by jumpnett
Veloedit worked, following the installation instructions from their github page: https://github.com/vaulttec/veloedit
Veloedit 按照其 github 页面上的安装说明进行操作:https: //github.com/vaulttec/veloedit
Installation
Online updates are available from https://raw.githubusercontent.com/vaulttec/veloedit/updatesite/. Define a site bookmark in Eclipse's Update Manager view, navigate to the update site via this bookmark and install the Velocity UI feature.
安装
在线更新可从 https://raw.githubusercontent.com/vaulttec/veloedit/updatesite/ 获得。在 Eclipse 的更新管理器视图中定义站点书签,通过此书签导航到更新站点并安装 Velocity UI 功能。
回答by crysaz
Veloedit seems the most prominent option for file editing, but it has installation problems currently. More information about the current status in active SourceForge bug.
Veloedit 似乎是最突出的文件编辑选项,但目前存在安装问题。有关活动SourceForge 错误中当前状态的更多信息。
回答by Fidel
I can confirm that installing 'Eclipse 2.0 Style Plugin Support' made the plugin work in Eclipse Luna. Thanks.
我可以确认安装“Eclipse 2.0 Style Plugin Support”使插件在 Eclipse Luna 中工作。谢谢。