[vwnc] Visual breakpoint indicator

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

[vwnc] Visual breakpoint indicator

Rick Flower
Hi all.. I had a question about VW 7.6.. I've been using it on and off for
the past couple of weeks and noticed that when I set a breakpoint that it
highlights the first character at the position I indicated.. This is
different than what was done in VW7.5 if I recall -- I find the new
behavior harder to read -- is there a way to change the way breakpoints
show up in source code to make them more obvious? I don't recall what
VW7.5 did in this area but recall
it being easier to see.. Perhaps I'm just getting too old!  I certainly
have a hard time reading the fine print on medicine bottles!  Oh well..



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Visual breakpoint indicator

Runar Jordahl
If you evaluate the code below (ignoring all warnings), you get
color&error highlighting, and the stop icon for breakpoints.

Parcel loadParcelByName: 'RBCodeHighlighting'.
Refactory.CodeHighlighter.CodeHighlightingParser
        styles: (Refactory.CodeHighlighter.CodeHighlightingParser alternateStyles1).

Runar Jordahl
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Visual breakpoint indicator

James Robertson-7
In reply to this post by Rick Flower
It's the same as VW 7.5.  What you might recall is something I pointed  
out in today's screencast:

http://www.cincomsmalltalk.com/blog/blogView?showComments=true&printTitle=Smalltalk_Daily_7/3/08:_Extra_Emphasis&entry=3392527243

If you load "ExtraEmphasis", the breakpoint is marked by a little stop  
sign icon


James Robertson
Cincom Smalltalk Product Evangelist
http://www.cincomsmalltalk.com/blog/blogView
Talk Small and Carry a Big Class Library




On Jul 3, 2008, at 1:23 PM, Rick Flower wrote:

> Hi all.. I had a question about VW 7.6.. I've been using it on and  
> off for
> the past couple of weeks and noticed that when I set a breakpoint  
> that it
> highlights the first character at the position I indicated.. This is
> different than what was done in VW7.5 if I recall -- I find the new
> behavior harder to read -- is there a way to change the way  
> breakpoints
> show up in source code to make them more obvious? I don't recall what
> VW7.5 did in this area but recall
> it being easier to see.. Perhaps I'm just getting too old!  I  
> certainly
> have a hard time reading the fine print on medicine bottles!  Oh  
> well..
>
>
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Visual breakpoint indicator

Terry Raymond
In reply to this post by Rick Flower
Rick

The ExtraEmphasis parcel changes the breakpoint indictator
to a stop sign. I think you are used to seeing it with
EE loaded.

Terry
 
===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================

> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On Behalf Of Rick Flower
> Sent: Thursday, July 03, 2008 1:24 PM
> To: VW Mailing List
> Subject: [vwnc] Visual breakpoint indicator
>
> Hi all.. I had a question about VW 7.6.. I've been using it on and off for
> the past couple of weeks and noticed that when I set a breakpoint that it
> highlights the first character at the position I indicated.. This is
> different than what was done in VW7.5 if I recall -- I find the new
> behavior harder to read -- is there a way to change the way breakpoints
> show up in source code to make them more obvious? I don't recall what
> VW7.5 did in this area but recall
> it being easier to see.. Perhaps I'm just getting too old!  I certainly
> have a hard time reading the fine print on medicine bottles!  Oh well..
>
>
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Visual breakpoint indicator

Stefan Schmiedl
In reply to this post by Rick Flower
On Thu, 3 Jul 2008 10:23:49 -0700 (PDT)
"Rick Flower" <[hidden email]> wrote:

> Hi all.. I had a question about VW 7.6.. I've been using it on and off for
> the past couple of weeks and noticed that when I set a breakpoint that it
> highlights the first character at the position I indicated..

If you load ExtraEmphasis parcel from "Environment Enhancements", you'll
get a nice fat stop-sign.
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Visual breakpoint indicator

Rick Flower
In reply to this post by James Robertson-7
Thanks everyone.. I do know that when I was using VW7.5, I was using quite
a few more packages (lots of the RB stuff) than I am now -- mostly because
I wasn't sure that all of them worked with 7.6 -- I tried a few and some
had issues (don't recall which at this point).

-- Rick

On Thu, July 3, 2008 10:40 am, James Robertson wrote:

> It's the same as VW 7.5.  What you might recall is something I pointed
> out in today's screencast:
>
> http://www.cincomsmalltalk.com/blog/blogView?showComments=true&printTitle=Smalltalk_Daily_7/3/08:_Extra_Emphasis&entry=3392527243
>
> If you load "ExtraEmphasis", the breakpoint is marked by a little stop
> sign icon
>
>
> James Robertson
> Cincom Smalltalk Product Evangelist
> http://www.cincomsmalltalk.com/blog/blogView
> Talk Small and Carry a Big Class Library
>
>
>
>
> On Jul 3, 2008, at 1:23 PM, Rick Flower wrote:
>
>> Hi all.. I had a question about VW 7.6.. I've been using it on and
>> off for
>> the past couple of weeks and noticed that when I set a breakpoint
>> that it
>> highlights the first character at the position I indicated.. This is
>> different than what was done in VW7.5 if I recall -- I find the new
>> behavior harder to read -- is there a way to change the way
>> breakpoints
>> show up in source code to make them more obvious? I don't recall what
>> VW7.5 did in this area but recall
>> it being easier to see.. Perhaps I'm just getting too old!  I
>> certainly
>> have a hard time reading the fine print on medicine bottles!  Oh
>> well..
>>
>>
>>
>> _______________________________________________
>> vwnc mailing list
>> [hidden email]
>> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>>
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
>


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc