[Pharo-dev] [pharo-project/pharo-core]

2014-06-24 Thread GitHub
Branch: refs/tags/30850 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] d8bb46: 30850

2014-06-24 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: d8bb46043b0475cf1c01c3af5578c681f16aa668 https://github.com/pharo-project/pharo-core/commit/d8bb46043b0475cf1c01c3af5578c681f16aa668 Author: Jenkins Build Server Date: 2014-06-24 (Tue, 24 Jun 2014

[Pharo-dev] Handling keyboard events…

2014-06-24 Thread Yuriy Tymchuk
Hi everyone, sorry, if I’m annoying with this question, but is there a way to handle keyboard events (on mac) in a normal way? Because keyUp and keyDown do not have any information about the key itself. I know that it’s a long story also related with vm but maybe someone made some hacks to solv

Re: [Pharo-dev] Handling keyboard events…

2014-06-24 Thread p...@highoctane.be
On Tue, Jun 24, 2014 at 10:07 AM, Yuriy Tymchuk wrote: > Hi everyone, > > sorry, if I’m annoying with this question, but is there a way to handle > keyboard events (on mac) in a normal way? Because keyUp and keyDown do not > have any information about the key itself. I know that it’s a long story

[Pharo-dev] [pharo-project/pharo-core] 04f830: 40038

2014-06-24 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 04f830fd8e01b0bd1a187d5986d96cc87aae2358 https://github.com/pharo-project/pharo-core/commit/04f830fd8e01b0bd1a187d5986d96cc87aae2358 Author: Jenkins Build Server Date: 2014-06-24 (Tue, 24 Jun 2014

[Pharo-dev] [pharo-project/pharo-core]

2014-06-24 Thread GitHub
Branch: refs/tags/40038 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] How to debug code using DynamicVariable?

2014-06-24 Thread stepharo
On 24/6/14 08:19, stepharo wrote: The slice cannot be integrated automatically because there is a modal popping up Warning: Process should not be redefined. Proceed to store over it. Not sure what to do. Manual integration? We will check that :) Norbert Am 23.06.2014

Re: [Pharo-dev] is it save to always recompute a TextMorphs extent if the font changed

2014-06-24 Thread stepharo
On 24/6/14 08:14, stepharo wrote: Hi nicolai this is a couple of weeks were I'm thinking about the way widgets use fonts. It is orthogonal to your mail but related. Most of the system is refering to fonts via a global variable. And to me this is wrong. I would like to experiment with a solut

Re: [Pharo-dev] Stepping through with GLORP Proxies

2014-06-24 Thread stepharo
On 24/6/14 08:18, stepharo wrote: Esteban I would like to know how different are the Glorp proxies from the ones of Mariano. Because we are thinking about to get by default a nice proxy system. Proxies in the sense of object representing one that is not in the system (and not proxies as meta

Re: [Pharo-dev] Stepping through with GLORP Proxies

2014-06-24 Thread stepharo
Esteban I would like to know how different are the Glorp proxies from the ones of Mariano. Because we are thinking about to get by default a nice proxy system. Proxies in the sense of object representing one that is not in the system (and not proxies as metaobject or representing an object tha

Re: [Pharo-dev] How to debug code using DynamicVariable?

2014-06-24 Thread stepharo
The slice cannot be integrated automatically because there is a modal popping up Warning: Process should not be redefined. Proceed to store over it. Not sure what to do. Manual integration? We will check that :) Norbert Am 23.06.2014 um 23:55 schrieb Norbert Hartl

Re: [Pharo-dev] is it save to always recompute a TextMorphs extent if the font changed

2014-06-24 Thread stepharo
Hi nicolai this is a couple of weeks were I'm thinking about the way widgets use fonts. It is orthogonal to your mail but related. Most of the system is refering to fonts via a global variable. And to me this is wrong. I would like to experiment with a solution similar to Settings: - 1F

Re: [Pharo-dev] How to debug code using DynamicVariable?

2014-06-24 Thread Norbert Hartl
Am 24.06.2014 um 08:19 schrieb stepharo : > >> The slice cannot be integrated automatically because there is a modal >> popping up >> >> Warning: Process should not be redefined. Proceed to store over it. >> >> Not sure what to do. Manual integration? > > We will check that :) > Marcus alre

Re: [Pharo-dev] Handling keyboard events…

2014-06-24 Thread Guillermo Polito
Actually in latest Pharo keyboard events are extended to get the pressed key: key ^Smalltalk os keyForValue: keyValue I tested it in windows, mac and unix some time ago and it used to work :) On Tue, Jun 24, 2014 at 10:18 AM, p...@highoctane.be wrote: > On Tue, Jun 24, 2014 at 10:07 AM, Yuriy

Re: [Pharo-dev] Stepping through with GLORP Proxies

2014-06-24 Thread Esteban A. Maringolo
Hi Stef, 2014-06-24 3:18 GMT-03:00 stepharo : > Esteban > > I would like to know how different are the Glorp proxies from the ones of > Mariano. > Because we are thinking about to get by default a nice proxy system. > Proxies in the sense of object representing one that is not in the system > (and

Re: [Pharo-dev] Stepping through with GLORP Proxies

2014-06-24 Thread Esteban Lorenzano
On 24 Jun 2014, at 09:58, Esteban A. Maringolo wrote: > Hi Stef, > > 2014-06-24 3:18 GMT-03:00 stepharo : >> Esteban >> >> I would like to know how different are the Glorp proxies from the ones of >> Mariano. >> Because we are thinking about to get by default a nice proxy system. >> Proxies in

Re: [Pharo-dev] Handling keyboard events…

2014-06-24 Thread Yuriy Tymchuk
Wow, thanks, Guillermo, it’s working. Uko On 24 Jun 2014, at 12:49, Guillermo Polito wrote: > Actually in latest Pharo keyboard events are extended to get the pressed key: > > key > ^Smalltalk os keyForValue: keyValue > > I tested it in windows, mac and unix some time ago and it used t

Re: [Pharo-dev] SystemWindow instances can't be garbage-collected

2014-06-24 Thread Max Leske
For documentation purposes, this is what I found to be necessary to really clean all window instances. Note that this only works reliably when invoked from a non-UI process (e.g. via WAKom). cleanupWindows "in general: the gabage collector seems to be unable to resolve all circular dep

Re: [Pharo-dev] SystemWindow instances can't be garbage-collected

2014-06-24 Thread Max Leske
On 24.06.2014, at 15:30, Max Leske wrote: > For documentation purposes, this is what I found to be necessary to really > clean all window instances. Note that this only works reliably when invoked > from a non-UI process (e.g. via WAKom). > > > cleanupWindows > "in general: the gabage

Re: [Pharo-dev] Handling keyboard events…

2014-06-24 Thread Stephan Eggermont
This pull request might be relevant: https://github.com/pharo-project/pharo-vm/pull/49

[Pharo-dev] A Smalltalk job at Yesplan?

2014-06-24 Thread Johan Brichau
Dear Smalltalkers, The Yesplan team is looking for a new development colleague! This is a full time position to be performed on site. We are not looking for a freelancer. Please see [1] for the full description of the vacancy. Dutch speakers can check out the Dutch version [2]. If you are inte

[Pharo-dev] [ANN] Dr. Geo 17.07b

2014-06-24 Thread Hilaire Fernandes
Another release: https://dl.dropboxusercontent.com/u/21633199/DrGeo.app-14.07c.zip I will be happy to read comments from Mac OS X users regarding this bug https://bugs.launchpad.net/drgeo/+bug/1331559 Thanks -- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa

Re: [Pharo-dev] TaskIT Revealed

2014-06-24 Thread Max Leske
Looks really cool! Everything’s an object :) Does it run in older images? How hard, do you reckon, would it be to backport TaskIT to e.g. Pharo 1.4? Cheers, Max On 23.06.2014, at 00:39, Santiago Bragagnolo wrote: > > Hi all, im glad to announce TaskIT. You may already knew about, after al

[Pharo-dev] Inspecting an OrderPreservingDictionary > entries show as nil and self prints entries

2014-06-24 Thread p...@highoctane.be
Kind of weird. Anyone knowing how to deal with that? Bug? Phil

Re: [Pharo-dev] Inspecting an OrderPreservingDictionary > entries show as nil and self prints entries

2014-06-24 Thread Sven Van Caekenberghe
We need to add OrderPreservingDictionary class>>#inspectorClass ^ EyeDictionaryInspector On 24 Jun 2014, at 17:49, p...@highoctane.be wrote: > Kind of weird. > > Anyone knowing how to deal with that? Bug? > > Phil

Re: [Pharo-dev] Inspecting an OrderPreservingDictionary > entries show as nil and self prints entries

2014-06-24 Thread p...@highoctane.be
Perfect! tThanks you Sven. Phil On Tue, Jun 24, 2014 at 5:54 PM, Sven Van Caekenberghe wrote: > We need to add > > OrderPreservingDictionary class>>#inspectorClass > ^ EyeDictionaryInspector > > On 24 Jun 2014, at 17:49, p...@highoctane.be wrote: > > > Kind of weird. > > > > Anyone knowing

Re: [Pharo-dev] TaskIT Revealed

2014-06-24 Thread Santiago Bragagnolo
> > There is actually a version of taskit for 1.4, but is not the last one. > Honestly, i did not tested on 1.4, then i don't know :). If you run on it, > make me know. i will try to run this week if not. > 2014-06-24 17:23 GMT+02:00 Max Leske : > Looks really cool! Everything’s an object :) >

Re: [Pharo-dev] TaskIT Revealed

2014-06-24 Thread Max Leske
On 24.06.2014, at 19:14, Santiago Bragagnolo wrote: > There is actually a version of taskit for 1.4, but is not the last one. > Honestly, i did not tested on 1.4, then i don't know :). If you run on it, > make me know. i will try to run this week if not. Good stuff! Thanks. > > > 2014-06

Re: [Pharo-dev] Inspecting an OrderPreservingDictionary > entries show as nil and self prints entries

2014-06-24 Thread stepharo
Where which package? Because we should track it and publish a new package. Stef On 24/6/14 17:54, Sven Van Caekenberghe wrote: We need to add OrderPreservingDictionary class>>#inspectorClass ^ EyeDictionaryInspector On 24 Jun 2014, at 17:49, p...@highoctane.be wrote: Kind of weird. Anyo

Re: [Pharo-dev] [ANN] Dr. Geo 17.07b

2014-06-24 Thread stepharo
I could not succeed to make it crash On 24/6/14 17:11, Hilaire Fernandes wrote: Another release: https://dl.dropboxusercontent.com/u/21633199/DrGeo.app-14.07c.zip I will be happy to read comments from Mac OS X users regarding this bug https://bugs.launchpad.net/drgeo/+bug/1331559 Thanks

Re: [Pharo-dev] Inspecting an OrderPreservingDictionary > entries show as nil and self prints entries

2014-06-24 Thread Sven Van Caekenberghe
Like all the #inspectorClass methods, *Spec-inspector, it was just an oversight. On 24 Jun 2014, at 21:52, stepharo wrote: > Where which package? > Because we should track it and publish a new package. > > > Stef > On 24/6/14 17:54, Sven Van Caekenberghe wrote: >> We need to add >> >> OrderPr

Re: [Pharo-dev] Cloudfork HMAC-SHA256 in System-Hashing

2014-06-24 Thread Sven Van Caekenberghe
Hi Jan, I loaded just the class CFSHA256 and it worked perfectly (I didn't expect anything else). I tried some examples from Wikipedia (http://en.wikipedia.org/wiki/Sha256#Examples_of_SHA-2_variants): (CFSHA256 hashMessage: 'The quick brown fox jumps over the lazy dog') hex. 'd7a8fbb307d78094

Re: [Pharo-dev] Cloudfork HMAC-SHA256 in System-Hashing

2014-06-24 Thread Sven Van Caekenberghe
https://pharo.fogbugz.com/f/cases/13395/Add-SHA256-HashFunction cleaned up, documented, properly packaged. Passes some test vectors. I changed the handling of the empty stream. On 24 Jun 2014, at 23:03, Sven Van Caekenberghe wrote: > Hi Jan, > > I loaded just the class CFSHA256 and it worked

Re: [Pharo-dev] How to convert properyl an Athens Surface to a Form

2014-06-24 Thread Igor Stasenko
On 21 June 2014 09:23, Hilaire Fernandes wrote: > Hello, > > > I tried this but it produces empty form. > > |canvas | > canvas := (Form extent: aDrgeo area athensSurface extent depth: 32) > getCanvas. > aDrgeo area athensSurface displayOnMorphicCanvas: canvas at: 0@0. > canvas form > > should not

Re: [Pharo-dev] Spec Button Shortcut Indication

2014-06-24 Thread Nicolai Hess
2014-06-23 22:53 GMT+02:00 Sven Van Caekenberghe : > Hi, > > The following looks different in my Dark Theme image vs a Standard image > (same version #30848): > > ButtonModel new > label: 'Click Me'; > shortcut: $C asShortcut; > action: [ self inform: 'OK, you clicked me !' ]; > openWithSp

Re: [Pharo-dev] Cloudfork HMAC-SHA256 in System-Hashing

2014-06-24 Thread Norbert Hartl
thank you, Sven. Did you try this in 3.0, too. I would need it there! Norbert > Am 25.06.2014 um 00:11 schrieb Sven Van Caekenberghe : > > https://pharo.fogbugz.com/f/cases/13395/Add-SHA256-HashFunction > > cleaned up, documented, properly packaged. > > Passes some test vectors. > > I changed

Re: [Pharo-dev] How to convert properyl an Athens Surface to a Form

2014-06-24 Thread Nicolai Hess
2014-06-25 0:21 GMT+02:00 Igor Stasenko : > > > > On 21 June 2014 09:23, Hilaire Fernandes > wrote: > >> Hello, >> >> >> I tried this but it produces empty form. >> >> |canvas | >> canvas := (Form extent: aDrgeo area athensSurface extent depth: 32) >> getCanvas. >> aDrgeo area athensSurface displ

Re: [Pharo-dev] Stepping through with GLORP Proxies

2014-06-24 Thread Eliot Miranda
On Mon, Jun 23, 2014 at 11:45 AM, Esteban A. Maringolo wrote: > Eliot, > > I never installed your proposed changes in a Pharo 3 image because > there is a significant change in ContextPart. Your proposed changeset > changes classVars of ContextPart. > > Your proposal: > classVariableNames: 'MaxLe

[Pharo-dev] ctrl+a is seen as ctrl+home windows

2014-06-24 Thread Tudor Girba
Hi, I am on Windows, using Pharo 3.0, and I am trying to get the keybindings to work in Rubric using Windows convention (so, Ctrl instead of Cmd as a modifier), It worked reasonably well, but the problem is that somehow Ctrl+a is mapped to Ctrl+Home. The problem is not specific to Rubric as I can

Re: [Pharo-dev] Cloudfork HMAC-SHA256 in System-Hashing

2014-06-24 Thread Sven Van Caekenberghe
I only did it in 3.0 The file out is attached to the slice - it is 100% standalone On 25 Jun 2014, at 00:45, Norbert Hartl wrote: > thank you, Sven. Did you try this in 3.0, too. I would need it there! > > Norbert > >> Am 25.06.2014 um 00:11 schrieb Sven Van Caekenberghe : >> >> https://pharo

Re: [Pharo-dev] ctrl+a is seen as ctrl+home windows

2014-06-24 Thread Sven Van Caekenberghe
I don't know anything about event handling, but I once had a look at Character constants, and found this: Character class>>#home ^ self value: 1 How about that ?? This is wrong IMHO, ASCII / Unicode value 1 is SOH (Start of header), sometimes typed as CTRL-A. And there are other strange const

Re: [Pharo-dev] ctrl+a is seen as ctrl+home windows

2014-06-24 Thread Guillermo Polito
I think it is a VM problem (that does magic conversions :) ), but to actually know it you can log the output of the InputEventFetcher (so you know what you have before it enters into the morphic world). On Wed, Jun 25, 2014 at 8:42 AM, Tudor Girba wrote: > Hi, > > I am on Windows, using Pharo 3

Re: [Pharo-dev] ctrl+a is seen as ctrl+home windows

2014-06-24 Thread Guillermo Polito
There is a problem in the whole keyboard events: they treat keys as characters and vice versa. And that's not always true: - the backspace key is a key, but currently the image interprets it as a character because we only use keypress events in general. - the shift key is a key, and since current