[Pharo-project] Category autocomplete
Hi, when adding a method from the debugger and it ask for the category, if I want to create a category that has the same "starting" words as an existing one, it takes the existing one... is there a way to avoid that? Example: * evaluating --> is a category * I want to create "evaluating - private" but it takes "evalauting". Hernan -- * Hernán Wilkinson Agile Software Development, Teaching & Coaching Mobile: +54 - 911 - 4470 - 7207 email: hernan.wilkinson@10Pines.com site: http://www.10Pines.com <http://www.10pines.com/> *
yes the problme is that space is taken as a terminator. Stef On Sep 18, 2010, at 8:42 PM, Hernan Wilkinson wrote:
Hi, when adding a method from the debugger and it ask for the category, if I want to create a category that has the same "starting" words as an existing one, it takes the existing one... is there a way to avoid that?
Example: * evaluating --> is a category * I want to create "evaluating - private" but it takes "evalauting".
Hernan
-- Hernán Wilkinson Agile Software Development, Teaching & Coaching Mobile: +54 - 911 - 4470 - 7207 email: hernan.wilkinson@10Pines.com site: http://www.10Pines.com
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Hernan Wilkinson -
Stéphane Ducasse