Hi all,
I am using many php editors since two and half years. Many IDEs have only some best features but not all. I like Eclipse more than others because it is extendible. But for extending this, one must know Java. I like a PHP editor that can be easily extended without any programming knowledge. And can have feature to compose oneself.
And a Light weight editor, needs no installtion which can be carrries with an USB stick.
I have developed a PHP editor in c++ one year before, This is very limited feature editor with syntax highlighting and code insight. Thanks to Regex which makes my life easier when developing. But I had no time extending this further. But I think now I can work with you and can take some responsibility in developing core, or planning the editor.
I am good at Regex, OOPs, UML and software design.
Quote:
1. Should run on Windows and Linux.
2. Not built using Java.
3. Possible c/c++ combined with other technologies so it can work on various OS.
4. Build very lightweight Editor focused on Speed and the ability to apply plugins.
5. Plugins should only be loaded into memory and ready for use when selected.
6. Open an account on sourceforge (or other free repository with CVS).
7. Have the plugin system developed so others can develop plugins.
|
I agree it should not depend on any OS or technology. I think better to develop only with C++.