[Pharo-project] OTChasingInspector preview
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
On Thu, Mar 5, 2009 at 5:48 PM, Dale Henrichs <dale.henrichs@gemstone.com> 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
----- "Dale Henrichs" <dale.henrichs@gemstone.com> 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
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
http://source.lukas-renggli.ch/omnibrowser On Fri, Mar 6, 2009 at 9:24 AM, Alexandre Bergel <alexandre@bergel.eu> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel  http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
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 ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
----- "Alexandre Bergel" <alexandre@bergel.eu> 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
On Fri, Mar 6, 2009 at 5:16 PM, Dale Henrichs <dale.henrichs@gemstone.com> 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
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
Alexandre Bergel -
Dale Henrichs -
Damien Cassou -
Lukas Renggli -
Stéphane Ducasse