SmalltalkCodeGeneratorTool.st
changeset 16903 245c704778d5
parent 16900 1bd3cf6ce330
child 16914 1e315f4ce45d
--- a/SmalltalkCodeGeneratorTool.st	Wed Oct 05 17:50:25 2016 +0200
+++ b/SmalltalkCodeGeneratorTool.st	Wed Oct 05 17:54:05 2016 +0200
@@ -2563,7 +2563,7 @@
      Under win32, a mutex is used; under unix, an exclusive file in the tempDir could be used.
      If redefined, please return a real UUID (i.e. UUID fromString:''.....'') and not a string or
      similar possibly conflicting identifier.
-     You can paste a fresh worldwide unique id via the editor''s more-misc-paste UUID menuFunction."
+     You can paste a fresh worldwide unique id via the editor''s ''more''-''misc''-''paste UUID'' menu function."
 
     ^ UUID fromString:''', UUID genUUID printString, '''
 '.
@@ -2654,6 +2654,11 @@
      (as array of words from space-separated command line).
      Creates an instance of myself and calls the main: method on the instance side."
 
+    "/ to check if another instance is already running (win32 only for now)
+    "/     self checkForAndExitIfAnotherApplicationInstanceIsRunning
+    "/ (which tells the running app to open a new window on the passed in document file)
+    "/ see my superclass for how this works.
+    
     ^ self new main:argv
     
     "to try from within the IDE: