Difference between revisions of "WxSmith extensions"

From Code::Blocks
Line 1: Line 1:
This page contains tutorials which will show you how to write you own plugins extending wxSmith.
+
Welcome to wxSmith extensions wiki page. This page conains few tutorials which show how to extend wxSmith's functionality. It does contain also set of extensions which are worked on now. If you would like to add some extra functionality to wxSmith and want to share with your results, please take look at [[wxSmith extensions list]] page. You can check there who is working on particular extensions and add your own info to prevent other developers from working on same feature as you.
 +
 
 +
== Tutorials ==
 +
 
 +
we have prepared few tutorials which will show you how to add your own extensions to wxSmith. They describe parts of wxSmith essential to extensions support. They also show real examples on how to extend wxSmith.
  
 
* Tutorial 1: [[Creating a plugin which adds new item into wxSmith]]
 
* Tutorial 1: [[Creating a plugin which adds new item into wxSmith]]
Line 5: Line 9:
 
* Tutorial 3: [[wxSmith tutorial: Adding advanced properties into items|Adding advanced properties]]
 
* Tutorial 3: [[wxSmith tutorial: Adding advanced properties into items|Adding advanced properties]]
 
* Tutorial 4: [[wxSmith tutorial: More on code and preview generation|More on code and preview generation]]
 
* Tutorial 4: [[wxSmith tutorial: More on code and preview generation|More on code and preview generation]]
 +
 +
== Extensions list ==
 +
 +
On [wxSmith extensions list|this]] page you can see the list of wxSmith extensions. It will contain extensions which are done, are worked on and which are not worker on yet. You will also find there informactions on how to add your code into main Code::Blocks source.

Revision as of 19:26, 23 April 2007

Welcome to wxSmith extensions wiki page. This page conains few tutorials which show how to extend wxSmith's functionality. It does contain also set of extensions which are worked on now. If you would like to add some extra functionality to wxSmith and want to share with your results, please take look at wxSmith extensions list page. You can check there who is working on particular extensions and add your own info to prevent other developers from working on same feature as you.

Tutorials

we have prepared few tutorials which will show you how to add your own extensions to wxSmith. They describe parts of wxSmith essential to extensions support. They also show real examples on how to extend wxSmith.

Extensions list

On [wxSmith extensions list|this]] page you can see the list of wxSmith extensions. It will contain extensions which are done, are worked on and which are not worker on yet. You will also find there informactions on how to add your code into main Code::Blocks source.