-
 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    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans  .- Knowledge Base  . 

Kate C++ Helper Plugin

   0.9.1  Updated

KDE Text Editor

Score 61%
Kate C++ Helper Plugin
zoom


Kate C++ Helper Plugin
zoom


Kate C++ Helper Plugin
zoom


Version Control:  Link
Depends on  KDE 4.x
Downloads:  395
Submitted:  Jan 30 2012
Updated:  1 day ago

Description:

This plugin is intended to simplify the hard life of C/C++ programmers who use Kate to write code.
It has C++ code completion (clang based), #include files completion, smarter replacement for standard Open Header plugin, and few other neat features (check README for details).

Unfortunately currently there exists only a live-ebuild for Gentoo systems and right now I have no plans to make packages for other distros...

NOTE Yeah, this is former Kate Include Helper plugin with a bunch of new features, so I decide to rename it. (sorry, you have to fix your configured sessions, see README for details).

Thanks to mrbit for ArchLinux package. :)




Changelog:

Version 0.1
* open header files using F10 key

Version 0.2
* push '#include' directive w/ current file name into the clipboard, so it would be easy to switch to another document and just paste the whole #include line...
* finally it has auto-completer for path and file name for strings w/ '#include' on a line! Yeah, now it's really easy to type and find a required header...

Version 0.3
* check if #included files are really available in configured paths. If some doesn't, then mark such lines w/ an error background. In case of multiple matches, mark it w/ a warning backgorund color.
* configuration dialog extended w/ new options

Version 0.4
* fixed a bug w/ reading a global config after the plugin gets enabled
* a bunch of refactorings since 0.3

Version 0.4.1
* open dialog w/ currently '#included' files, if unable to open a file under cursor
(or cursor not on a word at all)
* remove duplicates from completion list (for out of source builds and if both, source
and binary dirs are in the search list, it led to duplicates)

Version 0.4.2
* watch configured directories for changes and update '#include' files status
* build system support has improved and refactored, so now it is possible to generate a source tarball and turn unit-tests compilation OFF (to avoid unnecessary for end user boost dependency)

Version 0.4.3 (hot fix release)
* make directory monitoring optional and configured via plugin's *Other Settings* configuration page
cuz it may leads to high resources consume

Version 0.4.4
* if a file going to be opened is inaccessible for writing, then open it in RO mode, so implicit modifications
(like TAB to space conversions or trailing spaces removal) wouldn't annoy on close

Version 0.4.5
* fix a nasty bug with a path remove button from config dialog

Version 0.5
* add an action to switch between header and implementation file, just like an official Open Header plugin but smarter ;-)

Version 0.7
* initial implementation of (fair) C++ code completion (clang based)

Version 0.7.1
* added clang detector (also tested w/ Ubuntu 12.10)
* fix cmake files for unit tests building
* fix a bug when parse #include directive
* fix live ebuild to require clang

Version 0.8
* added session '#include' sets. Now it is possible to save session's #inclue paths and reuse in other sessions, so configuring sessions will takes less time. Also one perdefined set shipped: Qt4 -- based on #include paths detected when this plugin get compiled.
* added UI to ask `g++` or `clang++` compiler (if found in `PATH`) about predefined `#include` paths, and append them to _System Paths_ tab.
* other UI cleaned up a little as well
* display optional parameters and some information in completions list

Version 0.8.5
* add completion items highlighting
* add completion items sanitizer: some complex template types can be replaced with shorter equivalent. For example 'std::basic_string < char >' to 'std::string'. This feature help to reduce width of completion popup for STL types. Also some boost types ('boost::variant' and MPL sequences) are supported.
* completers registration refactored and bug with absent completers for C++ code from file templates is gone finally

Version 0.8.6
* insert kate templates when execute completion item, so user may see and edit parameters required for a function call

Version 0.8.7
* tooltips over highlighted `#include` lines displaying a reason
* there is no ambiguity if user types `#in` -- it can be only `#include` directive (`#include_next` is a really rare case, and I wrote it about 5 times in my life), so automatic completer added for this case.
* speedup getting code completions
* enable automatic completions popup when member accessed
* `#include` explorer has been added. It can hihglight "redundand" headers included in a translation unit.

Version 0.8.8
* copy `#include` to clipboard improved (and recent bug has fixed)
* disable C++ specific actions for non C++ documents
* tree builder refactored in `#include` explorer, now everything is Ok w/ tree structure

Version 0.9.0
* add a list of file extesnsions to be ignored by `#include` autocompleter (per session)
* fix regression with header file presence checker
* some code cleanup (before going to make a branch for indexing feature implementation)

Version 0.9.1
* add a quick search (filter) to the `#include` explorer
* fixed build w/ gcc 4.6.x (patch from Alexander Mezin)




LicenseGPL
Source(bz2 tarball)
Gentoo(live ebuild)
Arch(package by mrbit)
Send to a friend
Subscribe
Other  Apps  from zaufi
Report inappropriate content



-

 KateCppHelperPlugin

 
 by mrbit on: Dec 24 2012
 
Score 50%

with ver. 0.8.6 no compila ????

[ 66%] Building CXX object src/CMakeFiles/katecpphelperplugin.dir/clang_utils.o
[ 72%] Building CXX object src/CMakeFiles/katecpphelperplugin.dir/clang_code_completion_item.o
/home/mrbit/aur3/kateinclude-helper-plugin/src/KateCppHelperPlugin-0.8.6/src/translation_unit.cpp: In function ‘void kate::{anonymous}::debugShowCompletionResult(unsigned int, unsigned int, CXCompletionString, CXCursorKind)’:
/home/mrbit/aur3/kateinclude-helper-plugin/src/KateCppHelperPlugin-0.8.6/src/translation_unit.cpp:77:64: error: ‘clang_getCompletionBriefComment’ was not declared in this scope
make[2]: *** [src/CMakeFiles/katecpphelperplugin.dir/translation_unit.o] Errore 1
make[2]: *** Attesa dei processi non terminati....
make[1]: *** [src/CMakeFiles/katecpphelperplugin.dir/all] Errore 2
make: *** [all] Errore 2


Reply to this

-
.

 Re: KateCppHelperPlugin

 
 by zaufi on: Dec 24 2012
 
Score 50%

Oops... sorry I played w/ clang 3.2 and forget to wrap it into #ifdefs...
error has been fixed, tarball reloaded.


Reply to this

-

 Re: Re: KateCppHelperPlugin

 
 by mrbit on: Dec 24 2012
 
Score 50%

ok, thanks now compila...
Merry Christmas.


Reply to this

Add commentBack




-
-
Do you like or dislike Ubuntu Unity?
 Yes, unity is alien technology!
 It is less confusing than Gnome 3 default, shell.
 Granny thinks it is much more usable than Gnome 2
 Canonical is embarrasing itself with this split project
 Gnome 3 default shell is much better
 I dislike Unity, Gnome 3 default shell is alien technology!
 None of the above, I like the 2Gb for free and Apple alike behavior. Will post a comment instead

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

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2013 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.