Kate and Quanta+
--
Javier
Depends on the mood and situation, I normally use kate or vi/vim for most
programming tasks, but I've been delving into PyQt a lot lately and started
using Eric4 and found Eric4 has a django plugin that is helpful and makes it a
nice ide for both django and pyqt and sort of has become my editor of choice
for programming with both libraries.
Mike
--
There was, it appeared, a mysterious rite of initiation through which, in
one way or another, almost every member of the team passed. The term that
the old hands used for this rite -- West invented the term, not the practice
--
was `signing up.' By signing up for the project you agreed to do whatever
was necessary for success. You agreed to forsake, if necessary, family,
hobbies, and friends -- if you had any of these left (and you might not, if
you had signed up too many times before).
-- Tracy Kidder, _The Soul of a New Machine_
I would go with an IDE.
I don’t thnk anyone can progress quickly without being able to step through the code and look at the variables and objects. My productivity skyrocketed when I discovered WingIDE under Windows. It almost feels like I am in Visual Studio. It is not free, but it will not break the bank as well. I am not sure how it works in FreeBSD (god I hope it does because that is the production server I will launch).
Assuming you mean text editor: jEdit (www.jedit.org).
Regards,
Wayne
Angel Cruz writes:
> I would go with an IDE.
>
> I don't thnk anyone can progress quickly without being able to
> step through the code and look at the variables and objects.
Objection!
I used to use IDEs with step-through debugging functionality, now I
use "print" and log files. I definitely code as quickly as before.
Of course, you have to get used to it and maybe some programming
experience is necessary. But on the other hand, there are more
tools you can work with.
Tschö,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
Jabber ID: torsten...@jabber.rwth-aachen.de
or http://bronger-jmp.appspot.com
Mike,
Does Eric4 support mercurial? I tried google, but did not find an answer.
ThinRhino
--
Ships are safe in the harbour
But that is not what ships are built for
ThinRhino,
Unfortunately, no. Only SVN (with subversion and/or pysvn) and CVS. The good
news is that these utilize Eric4s VCS api and mercurial support can be added
as a plugin, CVS support is through a plugin.
Quick look through the docs pointed me to this file:
http://die-
offenbachs.homelinux.org/svn/eric4repository/eric4/trunk/VCS/VersionControl.py
Which provides an ABC that you can subclass, check out thie CVS plugin for an
overview.
http://die-
offenbachs.homelinux.org/svn/eric4pluginrepository/Vcs_CVS/trunk/PluginVcsCVS.py
The actual docs in Eric4 are here, they are actually pydoc style html files.
http://die-
offenbachs.homelinux.org/svn/eric4repository/eric4/trunk/Documentation/Source/
A quick search showed me this is the best and fastest way to learn how to add
VCS plugin support for other systems.
Hope this helps,
Mike
--
Fortune: You will be attacked next Wednesday at 3:15 p.m. by six samurai
sword wielding purple fish glued to Harley-Davidson motorcycles.
Oh, and have a nice day!
-- Bryce Nesbitt '84
Emacs
I used TextPad for years, with no syntax highlighting. I now use
Wingware, and since I work primarily on OpenSource Projects the Pro
version is free.
>
> Vim
>
It's very small, very fast, very easy to learn, and yet provides some
cool features (autocompletion, tips, detecting symbols). Developers
are very responsive and already made a few features just for me ;-)
--
Filip Gruszczyński
Have a nice day,
Nikolay.