Description: Protoeditor is a small KDE text editor developed for debugging scripts interactively. The goal is to provide a simple editor supporting a variety of debuggers for different languages. Currently, it supports PHP, Perl and Python.Last changelog:
-Added new iconset -Added implementation as Kate plugin.
Hi, during last few weeks I was looking for an easy to use but featurefull editor for writing php(5) code. I'm still not satisfied. Your editor looks good and it would be perfect if it would have a class-browser.
kate is nice, but it lacks debugger support and also don't has a class browser.
Quanta's crashes makes it unusable.
Eclipse is a monster.
So, are there any plans to extend this editor to a complete scripting-editor?
-red
I'm not sure about this.
The main focus right now is to provide debugging capabilities. Not to create another IDE.
This would require a huge amount of work, and a work wich is being made by Quanta/KDevelop developers for years.
The least I can say is that I don't have time for such an adventure :)
Ratings & Comments
9 Comments
Hi, during last few weeks I was looking for an easy to use but featurefull editor for writing php(5) code. I'm still not satisfied. Your editor looks good and it would be perfect if it would have a class-browser. kate is nice, but it lacks debugger support and also don't has a class browser. Quanta's crashes makes it unusable. Eclipse is a monster. So, are there any plans to extend this editor to a complete scripting-editor? -red
I'm not sure about this. The main focus right now is to provide debugging capabilities. Not to create another IDE. This would require a huge amount of work, and a work wich is being made by Quanta/KDevelop developers for years. The least I can say is that I don't have time for such an adventure :)
I absolutely agree. I'm still lookong for a simple, stable editor. I'll try this, but I nedd supoonrt on CSS and edit color schemes.
What about Perl? Do you plane to support Perl by your editor?
Its possible. I pretend to start supporting other languages after 1.0 release.
There it is: Perl support ;)
Please help me, waht am i doing wrong? make[3]: Entering directory `/home/niko/protoeditor-0.5.2-1/src/dbg' if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../. -I../../src/common -I../../src/commonphp -I../../src/dbg -I../../src/protoeditor -I../settings -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT dbgconnection.lo -MD -MP -MF ".deps/dbgconnection.Tpo" -c -o dbgconnection.lo dbgconnection.cpp; \ then mv -f ".deps/dbgconnection.Tpo" ".deps/dbgconnection.Plo"; else rm -f ".deps/dbgconnection.Tpo"; exit 1; fi dbgconnection.cpp:65: error: prototype for `void DBGConnection::slotError(int*(*)())' does not match any in class ` DBGConnection' dbgconnection.h:41: error: candidate is: void DBGConnection::slotError(int) make[3]: *** [dbgconnection.lo] Fehler 1
Hello! I suggest you take a look at the forum: http://sourceforge.net/forum/forum.php?thread_id=1225064&forum_id=439825 If you run into problems, please, let me know. I'll be glad to help :)
Ok, finally I could reproduce this error here at work. When I get home, I`ll make a fix release.