Earlier quoted context omitted.
In this case, it runs using X11 on OSX, which is a terrible way of making software ;)
Am I the only one who uses PyDev?
Ninja IDE: written in Python for Pythonists
41–50 of 137 posts
Re: Ninja IDE: written in Python for Pythonists
#42http://ninja-ide.org/downloads/
Thank you.
Re: Ninja IDE: written in Python for Pythonists
#43It is FOSS (GPLv3). The license information was a wee bit hard to find (Wayyy down on the about page http://ninja-ide.org/about/ ) and I first thought it was some frankenstein freemuim product where you had to apply for a free license if you were an OSS devel (like PyCharm) etc. etc. I gave it a whirl: 1. Snappy, which is nice, since PyCharm can be sluggish on my Mac 2. No VCS integration 3. By default very strict co…
Also various refactorings (both refactoring-refactorings and smaller rewriting which PyCharm/IntelliJ calls "intentions")
Re: Ninja IDE: written in Python for Pythonists
#44Earlier quoted context omitted.
In this case, it runs using X11 on OSX, which is a terrible way of making software ;)
Am I the only one who uses PyDev?
Re: Ninja IDE: written in Python for Pythonists
#45Earlier quoted context omitted.
In this case, it runs using X11 on OSX, which is a terrible way of making software ;)
Am I the only one who uses PyDev?
PyDev seems to heavy to me when you need to write a standalone script and too buggy at evaluating module dependencies resulting in bad tooltips. Ipython notebook doesn't have this problem because you evaluate code as you develop, so tooltips come from object introspection.
Re: Ninja IDE: written in Python for Pythonists
#46Can someone explain to me why this is at the top of the front page despite a website devoid of useful detail, while this completely fails to catch on: http://scummos.blogspot.de/2012/11/kdev-python-14-stable-rel... (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 co…
Perhaps because not everyone is doing development on KDE? The Ninja-IDE supports linux, windows, and osx so it has broader appeal.
Re: Ninja IDE: written in Python for Pythonists
#47I hope we can find the time to take care of some of the stuff mentioned here as videos, screenshots, user guide, etc.
It's a lot of work, but we are proud of what we can achieve with a free software project.
Thx everyone!
Re: Ninja IDE: written in Python for Pythonists
#48Having very recently switched to Sublime Text 2 (from Komodo Edit), I'm curious if this offers anything that can't be done with Sublime + mature existing plugins...?
Re: Ninja IDE: written in Python for Pythonists
#49It is FOSS (GPLv3). The license information was a wee bit hard to find (Wayyy down on the about page http://ninja-ide.org/about/ ) and I first thought it was some frankenstein freemuim product where you had to apply for a free license if you were an OSS devel (like PyCharm) etc. etc. I gave it a whirl: 1. Snappy, which is nice, since PyCharm can be sluggish on my Mac 2. No VCS integration 3. By default very strict co…
Re: Ninja IDE: written in Python for Pythonists
#50* Scrolling is way too slow. This isn't nitpicking, this is really very important to me
* I like PEP8 warnings and use them in other editors, but I don't like not being able to pick which style stuff I care about
* I don't like the PEP8 tooltips. They cover up my code and that's the worst possible place to put them. Even if I do plan to "fix" the issue, coming up over the code that I'm typing right now is never okay.
* It's really quite a lot of work through some confusing terminology to get a test run of the IDE going on an existing project. I don't want to move my code into your workspace. I don't want to import my existing project (that sounds scary)
* Some glaring bugs seem to indicate that this is more young than is indicated on the very flashy project site. For instance, if I try to import a project but cancel the "select a directory" popup, I inconsistently get it either removing my previous selection or crashing the whole IDE