Re: [Pharo-dev] sometimes Shout changes the selection during styling

2015-05-02 Thread stepharo
Le 27/4/15 14:41, Andrei Chis a écrit : Hi, In the glamour debugger that we use in moose we are now having the following problem: - the selection of a PluggableTextMorph is, quite randomly , changed during styling. If I revert the fix for issue 15240

Re: [Pharo-dev] Are these changes good enough

2015-05-02 Thread Esteban Lorenzano
INRIA style. sounds like super bureaucracy, but let me tell you, without going into details, that at least once it has proven useful :) Esteban On 02 May 2015, at 01:29, Peter Uhnák i.uh...@gmail.com wrote: On Fri, May 1, 2015 at 7:44 PM, stepharo steph...@free.fr mailto:steph...@free.fr

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Ben Coman
On Sat, May 2, 2015 at 5:31 PM, Stephan Eggermont step...@stack.nl wrote: TextMorph new contents: 'Text'; openInWorld I don't know anything about this area, but thought it would be interesting to dig... There is only one implementor of #editView which is TextMorphEditView, a subclass of

Re: [Pharo-dev] Breakpoint of variable write

2015-05-02 Thread stepharo
Yes because we can do more after that :) Stef Le 1/5/15 13:04, Yuriy Tymchuk a écrit : Thanks Marcus! This will be very useful. Uko On 01 May 2015, at 12:51, Marcus Denker marcus.den...@inria.fr wrote: On 01 May 2015, at 12:41, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi, is it

[Pharo-dev] TextMorph right-click?

2015-05-02 Thread Stephan Eggermont
How am I supposed to use TextMorph? It pops a debugger on right-click when doing a TextMorph new contents: 'Text'; openInWorld TextMorph(Object)doesNotUnderstand: #editView. Stephan

Re: [Pharo-dev] PluggableTextMorph vs PluggableTextEditorMorph

2015-05-02 Thread stepharo
No idea but if the difference is that small then this is clear that we should remove one. What is the difference between (or different use cases for) PluggableTextMorph and PluggableTextEditorMorph ? Do we need both? The only difference I see: You can not toggle enabled/disabled a

Re: [Pharo-dev] [QUESTION] For Dark Theme users

2015-05-02 Thread Esteban Lorenzano
On 02 May 2015, at 04:10, Cyril Ferlicot cyril.ferli...@gmail.com wrote: This is maybe a little 'too' dark. Maybe we can do a setting to choose if we want it more or less dark. yes, but we also need a good default, because most people will not tune their system until they are used to it :)

Re: [Pharo-dev] Next Pharo sprint Moose dojo

2015-05-02 Thread Tudor Girba
Thanks a lot for organizing this. Doru On Fri, May 1, 2015 at 7:59 PM, Jean-Christophe Bach jeanchristophe.b...@inria.fr wrote: Hello Pharoers, We propose a Pharo sprint / Moose dojo on Friday, 22nd May, starting at 10:00am. (Local Time Lille). It will be at the Inria Lille, Building B,

Re: [Pharo-dev] [QUESTION] For Dark Theme users

2015-05-02 Thread Esteban Lorenzano
On 02 May 2015, at 04:10, Cyril Ferlicot cyril.ferli...@gmail.com wrote: This is maybe a little 'too' dark. Maybe we can do a setting to choose if we want it more or less dark. An other think that would be good with the dark theme is to change the color of the Test Runner because the

Re: [Pharo-dev] Where to start contributing

2015-05-02 Thread Ben Coman
On Sat, May 2, 2015 at 10:07 PM, Sergio Fedi sergio.f...@gmail.com wrote: As a fairly experienced Smalltalk programmer but a very new user of Pharo, Where do you guys suggest me to start contributing? To be more specific, there are parts of the system I don't know, and practices and

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-02 Thread Ben Coman
Look good Sergio. Per Sven's comments, I think its worth you opening an issue for this and a submitting it as a slice to be integrated. cheers -ben On Sat, May 2, 2015 at 11:15 PM, Sven Van Caekenberghe s...@stfx.eu wrote: Hi Sergio, It is great that you want to contribute ! Have you seen

[Pharo-dev] Improving the About Text of Versionner

2015-05-02 Thread Sergio Fedi
This seemed a fairly easy change so I can keep honing my contributing skills. I came up with this About text for the tool. Below is a screenshot on how it looks: ​ Here's the text: *Versionner is a GUI for Metacello that allows you to use a nice (but limited, as are most GUI tools) tool

Re: [Pharo-dev] Where to start contributing

2015-05-02 Thread Cyril Ferlicot
Hi, there is many things you can do. - you can use the Pharo 5 image and check for something wrong, if you find one you can talk about it on the Mailing list and open a bug entry. (If you don't know the PharoLauncher you should take a look: http://www.smalltalkhub.com/#!/~Pharo/PharoLauncher that

Re: [Pharo-dev] [ANN]: Tiny Dev Tools for SimplePersistence and STON

2015-05-02 Thread stepharo
can you show an example? Stef Le 2/5/15 04:52, Sean P. DeNigris a écrit : I often find myself writing the same boilerplate over and over for my basic persistence needs. My usual pattern is to serialize/materialize a class-side instance variable with accessors of the same name. Some time ago,

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Nicolai Hess
I think this is a bug, introduced early in the move from squeak to pharo. (It used to work in squeak). Although we don't have any use of a pure TextMorph (I don't know of any place/project, either it uses String/LabelMorphs for texts or it uses another TextEditorMorph), without any

[Pharo-dev] Fwd: Download problem: certificate

2015-05-02 Thread jannik laval
Hi guys, Does someone have a solution for this problem ? Cheers, Jannik -- Forwarded message -- From: Markus Schlager m@gmx.de Date: 2015-05-02 14:32 GMT+02:00 Subject: Re: Download problem: certificate To: jannik laval jannik.la...@gmail.com Dear Jannik, When visiting

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-02 Thread Sven Van Caekenberghe
Hi Sergio, It is great that you want to contribute ! Have you seen http://pharo.org/contribute and more specifically http://pharo.org/contribute-propose-fix ? It is a bit of work to get started, but once you have everything set up and understand the process, the next contribution will go much

Re: [Pharo-dev] Fwd: Download problem: certificate

2015-05-02 Thread Ben Coman
On Sat, May 2, 2015 at 9:18 PM, jannik laval jannik.la...@gmail.com wrote: https://ci.inria.fr/ Various online services will issue SSL health reports. Here is a random one I just googled that looks fairly comprehensive... https://www.ssllabs.com/ssltest/analyze.html?d=ci.inria.fr For

Re: [Pharo-dev] Are these changes good enough

2015-05-02 Thread stepharo
No stef style. I burned days because of the problem of squeak license: never again. Sergio you can send a pdf. Stef Le 2/5/15 09:55, Esteban Lorenzano a écrit : INRIA style. sounds like super bureaucracy, but let me tell you, without going into details, that at least once it has proven

[Pharo-dev] Where to start contributing

2015-05-02 Thread Sergio Fedi
As a fairly experienced Smalltalk programmer but a very new user of Pharo, Where do you guys suggest me to start contributing? To be more specific, there are parts of the system I don't know, and practices and conventions of Pharo that I don't grasp yet, so it seems that work that can be done

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Ben Coman
btw, can someone remind we of the semantics of Pluggable here, and what you gain over the unplugged classes? cheers -ben On Sat, May 2, 2015 at 9:19 PM, Nicolai Hess nicolaih...@web.de wrote: I think this is a bug, introduced early in the move from squeak to pharo. (It used to work in squeak).

[Pharo-dev] [pharo-project/pharo-core] 7554e4: 50027

2015-05-02 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 7554e430b71ac42468fa98995dd45df7f831237f https://github.com/pharo-project/pharo-core/commit/7554e430b71ac42468fa98995dd45df7f831237f Author: Jenkins Build Server bo...@pharo-project.org Date:

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

2015-05-02 Thread GitHub
Branch: refs/tags/50027 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Stephan Eggermont
On 02/05/15 15:19, Nicolai Hess wrote: I think this is a bug, introduced early in the move from squeak to pharo. (It used to work in squeak). Although we don't have any use of a pure TextMorph (I don't know of any place/project, either it uses String/LabelMorphs for texts or it uses another

Re: [Pharo-dev] [Pharo-users] ZnEasy / UTF-8

2015-05-02 Thread Sven Van Caekenberghe
Hi Volkert, Thanks for the test case, it helped me figure out what the problem was. Basically, what Norbert said was 100% correct: the server code (Teapot) should have specified the charset or encoding of the mime-type it was using (so application/json;charset=utf-8 instead of just

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Nicolai Hess
2015-05-02 20:17 GMT+02:00 Stephan Eggermont step...@stack.nl: On 02/05/15 15:19, Nicolai Hess wrote: I think this is a bug, introduced early in the move from squeak to pharo. (It used to work in squeak). Although we don't have any use of a pure TextMorph (I don't know of any place/project,

[Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-02 Thread stepharo
Hi could we put the log of the commit on top before the touched files? Stef

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Nicolai Hess
2015-05-02 17:27 GMT+02:00 Ben Coman b...@openinworld.com: btw, can someone remind we of the semantics of Pluggable here, and what you gain over the unplugged classes? cheers -ben MVC with pluggable controller ? You can plug in the model and define the controller behavrior by supplying the

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-02 Thread Nicolai Hess
2015-05-01 23:34 GMT+02:00 p...@highoctane.be p...@highoctane.be: https://www.dropbox.com/s/e5ws36rxo2z19lf/pharo-vm.zip?dl=0 Thank you phil, but the same problem Merwan had, zip file corrupted. On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-04-30 11:33

[Pharo-dev] Idea how I could generate the update list automatically

2015-05-02 Thread stepharo
Hi I would like to get an idea how I could generate these lists automatically: https://pharoweekly.wordpress.com/2015/05/02/pharo-50-started-fast/ - so having an identification of the start and end sequence in the mail would help (especially the end) - then I'm wondering how I could get the

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-02 Thread stepharo
This seemed a fairly easy change so I can keep honing my contributing skills. superb! You start to understand the difference between Pharo and others. You can get a real impact on your system. Stef I came up with this About text for the tool. Below is a screenshot on how it looks: ​

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-02 Thread Nicolai Hess
removed the whole mingw installation, downloaded the installer again and followed the instruction from readme-win32 - the same issue. I don't know what is wrong, the runtime environment? The build environment ? I can run the latest pharo vm from the build server. 2015-05-02 22:24 GMT+02:00

Re: [Pharo-dev] TxText: More Cleaning and Questions

2015-05-02 Thread Sean P. DeNigris
Sean P. DeNigris wrote Questions first: Oh I forgot these... - Why TxBasicSpan instead of just TxSpan? - TxModel has 4 nearly identical methods for selection - #newSelection, #select, #selectAll, and #selection. How do we pare that down? - Cheers, Sean -- View this message in context:

Re: [Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-02 Thread Nicolas Cellier
2015-05-02 22:15 GMT+02:00 stepharo steph...@free.fr: Hi could we put the log of the commit on top before the touched files? Stef -1 files are SO important ;)

Re: [Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-02 Thread Sean P. DeNigris
stepharo wrote could we put the log of the commit on top before the touched files? +1. But Nicolas wants to know if he can view the files in his favorite editor, `#(vim emacs) atRandom`ha ha - Cheers, Sean -- View this message in context: