Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread kilon alios
sounds very interesting cant wait to try it and take a look also at Brick. On Tue, Dec 9, 2014 at 1:35 AM, Andrei Chis wrote: > > > On Mon, Dec 8, 2014 at 8:02 PM, kilon alios wrote: > >> Dont know if this is auto completion replacement or not, from the looks >> of it seem a lot more than that.

Re: [Pharo-users] [ Article ] LampSort, a non-recursive QuickSort implementation

2014-12-09 Thread Henrik Johansen
> On 08 Dec 2014, at 7:36 , Sven Van Caekenberghe wrote: > > Hi, > > Here is another article I just published > > LampSort, a non-recursive QuickSort implementation > > The divide and conquer partitioning is at the heart of QuickSort > > > https://medium.com/@svenvc/lampsort-a-non-recurs

Re: [Pharo-users] [ Article ] LampSort, a non-recursive QuickSort implementation

2014-12-09 Thread Sven Van Caekenberghe
> On 09 Dec 2014, at 09:31, Henrik Johansen > wrote: > > >> On 08 Dec 2014, at 7:36 , Sven Van Caekenberghe wrote: >> >> Hi, >> >> Here is another article I just published >> >> LampSort, a non-recursive QuickSort implementation >> >> The divide and conquer partitioning is at the heart

Re: [Pharo-users] [ Article ] LampSort, a non-recursive QuickSort implementation

2014-12-09 Thread Sven Van Caekenberghe
> On 08 Dec 2014, at 20:28, Tudor Girba wrote: > > Very nice :) Thanks! > I really like these pieces of work. A couple more and you'll have a book > ready :). A virtual book, then ;-) > Doru > > On Mon, Dec 8, 2014 at 8:17 PM, Sven Van Caekenberghe wrote: > > > On 08 Dec 2014, at 19:59,

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread kilon alios
So how I can give this a try, I downloaded latest moose 5.0 and there is no GTSpotter inside On Tue, Dec 9, 2014 at 10:27 AM, kilon alios wrote: > sounds very interesting cant wait to try it and take a look also at Brick. > > On Tue, Dec 9, 2014 at 1:35 AM, Andrei Chis > wrote: > >> >> >> On Mo

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread Sven Van Caekenberghe
There is a pre-built image here http://gt.moosetechnology.org > On 09 Dec 2014, at 11:08, kilon alios wrote: > > So how I can give this a try, I downloaded latest moose 5.0 and there is no > GTSpotter inside > > On Tue, Dec 9, 2014 at 10:27 AM, kilon alios wrote: > sounds very interesting ca

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread Tudor Girba
It should be inside Moose 5. You should be able to press Cmd+Enter and trigger GTSpotter. Does it not work? Doru On Tue, Dec 9, 2014 at 11:14 AM, Sven Van Caekenberghe wrote: > There is a pre-built image here http://gt.moosetechnology.org > > > On 09 Dec 2014, at 11:08, kilon alios wrote: > >

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread kilon alios
thanks but that was not necessary, apparently GTSpotter is not added to the world menus and it can only be triggered with a shortcut that the blog post does not mention which is alt+enter. This an awesome tool. love it :) Question : how I expand the search results , for example it gives a 5/30 cl

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread Sven Van Caekenberghe
> On 09 Dec 2014, at 11:28, kilon alios wrote: > > Question : how I expand the search results , for example it gives a 5/30 > classes how I can see all 30 classes that are the search result ? Cmd+Shift+RightArrow will open all matches as a collection, in which you can search again !

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread Tudor Girba
This is described briefly in the post, but Johan had also a problem with the description. So, if you want to see all 30 classes, you dive in the category through Cmd+Shift+RightArrow. This spawns the collection with the results and you can continue searching. Let me know if it works for you. Dor

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread kilon alios
no that was 100% my fault , its clear in your blog post I just did not get it at first read. It works using Ubuntu its alt+shift+rightarrow I am seriously impressed with your work guys, this takes pharo to another level. Thank you. If I could make some early requests, I would like the option to

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread Tudor Girba
Hi, At the moment, you can easily get back to the previous context through the history category. Doru On Tue, Dec 9, 2014 at 11:51 AM, kilon alios wrote: > no that was 100% my fault , its clear in your blog post I just did not get > it at first read. > > It works using Ubuntu its alt+shift+rig

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread kilon alios
yeap thats a great feature to have too. I would love also more info ( when you find the time I am in no rush ) about customizing GTSpotter. Now back to having fun with this tool and reading its code :) PS: makes me wonder if I could use it to search for keyboard shortcuts On Tue, Dec 9, 2014 at 1

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread Tudor Girba
Hi, On Tue, Dec 9, 2014 at 12:05 PM, kilon alios wrote: > yeap thats a great feature to have too. I would love also more info ( when > you find the time I am in no rush ) about customizing GTSpotter. Now back > to having fun with this tool and reading its code :) > What do you need to know. A

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread kilon alios
"What do you need to know. At the bottom of the post, there is an example of how the classes and methods search is done. Do you need more information?" Yes I noticed, give me time to really dive into the code and see what new questions I have. "Why not? Give it a try. You probably should extend M

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread Tudor Girba
Look at the implementors of gtInspectorMappingsIn: Doru On Tue, Dec 9, 2014 at 12:24 PM, kilon alios wrote: > "What do you need to know. At the bottom of the post, there is an example > of how the classes and methods search is done. Do you need more > information?" > > Yes I noticed, give me t

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread kilon alios
cant find such method , i tried spotter and finder . On Tue, Dec 9, 2014 at 1:26 PM, Tudor Girba wrote: > Look at the implementors of > > gtInspectorMappingsIn: > > Doru > > On Tue, Dec 9, 2014 at 12:24 PM, kilon alios > wrote: > >> "What do you need to know. At the bottom of the post, there is

[Pharo-users] Working with zipped files

2014-12-09 Thread Markus Fritsche
Hi, by peeking around in "Deep into Pharo" I thought that | zf fr | fr := 'I:\SAS_Projekte\project.egp' asFileReference. zf := FileSystem zip: fr. zf store open. should be used to open a zip file programmatically. That fails with "ZnInvalidUTF8: Invalid utf8 input detected" Looking at MCMczRe

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread Tudor Girba
In the Moose image, you should have 4 implementors. They represent the underlying implementation for the keymapping overview in GTInspector: http://www.humane-assessment.com/blog/managing-morph-keybindings-with-gtinspector Doru On Tue, Dec 9, 2014 at 12:44 PM, kilon alios wrote: > cant find suc

Re: [Pharo-users] [Esug-list] [ann] gtspotter: a moldable interface for spotting objects

2014-12-09 Thread kilon alios
yes I must mistyped it or something. I can find the method now and the 4 implementors. Bad day I guess. ah yes of course gtinspector can already find those shortcuts and display them nicely. So that means that we can already do that , nice. I am really impressed. Great work, I am back to explorin

[Pharo-users] PetitParser and PPBrowser in Pharo 3.0

2014-12-09 Thread Hartmut
Hi to all, I'm working with PetitParser in a Pharo 3 image. Until now I had to do without the PPBrowser which I loved in Pharo 2. On forum.world.st I now found the hint by Jan Kurs to install all of the Petit suite: > "Configuration should be loaded like this:" > Gofer new smalltalkhubUser: '

Re: [Pharo-users] Working with zipped files

2014-12-09 Thread Юрий Мироненко
Do you want to work with ZIP files, or specifically with MCZ ? 2014-12-09 15:03 GMT+03:00 Markus Fritsche : > Hi, > > by peeking around in "Deep into Pharo" I thought that > > | zf fr | > fr := 'I:\SAS_Projekte\project.egp' asFileReference. > zf := FileSystem zip: fr. > zf store open. > > should

Re: [Pharo-users] Working with zipped files

2014-12-09 Thread Markus Fritsche
On 2014-12-09 18:19, Юрий Мироненко wrote: Do you want to work with ZIP files, or specifically with MCZ ? Just a zip file with a member called project.xml which I want to extract, change and rezip... Best regards, Markus

Re: [Pharo-users] Working with zipped files

2014-12-09 Thread Hernán Morales Durand
| zipArchive fileRef | zipArchive := ZipArchive new. fileRef := 'myFile.zip' asFileReference. [ zipArchive readFrom: fileRef fullName; extractAllTo: FileSystem workingDirectory ] ensure: [ zipArchive close ]. 2014-12-09 15:03 GMT-03:00 Markus Fritsche : > On 2014-12-09 18:19, Юрий Мироненко w

[Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread dboeren
Sorry to have to introduce myself to the community this way :) I downloaded Pharo 3.0 recently for OSX and have been working on learning it and writing some simple programs to get accustomed to the language and environment. Now it's doing something odd and I don't know what's wrong or how to fix

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread Johan Fabry
Hi, to clarify: it’s normal that left-clicking outside of any active window (i.e. in the gray background) brings up the world menu. However, also getting the world menu on left-clicks inside browsers is not. If this is happening it is a bug that should be treated and it would be best that you

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread dboeren
Thanks for your reply, Johan. I'm not sure what caused this. As best I recall, it was working last night when I went to bed and today it is not. The only unusual thing I recall doing late last night was importing the XMLSupport library. I haven't used it yet, this is just preparation for future

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread dboeren
OK, some progress. I made a copy of Pharo to experiment with and found World->Windows->DeleteAllWindowsDiscardingEdits. This destroyed the three rogue windows and at least to a first glance the system is working correctly again. But, I also still have the original copy which is still malfunction

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread stepharo
Welcome :) Le 9/12/14 12:13, dboeren a écrit : Sorry to have to introduce myself to the community this way :) I downloaded Pharo 3.0 recently for OSX and have been working on learning it and writing some simple programs to get accustomed to the language and environment. Now it's doing somethin

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread stepharo
This is indeed quite strange. Le 9/12/14 14:31, dboeren a écrit : OK, some progress. I made a copy of Pharo to experiment with and found World->Windows->DeleteAllWindowsDiscardingEdits. This destroyed the three rogue windows and at least to a first glance the system is working correctly again.

Re: [Pharo-users] Working with zipped files

2014-12-09 Thread Юрий Мироненко
General idea was to use ZipArchive instead of MCZ-related code. If above code fail to work for you, why not publish the file we are talking about? The it will be possible to test the code you are asking for. 2014-12-09 21:03 GMT+03:00 Markus Fritsche : > On 2014-12-09 18:19, Юрий Мироненко wro

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread Mariano Martinez Peck
The size could have been the Monticello cache for all the stuff you loaded? In the big image try ImageCleaner new cleanUpForRelease, then save it and compare size. CHeers, On Tue, Dec 9, 2014 at 9:22 PM, stepharo wrote: > This is indeed quite strange. > > Le 9/12/14 14:31, dboeren a écrit : > >

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread David Boeren
Didn't seem to have any effect. The broken windows are still there, and the file size is still 99.5MB. On Tue, Dec 9, 2014 at 8:49 PM, Mariano Martinez Peck wrote: > The size could have been the Monticello cache for all the stuff you loaded? > In the big image try ImageCleaner new cleanUpForRel

Re: [Pharo-users] [ Article ] LampSort, a non-recursive QuickSort implementation

2014-12-09 Thread stepharo
Sven why do you copy the array passed to sort? Stef Le 8/12/14 10:36, Sven Van Caekenberghe a écrit : Hi, Here is another article I just published LampSort, a non-recursive QuickSort implementation The divide and conquer partitioning is at the heart of QuickSort https://medium.com

Re: [Pharo-users] [ Article ] LampSort, a non-recursive QuickSort implementation

2014-12-09 Thread Sven Van Caekenberghe
Because the array sorts in place, and it seems good practice to copy literal constants (it does not matter much in a workspace, but it does lead to problems in actual code where the constants are stored in methods). I could have added the sort: / sorted: distinction but I went for as little met