[Pharo-project] [Request for Improvement] Cleverer alt-B
Hi I would love to be able to type Scriptloader alt b and get the ScriptLoader class browsed. Stef
On 27.11.2008, at 22:19, Stéphane Ducasse wrote:
Hi
I would love to be able to type
Scriptloader alt b and get the ScriptLoader class browsed.
there is the alternativeBrowseIt preference.. this does something like that: it shows a menu where you can select the class. Mayeb we should make this the default? Marcus -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
Marcus Denker wrote:
On 27.11.2008, at 22:19, Stéphane Ducasse wrote:
Hi
I would love to be able to type
Scriptloader alt b and get the ScriptLoader class browsed.
there is the alternativeBrowseIt preference.. this does something like that: it shows a menu where you can select the class.
Mayeb we should make this the default?
Marcus
Isnt that the normal behaviour? (I mostly use 3.10.2 with PackagePaneBrowser) Keith
Yes for the preference Now the real solution is if I type scriptloader Scriptloader -> Browse that class directly (no choice) if I type scriptl scriptlo scriptloa ... -> I should get the choice since there are multiple possibilities On Nov 27, 2008, at 10:49 PM, Marcus Denker wrote:
On 27.11.2008, at 22:19, Stéphane Ducasse wrote:
Hi
I would love to be able to type
Scriptloader alt b and get the ScriptLoader class browsed.
there is the alternativeBrowseIt preference.. this does something like that: it shows a menu where you can select the class.
Mayeb we should make this the default?
Marcus
-- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2008/11/28 Stéphane Ducasse <stephane.ducasse@inria.fr>:
Yes for the preference
Now the real solution is if I type
scriptloader Scriptloader -> Browse that class directly (no choice)
if I type scriptl scriptlo scriptloa ... -> I should get the choice since there are multiple possibilities
I don't think it should ignore the case (at least of first letter), to make difference between browsing implementors of selector or browsing a class. p.s. i just discovered that pressing ctrl-enter shows implementors as well! :)
On Nov 27, 2008, at 10:49 PM, Marcus Denker wrote:
On 27.11.2008, at 22:19, Stéphane Ducasse wrote:
Hi
I would love to be able to type
Scriptloader alt b and get the ScriptLoader class browsed.
there is the alternativeBrowseIt preference.. this does something like that: it shows a menu where you can select the class.
Mayeb we should make this the default?
Marcus
-- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
Yes but this can be like that if there is a method and a class with match the pattern then the first letter is important scriptload -> could be a method now if there is not method scriptload* then scriptloader -> class
if I type Scriptl Scriptlo Scriptloa ... -> I should get the choice since there are multiple
2008/11/28 Stéphane Ducasse <stephane.ducasse@inria.fr>:
Yes for the preference
Now the real solution is if I type
scriptloader Scriptloader -> Browse that class directly (no choice)
if I type scriptl scriptlo scriptloa ... -> I should get the choice since there are multiple possibilities
I don't think it should ignore the case (at least of first letter), to make difference between browsing implementors of selector or browsing a class.
p.s. i just discovered that pressing ctrl-enter shows implementors as well! :)
On Nov 27, 2008, at 10:49 PM, Marcus Denker wrote:
On 27.11.2008, at 22:19, Stéphane Ducasse wrote:
Hi
I would love to be able to type
Scriptloader alt b and get the ScriptLoader class browsed.
there is the alternativeBrowseIt preference.. this does something like that: it shows a menu where you can select the class.
Mayeb we should make this the default?
Marcus
-- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig. _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 27.11.2008, at 23:01, Keith Hodges wrote:
Marcus Denker wrote:
On 27.11.2008, at 22:19, Stéphane Ducasse wrote:
Hi
I would love to be able to type
Scriptloader alt b and get the ScriptLoader class browsed.
there is the alternativeBrowseIt preference.. this does something like that: it shows a menu where you can select the class.
Mayeb we should make this the default?
Marcus
Isnt that the normal behaviour? (I mostly use 3.10.2 with PackagePaneBrowser)
The Preference is turned off in Pharo. I will turn it one (and remove it ;-). Marcus -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
participants (4)
-
Igor Stasenko -
Keith Hodges -
Marcus Denker -
Stéphane Ducasse