Difference between revisions of "WxSmith extensions"

From Code::Blocks
m (Minor edits for clarity)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
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.
+
Welcome to wxSmith extensions wiki page. This page contains a few tutorials which show how to extend wxSmith's functionality. It also contains a set of extensions which are being worked on now. If you would like to add some extra functionality to wxSmith and want to share your results, please take a look at the [[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 the same feature as you.
 +
 
 +
[[Category:Code::Blocks Documentation]]
 +
[[Category:Developer Documentation]]
 +
[[Category:wxSmith extensions]]
  
 
== Tutorials ==
 
== 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.
+
we have prepared a 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 9: Line 13:
 
* 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]]
 +
* Tutorial 5: [[wxSmith tutorial: Adding support for events in custom items]]
  
 
== Extensions list ==
 
== 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.
+
On [[wxSmith extensions list|this]] page you can see the list of wxSmith extensions. It will contain extensions which are done, are being worked on and which are not worked on yet. You will also find there information on how to add your code into the main Code::Blocks source.

Latest revision as of 15:49, 6 December 2010

Welcome to wxSmith extensions wiki page. This page contains a few tutorials which show how to extend wxSmith's functionality. It also contains a set of extensions which are being worked on now. If you would like to add some extra functionality to wxSmith and want to share your results, please take a look at the 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 the same feature as you.

Tutorials

we have prepared a 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 this page you can see the list of wxSmith extensions. It will contain extensions which are done, are being worked on and which are not worked on yet. You will also find there information on how to add your code into the main Code::Blocks source.