+ pseudo entries
authorClaus Gittinger <cg@exept.de>
Mon, 21 Sep 2009 15:56:50 +0200
changeset 8737 18451bc9f48b
parent 8736 24b4731900f9
child 8738 fbe97f00e5f3
+ pseudo entries
Tools_NavigatorModel.st
--- a/Tools_NavigatorModel.st	Mon Sep 21 15:56:48 2009 +0200
+++ b/Tools_NavigatorModel.st	Mon Sep 21 15:56:50 2009 +0200
@@ -59,6 +59,22 @@
     "Modified: / 25.2.2000 / 21:18:30 / cg"
 !
 
+nameListEntryForALLWithCount
+    ^ '* all (%1) *'
+!
+
+nameListEntryForBookmarked
+    ^ '* bookmarked (%1) *'
+!
+
+nameListEntryForChanged
+    ^ '* changed *'
+!
+
+nameListEntryForChangedWithCount
+    ^ '* changed (%1) *'
+!
+
 nameListEntryForDocumentation
     ^ '* documentation (%1) *'
 !
@@ -85,6 +101,10 @@
 
 nameListEntryForUncommented
     ^ '* uncommented (%1) *'
+!
+
+nameListEntryForVisited
+    ^ '* visited (%1) *'
 ! !
 
 !NavigatorModel class methodsFor:'interface specs'!
@@ -168,7 +188,7 @@
 !NavigatorModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigatorModel.st,v 1.8 2009-09-21 12:50:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigatorModel.st,v 1.9 2009-09-21 13:56:50 cg Exp $'
 ! !
 
 NavigatorModel initialize!