OSDN Git Service

BUG: [ 1379278 ] Docs fix: Generate new GUIDs for new plugins
authorTim Gerundt <tim@gerundt.de>
Tue, 8 Aug 2006 19:48:47 +0000 (19:48 +0000)
committerTim Gerundt <tim@gerundt.de>
Tue, 8 Aug 2006 19:48:47 +0000 (19:48 +0000)
Docs/Developers/Changes.txt
Docs/Developers/Plugins.html

index e91717b..d89f6de 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-08 Tim
+ BUG: [ 1379278 ] Docs fix: Generate new GUIDs for new plugins
+  Developers: Plugins.html
+
 2006-08-07 Kimmo
  Update info about options reading and saving in Options-dialog.
   Developers: Options.html
index 258956a..cc4db76 100644 (file)
@@ -385,6 +385,7 @@ But they are difficult to debug. And valid only for <code>EDITOR_SCRIPT</code> e
   <li>Rename the files <code>cpp,def,dsp,idl,rc</code> : replace [<em>name of old plugin</em>] with [<em>name of your plugin</em>]</li>
   <li>In all the files, replace all instances of [<em>name of old plugin</em>] with [<em>name of your plugin</em>]</li>
   <li>Write your custom code : <code>WinMergeScript.cpp</code> holds all the important functions.</li>
+  <li>Generate new GUIDs and add to the <code>.idl</code> file.</li>
 </ol>
 
 <h4>Additional steps to write a plugin in C++</h4>