Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I hate text editors
#1
Obviously editing files is important, so why are editors such trash? Emacs is the theoretical best, due to it's incredible configurability, yet it's hindered (imo) by having an interface that's completely insane.

I end up using Visual Studio almost all day, and yet I hate how bloated and slow it is (does intellisense EVER finish loading documentation? ).

If I don't need VS's features, like source control, I'll use notepad++ for quick edits.

So here we are. Files need editing, and I dislike the tools available. What's a programmer to do?

Design the editor they wish they had all along, of course. A few ideas from emacs, the layout of visual studio, the speed of notepad++... hopefully :p 

So the plan is to write an event driven text editing engine. Sort of like twisted. Until performance is an issue, I plan on implementing almost all features in user configurable files (including copy/paste). That way, you can change keybindings easily, while having working examples of how to extend the editor. Or, you know, wacky things like having different key bindings for different file types.

So, I have a few ideas on what I'd want this monstrosity to do. But what would your ideal editor look like/do? What ideas do you have for how the interface between text buffers and event handlers should look?
Reply


Messages In This Thread
I hate text editors - by nilamo - Oct-18-2016, 03:28 AM
RE: I hate text editors - by metulburr - Oct-18-2016, 03:59 AM
RE: I hate text editors - by Skaperen - Oct-18-2016, 04:55 AM
RE: I hate text editors - by Ofnuts - Oct-18-2016, 09:38 AM
RE: I hate text editors - by wavic - Oct-18-2016, 10:42 AM
RE: I hate text editors - by nilamo - Oct-18-2016, 02:55 PM
RE: I hate text editors - by metulburr - Oct-18-2016, 06:23 PM
RE: I hate text editors - by Larz60+ - Oct-18-2016, 05:44 PM
RE: I hate text editors - by ichabod801 - Oct-18-2016, 09:35 PM
RE: I hate text editors - by wavic - Oct-18-2016, 11:52 PM
RE: I hate text editors - by jogl - Oct-23-2016, 10:56 AM
RE: I hate text editors - by Skaperen - Oct-25-2016, 06:21 AM
RE: I hate text editors - by Larz60+ - Oct-23-2016, 03:44 PM
RE: I hate text editors - by Skaperen - Oct-24-2016, 02:37 AM
RE: I hate text editors - by Larz60+ - Oct-24-2016, 03:04 AM
RE: I hate text editors - by j.crater - Oct-24-2016, 05:37 AM
RE: I hate text editors - by nilamo - Oct-24-2016, 05:39 PM
RE: I hate text editors - by Dragonexpert - Oct-25-2016, 01:50 PM
RE: I hate text editors - by Root13 - Nov-02-2016, 02:30 PM
RE: I hate text editors - by wavic - Nov-02-2016, 04:56 PM
RE: I hate text editors - by Larz60+ - Nov-02-2016, 09:01 PM
RE: I hate text editors - by wavic - Nov-03-2016, 09:30 AM
RE: I hate text editors - by Emerogork - Dec-28-2017, 10:06 PM
RE: I hate text editors - by Skaperen - Dec-29-2017, 01:57 AM
RE: I hate text editors - by Larz60+ - Dec-29-2017, 04:23 AM
RE: I hate text editors - by Emerogork - Dec-29-2017, 06:08 AM
RE: I hate text editors - by Skaperen - Dec-29-2017, 07:17 AM
RE: I hate text editors - by Larz60+ - Dec-29-2017, 12:22 PM
RE: I hate text editors - by karaokelove - Jan-09-2018, 07:26 PM
RE: I hate text editors - by wavic - Jan-09-2018, 08:10 PM
RE: I hate text editors - by Gribouillis - Jan-09-2018, 08:40 PM
RE: I hate text editors - by Skaperen - Jan-10-2018, 03:37 AM
RE: I hate text editors - by Windspar - Jan-10-2018, 03:43 AM
RE: I hate text editors - by Skaperen - Jan-10-2018, 04:34 AM
RE: I hate text editors - by Larz60+ - Jan-10-2018, 04:31 AM
RE: I hate text editors - by Gribouillis - Jan-10-2018, 05:03 AM
RE: I hate text editors - by Skaperen - Jan-10-2018, 07:32 AM
RE: I hate text editors - by sparkz_alot - Jan-10-2018, 03:10 PM
RE: I hate text editors - by Skaperen - Jan-11-2018, 08:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  i hate stackoverflow metulburr 7 4,433 Aug-19-2019, 11:31 AM
Last Post: Bartolomeo
  I hate transponder keys metulburr 27 15,000 Apr-05-2019, 05:18 AM
Last Post: Skaperen
  IDLE vs PyCharm as editors? Emerogork 7 20,563 Dec-28-2017, 10:02 PM
Last Post: Emerogork

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020