
Protoeditor
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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.
14 years ago
-Added new iconset
-Added implementation as Kate plugin.
14 years ago
-Added new iconset
-Added implementation as Kate plugin.
redrat
14 years ago
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
Report
wekeland
14 years ago
I'm still lookong for a simple, stable editor.
I'll try this, but I nedd supoonrt on CSS and edit color schemes.
Report
tsilva
14 years ago
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 :)
Report
jirityr
14 years ago
Report
tsilva
14 years ago
Report
tsilva
14 years ago
I pretend to start supporting other languages after 1.0 release.
Report
nikotto
15 years ago
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
Report
tsilva
15 years ago
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 :)
Report
tsilva
15 years ago
Report