Warning: session_start(): open(/tmp/sess_l87fcmma5nld3v97tj7ih3pgh2, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kate cppdevelop plugin 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  .- Knowledge Base  . 

kate cppdevelop plugin

   0.1.3  

KDE Development Tool

Score 78%
adrootadroot
mail.ru
kate cppdevelop plugin
zoom


Link:  http://
Downloads:  1284
Submitted:  Jan 18 2007
Updated:  Jul 19 2007

Description:

Alternative of the Plugin Kate katecppsymbolviewer for Kate, supports C ++, C, Perl,JavaScript(new) autogeneration doxy document for element definition if the documentation exists that shows in the form of the help it is not required to pass to a line with definition of an element and search element match name




Changelog:

version 0.1.3
1 add simple support javascript

1 fix RegExp for parse #define
2 fix search in Fn Perl PM
3 rename classes fix libtool files for FreeBSD support




LicenseGPL
Source(katecppdevelopplugin)
Send to a friend
Subscribe
Other  Content  from adroot
Report inappropriate content



-
.

 Can't Compile?

 
 by karpio on: Jan 18 2007
 
Score 50%


usr/include/kde/ktexteditor/cursorinterface.h:34: warning: 'class KTextEditor::Cursor' has virtual functions but non-virtual destructor
class.absparser.h:52: warning: 'class AbsParser' has virtual functions but non-virtual destructor
class.absparser.h:68: warning: 'class CppParser' has virtual functions but non-virtual destructor
class.absparser.h:80: warning: 'class PerlParser' has virtual functions but non-virtual destructor
class.absparser.h:88: warning: unused parameter 'name'
class.absparser.h:88: warning: unused parameter 'type'
class.absparser.cpp: In member function 'virtual void CppParser::parse(Kate::Document*)':
class.absparser.cpp:152: error: unknown escape sequence '\}'
class.absparser.cpp:156: warning: comparison between signed and unsigned integer expressions
class.absparser.cpp:160: warning: comparison between signed and unsigned integer expressions
class.absparser.cpp:283: warning: comparison between signed and unsigned integer expressions
class.absparser.cpp:283: warning: comparison between signed and unsigned integer expressions
class.absparser.cpp:324: warning: comparison between signed and unsigned integer expressions
class.absparser.cpp:324: warning: comparison between signed and unsigned integer expressions
class.absparser.cpp:361: warning: comparison between signed and unsigned integer expressions
class.absparser.cpp:361: warning: comparison between signed and unsigned integer expressions
class.absparser.cpp:142: warning: unused variable 'qoute'
class.absparser.cpp:143: warning: unused variable 'blockF'
class.absparser.cpp: In member function 'virtual void PerlParser::parse(Kate::Document*)':
class.absparser.cpp:495: warning: unused variable 'j'
make[2]: *** [class.absparser.lo] Error 1
make[2]: se sale del directorio `/opt/src/cppdevelop/src'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/opt/src/cppdevelop'
make: *** [all] Error 2


Reply to this

-

 Re: Can't Compile?

 
 by adroot on: Jan 19 2007
 
Score 50%
adrootadroot
mail.ru

replace 152 str on
QRegExp rxMacro( "^#\\s*define\\s([^\\s\\r\\n]+)" );


Reply to this

-

 Re: Re: Can't Compil

 
 by adroot on: Jan 19 2007
 
Score 50%
adrootadroot
mail.ru

good this
QRegExp rxMacro( "^#\\s*define\\s+([^\\s\\r\\n]+)" );


Reply to this

-

 Can't Compile

 
 by ntadmin on: Jan 19 2007
 
Score 50%
ntadminntadmin
NT Computer

In file included from plugin_katecppdevelop.cpp:20:
class.cppview.h:68:7: warning: no newline at end of file
plugin_katecppdevelop.cpp: In member function `void CppDevelopView::_draw()':
plugin_katecppdevelop.cpp:58: error: `Left' is not a member of type `
Kate::ToolViewManager'
plugin_katecppdevelop.cpp:58: error: `createToolView' undeclared (first use
this function)
plugin_katecppdevelop.cpp:58: error: (Each undeclared identifier is reported
only once for each function it appears in.)
make[2]: *** [plugin_katecppdevelop.lo] Ошибка 1
make[2]: Leaving directory `/home/sysadmin/tmp/cppdevelop/src'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/home/sysadmin/tmp/cppdevelop'
make: *** [all] Ошибка 2


Reply to this

-

 Re: Can't Compile

 
 by adroot on: Jan 19 2007
 
Score 50%
adrootadroot
mail.ru

you KDE < 3.3 or > 3.5 ?


Reply to this

-
.

 Gentoo ebuild...

 
 by jirityr on: Jan 19 2007
 
Score 50%

I have made ebuild for Gentoo. You can find it here:
http://bugs.gentoo.org/show_bug.cgi?id=162761

Btw. thanks for this great plugin! It works very good for my Perl scripts.


Reply to this

-

 Re: Gentoo ebuild...

 
 by adroot on: Jan 19 2007
 
Score 50%
adrootadroot
mail.ru

thanks!


Reply to this

-
.

 Re: Re: Gentoo ebuil

 
 by jirityr on: Jan 31 2007
 
Score 50%

Could you please rename the package to this name:

kate-cppdevelop-plugin-0.1.1.tar.gz
or
katecppdevelopplugin-0.1.1.tar.gz

This name better corresponding with the project name and its version. Your package name katecppdevelopplugin-0.1.tar.gz doesn't corresponding with it very well.


Reply to this

-

 cppsymbolviewer

 
 by dragonlord79 on: Jan 22 2007
 
Score 50%

Hi, I'm the developer of cppsymbolviewer.
I'm wondering why you wrote a "replacement", as no one ever said that my project is dead.
As you surely know the KDE SVN repository is a mess since almost one year, due to the huge porting to QT4, so I'm just waiting for them to make something stable to improve and extend the functionalities of my plugin.
Writing from scratch is usually good when something DOESN'T exists.
Anyway, good luck.

Massimo


Reply to this

-

 Re: cppsymbolviewer

 
 by adroot on: Jan 22 2007
 
Score 50%
adrootadroot
mail.ru

Sorry, I bad speek English and I have betraid not correct value to a word "replacement", i correct this as "alternative"


best regards,
A. D.

Reply to this

-
.

 Configuration...

 
 by jirityr on: Feb 2 2007
 
Score 50%

I have a problem with configuration of this plugin:

checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include using -mt
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

I called configure with this parameters:
'--with-x' '--enable-mitshm' '--with-xinerama' '--with-qt-dir=/usr/qt/3' '--enable-mt' '--with-qt-libraries=/usr/qt/3/lib' '--disable-dependency-tracking' '--disable-debug' '--without-debug' '--with-arts' '--with-extra-includes=/include' '--with-extra-libs=/lib'

Do you know what could be wrong? Something has been changed in configure script? The previous version worked well.


Reply to this

-
.

 Re: Configuration...

 
 by jirityr on: Feb 3 2007
 
Score 50%

I'm sure, something has been changed in ./configure script! If I take ./configure script from older version (http://www.kde-apps.org/content/files/51805-katecppdevelop.tgz), then the configuration process works well. Could you please have a look on that? Thanks.


Reply to this

-
.

 Re: Re: Configuratio

 
 by jirityr on: Feb 4 2007
 
Score 50%

I have solved that problem. It was my fault.

Btw. Kate gave me a warning, that you should install your ui.rc like plugin_katecppdevelop.rc.


Reply to this

-

 Re: Re: Re: Configur

 
 by adroot on: Feb 5 2007
 
Score 50%
adrootadroot
mail.ru

i fix it.
sorry what can't answer you earlier,

ps. nice avatar :)


Reply to this

-
.

 Re: Re: Re: Re: Conf

 
 by jirityr on: Feb 5 2007
 
Score 50%

You have uploaded wrong package man! ;) You should be more careful if you publishing something over the Internet ;o)


Reply to this

-

 Re: Re: Re: Re: Re:

 
 by adroot on: Feb 5 2007
 
Score 50%
adrootadroot
mail.ru

thanks, I'm fix and it :)


Reply to this

-

 help

 
 by LaFleche on: Feb 5 2008
 
Score 50%

Hi,
I'd like to adapt your source but i'm a bit lost.
Could you explain where in your plugin you restritc parsing on to cpp files? I mean if a take a .cpp and rename it to .arg then the symbol list is empty. Where is it done?


thx


Reply to this

-

 Re: help

 
 by adroot on: Feb 6 2008
 
Score 50%
adrootadroot
mail.ru

You have two ways
1 select highlighting as C++
2 in method CppView::slotDocChanged
exists QString hlModeName = kv->hlModeName(hlMode); where hlModeName - is Kate highlighting for source


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