Author Topic: Kudos to Glenn R  (Read 9391 times)

0 Members and 1 Guest are viewing this topic.

Glenn R

  • Guest
Re: Kudos to Glenn R
« Reply #15 on: April 03, 2010, 04:05:03 AM »
Thanks again lads for all the support.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Kudos to Glenn R
« Reply #16 on: April 03, 2010, 07:19:51 PM »
Kerry,

That's an intersting question. As far as I'm aware, Kean 'blogified' the formating and he also added a one line 'if' statement to address a flow problem I missed.

Why do you ask?

This was the quote that caused me to ask ..
Quote
This month's plugin was written by Glenn Ryan of TCG Software and edited by our own Kean Walmsley.
http://labs.blogs.com/its_alive_in_the_lab/2010/04/xrefstates-for-autocad-april-adn-plugin-of-the-month-now-available.html
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

pkohut

  • Guest
Re: Kudos to Glenn R
« Reply #17 on: April 03, 2010, 07:59:03 PM »
Congrats Glenn.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8691
  • AKA Daniel
Re: Kudos to Glenn R
« Reply #18 on: April 15, 2010, 06:06:03 AM »

All hail master Glenn  8-)

Quote
....It’s rare that I come across such a well-structure codebase...
http://through-the-interface.typepad.com/through_the_interface/

Glenn R

  • Guest
Re: Kudos to Glenn R
« Reply #19 on: April 15, 2010, 06:17:48 AM »
Heh...Thanks Dan - StyleCop is pretty good ;-)

We'll see if anybody actually uses it and even more surprisingly, likes it. :-)

mohnston

  • Bull Frog
  • Posts: 305
  • CAD Programmer
Re: Kudos to Glenn R
« Reply #20 on: April 16, 2010, 05:44:14 PM »
We're not worthy!
We're not worthy!

Nicely played sir.
It's amazing what you can do when you don't know what you can't do.
CAD Programming Solutions

Glenn R

  • Guest
Re: Kudos to Glenn R
« Reply #21 on: April 16, 2010, 05:51:53 PM »
Ah...a Mike Myers fan I see :-) Thanks Mark.

Krushert

  • Seagull
  • Posts: 13679
  • FREE BEER Tomorrow!!
Re: Kudos to Glenn R
« Reply #22 on: April 16, 2010, 06:50:03 PM »
Very cool tool but not what I need.  So close but so far away sort of thing.  :-)

I need version that that remembers the xrefs that were attached and reattaches them after they have been deattached.  The current project that we have been working on has process converyor and machines xrefs that we will attached every couple days or so for coordination purposes.  They are prefromace drags so we detach them when we do not need them.  The really pain in keister part is hunting and pecking part in a folder of 100 files.   

But I still thank you and like I said it is reall cool to see improvements from people we know
Thanks.
I + XI = X is true ...  ... if you change your perspective.

I no longer CAD or Model, I just hang out here picking up the empties beer cans

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Kudos to Glenn R
« Reply #23 on: April 16, 2010, 07:00:05 PM »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Glenn R

  • Guest
Re: Kudos to Glenn R
« Reply #24 on: April 17, 2010, 05:04:02 AM »
Very cool tool but not what I need.  So close but so far away sort of thing.  :-)

I need version that that remembers the xrefs that were attached and reattaches them after they have been deattached.  The current project that we have been working on has process converyor and machines xrefs that we will attached every couple days or so for coordination purposes.  They are prefromace drags so we detach them when we do not need them.  The really pain in keister part is hunting and pecking part in a folder of 100 files.   

But I still thank you and like I said it is reall cool to see improvements from people we know
Thanks.

Ah...you do realise that an unloaded xref is...uh...like...unloaded don't you? In other words, it doesn't consume memory or only a very small amount. So what you do, is attach your xrefs once then unload them when you don't need them then reload when you do - saves hunting through your folders.

This way you don't get your performance drag. Of course, you can save an xrefstate with everything loaded and then unload the ones you don't need then save another state for unloaded. You then flip between the 2 as needed - simples.

Glenn R

  • Guest
Re: Kudos to Glenn R
« Reply #25 on: April 18, 2010, 03:44:53 PM »
Kerry,

That's an intersting question. As far as I'm aware, Kean 'blogified' the formating and he also added a one line 'if' statement to address a flow problem I missed.

Why do you ask?

This was the quote that caused me to ask ..
Quote
This month's plugin was written by Glenn Ryan of TCG Software and edited by our own Kean Walmsley.
http://labs.blogs.com/its_alive_in_the_lab/2010/04/xrefstates-for-autocad-april-adn-plugin-of-the-month-now-available.html

Kerry,

I've done Kean a disservice because I'm guilty of just looking at my original code base when Kean and I were throwing projects around, hence i missed a few things.

To that end, in addition to what I've mentioned previously about Kean's edits, he's done the following as well:

1. Changed some prompt strings to make them more consistent with Acad standards.
2. Added his demand-loading module, which is pretty slick IMO.
3. Removed all of my copyright headers and whatnot which are a rule in StyleCop.
4. Collapsed my 2 project implemenation (one for main interface and logic and one for the extension methods) into a sinlge project implementation inline with what the Plugin of the Month is about - simple code bases, which is a good thing.

I think I've nailed all the extras now :-) It was a very pleasant experience working with Kean I might add - good bloke.

Cheers,
Glenn.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Kudos to Glenn R
« Reply #26 on: April 18, 2010, 10:23:21 PM »
< .. >
To that end, in addition to what I've mentioned previously about Kean's edits, he's done the following as well:

< .. >

Cheers,
Glenn.

Thanks for the update Glenn.

< .. >
 It was a very pleasant experience working with Kean I might add - good bloke.


I think so too.  All contact I've had has been genuine.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

FengK

  • Guest
Re: Kudos to Glenn R
« Reply #27 on: April 19, 2010, 02:01:55 PM »
wow, this is something. must say congratulations!

deegeecees

  • Guest
Re: Kudos to Glenn R
« Reply #28 on: April 19, 2010, 02:21:04 PM »
That is something to write home about Glenn, congrats to you!

Glenn R

  • Guest
Re: Kudos to Glenn R
« Reply #29 on: April 20, 2010, 10:10:59 AM »
Thanks again lads.