Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29312

Re: newbie question : gedit as an ide

References <R3j5s.75$lW1.12@newsfe18.iad>
From Devin Jeanpierre <jeanpierreda@gmail.com>
Date 2012-09-16 10:28 -0400
Subject Re: newbie question : gedit as an ide
Newsgroups comp.lang.python
Message-ID <mailman.792.1347805739.27098.python-list@python.org> (permalink)

Show all headers | View raw


On Sun, Sep 16, 2012 at 7:52 AM, Mayuresh Kathe <mayuresh@kathe.in> wrote:
> new to the group, a quick hello to all.  :-)
> does anyone use gedit as an 'ide' for python development?
> if yes, may i know the caveats against using 'idle', 'bpython', etc?

bpython isn't an IDE, it's a good interactive interpreter.

As for gedit as an editor... it's actually really bad, but fixable if
you install plugins. e.g., it doesn't have builtin support for case
sensitive / regexp search and so on, but these can be added so that
gedit becomes tolerable. In fact, one of gedit's main advantages over
many of its similar competitors (in particular I'm thinking of Kate)
is that the plugin support is very strong, so if it doesn't do what
you want, you can make it do what you want anyway.

So, install / enable plugins. Lots of them. Or use an editor designed
for programmers first, such as Kate or vim or emacs.

-- Devin

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

newbie question : gedit as an ide Mayuresh Kathe <mayuresh@kathe.in> - 2012-09-16 17:22 +0530
  Re: newbie question : gedit as an ide Chris Angelico <rosuav@gmail.com> - 2012-09-17 00:14 +1000
  Re: newbie question : gedit as an ide Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-09-16 10:28 -0400

csiph-web