Mouse does not find matching when closing paren is immediately following single quotes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Mouse does not find matching when closing paren is immediately following single quotes

csrabak

Be it in the Workspace or a System Browser pane if you have:

#('something'1 2 3 'nothing') "exactly this way"

if you (red) click the left paren all the parenthesis contents get highlited, however, if you click the right paren, then no highlit happens.  You've to put a space between the quote, so the example above has to change to:

#('something'1 2 3 'nothing' )

In order to get the higliting back.  As this obviously is not a feature :-) I think we should see if it can be put in investigation to be fixed in next releases...

 


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Mouse does not find matching when closing paren is immediately following single quotes

Stéphane Ducasse
probably related to shout

Stef

On Aug 14, 2009, at 9:50 PM, [hidden email] wrote:

> Be it in the Workspace or a System Browser pane if you have:
>
> #('something'1 2 3 'nothing') "exactly this way"
>
> if you (red) click the left paren all the parenthesis contents get  
> highlited, however, if you click the right paren, then no highlit  
> happens.  You've to put a space between the quote, so the example  
> above has to change to:
>
> #('something'1 2 3 'nothing' )
>
> In order to get the higliting back.  As this obviously is not a  
> feature :-) I think we should see if it can be put in investigation  
> to be fixed in next releases...
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project