#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Fri, 22 Jan 2016 17:20:52 +0100
changeset 16057 eb19b75d3b87
parent 16055 54845fc9c0b8
child 16058 d07dc4e285bc
#DOCUMENTATION class: WorkspaceApplication comment/format in: #languageListMenuSlice
WorkspaceApplication.st
--- a/WorkspaceApplication.st	Fri Jan 22 05:01:01 2016 +0000
+++ b/WorkspaceApplication.st	Fri Jan 22 17:20:52 2016 +0100
@@ -4016,6 +4016,9 @@
 !
 
 languageListMenuSlice
+    "dynamicall generate a slice containing the available
+     programming languages"
+     
     <resource: #programMenu >
 
     |m allLanguages |
@@ -4054,7 +4057,8 @@
                 "/ to be able to inspect code in debugger/inspector. Hence this hack.
                 "/ We may need something like evaluatorClassForInspector/Debugger.
                 and:[eachLanguage evaluatorClass notNil
-                and:[true "eachLanguage evaluatorClass canUnderstand: #evaluate:in:receiver:notifying:logged:ifFail:"]])
+                and:[true "eachLanguage evaluatorClass canUnderstand: #evaluate:in:receiver:notifying:logged:ifFail:"]
+            ]) 
             ifTrue:[
                 m addItem:((MenuItem
                             label:(eachLanguage name)