Python Forum
I hate text editors - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: I hate text editors (/thread-540.html)

Pages: 1 2 3 4


RE: I hate text editors - jogl - Oct-23-2016

Whenever someone describes their ideal new editor I'm reminded of this:

http://www.catb.org/~esr/writings/unix-koans/editor-wars.html


RE: I hate text editors - Larz60+ - Oct-23-2016

Given all the discussion here, we should create a list of what we liked and disliked about each editor we've used over the years, ranked from -10 to 10

Next, we could start an argument about how each item had been ranked, and make changes.

There should also be at least a 100 page document on the procedure for proper ranking.

Then that document should be reviewed and revised until approved.

At this point, specifications for a new editor could be started.

Of course we would have to appoint (through several meetings) an overseer who's purpose is to make sure the correct features prevailed.

After a year or so, we might come up with a list of that all liked.

Next we could write the editor to fit the list naming it something clever (like yacc (yet another compiler compiler) or GNU (GNU's not Unix)) two very clever names

Perhaps something like MEEE (Most excellent edited editor)


In another year, we could all smile at our accomplishment.

Then sit down at a meeting and start a list about what we like and don't like about the new editor

(In case you're getting serious about this ... It's a Joke (or is it? seems like I went through this before))


RE: I hate text editors - Skaperen - Oct-24-2016

i liked the auto-indenting of emacs.  it works funny for python.  for example, if i am adding a new "else:" when i type the ":" it indents that line and assumes the next line will be in the else clause and indents that as such, even though i intend to type in one or more lines to be that clause (oops, lack of the mind reading feature ... user_mind = open('/dev/user/mind','r') ).

i'd be interested in a python IDE, coded in python, that at least supports text mode.  a smart python IDE could potentially do a lot of cool things.


RE: I hate text editors - Larz60+ - Oct-24-2016

PyCharm (community edition available free) does that.
You can open any kind of (textual based) file.
auto indenting works
It has many other features that are useful, program formating, inspection,
support of many version control systems git, mercurial, etc.


RE: I hate text editors - j.crater - Oct-24-2016

PyCharm is my Python IDE/editor of choice due to reasons you mentioned. Also license is rather friendly for those who intend to use it in a commercial setting.


RE: I hate text editors - nilamo - Oct-24-2016

Ok, so due to suggestions, I finally tried PyCharm. This editor seems very good so far. I'm sure after enough use, I'll find something I don't like about it. :p


RE: I hate text editors - Skaperen - Oct-25-2016

(Oct-23-2016, 10:56 AM)jogl Wrote: Whenever someone describes their ideal new editor I'm reminded of this:

http://www.catb.org/~esr/writings/unix-koans/editor-wars.html

and so, if we make a new editor, it must be not necessary to learn a new one.

ouch!


RE: I hate text editors - Dragonexpert - Oct-25-2016

I needed a couple of the products Jetbrains has so I ended up getting the licence for all products since it was cheaper for me. So far Pycharm seems alright.


RE: I hate text editors - Root13 - Nov-02-2016

Plus for Atom, I've got no problem with it


RE: I hate text editors - wavic - Nov-02-2016

There is no perfection either on Earth or Space. Except me.  Angel
Grab one, use it, like it. If no - editor.next()