On Fri, Oct 8, 2010 at 3:27 PM, Stéphane Ducasse <[email protected]>wrote:
> The problem is that with gofer only this is tedious to maintain multiple > versions of something. > Can somebody take care of the ConfigurationOfOB? > > I do as much as my time let me. I even updated several confs. See: http://forum.world.st/Updated-Metacello-Configurations-of-OmniBrowser-RefactoringBrowser-OCompletion-td2715921.html#a2715921 So...if you load that, this should be fixed because I did that few weeks ago (fee weeks ago < 6 months). I cannot update the conf for every Lukas commit. That's not the idea of Metacello. Anyway, I explained several times (I have already put it even in Metacello FAQ) that if you want to load the latest code of every package, just load the baseline. Example: (ConfigurationOfOmnibrowser project version: '1.2-baseline') load > Stef > > > I don't know, I do not maintain them. > > > > I just realize that people often report bugs that have been fixed a > > long time ago. > > > > I suggest that you always load the latest code using the following > script: > > > > "Refactoring" > > Gofer new > > squeaksource: 'rb'; > > package: 'AST-Core'; > > package: 'AST-Semantic'; > > package: 'Refactoring-Core'; > > package: 'Refactoring-Changes'; > > package: 'Refactoring-Critics'; > > package: 'Refactoring-Environment'; > > package: 'Refactoring-Spelling'; > > load. > > ! > > "OmniBrowser" > > Gofer new > > renggli: 'omnibrowser'; > > package: 'OmniBrowser'; > > package: 'OB-Standard'; > > package: 'OB-Morphic'; > > package: 'OB-Shout'; > > package: 'OB-Refactory'; > > package: 'OB-Regex'; > > package: 'OB-SUnitIntegration'; > > load. > > ! > > "Tools" > > Gofer new > > renggli: 'unsorted'; > > package: 'Shout'; > > package: 'ShoutWorkspace'; > > package: 'RoelTyper'; > > package: 'ECompletion'; > > package: 'ECompletionOmniBrowser'; > > load. > > ! > > "Select Tools" > > SystemBrowser default: (Smalltalk at: #OBSystemBrowserAdaptor). > > > > Lukas > > > > On 8 October 2010 15:09, Alexandre Bergel <[email protected]> wrote: > >> I did a "ConfigurationOfOmnibrowser project lastVersion load" > >> Apparently ConfigurationOfOmnibrowser is not maintained... > >> > >> Cheers, > >> Alexandre > >> > >> > >> On 8 Oct 2010, at 09:03, Lukas Renggli wrote: > >> > >>> Update, this has been fixed half a year ago :-) > >>> > >>> Lukas > >>> > >>> On 8 October 2010 14:58, Alexandre Bergel <[email protected]> wrote: > >>>> hi! > >>>> > >>>> When I press cmd-t in an ob browser in the class category pane, I get > a window titled "Selected Command". I would expect executing the test of the > class category. > >>>> > >>>> I tried to find out where the "Selected Command" command is defined > with: > >>>> OBCommand allSubclasses select: [:c | c new keystroke = $t ] > >>>> => an OrderedCollection(OBCmdRunTests) > >>>> > >>>> But apparently only running the test is associated to Cmd-t. > >>>> Isn't that convenient to be able to run the test from a class > category? > >>>> > >>>> Cheers, > >>>> alexandre > >>>> -- > >>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > >>>> Alexandre Bergel http://www.bergel.eu > >>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> _______________________________________________ > >>>> Pharo-project mailing list > >>>> [email protected] > >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > >>>> > >>> > >>> > >>> > >>> -- > >>> Lukas Renggli > >>> www.lukas-renggli.ch > >>> > >>> _______________________________________________ > >>> Pharo-project mailing list > >>> [email protected] > >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > >> > >> -- > >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > >> Alexandre Bergel http://www.bergel.eu > >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > >> > >> > >> > >> > >> > >> > >> _______________________________________________ > >> Pharo-project mailing list > >> [email protected] > >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > >> > > > > > > > > -- > > Lukas Renggli > > www.lukas-renggli.ch > > > > _______________________________________________ > > Pharo-project mailing list > > [email protected] > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
