Hi ---, the simplest solution is 1. Open preference browser 2. Search for ':=' 3. Switch the Button from syntaxHighligthingAsYouTypeLeftArrowAssignment to ...
Michael Perscheid
michaelperscheid@...
May 1, 2007 7:08 am
118665
What I did for Magritte, Pier, Seaside, Scriptaculous and many other packages was: FixUnderscores fixPackage: 'Magritte' This fixes all the assignments...
Lukas Renggli
renggli@...
May 1, 2007 7:15 am
118666
Thanks for your help Tom. I am making progress, but I'm not there yet. Brad: I'm not talking about the Halo operations, which work fine. What I want to do is...
Andrew P. Black
black@...
May 1, 2007 7:33 am
118667
... That is correct. It's a bit counter-intuitive because it's the world which implements the default behavior of dragging objects. In other words the action...
Andreas Raab
andreas.raab@...
May 1, 2007 8:15 am
118668
I wanted to post a changeset, but I couldn't figure out how to do it. Here's a snippet of code for TextMorph>>keyStroke: that makes it insert ':=' when you...
Duncan Mak
duncanmak@...
May 1, 2007 8:51 am
118669
Hi Andrew, This is one I bumped heads with a while back. I tried things along the line you suggested and tied myself in knots. So I started with what I knew...
Jerome Peace
peace_the_dreamer@...
May 1, 2007 11:30 am
118670
Hi I was surprised by the slowdown of one of my little applications and I messageTalliedThem wtih exactly the same code on 3.8 and 3.9 Here are the results: ...
Changed that is my image some time ago (in EventSensor) for the same reasons... shiftPressed "Answer whether the shift key on the keyboard is being held down."...
Gary Chambers
gazzaguru2@...
May 1, 2007 2:47 pm
118672
... Ok that is a change I submitted oh back in 2005, EventSensorDelayOnHyperPolling EventSensor>>peekButtons EventSensor>>peekPosition EventSensor>>primKbdNext...
John M McIntosh
johnmci@...
May 1, 2007 3:34 pm
118673
Oh, and I've noticed on the Linux VM, due to the keyboard handling, you can poll all you like but not pickup the change (unless another key is pressed at the...
Gary Chambers
gazzaguru2@...
May 1, 2007 3:51 pm
118674
... Aha! This was an insight that I was missing. Someone should write a book that explains all this stuff ;-) ... Well, this is much more elegant: the use of...
Andrew P. Black
black@...
May 1, 2007 4:06 pm
118675
Would be nice too if Morph/EventHandler could deal with mouseOver events (no button down) too. Would save getting the mouse position from the Sensor directly...
Gary Chambers
gazzaguru2@...
May 1, 2007 4:21 pm
118676
Hi all, Does the Squeak VM do preemptive scheduling or regular yield style scheduling. This may sound like a silly question, but I know Erlang is language...
J J
azreal1977@...
May 1, 2007 5:55 pm
118677
Ausome. I really hope this project works out. ... _________________________________________________________________ Interest Rates NEAR 39yr LOWS! $430,000...
J J
azreal1977@...
May 1, 2007 5:56 pm
118678
... Many thanks for this example! I have never thought of sending #value to a block in an event handler. Nice! Micke...
Mikael Kindborg
mikael.kindborg@...
May 1, 2007 6:15 pm
118679
Interpreter>>transferTo: is the place in the VM were we transfer control from one process to another. This is invoked via primitiveSuspend primitiveWait ...
Aha, Interpreter! I was looking in process for the "swap" method. :) At the moment, I am not looking to solve a problem per se. I was just thinking that...
J J
azreal1977@...
May 1, 2007 7:12 pm
118682
Cool, thanks. I'll check out the thread. ... _________________________________________________________________ Mortgage rates near historic lows. Refinance...
J J
azreal1977@...
May 1, 2007 7:13 pm
118683
Hi Folks, Dan, I remembered about your technique to OCR Sanskrit text, using histograms of pixel values for rows and columns. Leandro Caniglia told me he...
Juan Vuletich
juan@...
May 1, 2007 7:37 pm
118684
... We did this at Interval. We could schedule Smalltalk process threads, native code threads, interrupt between them etc. It wasn't easy and I'm not at all...
tim Rowledge
tim@...
May 1, 2007 8:34 pm
118685
are you planning to produce a package that can be loaded in 3.9 or 3.10? Stef...
stephane ducasse
stephane.ducasse@...
May 1, 2007 9:05 pm
118686
... Yes, the Squeak scheduler implements preemptive scheduling. An active process is given a quantum of such-and-such many byte codes, and when the quantum...
"Martin v. Löwis"
martin@...
May 1, 2007 9:07 pm
118687
By the way do you know if you changes have been harvested in 3.10? Stef...
stephane ducasse
stephane.ducasse@...
May 1, 2007 9:08 pm
118688
... Ok fine, change the word 'real' for 'modern'. Of course there used to be batch systems, cooperative systems, and so on, but modern server/desktop OS'es...
J J
azreal1977@...
May 1, 2007 9:21 pm
118689
... Ok, well as noted in http://groups.google.com/group/strongtalk- general/msg/5e36e34c2f91eb23 ... Right now processing switching occurs at known times, what...
John M McIntosh
johnmci@...
May 1, 2007 9:35 pm
118690
... Ah that would be [ENH] CPU time for Processes. Date: March 8, 2001 7:49:42 PM PST (CA) I've stuck the CaptureProcessTimeJMM.6.cs on my idisk experimental ...
John M McIntosh
johnmci@...
May 1, 2007 9:37 pm
118691
Ah, well as one of the authors of that piece of code let me comment, assuming Martin and I are talking about the same piece of code. There is a...
John M McIntosh
johnmci@...
May 1, 2007 9:56 pm
118692
Well, the zip file is for 3.9 and most likely it is ok for 3.10. I didn't think about a package in SqueakMap if that's what you mean. Anyway, as everybody...
Juan Vuletich
juan@...
May 1, 2007 10:01 pm
118693
... The VM theoretically does a process switch check in between each bytecode and so if there were a higher priority process ready to run then it would get to...