Actually Michael the RBInternalSpellChecker does use the macintosh spell checker plugin so
it does reuse. But I think we had a unix or open source alternative? Someone could go look. I found on the iPhone the currently RBInternalSpellChecker took up lots of memory, and did a frightful unpack initialization process at startup time (many many seconds) on an iPhone. It was ditched... On 2010-01-11, at 2:01 PM, Michael Rueger wrote: > On 1/11/2010 10:59 PM, Stan Shepherd wrote: > >> There is also an internal spell check, for other platforms. >> RBInternalSpellChecker. > > <broken record on> > in Sophie we built a platform independent spell checker > </broken record on> > > ;-) > > Michael > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- =========================================================================== John M. McIntosh <[hidden email]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com =========================================================================== _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
> I found on the iPhone the currently RBInternalSpellChecker took up lots of memory, and did
> a frightful unpack initialization process at startup time (many many seconds) on an iPhone. > It was ditched... That was fixed a long time ago. I flushed the cache on shutDown and it only reinitializes it again if it is used. Luka -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Lukas Renggli
cool!
You are really crazy :) On Jan 11, 2010, at 10:56 PM, Lukas Renggli wrote: >>> Was there a reason you opted not to include RB spelling? I don't know how >>> may people use it- I find it really handy, so my vote would be for >>> inclusion. >> >> if I remember it depends on some mac library > > No, it does not depend on the mac primitive. I've implemented an > alternative that works on all platforms, less performant and of a > lesser quality, but it should basically work. > > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > 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 |
In reply to this post by Lukas Renggli
On Jan 11, 2010, at 11:24 PM, Lukas Renggli wrote: >>> There is also an internal spell check, for other platforms. >>> RBInternalSpellChecker. >> >> How do you use it or enable it ? I have been using dev images for two years >> and I have ever seen a spell checker :( > > This is an extension to SmallLint. Like Slime. It is run when you run > code critics. > > Alternatively you can execute it like this: > > ORLintBrowser > openRule: (RBCompositeLintRule rules: (RBCompositeLintRule > rulesGroupedFor: RBSpellingRule) name: 'Spelling') > environment: (BrowserEnvironment new forPackageNames: #('Kernel' > 'Collections-Abstract')) > > Maybe I should add a menu to the already long refactoring commands? we should a panel and a better ui for rb and smalllint May be laurent screencast will create vocations :) Stef > > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > 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 |
In reply to this post by Mariano Martinez Peck
Thank you for your good work Mariano. I use your image for my
development right now. The inspector is crashing in unexpected ways. Just try : #(1 2 3 4 5 6 7 9 10) inspect. and in the panel below on the right, just evaluate for example : 3+7 with CTRL-D several times. After a while, the following screen appears. 2010/1/10 Mariano Martinez Peck <[hidden email]>: > Hi Folks/Beta-Testers! > > I have prepare a new PharoDev image. This image, has same differences with > the previous ones that you should know: > > 1) This is the first Dev image I ever prepare. I adapt to Mac OS Damien's > bash scripts to build them and I also cleanup all the Squeak stuff from > those bash scripts. So, maybe there are some problems. Forgive me if this is > the case. I would like you to check, not only the Image in itself but also > the zip. The package.txt, changelog, the fonts, etc. > > 2) This image puts TrueType fonts again. We won't put StrikeFonts or DejaVu > package until there is big bug with them. We know those fonts are faster, > but still a bit buggy. If you fix those issues, cool! > > 3) This image DOES NOT include O2. I know there are a lot of people who use > it (mostly in Moose), but unfortunately, this was a decision taken. O2 > depends and overrides OB making this more unstable sometimes. The same as > the TrueType, we will put O2 again when this can be perfectly load in a > PharoCore image without anything about OB. > Sorry, but we rather affect only O2 users and not all. If you want packages > support, then help in O2 development. > > 4) In previous Dev images only tests from PharoCore were included. Now, it > also includes the tests from the external packages loaded. > > 5) This image was build using Metacello configurations. If you want, compare > the installScript.st from this image to the previous one. > > 6) There is no Web image this time. If you want to install Seaside 2.8.4 > evaluate: > > Gofer new > squeaksource: 'MetacelloRepository'; > package: 'ConfigurationOfSeaside28'; > load. > > (Smalltalk at: #ConfigurationOfSeaside28) load > > And if you want Seaside 3.0 evaluate: > > Gofer new > squeaksource: 'MetacelloRepository'; > package: 'ConfigurationOfSeaside30'; > load. > > (Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion > > However, I am not sure if this is perfectly working in Pharo. > > > > Ok .... Here is the link: > https://gforge.inria.fr/frs/download.php/25156/pharo1.0-10505-rc1dev10.01.1.zip > > I will wait a couple of days now and I will also start to use this image for > my development. If there are issues, report them. If we have big issues, > this image is not release. On the other hand, if it works well, we release > it. > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Smalltalkers do: [:it | All with: Class, (And love: it)] http://doesnotunderstand.org/ _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project =?windows-1252?B?Q2FwdHVyZSBkkuljcmFuIDIwMTAtMDEtMTIg4CAxNi41MS40OC5wbmc=?= (99K) Download Attachment |
In reply to this post by Miguel Cobá
I don't know where is this work. Can you please open a ticket and label it as 1.0 and puting the link to the thread ? Thanks Mariano
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
> > > > I don't know where is this work. Can you please open a ticket and > label it as 1.0 and puting the link to the thread ? http://code.google.com/p/pharo/issues/detail?id=1808 > -- Miguel Cobá http://miguel.leugim.com.mx _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by SergeStinckwich
Hi:
> 2010/1/10 Mariano Martinez Peck <[hidden email]>: >> Hi Folks/Beta-Testers! >> >> 6) There is no Web image this time. If you want to install Seaside 2.8.4 >> evaluate: >> >> Gofer new >> squeaksource: 'MetacelloRepository'; >> package: 'ConfigurationOfSeaside28'; >> load. >> >> (Smalltalk at: #ConfigurationOfSeaside28) load >> >> And if you want Seaside 3.0 evaluate: >> >> Gofer new >> squeaksource: 'MetacelloRepository'; >> package: 'ConfigurationOfSeaside30'; >> load. >> >> (Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion >> >> However, I am not sure if this is perfectly working in Pharo. I started today, with the intention of port a new system I'm developing directly to Seaside 3.0. All the installation seems to works ok, I must try more yet, but a thing I noticed is not included and should by (imho) is Magritte. Just my 0.02 Cheers. Germán. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
After this mail I tried to install Magritte using
"ConfigurationOfMagritte" from MetacelloRepository, but fails. This version of Magritte don't install with Seaside 3.0 ? Cheers. Germán. 2010/1/16 Germán Arduino <[hidden email]>: > Hi: > >> 2010/1/10 Mariano Martinez Peck <[hidden email]>: >>> Hi Folks/Beta-Testers! >>> >>> 6) There is no Web image this time. If you want to install Seaside 2.8.4 >>> evaluate: >>> >>> Gofer new >>> squeaksource: 'MetacelloRepository'; >>> package: 'ConfigurationOfSeaside28'; >>> load. >>> >>> (Smalltalk at: #ConfigurationOfSeaside28) load >>> >>> And if you want Seaside 3.0 evaluate: >>> >>> Gofer new >>> squeaksource: 'MetacelloRepository'; >>> package: 'ConfigurationOfSeaside30'; >>> load. >>> >>> (Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion >>> >>> However, I am not sure if this is perfectly working in Pharo. > > I started today, with the intention of port a new system I'm > developing directly to Seaside 3.0. > > All the installation seems to works ok, I must try more yet, but a > thing I noticed is not included > and should by (imho) is Magritte. > > Just my 0.02 > > Cheers. > Germán. > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Thanks Germán, you asked a very good question. I already asked Dale as soon as I read your email. I suggest you subscribe to metacello group as Dale is maintaining all Seaside related configurations.
For the moment, would you mind trying this in this dev (clean): That will load Seaside 2.8 + Magritte (ConfigurationOfMagritte project version: '1.2.1') load: #('Magritte-Model' 'Magritte-Tests' 'Magritte-Seaside' ) I didn't found anything for 3.0 And for Pier + Magritte + Seaside 2.8 (ConfigurationOfPier project version: '1.2.1') load That's all I know for the moment. However, remember that you can install Seaside in other ways for the moment. For example you can look at the script used in the dev image before (I attach it if you want to look). However, all these configurations will be fixed soon. Thanks Mariano On Sat, Jan 16, 2010 at 5:52 PM, Germán Arduino <[hidden email]> wrote: After this mail I tried to install Magritte using _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project installScript.st (6K) Download Attachment |
Thanks by the response Mariano.
As I've said before I'm not using yet Seaside 3.0, but as I'm developing a new system, wanted to try to port now when the system is being born. I'm also on Metacello list, will check about this. My question was because my systems use heavily Magritte and need to have it on 3.0 to try anything. Thanks. Germán. 2010/1/16 Mariano Martinez Peck <[hidden email]>: > Thanks Germán, you asked a very good question. I already asked Dale as soon > as I read your email. I suggest you subscribe to metacello group as Dale is > maintaining all Seaside related configurations. > > For the moment, would you mind trying this in this dev (clean): > > That will load Seaside 2.8 + Magritte > > (ConfigurationOfMagritte project version: '1.2.1') load: #('Magritte-Model' > 'Magritte-Tests' 'Magritte-Seaside' ) > > I didn't found anything for 3.0 > > And for Pier + Magritte + Seaside 2.8 > > (ConfigurationOfPier project version: '1.2.1') load > > That's all I know for the moment. However, remember that you can install > Seaside in other ways for the moment. For example you can look at the script > used in the dev image before (I attach it if you want to look). However, all > these configurations will be fixed soon. > > Thanks > > Mariano > > On Sat, Jan 16, 2010 at 5:52 PM, Germán Arduino <[hidden email]> wrote: >> >> After this mail I tried to install Magritte using >> "ConfigurationOfMagritte" from MetacelloRepository, but fails. >> >> This version of Magritte don't install with Seaside 3.0 ? >> >> Cheers. >> Germán. >> >> >> 2010/1/16 Germán Arduino <[hidden email]>: >> > Hi: >> > >> >> 2010/1/10 Mariano Martinez Peck <[hidden email]>: >> >>> Hi Folks/Beta-Testers! >> >>> >> >>> 6) There is no Web image this time. If you want to install Seaside >> >>> 2.8.4 >> >>> evaluate: >> >>> >> >>> Gofer new >> >>> squeaksource: 'MetacelloRepository'; >> >>> package: 'ConfigurationOfSeaside28'; >> >>> load. >> >>> >> >>> (Smalltalk at: #ConfigurationOfSeaside28) load >> >>> >> >>> And if you want Seaside 3.0 evaluate: >> >>> >> >>> Gofer new >> >>> squeaksource: 'MetacelloRepository'; >> >>> package: 'ConfigurationOfSeaside30'; >> >>> load. >> >>> >> >>> (Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion >> >>> >> >>> However, I am not sure if this is perfectly working in Pharo. >> > >> > I started today, with the intention of port a new system I'm >> > developing directly to Seaside 3.0. >> > >> > All the installation seems to works ok, I must try more yet, but a >> > thing I noticed is not included >> > and should by (imho) is Magritte. >> > >> > Just my 0.02 >> > >> > Cheers. >> > Germán. >> > >> >> _______________________________________________ >> 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 > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Stan Shepherd
On Mon, Jan 11, 2010 at 3:41 PM, Stan Shepherd <[hidden email]> wrote:
Stan: Can you test this again with the RC2 image? It will use a new Metacello version that uses a feature of Gofer that does some cache..and etc.. So, it should be much better. Can you test it and let me know? Thanks Mariano >> _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi Mariano,
ConfigurationOfSeaside30-DaleHenrichs.123 is empty. Using 122, it loaded in 43 minutes, so a bit quicker. ...Stan |
Thanks for the testing Stan.
On Wed, Jan 27, 2010 at 7:16 PM, Stan Shepherd <[hidden email]> wrote:
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |