Tools__NavigationState.st
changeset 16939 4b950460cad2
parent 16896 9336d232a127
child 17134 c4cce8b7a95d
child 18067 1f116e0b51e3
--- a/Tools__NavigationState.st	Thu Oct 13 01:03:33 2016 +0200
+++ b/Tools__NavigationState.st	Thu Oct 13 11:42:59 2016 +0200
@@ -1686,6 +1686,9 @@
 !
 
 isProjectFullBrowser
+    "showing a single or multiple full projects
+     (but not a regular browser, in projects-mode."
+    
     ^ canvasType == #singleProjectFullBrowserSpec
       or:[ canvasType == #multipleProjectFullBrowserSpec ]