Ninja IDE: written in Python for Pythonists
21–30 of 137 posts
Re: Ninja IDE: written in Python for Pythonists
#22As soon as I see the words "cross-platform" on an IDE, I'm no longer interested. Looks really nice though, they did a good job with branding.
This is a very strange reason not to like a product. Care to elaborate why?
I hope the group who agrees with me is cancelling out all the down-votes I got for expressing a valid & common opinion. :)
Re: Ninja IDE: written in Python for Pythonists
#23As soon as I see the words "cross-platform" on an IDE, I'm no longer interested. Looks really nice though, they did a good job with branding.
This is a very strange reason not to like a product. Care to elaborate why?
Re: Ninja IDE: written in Python for Pythonists
#24Re: Ninja IDE: written in Python for Pythonists
#25As soon as I see the words "cross-platform" on an IDE, I'm no longer interested. Looks really nice though, they did a good job with branding.
This is a very strange reason not to like a product. Care to elaborate why?
Qt comes the closest, and it has all sorts of platform-specific hacks in it, some even visible at the API level.
If you're going to be writing something that's used as frequently and intensively as an IDE, then it had BETTER conform to the user interface guidelines of whatever OS it's running on. Those differ on Windows or Mac, and Linux doesn't really have any.
Re: Ninja IDE: written in Python for Pythonists
#26As soon as I see the words "cross-platform" on an IDE, I'm no longer interested. Looks really nice though, they did a good job with branding.
This is a very strange reason not to like a product. Care to elaborate why?
Re: Ninja IDE: written in Python for Pythonists
#27Re: Ninja IDE: written in Python for Pythonists
#28Re: Ninja IDE: written in Python for Pythonists
#29I'll definitely give it a shot. From a usability perspective, your download button could be better. It doesn't download right away (which is fine), but redirects to downloads/win for me. Might be nice to have it auto-scroll to the win downloads since it took me a while to figure out what was going on. Here's a screenshot from Win7 32-bit: http://i.imgur.com/2RT6u.png That random pink line makes it unusable for me.
Re: Ninja IDE: written in Python for Pythonists
#30(Seriously, check it out - KDevelop's Python plugin and Microsoft's PTVS are currently the two projects doing serious work on static analysis of Python for live editing purposes. Here's a nice subthread comparing the two: http://news.ycombinator.com/item?id=4725634)