Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 5 and Version 6 of Documentation/DevelopmentCenter/CreateNewPluginUsingSD


Ignore:
Timestamp:
06/28/14 09:54:08 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/CreateNewPluginUsingSD

    v5 v6  
    1 = Quick guide: Create a new plugin with SharpDevelop =
     1= Quick guide: Create a new plugin using SharpDevelop =
    22
    33We assume that you have obtained the source as described in Quick guide: Download and build sources. We assume your directory structure looks as follows:
    44
    5 [[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginWithVS/working_dir.png)]]
     5[[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginUsingVS/working_dir.png)]]
    66
    77== A new solution ==
     
    1616Your working directory should now look something like this
    1717
    18 [[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginWithVS/working_dir_new.png)]]
     18[[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginUsingVS/working_dir_new.png)]]
    1919
    2020== Configuring the project ==
     
    105105 * Inside the starter open the "Plugin Manager" and see that it is correctly loaded
    106106
    107 [[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginWithVS/plugin_manager.png, align=center)]]
     107[[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginUsingVS/plugin_manager.png, align=center)]]
    108108
    109109Now we have created an empty plugin that we can use to implement a new great idea. Please refer to the [[Documentation]] pages and the various HowTos on how to write views, operators, algorithms, etc.