View Single Post
  #10 (permalink)  
Old 2006-01-15, 03:50 PM
crebilis crebilis is offline
Junior Member
 
Join Date: Jan 2006
Posts: 24
crebilis
Default

Hi guys,

I'm not very good at programming in c or c++, so I won't be helping with coding (unless I start learning c++ decently, then I will offer my coding help).

But this is what I would like as an editor.

The key-word is plugins. For java, I use eclipse, and I really like the plugin based design. I recently downloaded jEdit, and handling the plugins just feels good.

The idea would be that you start with a basic php or text editor. Like an enhanced notepad, maybe add colorcoding and auto-indenting. That should be easy enough.
Then for every function you want to see implmented, you make a plugin. Want code-completion? Write a plug-in for it. Want a project manager? Write a plug-in for it.

The core for the editor could be made by 1 or 2 programmers, and after that everyone can just start writing plug-ins for what they think should be in the editor.

I think this would make the developing of the editor a lot easier. You don't have to work with someone elses code, just write a plug-in in c/c++ or some other language, submit it and anyone can download it.
For users this is atractive, because you can make the editor exactly as you want it. From a very lightweight editor with only basic functions, to a very powerfull IDE with advanced functions.
If you get a big enough userbase, which shoulnd't be a problem, there will be plug-ins for the editor in no time.

Well, that's just my 2 cents. I hope it is usefull, and I hope I can enjoy the editor asap .
Reply With Quote