Page 1 of 1
Which IDE used for SABnzbd development?
Posted: January 15th, 2009, 10:59 am
by sander
Hi, out of curiosity:
Which IDE is used for SABnzbd development?
Idle, Eclipse (with Pydev?), vi, ... ?
Re: Which IDE used for SABnzbd development?
Posted: January 15th, 2009, 2:36 pm
by thaylok
or if they are hardcore, emacs
Re: Which IDE used for SABnzbd development?
Posted: January 16th, 2009, 4:53 am
by shypike
I have created my own Windows IDE:
- WinPDB for debugging
(Supports remote debugging of SABnzbd on my Linux server)
- PyScripter as editor (sometimes Programmer's Notepad)
(both of these have decent Python class browsers,
PyScripter has a better class browser, PN is a better editor)
- TortoiseSVN
- Total Commander (with custom tool-buttons to start several TortoiseSVN tasks)
(I hate Windows Explorer, all eye-candy, terribly inefficient)
I'm not a fan of Eclipse.