Hi,
Working with Squeak3.10.2 there is something which drives me nuts. With former Squeak versions I regularly and happily used SmallLint. Now, when I am in OB Package Browser, click the yellow button and select open/code critics I get a window labeled "Code Critics: All checks" which apparently lints the whole image. What am I supposed to do to get a lint-check on one category or one class only? Kind regards Pascal Pascal Vollmer Email: [hidden email] Jetzt komfortabel bei Arcor-Digital TV einsteigen: Mehr Happy Ends, mehr Herzschmerz, mehr Fernsehen! Erleben Sie 50 digitale TV Programme und optional 60 Pay TV Sender, einen elektronischen Programmführer mit Movie Star Bewertungen von TV Movie. Außerdem, aktuelle Filmhits und spannende Dokus in der Arcor-Videothek. Infos unter www.arcor.de/tv _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
> Working with Squeak3.10.2 there is something which drives me nuts. With former Squeak versions I regularly and happily used SmallLint. Now, when I am in OB Package Browser, click the yellow button and select open/code critics I get a window labeled "Code Critics: All checks" which apparently lints the whole image.
> What am I supposed to do to get a lint-check on one category or one class only? Previous versions of the Refactoring Browser actions (and therefore Code Critics) were only applicable to the whole image. With the OB-Refractory package you can selecte the exact parts you want to perform your actions on. For your use case select the class and select open environment | class, this opens a yellow browser which restrits all Refactoring Browser actions to the visible entities. Starting Code Critics now only performs the tests on the given class. Btw, "All Checks" means all the code critics tests, not all the code entities in the image. There is also an old screen-cast on how to do that: ://www.lukas-renggli.ch/blog/ob-rb-3 Cheers, Lukas > Kind regards > Pascal > > Pascal Vollmer > Email: [hidden email] > > Jetzt komfortabel bei Arcor-Digital TV einsteigen: Mehr Happy Ends, mehr Herzschmerz, mehr Fernsehen! Erleben Sie 50 digitale TV Programme und optional 60 Pay TV Sender, einen elektronischen Programmführer mit Movie Star Bewertungen von TV Movie. Außerdem, aktuelle Filmhits und spannende Dokus in der Arcor-Videothek. Infos unter www.arcor.de/tv > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
aah, wonderful !
Thanks a lot Pascal ----- Original Nachricht ---- Von: Lukas Renggli <[hidden email]> An: "A friendly place to get answers to even the most basic questions about Squeak." <[hidden email]> Datum: 29.12.2008 08:55 Betreff: Re: [Newbies] Lint on one class only > > Working with Squeak3.10.2 there is something which drives me nuts. With > former Squeak versions I regularly and happily used SmallLint. Now, when I > am in OB Package Browser, click the yellow button and select open/code > critics I get a window labeled "Code Critics: All checks" which apparently > lints the whole image. > > What am I supposed to do to get a lint-check on one category or one class > only? > > Previous versions of the Refactoring Browser actions (and therefore > Code Critics) were only applicable to the whole image. With the > OB-Refractory package you can selecte the exact parts you want to > perform your actions on. > > For your use case select the class and select open environment | > class, this opens a yellow browser which restrits all Refactoring > Browser actions to the visible entities. Starting Code Critics now > only performs the tests on the given class. > > Btw, "All Checks" means all the code critics tests, not all the code > entities in the image. > > There is also an old screen-cast on how to do that: > ://www.lukas-renggli.ch/blog/ob-rb-3 > > Cheers, > Lukas > > > > Kind regards > > Pascal > > > > Pascal Vollmer > > Email: [hidden email] > > > > Jetzt komfortabel bei Arcor-Digital TV einsteigen: Mehr Happy Ends, mehr > Herzschmerz, mehr Fernsehen! Erleben Sie 50 digitale TV Programme und > optional 60 Pay TV Sender, einen elektronischen Programmführer mit Movie > Star Bewertungen von TV Movie. Außerdem, aktuelle Filmhits und spannende > Dokus in der Arcor-Videothek. Infos unter www.arcor.de/tv > > _______________________________________________ > > Beginners mailing list > > [hidden email] > > http://lists.squeakfoundation.org/mailman/listinfo/beginners > > > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > Pascal Vollmer Email: [hidden email] Jetzt komfortabel bei Arcor-Digital TV einsteigen: Mehr Happy Ends, mehr Herzschmerz, mehr Fernsehen! Erleben Sie 50 digitale TV Programme und optional 60 Pay TV Sender, einen elektronischen Programmführer mit Movie Star Bewertungen von TV Movie. Außerdem, aktuelle Filmhits und spannende Dokus in der Arcor-Videothek. Infos unter www.arcor.de/tv _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |