User Tools

Site Tools


xide_plugin_sample

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
xide_plugin_sample [2018/01/26 05:01] – created wolfgangriedmannxide_plugin_sample [2018/01/26 05:14] wolfgangriedmann
Line 1: Line 1:
 ====== A sample XIDE plugin ====== ====== A sample XIDE plugin ======
  
-Here you can find a complete sample for an XIDE plugin with some useful functions.+Here you can find a complete sample for an XIDE plugin with some useful functions. For a short description how a plugin works please see here: [[xide_plugin_system|The XIDE plugin system]]. 
 + 
 +This plugin has the following functions: 
 + 
 +  * Insert a textblock at cursor position (textblocks can be defined as prg files) 
 +  * Show the XSError.log file  
 +  * Open the BIN folder of your project 
 +  * Copy the application folder name to the clipboard  
 +  * Open a command prompt in the BIN folder (setting the Visual Studio environment variables) 
 +  * Open an elevated rights command prompt with the Visual Studio environment variables 
 +  * Execute GUIDgen to create GUIDs 
 + 
 +To simply use this plugin, simply copy the DLL in your ''Plugins'' subdirectory. If you wish to change the plugin code and recompile it, please adjust the assemblies path according to your installation.
  
  
  
xide_plugin_sample.txt · Last modified: 2018/01/26 05:17 by wolfgangriedmann