思南和艾丽德可以一起用吗?
有没有人成功地让 Eclipse+Erlide 和 Sinan(或 EPM 或我应该听说过但还没有听说过的东西)共存?当我生成 Sinan 目录结构然后尝试将其导入 Erlide 时遇到问题。它只是茫然地回望着我。不知道是继续坚持,还是尝试别的。
不管它的价值如何——我不会考虑 erlang-mode——即使我的生活依赖于它。我是 Vim 的长期用户,我不会为了司南而危及我不朽的灵魂。 ;^}
Has anyone successfully managed to get Eclipse+Erlide and Sinan (or EPM or something I ought to have heard of but haven´t) to co-exist? I get problems when I generate a Sinan directory structure and then try to import it into Erlide. It just stares back at me blankly. Not sure whether to persist, or try something else.
For what it´s worth - I will not consider erlang-mode - even if my life depended on it. I am a longtime Vim user, and I will not endanger my immortal soul for the sake of Sinan. ;^}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
[A]--在工作区中创建 sinan 项目
[B]--打开 eclipse indigo
[C]--在 eclipse 中创建新的 erlang 项目,其名称与使用 sinan 创建的项目同名
并在同一目录中(在本例中为工作空间)
[D]-- 就是这样,
否则导入项目,选择常规,文件系统,浏览到您的项目
然后单击“确定”即可。
这应该适用于任何语言
[A]--create the sinan project in the workspace
[B]--open eclipse indigo
[C]--In eclipse create new erlang project with the same name as the one you created with sinan
and in the same directory(workspace in this case)
[D]-- that's it,
otherwise import project, select general, file system, browse to your project
and click ok and your good to go.
this should work for any language
在Erlide中创建一个Erlang项目(这将为Eclipse创建
.project
文件和.settings
目录),删除创建的目录结构,并生成Sinan目录结构?我没有在这台计算机上安装 Sinan,但没有发现任何原因这不起作用。Create an Erlang project in Erlide (this will create the
.project
file and.settings
directory for Eclipse), remove the created directory structure, and generate the Sinan directory structure? I don't have Sinan installed on this computer, but don't see any reason this wouldn't work.“它只是茫然地看着我”是什么意思?在erlide中导入Sinan结构的项目会发生什么?
它应该可以工作,但可能不会自动,我没有尝试过。您是否在属性对话框中设置了项目目录?
What do you mean by "It just stares back at me blankly"? What happens when you import the Sinan-structured project in erlide?
It should work, but maybe not automatically, I didn't tried it. Did you set the project directories in the properties dialog?