From phillor at telstra.com Tue Dec 2 05:04:05 2008 From: phillor at telstra.com (Phil) Date: Tue, 2 Dec 2008 16:04:05 +1100 Subject: Documentation question Message-ID: <200812021604.05767.phillor@telstra.com> Thank you for reading this. I haven't had the documentation working completely correctly for the past couple of Kdevelop versions. It has worked correctly in the past. Take the C++ Annotations entry for example. I have modified the toc files as follows: C++ Annotations The problem I'm having is that the html code is displayed instead of the actual contents. No doubt there is a simple cure. -- Regards, Phil. From the.masch at gmail.com Mon Dec 8 02:50:29 2008 From: the.masch at gmail.com (Mario Chacon) Date: Mon, 8 Dec 2008 00:50:29 -0200 Subject: No build and New Project option work Message-ID: <93d66b780812071850v48d322aew111489e9ef894a43@mail.gmail.com> Hello! I tried to compile Kdevelop4 following this link: http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/compiling.Every was fine until I open Kdevelop4 and I do not have the new project option available and when I hit build it does not happen anything. I run export KDEDIRS=$HOME/kde4 to set KDEKDIRS, Is it right? What do I need to make it work? Thank you.. Salu2... -------------- next part -------------- An HTML attachment was scrubbed... URL: From apaku at gmx.de Mon Dec 8 11:42:05 2008 From: apaku at gmx.de (Andreas Pakulat) Date: Mon, 8 Dec 2008 12:42:05 +0100 Subject: No build and New Project option work In-Reply-To: <93d66b780812071850v48d322aew111489e9ef894a43@mail.gmail.com> References: <93d66b780812071850v48d322aew111489e9ef894a43@mail.gmail.com> Message-ID: <20081208114205.GA7354@morpheus.apaku.dnsalias.org> On 08.12.08 00:50:29, Mario Chacon wrote: > Hello! > I tried to compile Kdevelop4 following this link: > http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/compiling.Every > was fine until I open Kdevelop4 and I do not have the new project > option available and when I hit build it does not happen anything. > > I run export KDEDIRS=$HOME/kde4 to set KDEKDIRS, Is it right? If thats where all your KDE4 stuff is (including kdelibs and kdebase) then yes. Else you have to list all prefixes where kde4 is installed. After that run kbuildsycoca4 in the same shell, so kdevelop can find its plugins. Andreas -- Your supervisor is thinking about you. From mudit.tuli at gmail.com Mon Dec 15 17:13:17 2008 From: mudit.tuli at gmail.com (mudit tuli) Date: Mon, 15 Dec 2008 22:43:17 +0530 Subject: Help : how to Add Language Support ? Message-ID: <3d4c0f160812150913r7ae99e18t44336c81411421f3@mail.gmail.com> hi, i want to add language support for AS3(ActionScript 3/MXML), I found this documentation http://api.kde.org/4.x-api/kdevelop-apidocs/doc/api/html/howToAddProgrammingLanguages.html, but I have no idea where to start, can anyone guide me ? or atleast let me know where to start ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From apaku at gmx.de Mon Dec 15 18:35:39 2008 From: apaku at gmx.de (Andreas Pakulat) Date: Mon, 15 Dec 2008 19:35:39 +0100 Subject: Help : how to Add Language Support ? In-Reply-To: <3d4c0f160812150913r7ae99e18t44336c81411421f3@mail.gmail.com> References: <3d4c0f160812150913r7ae99e18t44336c81411421f3@mail.gmail.com> Message-ID: <20081215183539.GA25778@morpheus.apaku.dnsalias.org> On 15.12.08 22:43:17, mudit tuli wrote: > hi, i want to add language support for AS3(ActionScript 3/MXML), I found > this documentation > http://api.kde.org/4.x-api/kdevelop-apidocs/doc/api/html/howToAddProgrammingLanguages.html, > but I have no idea where to start, can anyone guide me ? > or atleast let me know where to start ? That apidoc is outdated, you should start reading this: http://api.kde.org/4.x-api/kdevplatform-apidocs/language/duchain/html/index.html And the classes with Language in the name in kdevplatform/interfaces (seems those have no apidox atm). You also probably want to look at kdevelop/plugins/managers/cmake/, kdevelop/plugins/languages/cpp/ and trunk/playground/devtools/kdevelop4-extra-plugins/php. Those three are currently maintained language plugins for KDevelop4. Andreas -- It is so very hard to be an on-your-own-take-care-of-yourself-because-there-is-no-one-else-to-do-it-for-you grown-up.