So, first, I want to say a huge thank-you to Steven for getting SVI
running on Squeak 3.9. I loved SVI when it first came out back for 3.7, and was very happy to discover that it runs again on modern Squeaks. That said, I have been completely unable to get SVI + Shout + OmniBrowser all working at the same time. I can do Shout + SVI, SVI + OmniBrowser, and Shout + OmniBrowser, but that's it. Has anyone had success getting all three to work together? |
----- Original Message ----- From: "Benjamin Pollack" <[hidden email]> To: "The general-purpose Squeak developers list" <[hidden email]> Sent: Tuesday, November 14, 2006 2:18 AM Subject: SVI + OmniBrowser + Shout > So, first, I want to say a huge thank-you to Steven for getting SVI > running on Squeak 3.9. I loved SVI when it first came out back for > 3.7, and was very happy to discover that it runs again on modern > Squeaks. +1. SVI is a fine piece of work. > > That said, I have been completely unable to get SVI + Shout + > OmniBrowser all working at the same time. I can do Shout + SVI, SVI + > OmniBrowser, and Shout + OmniBrowser, but that's it. Has anyone had > success getting all three to work together? I have got them working together, but needed to make a couple of modifications (attached). I installed the packages in this order... Shout ShoutOmniBrowser SVI SVIOmniBrowser Then filein the attached methods Then I had to evaluate ... MorphicTextEditor default: PluggableSVIMorph > > OBDefinitionPanel-selectedClassOrMetaClass.st (424 bytes) Download Attachment PluggableSVIMorph-okToStyle.st (512 bytes) Download Attachment |
by the way,
according to [1], SVI is "a text editor for Squeak that supports dozens of VIM and Emacs commands and modes." [1] http://www.swerlingphoto.com/squeak/svi2/svi2.html On 11/14/06, Andrew Tween <[hidden email]> wrote: > > ----- Original Message ----- > From: "Benjamin Pollack" <[hidden email]> > To: "The general-purpose Squeak developers list" > <[hidden email]> > Sent: Tuesday, November 14, 2006 2:18 AM > Subject: SVI + OmniBrowser + Shout > > > > So, first, I want to say a huge thank-you to Steven for getting SVI > > running on Squeak 3.9. I loved SVI when it first came out back for > > 3.7, and was very happy to discover that it runs again on modern > > Squeaks. > > +1. > SVI is a fine piece of work. > > > > > That said, I have been completely unable to get SVI + Shout + > > OmniBrowser all working at the same time. I can do Shout + SVI, SVI + > > OmniBrowser, and Shout + OmniBrowser, but that's it. Has anyone had > > success getting all three to work together? > > I have got them working together, but needed to make a couple of modifications > (attached). > I installed the packages in this order... > Shout > ShoutOmniBrowser > SVI > SVIOmniBrowser > > Then filein the attached methods > > Then I had to evaluate ... > MorphicTextEditor default: PluggableSVIMorph > > > > > > > > > > > > > |
In reply to this post by Andrew Tween
Thanks to both of you for the bug report and the fix (not to mention the
complement). I'll put up a new version in a week or so incorporating Andrew's fix (along w/ a couple of my own fixes). I want to wait a bit because I made a change in a rather critical section of code, and I want to let it "steep" for a bit before releasing. In the meantime, if you are using shout+ob+svi, please file in Andrew's fix. Andrew Tween wrote: > ----- Original Message ----- > From: "Benjamin Pollack" <[hidden email]> > To: "The general-purpose Squeak developers list" > <[hidden email]> > Sent: Tuesday, November 14, 2006 2:18 AM > Subject: SVI + OmniBrowser + Shout > > >> So, first, I want to say a huge thank-you to Steven for getting SVI >> running on Squeak 3.9. I loved SVI when it first came out back for >> 3.7, and was very happy to discover that it runs again on modern >> Squeaks. > > +1. > SVI is a fine piece of work. > >> That said, I have been completely unable to get SVI + Shout + >> OmniBrowser all working at the same time. I can do Shout + SVI, SVI + >> OmniBrowser, and Shout + OmniBrowser, but that's it. Has anyone had >> success getting all three to work together? > > I have got them working together, but needed to make a couple of modifications > (attached). > I installed the packages in this order... > Shout > ShoutOmniBrowser > SVI > SVIOmniBrowser > > Then filein the attached methods > > Then I had to evaluate ... > MorphicTextEditor default: PluggableSVIMorph > > >> >> >> ------------------------------------------------------------------------ >> >> |
Steven Swerling a écrit :
> Thanks to both of you for the bug report and the fix (not to mention the > complement). I'll put up a new version in a week or so incorporating > Andrew's fix (along w/ a couple of my own fixes). I want to wait a bit > because I made a change in a rather critical section of code, and I want > to let it "steep" for a bit before releasing. In the meantime, if you > are using shout+ob+svi, please file in Andrew's fix. When you publish something working on 3.9 please tell me. I will prepare SVI for an inclusion in squeak-dev image. Bye |
Damien Cassou wrote:
> Steven Swerling a écrit : >> Thanks to both of you for the bug report and the fix (not to mention >> the complement). I'll put up a new version in a week or so >> incorporating Andrew's fix (along w/ a couple of my own fixes). I >> want to wait a bit because I made a change in a rather critical >> section of code, and I want to let it "steep" for a bit before >> releasing. In the meantime, if you are using shout+ob+svi, please file >> in Andrew's fix. > > When you publish something working on 3.9 please tell me. I will prepare > SVI for an inclusion in squeak-dev image. > > > Bye > Hi Damien, Sorry for the delay -- I've been traveling. I still have a couple of small bugs in the SVI's OB support, and I have to clean up the documentation a bit. Also, the key mapper is not correctly mapping the the <m-space> and <c-space> keystrokes (at least on linux). I will let you know as soon as I get these things all fixed up. Thanks, and take care. |
Free forum by Nabble | Edit this page |