Some Possibly Useful Packages

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

Some Possibly Useful Packages

thomas.hawker

While working with Martin Kobetic on the highlighter packages, I’ve had occasion to add some possibly useful packages to the public repository.  While mine are much more prosaic than, say, Linkuistics, still I think they have some utility.  Please feel free to use them.  If you have any problems, just post to this list and [hopefully] I’ll get to them.

 

  1. TextHighlightingAll (bundle).  This is a bundle that loads all of the standard text highlighting capabilities – hyperlinks, spelling, code formatting, and extended (“hyper”) code formatting.  The bundle loads the current trunk versions which have the configurable emphasizer capability.  In particular, the “HyperRBCodeHighlighting” package provides several “hyperlink”-style emphasizers to implement its markups:  variables, selectors, and blocks.  The block capability is basically the same as the [now obsolete] RBEnclosureHighlighting package, which is incompatible with current highlighter changes.

 

  1. UIPainterHighlighting.  This package leverages the HighlightingStyles capability to allow you to change the grid color in the UIPainter.  I’m usually on Windows, and that means the grid is this bright, overpowering shade of medium blue.  I usually set my grid size to 4, so the blue grid makes the canvas unreadable.  This package gives you some leeway.

 

  1. BetterComments.  This package adds some extensions to Travis Griggs’ changes to the RB Comment Tool for VW 7.7.  It recognizes more items when generating the default comment, such as method annotation tags or class-side subclass responsibilities.  It also provides a way for you to define your own sections for highlighting and generation.  This package is also compatible with VW 7.6 provided you first load “BrowserCommentTool77” into your VW 7.6 image to backport Travis’ changes.

 

  1. HoverHelpExtensions.  In older VW versions, the “fly by” help capabilities used to be configurable with a settings page providing the various options (foreground text and background shading options, plus a couple of delay settings).  These were removed by VW 7.6 because those capabilities were replaced with the hover help and tool tip assistants.  This package adds these configurable options into the current hover help system.

 

Cheers!

 

Tom Hawker

Senior Framework Developer

Home

+1 (408) 274-4128

The Environment:

We take it personally

Office

+1 (408) 576-6591

Mobile

+1 (408) 835-3643

 

IMPORTANT NOTICE
Email from OOCL is confidential and may be legally privileged.  If it is not
intended for you, please delete it immediately unread.  The internet
cannot guarantee that this communication is free of viruses, interception
or interference and anyone who communicates with us by email is taken
to accept the risks in doing so.  Without limitation, OOCL and its affiliates
accept no liability whatsoever and howsoever arising in connection with
the use of this email.  Under no circumstances shall this email constitute
a binding agreement to carry or for provision of carriage services by OOCL,
which is subject to the availability of carrier's equipment and vessels and
the terms and conditions of OOCL's standard bill of lading which is also
available at http://www.oocl.com.

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

Re: Some Possibly Useful Packages

Anthony Lander-2

On 10-Mar-18, at 2:49 PM, <[hidden email]> <[hidden email]> wrote:

While working with Martin Kobetic on the highlighter packages, I’ve had occasion to add some possibly useful packages to the public repository.  While mine are much more prosaic than, say, Linkuistics, still I think they have some utility. 
Please feel free to use them.  If you have any problems, just post to this list and [hopefully] I’ll get to them.

 

  1. TextHighlightingAll (bundle).  This is a bundle that loads all of the standard text highlighting capabilities – hyperlinks, spelling, code formatting, and extended (“hyper”) code formatting.  The bundle loads the current trunk versions which have the configurable emphasizer capability.  In particular, the “HyperRBCodeHighlighting” package provides several “hyperlink”-style emphasizers to implement its markups:  variables, selectors, and blocks.  The block capability is basically the same as the [now obsolete] RBEnclosureHighlighting package, which is incompatible with current highlighter changes. 

That's great stuff.

I wonder, in light of your comments above, if somehow cincom (or the community) could maintain a list of suggested packages in the public store repository, just like when you open the package browser you get a list of suggested "useful" packages.

Thoughts?

  -Anthony

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

Re: Some Possibly Useful Packages

thomas.hawker

Anthony,

 

I think that might be useful.  I’m not sure what that would look like;  perhaps Cincom could have another package that’s maintained as part of their release process that provides those kinds of suggestions after you load it, perhaps by augmenting the current suggestions list.  However, some things are automatically included in the distribution. The bundle I cited is merely a convenience when using the public repository to load everything at once.  Martin K. indicated that he’d review the changes and open an AR to get the updates to the main trunk into the 7.8 builds, but he hasn’t done so yet that I know of.

 

There are quite a number of things out in the public repository that are obsolete or of questionable operability with recent changes.  For example, the RBEnclosureHighlighting uses the old parsing model and is incompatible with everything from VW7.7 on.  It needs to be marked as obsolete or otherwise removed from the delivered parcels.  Having a suggestions parcels in the repository might be an incentive to identify and blast some of the lint that’s developed over the years.

 

Cheers!

 

Tom Hawker

Senior Framework Developer

Home

+1 (408) 274-4128

The Environment:

We take it personally

Office

+1 (408) 576-6591

Mobile

+1 (408) 835-3643

 


From: [hidden email] [mailto:[hidden email]] On Behalf Of Anthony Lander
Sent: Thursday, March 18, 2010 12:36 PM
To: VW NC
Subject: Re: [vwnc] Some Possibly Useful Packages

 

 

On 10-Mar-18, at 2:49 PM, <[hidden email]> <[hidden email]> wrote:



While working with Martin Kobetic on the highlighter packages, I’ve had occasion to add some possibly useful packages to the public repository.  While mine are much more prosaic than, say, Linkuistics, still I think they have some utility. 

Please feel free to use them.  If you have any problems, just post to this list and [hopefully] I’ll get to them.

 

  1. TextHighlightingAll (bundle).  This is a bundle that loads all of the standard text highlighting capabilities – hyperlinks, spelling, code formatting, and extended (“hyper”) code formatting.  The bundle loads the current trunk versions which have the configurable emphasizer capability.  In particular, the “HyperRBCodeHighlighting” package provides several “hyperlink”-style emphasizers to implement its markups:  variables, selectors, and blocks.  The block capability is basically the same as the [now obsolete] RBEnclosureHighlighting package, which is incompatible with current highlighter changes. 

 

That's great stuff.

 

I wonder, in light of your comments above, if somehow cincom (or the community) could maintain a list of suggested packages in the public store repository, just like when you open the package browser you get a list of suggested "useful" packages.

 

Thoughts?

 

  -Anthony

IMPORTANT NOTICE
Email from OOCL is confidential and may be legally privileged.  If it is not
intended for you, please delete it immediately unread.  The internet
cannot guarantee that this communication is free of viruses, interception
or interference and anyone who communicates with us by email is taken
to accept the risks in doing so.  Without limitation, OOCL and its affiliates
accept no liability whatsoever and howsoever arising in connection with
the use of this email.  Under no circumstances shall this email constitute
a binding agreement to carry or for provision of carriage services by OOCL,
which is subject to the availability of carrier's equipment and vessels and
the terms and conditions of OOCL's standard bill of lading which is also
available at http://www.oocl.com.

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

Re: Some Possibly Useful Packages

kobetic
In reply to this post by thomas.hawker
Timely reminder, I have to admit I did indeed forget. But in the meantime I was running with the latest version in my development images and all seems fine (modulo a small fix for a misspelled global, published in the public repo), so I'll be pushing an AR through shortly.

Cheers,

Martin

<[hidden email]> wrote:

> I think that might be useful.  I'm not sure what that would look like;  perhaps Cincom could have another package that's maintained as part of their release process that provides those kinds of suggestions after you load it, perhaps by augmenting the current suggestions list.  However, some things are automatically included in the distribution. The bundle I cited is merely a convenience when using the public repository to load everything at once.  Martin K. indicated that he'd review the changes and open an AR to get the updates to the main trunk into the 7.8 builds, but he hasn't done so yet that I know of.
>
> There are quite a number of things out in the public repository that are obsolete or of questionable operability with recent changes.  For example, the RBEnclosureHighlighting uses the old parsing model and is incompatible with everything from VW7.7 on.  It needs to be marked as obsolete or otherwise removed from the delivered parcels.  Having a suggestions parcels in the repository might be an incentive to identify and blast some of the lint that's developed over the years.
>
> Cheers!
>
> Tom Hawker
>
> [cid:image001.gif@01CAC6A2.08C6AC40]
>
> Senior Framework Developer
>
> Home
>
> +1 (408) 274-4128
>
> [cid:image002.gif@01CAC6A2.08C6AC40]The Environment:
> We take it personally
>
> Office
>
> +1 (408) 576-6591
>
> Mobile
>
> +1 (408) 835-3643
>
>
> ________________________________
> From: [hidden email] [mailto:[hidden email]] On Behalf Of Anthony Lander
> Sent: Thursday, March 18, 2010 12:36 PM
> To: VW NC
> Subject: Re: [vwnc] Some Possibly Useful Packages
>
>
> On 10-Mar-18, at 2:49 PM, <[hidden email]<mailto:[hidden email]>> <[hidden email]<mailto:[hidden email]>> wrote:
>
>
> While working with Martin Kobetic on the highlighter packages, I've had occasion to add some possibly useful packages to the public repository.  While mine are much more prosaic than, say, Linkuistics, still I think they have some utility.
> Please feel free to use them.  If you have any problems, just post to this list and [hopefully] I'll get to them.
>
>
>  1.  TextHighlightingAll (bundle).  This is a bundle that loads all of the standard text highlighting capabilities - hyperlinks, spelling, code formatting, and extended ("hyper") code formatting.  The bundle loads the current trunk versions which have the configurable emphasizer capability.  In particular, the "HyperRBCodeHighlighting" package provides several "hyperlink"-style emphasizers to implement its markups:  variables, selectors, and blocks.  The block capability is basically the same as the [now obsolete] RBEnclosureHighlighting package, which is incompatible with current highlighter changes.
>
> That's great stuff.
>
> I wonder, in light of your comments above, if somehow cincom (or the community) could maintain a list of suggested packages in the public store repository, just like when you open the package browser you get a list of suggested "useful" packages.
>
> Thoughts?
>
>   -Anthony
>
> IMPORTANT NOTICE
> Email from OOCL is confidential and may be legally privileged.  If it is not
> intended for you, please delete it immediately unread.  The internet
> cannot guarantee that this communication is free of viruses, interception
> or interference and anyone who communicates with us by email is taken
> to accept the risks in doing so.  Without limitation, OOCL and its affiliates
> accept no liability whatsoever and howsoever arising in connection with
> the use of this email.  Under no circumstances shall this email constitute
> a binding agreement to carry or for provision of carriage services by OOCL,
> which is subject to the availability of carrier's equipment and vessels and
> the terms and conditions of OOCL's standard bill of lading which is also
> available at http://www.oocl.com.
>
>
> _______________________________________________
> 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: Some Possibly Useful Packages

Terry Raymond
In reply to this post by thomas.hawker

Tom

 

Just because something is obsolete with respect to the latest

version of VW does not mean nobody uses it. There are many

people using older versions.

 

We really need some way of identifying what versions a package

is compatible with.

 

Terry

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

From: [hidden email] [mailto:[hidden email]] On Behalf Of [hidden email]
Sent: Thursday, March 18, 2010 4:51 PM
To: [hidden email]
Cc: [hidden email]
Subject: Re: [vwnc] Some Possibly Useful Packages

 

Anthony,

 

I think that might be useful.  I’m not sure what that would look like;  perhaps Cincom could have another package that’s maintained as part of their release process that provides those kinds of suggestions after you load it, perhaps by augmenting the current suggestions list.  However, some things are automatically included in the distribution. The bundle I cited is merely a convenience when using the public repository to load everything at once.  Martin K. indicated that he’d review the changes and open an AR to get the updates to the main trunk into the 7.8 builds, but he hasn’t done so yet that I know of.

 

There are quite a number of things out in the public repository that are obsolete or of questionable operability with recent changes.  For example, the RBEnclosureHighlighting uses the old parsing model and is incompatible with everything from VW7.7 on.  It needs to be marked as obsolete or otherwise removed from the delivered parcels.  Having a suggestions parcels in the repository might be an incentive to identify and blast some of the lint that’s developed over the years.

 

Cheers!

 

Tom Hawker

Senior Framework Developer

Home

+1 (408) 274-4128

The Environment:

We take it personally

Office

+1 (408) 576-6591

Mobile

+1 (408) 835-3643

 


From: [hidden email] [mailto:[hidden email]] On Behalf Of Anthony Lander
Sent: Thursday, March 18, 2010 12:36 PM
To: VW NC
Subject: Re: [vwnc] Some Possibly Useful Packages

 

 

On 10-Mar-18, at 2:49 PM, <[hidden email]> <[hidden email]> wrote:

 

While working with Martin Kobetic on the highlighter packages, I’ve had occasion to add some possibly useful packages to the public repository.  While mine are much more prosaic than, say, Linkuistics, still I think they have some utility. 

Please feel free to use them.  If you have any problems, just post to this list and [hopefully] I’ll get to them.

 

  1. TextHighlightingAll (bundle).  This is a bundle that loads all of the standard text highlighting capabilities – hyperlinks, spelling, code formatting, and extended (“hyper”) code formatting.  The bundle loads the current trunk versions which have the configurable emphasizer capability.  In particular, the “HyperRBCodeHighlighting” package provides several “hyperlink”-style emphasizers to implement its markups:  variables, selectors, and blocks.  The block capability is basically the same as the [now obsolete] RBEnclosureHighlighting package, which is incompatible with current highlighter changes. 

 

That's great stuff.

 

I wonder, in light of your comments above, if somehow cincom (or the community) could maintain a list of suggested packages in the public store repository, just like when you open the package browser you get a list of suggested "useful" packages.

 

Thoughts?

 

  -Anthony

IMPORTANT NOTICE
Email from OOCL is confidential and may be legally privileged.  If it is not
intended for you, please delete it immediately unread.  The internet
cannot guarantee that this communication is free of viruses, interception
or interference and anyone who communicates with us by email is taken
to accept the risks in doing so.  Without limitation, OOCL and its affiliates
accept no liability whatsoever and howsoever arising in connection with
the use of this email.  Under no circumstances shall this email constitute
a binding agreement to carry or for provision of carriage services by OOCL,
which is subject to the availability of carrier's equipment and vessels and
the terms and conditions of OOCL's standard bill of lading which is also
available at http://www.oocl.com.

 


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