OTChasingInspector preview

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

OTChasingInspector preview

Dale
I made a blood sacrifice to the OB gods yesterday and they led me to an acceptable (initial) implementation of a chasing inspector:)

The code is in OB-Tools-dkh.66 (make sure you've loaded OmniBrowser-dr.442 as well). It'll need a couple more sacrifices to the OB gods before it's really ready (primarily reducing the text pane screen real estate), but you can take it for a spin, if you're interested:

    OTChasingInspector openOn: {
        #key->('Smalltalk'->Smalltalk).
        Dictionary with: #blue->'1' with: #green->'2' }.

I'll be using it in GLASS, but if there's interest in a Pharo/Squeak version I'll make sure to keep it up to snuff.

Dale

_______________________________________________
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: OTChasingInspector preview

Damien Cassou
On Thu, Mar 5, 2009 at 5:48 PM, Dale Henrichs
<[hidden email]> wrote:
> I made a blood sacrifice to the OB gods yesterday and they led me to an acceptable (initial) implementation of a chasing inspector:)
>
> The code is in OB-Tools-dkh.66 (make sure you've loaded OmniBrowser-dr.442 as well). It'll need a couple more sacrifices to the OB gods before it's really ready (primarily reducing the text pane screen real estate), but you can take it for a spin, if you're interested:
>
>    OTChasingInspector openOn: {
>        #key->('Smalltalk'->Smalltalk).
>        Dictionary with: #blue->'1' with: #green->'2' }.
>
> I'll be using it in GLASS, but if there's interest in a Pharo/Squeak version I'll make sure to keep it up to snuff.

Thank you very much Dale. I hope people will like it.

--
Damien Cassou
http://damiencassou.seasidehosting.st

_______________________________________________
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: OTChasingInspector preview

Dale
In reply to this post by Dale

----- "Dale Henrichs" <[hidden email]> wrote:

| I made a blood sacrifice to the OB gods yesterday and they led me to
| an acceptable (initial) implementation of a chasing inspector:)
|
| The code is in OB-Tools-dkh.66 (make sure you've loaded
| OmniBrowser-dr.442 as well). It'll need a couple more sacrifices to
| the OB gods before it's really ready (primarily reducing the text pane
| screen real estate), but you can take it for a spin, if you're
| interested:
|
|     OTChasingInspector openOn: {
|         #key->('Smalltalk'->Smalltalk).
|         Dictionary with: #blue->'1' with: #green->'2' }.
|
| I'll be using it in GLASS, but if there's interest in a Pharo/Squeak
| version I'll make sure to keep it up to snuff.

Use OB-Tools-dkh.72, for a better preview ... switches work correctly, doitContext is correct, and the relative pane sizes adjusted...'chase' menu item in inspector will bring up a chasing inspector, added 'explore' and several browsing methods to the inspector...

I want to use this for a couple more days before turning it loose, but feedback is welcomed.

Dale

_______________________________________________
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: OTChasingInspector preview

Alexandre Bergel
In reply to this post by Dale
I have no idea where to load this OB-Tools-dkh.66 from. it does not  
seem to be present on wiresong, and neither in squeaksource.

Cheers,
Alexandre


On 5 Mar 2009, at 17:48, Dale Henrichs wrote:

> I made a blood sacrifice to the OB gods yesterday and they led me to  
> an acceptable (initial) implementation of a chasing inspector:)
>
> The code is in OB-Tools-dkh.66 (make sure you've loaded OmniBrowser-
> dr.442 as well). It'll need a couple more sacrifices to the OB gods  
> before it's really ready (primarily reducing the text pane screen  
> real estate), but you can take it for a spin, if you're interested:
>
>    OTChasingInspector openOn: {
>        #key->('Smalltalk'->Smalltalk).
>        Dictionary with: #blue->'1' with: #green->'2' }.
>
> I'll be using it in GLASS, but if there's interest in a Pharo/Squeak  
> version I'll make sure to keep it up to snuff.
>
> Dale
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
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: OTChasingInspector preview

Lukas Renggli
http://source.lukas-renggli.ch/omnibrowser

On Fri, Mar 6, 2009 at 9:24 AM, Alexandre Bergel <[hidden email]> wrote:

> I have no idea where to load this OB-Tools-dkh.66 from. it does not
> seem to be present on wiresong, and neither in squeaksource.
>
> Cheers,
> Alexandre
>
>
> On 5 Mar 2009, at 17:48, Dale Henrichs wrote:
>
>> I made a blood sacrifice to the OB gods yesterday and they led me to
>> an acceptable (initial) implementation of a chasing inspector:)
>>
>> The code is in OB-Tools-dkh.66 (make sure you've loaded OmniBrowser-
>> dr.442 as well). It'll need a couple more sacrifices to the OB gods
>> before it's really ready (primarily reducing the text pane screen
>> real estate), but you can take it for a spin, if you're interested:
>>
>>    OTChasingInspector openOn: {
>>        #key->('Smalltalk'->Smalltalk).
>>        Dictionary with: #blue->'1' with: #green->'2' }.
>>
>> I'll be using it in GLASS, but if there's interest in a Pharo/Squeak
>> version I'll make sure to keep it up to snuff.
>>
>> Dale
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Lukas Renggli
http://www.lukas-renggli.ch

_______________________________________________
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: OTChasingInspector preview

Alexandre Bergel
> http://source.lukas-renggli.ch/omnibrowser

Ok, I found it.

>>> I made a blood sacrifice to the OB gods yesterday and they led me to
>>> an acceptable (initial) implementation of a chasing inspector:)
>>>
>>> The code is in OB-Tools-dkh.66 (make sure you've loaded OmniBrowser-
>>> dr.442 as well). It'll need a couple more sacrifices to the OB gods
>>> before it's really ready (primarily reducing the text pane screen
>>> real estate), but you can take it for a spin, if you're interested:
>>>
>>>    OTChasingInspector openOn: {
>>>        #key->('Smalltalk'->Smalltalk).
>>>        Dictionary with: #blue->'1' with: #green->'2' }.
>>>
>>> I'll be using it in GLASS, but if there's interest in a Pharo/Squeak
>>> version I'll make sure to keep it up to snuff.


Having tooltip for the *, 1, # buttons will definitely help.  
Alternatively, the title of the window may reflect what is currently  
displayed.

It looks very good

Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
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: OTChasingInspector preview

Dale

----- "Alexandre Bergel" <[hidden email]> wrote:


| Having tooltip for the *, 1, # buttons will definitely help.  
| Alternatively, the title of the window may reflect what is currently
|
| displayed.
|
| It looks very good
|
| Alexandre

Alexandre,

Good ideas about the tooltip and window title, I'll put something in for the next drop ...

Thanks.

Dale

_______________________________________________
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: OTChasingInspector preview

Damien Cassou
On Fri, Mar 6, 2009 at 5:16 PM, Dale Henrichs
<[hidden email]> wrote:
> Good ideas about the tooltip and window title, I'll put something in for the next drop ...

IIRC, you can use #longDescription or something like that to get a tooltip

--
Damien Cassou
http://damiencassou.seasidehosting.st

_______________________________________________
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: OTChasingInspector preview

Stéphane Ducasse
In reply to this post by Dale
there is an interest.

Stef
On Mar 5, 2009, at 5:48 PM, Dale Henrichs wrote:

> I made a blood sacrifice to the OB gods yesterday and they led me to  
> an acceptable (initial) implementation of a chasing inspector:)
>
> The code is in OB-Tools-dkh.66 (make sure you've loaded OmniBrowser-
> dr.442 as well). It'll need a couple more sacrifices to the OB gods  
> before it's really ready (primarily reducing the text pane screen  
> real estate), but you can take it for a spin, if you're interested:
>
>    OTChasingInspector openOn: {
>        #key->('Smalltalk'->Smalltalk).
>        Dictionary with: #blue->'1' with: #green->'2' }.
>
> I'll be using it in GLASS, but if there's interest in a Pharo/Squeak  
> version I'll make sure to keep it up to snuff.
>
> Dale
>
> _______________________________________________
> 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