Warning: session_start(): open(/tmp/sess_sogq8qodmk2m92934n9ku72mh6, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Protoeditor openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

Protoeditor

   1.1beta3  

KDE Development Tool

Score 79%
Protoeditor
zoom


Protoeditor
zoom


Protoeditor
zoom


Link:  Link
Downloads:  1718
Submitted:  Feb 8 2005
Updated:  Aug 7 2006

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.




Changelog:

-Added new iconset
-Added implementation as Kate plugin.




LicenseGPL
Send to a friend
Subscribe
Other  Content  from tsilva
Report inappropriate content



-
.

 make-error

 
 by nikotto on: Feb 9 2005
 
Score 50%

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


Reply to this

-

 Re: make-error

 
 by tsilva on: Feb 9 2005
 
Score 50%

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 :)


Reply to this

-

 Re: Re: make-error

 
 by tsilva on: Feb 9 2005
 
Score 50%

Ok, finally I could reproduce this error here at work. When I get home, I`ll make a fix release.


Reply to this

-
.

 Perl?

 
 by jirityr on: Mar 20 2006
 
Score 50%

What about Perl? Do you plane to support Perl by your editor?


Reply to this

-

 Re: Perl?

 
 by tsilva on: Mar 27 2006
 
Score 50%

Its possible.
I pretend to start supporting other languages after 1.0 release.


Reply to this

-
.

 Re: Perl?

 
 by tsilva on: Jul 9 2006
 
Score 50%

There it is: Perl support ;)


Reply to this

-
.

 perfect editor if...

 
 by redrat on: Mar 22 2006
 
Score 50%

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


Reply to this

-

 Re: perfect editor if...

 
 by tsilva on: Mar 27 2006
 
Score 50%

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 :)


Reply to this

-

 Re: perfect editor i

 
 by wekeland on: Nov 25 2006
 
Score 50%
wekelandwekeland
Pequeña Machina
Home

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.


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team