Eclipse、Aptana 和 PyDev 之间目前的关系是什么?
我仍在寻找 Django 的理想开发设置,并且在整理当前情况时遇到了一些困难。
我希望有适合服务器端和客户端开发的东西,并支持模板编辑和 jQuery。
目前我在 Eclipse 中仅使用 PyDev 并有以下问题:
我是否废弃 Eclipse 安装并重新开始 阿普塔纳工作室?如果是这样,
-在实现之前和/或之后我还需要什么 我上面描述的环境?
未来一切都会得到支持吗?
我是吗 忽略一个更好的解决方案 甚至不涉及任何这些 我提到过的工具吗?
我不再对 Java 或 RoR 感兴趣,如果这有什么区别的话。
I'm still searching for the ideal development setup for Django, and am having a bit of difficulty sorting out where things currently stand.
I am hoping for something suited for server- as well as client-side development, with support for template-editing and jQuery.
At present I'm using only PyDev in Eclipse and have the following questions:
Do I scrap the Eclipse installation and start fresh with
Aptana Studio? if so,-what else would I need before and/or after to achieve the
environment I described above?Is everything going to be supported in the future?
Am I
overlooking a better solution that
doesn't even involve any of these
tools I've mentioned?
I'm no longer interested in either Java or RoR, if this makes any difference.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Aptana Studio (v3) 如下:
Aptana 不是 Eclipse 重新命名的。 Aptana Studio 与这些工具链大致相同:
使用什么取决于您的需要。要获得Python编辑、JS支持和模板支持,Aptana Studio应该没问题。 Aptana Studio 构建在 Eclipse 之上,因此常规 Eclipse 插件可以工作,但您也可以轻松地将 Aptana 作为插件放入直接 Eclipse 版本(即 3.7,如果您愿意)中。这样您就可以卸载 PyDev 并添加 Aptana。
如果您不安装 Aptana,Django 模板将无法工作,因为它们需要 HTML 和 CSS 编辑器支持。您将需要一个支持 jQuery 的编辑器。我不确定 Wing IDE 或 PyCharm 是否包含 JS 支持——您可能需要购买 WebStorm。 Wing IDE 看起来不错,但价格相当昂贵,而且您必须购买专业版才能获得许多最有用的功能,例如集成源代码控制。
是的,开发和支持将继续。 Aptana Studio 刚刚被 Appcelerator 收购并集成到 Titanium Studio(基于 Aptana Studio 构建的移动开发 IDE)中。
Aptana Studio (v3) is the following:
Aptana is not Eclipse rebranded. Aptana Studio is approximately the same as these toolchains:
What to use is dependent on what you need. To get Python editing, JS support and template support, Aptana Studio should be fine. Aptana Studio is built on top of Eclipse, so regular Eclipse plugins work, but you can just as easily put Aptana as a plugin into a straight Eclipse version (i.e. 3.7, if you prefer). That would allow you to jsut uninstall PyDev and add Aptana.
If you don't install Aptana, Django templates won't work, as they need HTML and CSS editor support. You will want an editor that supports jQuery. I'm not sure if Wing IDE or PyCharm include JS support--you might need to purchase WebStorm. Wing IDE looks nice, but it is rather expensive, and you have to pay for the pro version to get many of the most useful features, like integrated source control.
Yes, development and support will continue. Aptana Studio was just purchased by Appcelerator to integrate into Titanium Studio (a mobile development IDE built on top of Aptana Studio).
Aptana 购买了 PyDev 并将其与 Eclipse(具有不同主题)集成,将其命名为“Aptana Studio”
是一样的。我宁愿使用 Eclipse 作为标准。
就我个人而言,我一直使用 Wing IDE 和 django 进行开发我对此感到足够满意,以至于我不太关心寻找替代方案。 YMMV。
Aptana bought PyDev and integrated it with Eclipse (with different theme) to brand it as "Aptana Studio"
It's the same. I'd rather use Eclipse as the standard.
Personally, I have been developing with django using Wing IDE and been happy enough with it, that I don't care enough to look for alternatives. YMMV.
Eclipde + PyDev 插件是目前最好的解决方案。
Aptana 只是一个品牌的 Eclipse 版本,因此您不会发现 Eclipse 和 Aptana 之间有太大差异。唯一的区别是 PyDev 内部几乎没有编码。我认为这更糟糕,因为不可能在 Aptana 中使用 PyDev 的夜间构建。
PyDev 现在唯一的替代方案是 PyCharm。它对 Django 有很好的支持,但对于 JavaScript 编程来说不太好。
是的,没有任何计划停止支持 PyDev 作为插件。
Eclipde + PyDev plugin is the best solution for now.
Aptana is just a branded Eclipse build, so you won't find too much difference between your Eclipse and Aptana. The only difference is that PyDev is hardly coded inside. I think that this is even bad, because it's impossible to use nightly builds of PyDev in Aptana.
The only alternative for PyDev now is PyCharm. It has a beautiful support of Django but it's not very good for JavaScript programming.
And yes, there is no any plans to stop supporting PyDev as a plugin.