This question probably looks a lot like IDE for ironpython on windows question here on *. But I read the answers on that question I still have no idea what IDE I should use. What I'm looking for is to know pros and cons of a specific IDE.
这个问题可能看起来很像IDE for ironpython on windows question on *。但我在那个问题上阅读了答案,我仍然不知道我应该使用什么IDE。我正在寻找的是了解特定IDE的优缺点。
I recently started learning IronPython. The only IDE I used so far is IronPython Studio that integrates with Visual Studio. It was a logical choice for me because I use Visual Studio when I work with C#.
我最近开始学习IronPython。到目前为止我唯一使用的IDE是与Visual Studio集成的IronPython Studio。这对我来说是一个合乎逻辑的选择,因为我在使用C#时使用Visual Studio。
One of the problem I have with IronPython Studio is that I cannot change the default colors. I have a dark gray background color and black Python code doesn't look very good on that background. I looked in Environment->Fonts and Colors in Option dialog but couldn't find the option to change IronPython colors. Let it be my side question: How to change default colors in integrated IronPython Studio?
我在IronPython Studio中遇到的一个问题是我无法更改默认颜色。我有一个深灰色的背景颜色和黑色的Python代码在那个背景上看起来不太好。我查看了选项对话框中的环境 - >字体和颜色,但找不到更改IronPython颜色的选项。让它成为我的问题:如何在集成的IronPython Studio中更改默认颜色?
I heard about SharpDevelop but I don't know if it's going to be a big improvement of IronPython Studio. I decided to ask you before I'll try it.
我听说过SharpDevelop,但我不知道它是否会成为IronPython Studio的重大改进。在我尝试之前我决定问你。
So please could you please let me know of pros and cons of your favorite IronPython IDE. Don't tell me "I use XYZ IDE and love it". I want to know why you love it and what it's missing.
那么请您告诉我您最喜欢的IronPython IDE的优缺点。不要告诉我“我使用XYZ IDE并喜欢它”。我想知道为什么你喜欢它以及它缺少什么。
Thanks
谢谢
3 个解决方案
#1
12
Michael Foord has compared different IDEs for IronPython. You can find it here.
Michael Foord比较了IronPython的不同IDE。你可以在这里找到它。
#2
2
Most of the time I use Scite for my IronPython scripting -- since I'm normally using it as a scripting language for build process rather than anything else, one page of syntax highlighting is usually enough.
大多数时候我使用Scite来制作我的IronPython脚本 - 因为我通常将它用作构建过程的脚本语言而不是其他任何东西,一页语法高亮通常就足够了。
As a general purpose Python IDE I use NetBeans Python EA, which treats CPython, Jython and IronPython pretty much as equals, so I can just set it to the platform I want to use today, and everything else remains the same.
作为一个通用的Python IDE,我使用NetBeans Python EA,它将CPython,Jython和IronPython视为相同,所以我可以将它设置为我今天想要使用的平台,其他一切都保持不变。
#3
2
You now have a good Visual studio 2010 integration with IronPython Tools.
您现在可以与IronPython Tools集成一个很好的Visual Studio 2010。
#1
12
Michael Foord has compared different IDEs for IronPython. You can find it here.
Michael Foord比较了IronPython的不同IDE。你可以在这里找到它。
#2
2
Most of the time I use Scite for my IronPython scripting -- since I'm normally using it as a scripting language for build process rather than anything else, one page of syntax highlighting is usually enough.
大多数时候我使用Scite来制作我的IronPython脚本 - 因为我通常将它用作构建过程的脚本语言而不是其他任何东西,一页语法高亮通常就足够了。
As a general purpose Python IDE I use NetBeans Python EA, which treats CPython, Jython and IronPython pretty much as equals, so I can just set it to the platform I want to use today, and everything else remains the same.
作为一个通用的Python IDE,我使用NetBeans Python EA,它将CPython,Jython和IronPython视为相同,所以我可以将它设置为我今天想要使用的平台,其他一切都保持不变。
#3
2
You now have a good Visual studio 2010 integration with IronPython Tools.
您现在可以与IronPython Tools集成一个很好的Visual Studio 2010。