Posts: 4,653
Threads: 1,496
Joined: Sep 2016
i am looking for an editor for coding python, implemented in python, and can work in a full screen text-only (not GUI) environment like i have (terminal). it should be smart about python code. it's a big plus if it can handle .rst and plain text. it's also a plus if it is smart about some other languages. if it has a scripting method of it's own is also a plus. even better if that scripting is done in python.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,653
Threads: 1,496
Joined: Sep 2016
Nov-10-2017, 02:18 AM
(This post was last modified: Nov-10-2017, 02:36 AM by Skaperen.)
i don't want to write my own. parsing python code (in the edit buffer) would be hard for me. right now i use emacs and the python understanding seems to be buggy. that suggests to me that it is a hard problem.
here is why i do not want an X windows editor:
i may suddenly need to edit a file on a remote host. most likely i have not set up the connect up for X windows. most like the remote host has no X libraries (so X programs can't even run). the terminal session may be a session in the screen command. the terminal session may be a session in the script command to log its output.
i run the non-X version of emacs.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,653
Threads: 1,496
Joined: Sep 2016
Nov-12-2017, 04:36 AM
(This post was last modified: Nov-12-2017, 04:36 AM by Skaperen.)
why vi-like editors? well, ok, if it is written 100% in python. but i still want it to smartly deal with python code ... at least as well as emacs does. an emacs-like command set would be a plus (personal thing).
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.