Changes between Version 5 and Version 6 of Documentation/DevelopmentCenter/CreateNewPluginUsingSD
- Timestamp:
- 06/28/14 09:54:08 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/CreateNewPluginUsingSD
v5 v6 1 = Quick guide: Create a new plugin withSharpDevelop =1 = Quick guide: Create a new plugin using SharpDevelop = 2 2 3 3 We assume that you have obtained the source as described in Quick guide: Download and build sources. We assume your directory structure looks as follows: 4 4 5 [[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPlugin WithVS/working_dir.png)]]5 [[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginUsingVS/working_dir.png)]] 6 6 7 7 == A new solution == … … 16 16 Your working directory should now look something like this 17 17 18 [[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPlugin WithVS/working_dir_new.png)]]18 [[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginUsingVS/working_dir_new.png)]] 19 19 20 20 == Configuring the project == … … 105 105 * Inside the starter open the "Plugin Manager" and see that it is correctly loaded 106 106 107 [[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPlugin WithVS/plugin_manager.png, align=center)]]107 [[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginUsingVS/plugin_manager.png, align=center)]] 108 108 109 109 Now 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.