KDevelop5/KDevPlatformPluginExample: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A good way to start your KDevPlatform plugin development is to use our plugin example. This can be found in the KDE's kdeexamples repository, you can get it here:
A good way to start your KDevPlatform plugin development is to use our plugin example. This can be found in the KDE's kdeexamples repository, you can get it here:


$ git clone git://anongit.kde.org/kdeexamples
<pre>$ git clone git://anongit.kde.org/kdeexamples</pre>


In the KDevPlatform directory you will find the example that we have available right now. ProjectView is a good way to start because it displays how to add some UI and interact with the shell to get some of the available information.
In the KDevPlatform directory you will find the example that we have available right now. ProjectView is a good way to start because it displays how to add some UI and interact with the shell to get some of the available information.


You can just import it with KDevelop and start playing with it :).
You can just import the source with KDevelop and start playing with it :).


Have fun!
Have fun!

Revision as of 12:07, 5 June 2011

A good way to start your KDevPlatform plugin development is to use our plugin example. This can be found in the KDE's kdeexamples repository, you can get it here:

$ git clone git://anongit.kde.org/kdeexamples

In the KDevPlatform directory you will find the example that we have available right now. ProjectView is a good way to start because it displays how to add some UI and interact with the shell to get some of the available information.

You can just import the source with KDevelop and start playing with it :).

Have fun!