[Pharo-dev] [pharo-project/pharo-core] c6dbf5: 50023

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

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

2015-04-30 Thread GitHub
Branch: refs/tags/50023 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Class Comment Template Suggestion

2015-04-30 Thread stepharo
I have no problem with changing it this is just that we should in general write much better class comments. Stef Le 29/4/15 15:17, Sean P. DeNigris a écrit : The class comment template begins: For the Class part: State the name of the class with one line description: For example, I'm xxx

[Pharo-dev] Differences between TextConverters and ZnEncoders

2015-04-30 Thread Guillermo Polito
Hi! I'm struggling with the TextConverter's API in Pharo :). I wanted to test the converters in Pharo, and I found the method #convertFromSystemString: that should (from its name) convert a Pharo String into an encoded version of it. (UTF8TextConverter default convertFromSystemString: 'á').

Re: [Pharo-dev] Strange bug with interruption and fonts

2015-04-30 Thread Norbert Hartl
Am 30.04.2015 um 10:40 schrieb stepharo steph...@free.fr: Hi I was coding with my son some little programs and we did an endless loop. I tried to break the execution. And afetr some efforts I succeeded to get back the system but I cannot open the browser, the debugger, playground

[Pharo-dev] Why selecting and printing a variable in the debuger does not work?

2015-04-30 Thread stepharo
Hi is it a know bug? Why selecting and printing a variable in the debuger does not work? Stef

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

2015-04-30 Thread Nicolai Hess
I managed to trash my mingw build environment - uninstalled /removed mingw/mingsys - reinstall from current mingw-installer - bad idea I can build a pharo windows vm but it immediately crashes on startup. I suspect some changes between gcc 4.6 (old environment) gcc 4.8 (new environment). (I think

Re: [Pharo-dev] Why selecting and printing a variable in the debuger does not work?

2015-04-30 Thread stepharo
I get now Error while printing (self namedTempAt: 1) Le 30/4/15 11:04, stepharo a écrit : Hi is it a know bug? Why selecting and printing a variable in the debuger does not work? Stef

Re: [Pharo-dev] ZnCookie#fromString: uses subStrings:

2015-04-30 Thread Sven Van Caekenberghe
Zinc was already updated in #bleedingEdge. Does this block you ? If so, I have to create a new #stable version and ask for it to be integrated in Pharo 5.0 On 30 Apr 2015, at 11:15, Yuriy Tymchuk yuriy.tymc...@me.com wrote: And #subStrings: were deprecated in favor of #substrings: Can

Re: [Pharo-dev] Tx: Bold Text

2015-04-30 Thread Nicolai Hess
2015-04-29 21:40 GMT+02:00 Nicolas Cellier nicolas.cellier.aka.n...@gmail.com: 2015-04-29 21:32 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-04-29 18:04 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: Nicolai Hess wrote Assign the proper Attribute? Well AFAICT there is no bold

[Pharo-dev] ZnCookie#fromString: uses subStrings:

2015-04-30 Thread Yuriy Tymchuk
And #subStrings: were deprecated in favor of #substrings: Can someone update Zinc? Thanks! Uko

Re: [Pharo-dev] Why selecting and printing a variable in the debuger does not work?

2015-04-30 Thread Nicolai Hess
2015-04-30 11:04 GMT+02:00 stepharo steph...@free.fr: I get now Error while printing (self namedTempAt: 1) Le 30/4/15 11:04, stepharo a écrit : Hi is it a know bug? Why selecting and printing a variable in the debuger does not work? Stef Maybe the fix for 14606

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread Esteban Lorenzano
oops. sorry, is fixed now… can you re-try it? Esteban On 30 Apr 2015, at 12:37, p...@highoctane.be wrote: The Gofer stanza works. But Then DNU IdeaUIThermeIconsicons glamorousRight ^ self icons at: #'glamorousRight'

Re: [Pharo-dev] [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread Norbert Hartl
What an improvement. Thanks! Norbert Am 30.04.2015 um 12:11 schrieb Esteban Lorenzano esteba...@gmail.com: Hi, I made a configuration to install the new Idea Icon Pack from configurations browser for Pharo 4. You can install it and then choose your new icon set in settings. You

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread Cyril Ferlicot
Thank you Esteban :) On 30 April 2015 at 12:37, p...@highoctane.be p...@highoctane.be wrote: The Gofer stanza works. But Then DNU IdeaUIThermeIconsicons glamorousRight ^ self icons at: #'glamorousRight' ifAbsentPut:[ Form fromBinaryStream: (Base64MimeConverter mimeDecodeToBytes: self

Re: [Pharo-dev] Differences between TextConverters and ZnEncoders

2015-04-30 Thread Marcus Denker
On 30 Apr 2015, at 11:59, Guillermo Polito guillermopol...@gmail.com wrote: (TextConverter withAllSubclasses gather: [ :each | SystemNavigation new allReferencesTo: each binding ]) size Thanks to first class variables, this can be writing at: (TextConverter withAllSubclasses gather: [

Re: [Pharo-dev] Tx: Bold Text

2015-04-30 Thread Sean P. DeNigris
Nicolas Cellier wrote shouldn't the API be more straight like: emphasis: aTextEmphasis +1. We have nice emphasis objects, and then undermine them by spreading their state around! - Cheers, Sean -- View this message in context: http://forum.world.st/Tx-Bold-Text-tp4822964p4823146.html

Re: [Pharo-dev] Differences between TextConverters and ZnEncoders

2015-04-30 Thread Sven Van Caekenberghe
On 30 Apr 2015, at 11:59, Guillermo Polito guillermopol...@gmail.com wrote: I'd like to summarize some things + 1 to all that sven said. Taking a look at users of old text converters, there are only 77 of them: (TextConverter withAllSubclasses gather: [ :each | SystemNavigation new

Re: [Pharo-dev] Differences between TextConverters and ZnEncoders

2015-04-30 Thread Guillermo Polito
I'd like to summarize some things + 1 to all that sven said. Taking a look at users of old text converters, there are only 77 of them: (TextConverter withAllSubclasses gather: [ :each | SystemNavigation new allReferencesTo: each binding ]) size = 77 That is maybe a good starting point. And

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread p...@highoctane.be
Wow​ Nice. Any way to load that in a 3.0? Phil

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread Esteban Lorenzano
the same On 30 Apr 2015, at 12:18, p...@highoctane.be wrote: Wow​ Nice. Any way to load that in a 3.0? Phil

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread Esteban Lorenzano
sorry, answered to fast… it was: the same you can execute same script… it is proved to work on Pharo 3 without problems (the other Esteban tested it :P) Esteban On 30 Apr 2015, at 12:19, Esteban Lorenzano esteba...@gmail.com wrote: the same On 30 Apr 2015, at 12:18,

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread p...@highoctane.be
The Gofer stanza works. But Then DNU IdeaUIThermeIconsicons glamorousRight ^ self icons at: #'glamorousRight' ifAbsentPut:[ Form fromBinaryStream: (Base64MimeConverter mimeDecodeToBytes: self glamorousRightIconContents readStream) ]. ?? Pharo3.0 Latest update: #30864 Phil On Thu, Apr 30,

Re: [Pharo-dev] ZnCookie#fromString: uses subStrings:

2015-04-30 Thread Yuriy Tymchuk
Well, QualityAssistant cannot be loaded into Pharo5 without warnings. I don’t know how many people use it, but it can bother them. Uko On 30 Apr 2015, at 11:29, Sven Van Caekenberghe s...@stfx.eu wrote: Zinc was already updated in #bleedingEdge. Does this block you ? If so, I have to

Re: [Pharo-dev] Why selecting and printing a variable in the debuger does not work?

2015-04-30 Thread Guillermo Polito
Stef, send me a way to reproduce it :) Le 30 avr. 2015 11:22, Nicolai Hess nicolaih...@web.de a écrit : 2015-04-30 11:04 GMT+02:00 stepharo steph...@free.fr: I get now Error while printing (self namedTempAt: 1) Le 30/4/15 11:04, stepharo a écrit : Hi is it a know bug? Why selecting

Re: [Pharo-dev] [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread Sven Van Caekenberghe
Very nice and a super clean install procedure, I love it when things come together ! On 30 Apr 2015, at 12:11, Esteban Lorenzano esteba...@gmail.com wrote: Hi, I made a configuration to install the new Idea Icon Pack from configurations browser for Pharo 4. You can install it and then

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread p...@highoctane.be
Works now. Awesome. Yay! Phil On Thu, Apr 30, 2015 at 1:29 PM, Esteban Lorenzano esteba...@gmail.com wrote: oops. sorry, is fixed now… can you re-try it? Esteban On 30 Apr 2015, at 12:37, p...@highoctane.be wrote: The Gofer stanza works. But Then DNU IdeaUIThermeIconsicons

Re: [Pharo-dev] [Pharo-users] Fuel version

2015-04-30 Thread Max Leske
On 30 Apr 2015, at 14:40, Mariano Martinez Peck marianop...@gmail.com wrote: Johannes, The simples approach is that you materialize your object in 3.0, then load the same version as fuel from pharo 4.0 and then serialize again in 3.0. That should work without problems now. Just be

[Pharo-dev] [pharo-project/pharo-core] 14d5df: 50024

2015-04-30 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 14d5dfed9eb5942b9647edacb773d46618221f1a https://github.com/pharo-project/pharo-core/commit/14d5dfed9eb5942b9647edacb773d46618221f1a Author: Jenkins Build Server bo...@pharo-project.org Date:

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

2015-04-30 Thread GitHub
Branch: refs/tags/50024 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Is there a way to understand why rubric (playground) does not highlight code?

2015-04-30 Thread Yuriy Tymchuk
Oh, and one more snippet that blocks syntax highlight and puts you in transparent text madness: GLMAsyncTask new doInBackground: [ [ true ] whileTrue: [ ] ]; execute Uko On 30 Apr 2015, at 15:02, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Ok, I’ve manually tried to set the

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread p...@highoctane.be
Little glitch: refreshIcon method missing and leading to issues. Put this in: refreshIcon ^ icons at: #'refreshIcon' ifAbsentPut:[ Form fromBinaryStream: (Base64MimeConverter mimeDecodeToBytes: self refreshIconContents readStream) ]. Works now. There may be other

[Pharo-dev] [ANN] Screencast on Versionner

2015-04-30 Thread Esteban Lorenzano
Hi, I made a small video on how to use Versionner. Versionner allows you to manage project configurations in a smooth way. https://youtu.be/cFRJDuWL-Q0 https://youtu.be/cFRJDuWL-Q0 I know… is not “Kilon’s quality”… but I hope it will help :) cheers, Esteban

[Pharo-dev] [pharo-project/pharo-core] 3f38c7: 50025

2015-04-30 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 3f38c7a6995a6a152ee6a5371e2c348d56d304df https://github.com/pharo-project/pharo-core/commit/3f38c7a6995a6a152ee6a5371e2c348d56d304df Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] [Pharo-users] Fuel version

2015-04-30 Thread Mariano Martinez Peck
Johannes, The simples approach is that you materialize your object in 3.0, then load the same version as fuel from pharo 4.0 and then serialize again in 3.0. After that, you can materialize in 4.0. The other alternative is that in 4.0 you load older version of Fuel (the one in 3.0), then import,

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread Mariano Martinez Peck
Super cool Esteban. Awesome. So the new build of my Pharo 4.0 images are now like this: Some custom settings Deprecation raiseWarning: false. (Smalltalk at: #PolymorphSystemSettings) perform: #uiThemeClass: with: (Pharo3DarkTheme). PolymorphSystemSettings desktopImageFileName: '/Library/Desktop

Re: [Pharo-dev] Is there a way to understand why rubric (playground) does not highlight code?

2015-04-30 Thread Yuriy Tymchuk
Ok, I’ve manually tried to set the color to black for a certain EditingArea and it works. Can anyone suggest me now can I put a breakpoint that work on insVar access? Do I have to do something with slots? Uko P.S. I really don’t get why everyone is so ignorant… whole our team suffers from not

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread Esteban Lorenzano
thanks, I fix it. please keep informing me the problems as they arise, is hard to test all the system to be sure :) Esteban On 30 Apr 2015, at 15:17, p...@highoctane.be wrote: Little glitch: refreshIcon method missing and leading to issues. Put this in: refreshIcon ^ icons

[Pharo-dev] [ANN] Screencast on Versionner (Part 2)

2015-04-30 Thread Esteban Lorenzano
Hi again, Now I made a small video on how to use Versionner to help you manage your releases and commits. https://youtu.be/cFRJDuWL-Q0 https://youtu.be/cFRJDuWL-Q0 This is new stuff, so you will need latest Pharo 5 to use it, alternatively you can install latest Versionner into Pharo 4 (I

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

2015-04-30 Thread GitHub
Branch: refs/tags/50025 Home: https://github.com/pharo-project/pharo-core

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

2015-04-30 Thread Esteban Lorenzano
aren’t you able to install an older version of gcc in your newer version of mingw? I do not have time right now to update the build into a new compiler, sorry (also, that is not always trivial/desired, he) Esteban On 30 Apr 2015, at 08:38, Nicolai Hess nicolaih...@web.de wrote: I managed

Re: [Pharo-dev] [ANN] Screencast on Versionner (Part 2)

2015-04-30 Thread Esteban Lorenzano
I forget to tell that commit tool is still a beta. part of the purpose of this videos is to encourage you to use them and provide feedback and enhancement requests (for example Ben already asked for the possibility to make diffs… I’m working on it). Esteban On 30 Apr 2015, at 15:31, Esteban

Re: [Pharo-dev] Differences between TextConverters and ZnEncoders

2015-04-30 Thread Guillermo Polito
They already are integrated! it's a matter of rewrite all usages of MultiByteScaryStream and friends... El jue., 30 de abr. de 2015 a la(s) 4:06 p. m., stepharo steph...@free.fr escribió: I am biased, but the Zn converters are better. Why ? Because they work between String - Bytes as a text

Re: [Pharo-dev] Collecting user data

2015-04-30 Thread Yuriy Tymchuk
Ok, then an important question: is any author of a reporting tool ready to help other 2 authors to migrate to his tool? Uko On 30 Apr 2015, at 16:10, stepharo steph...@free.fr wrote: One is also easier to improve/maintain. Stef Le 28/4/15 14:31, Andrei Chis a écrit : Yes, some

Re: [Pharo-dev] Is there a way to understand why rubric (playground) does not highlight code?

2015-04-30 Thread Yuriy Tymchuk
I’d like to remove that, but I also want to communicate about what was the original intent. Because now before the styling takes place the text color is stored and set to transparent, and after the styling takes place the previous color is set. But if the styling is delayed because other

Re: [Pharo-dev] [ANN] Screencast on Versionner (Part 2)

2015-04-30 Thread stepharo
esteban can you provide the link to the second videos? Stef Le 30/4/15 15:31, Esteban Lorenzano a écrit : Hi again, Now I made a small video on how to use Versionner to help you manage your releases and commits. https://youtu.be/cFRJDuWL-Q0 This is new stuff, so you will need latest

Re: [Pharo-dev] Differences between TextConverters and ZnEncoders

2015-04-30 Thread stepharo
I am biased, but the Zn converters are better. Why ? Because they work between String - Bytes as a text encoder/decoder should. They also have a number of extra features (counting the number of encoded bytes, being able to move backwards on input, being able to be very strict), are faster and

Re: [Pharo-dev] [Review] Issue 14080: Nuke remaining subStringXyz's

2015-04-30 Thread stepharo
Le 29/4/15 13:46, Sean P. DeNigris a écrit : Luc Fabresse wrote Congrats Sean for this one! It impacts on a lot of external packages... Thanks, Luc! The whole time I was working on this, I was thinking there is not enough value in a simple rename to be worth all this work. No there is :)

Re: [Pharo-dev] Is there a way to understand why rubric (playground) does not highlight code?

2015-04-30 Thread Andrei Chis
Then we can remove the transparent color. Yuriy if you remove it you can also use versioner to make a new configurations for rubric and submit a bug report to integrate :) Cheers, Andrei On Thu, Apr 30, 2015 at 5:25 PM, Alain Plantec alain.plan...@univ-brest.fr wrote: On 30 Apr 2015, at

Re: [Pharo-dev] STON

2015-04-30 Thread Sven Van Caekenberghe
=== Name: ConfigurationOfSton-SvenVanCaekenberghe.14 Author: SvenVanCaekenberghe Time: 30 April 2015, 8:31:52.524892 pm UUID: 06e4a32b-8280-40f9-9aa1-10e8c42da376 Ancestors: ConfigurationOfSton-SvenVanCaekenberghe.13 stable v13 === On 30 Apr 2015, at 14:48, Cyril Ferlicot

Re: [Pharo-dev] [Pharo-users] [ANN] Screencast on Versionner (Part 2)

2015-04-30 Thread Pablo R. Digonzelli
yes it is! Thanks Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 San Miguel de Tucumán Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 De: Tudor Girba tu...@tudorgirba.com Para: Any question about pharo is

Re: [Pharo-dev] can or: be redefined?

2015-04-30 Thread Clément Bera
You cannot easily redefine these selectors: #(#caseOf: #to:do: #ifNotNil: #ifNil:ifNotNil: #whileTrue: #ifNotNil:ifNil: #ifFalse: #timesRepeat: #whileTrue #caseOf:otherwise: #whileFalse: #ifNil: #to:by:do: #ifTrue: #ifFalse:ifTrue: #or: #whileFalse #ifTrue:ifFalse: #and:) You can redefine those

Re: [Pharo-dev] Rectangle Center

2015-04-30 Thread stepharo
The best would be to have ScaledRectangle but with all vector graphics operations. and independent from Rectangle just reimplementing the right part of the rectangle API. Le 29/4/15 19:11, Nicolas Cellier a écrit : 2015-04-29 18:50 GMT+02:00 Tommaso Dal Sasso tommaso.dalsa...@gmail.com

Re: [Pharo-dev] [Pharo-users] [ANN] Screencast on Versionner (Part 2)

2015-04-30 Thread Tudor Girba
Awesome job, Esteban! This is highly useful. Doru On Thu, Apr 30, 2015 at 3:31 PM, Esteban Lorenzano esteba...@gmail.com wrote: Hi again, Now I made a small video on how to use Versionner to help you manage your releases and commits. https://youtu.be/cFRJDuWL-Q0 This is new stuff, so

Re: [Pharo-dev] ZnCookie#fromString: uses subStrings:

2015-04-30 Thread Yuriy Tymchuk
Thanks Sven! On 30 Apr 2015, at 20:46, Sven Van Caekenberghe s...@stfx.eu wrote: https://pharo.fogbugz.com/f/cases/15457/Update-Zinc-to-handle-some-deprecations-in-Pharo-5 On 30 Apr 2015, at 11:51, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Well, QualityAssistant cannot be loaded into

Re: [Pharo-dev] ZnCookie#fromString: uses subStrings:

2015-04-30 Thread Sven Van Caekenberghe
https://pharo.fogbugz.com/f/cases/15457/Update-Zinc-to-handle-some-deprecations-in-Pharo-5 On 30 Apr 2015, at 11:51, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Well, QualityAssistant cannot be loaded into Pharo5 without warnings. I don’t know how many people use it, but it can bother them.

Re: [Pharo-dev] [Pharo-users] Pharo 4 Playground open file menu

2015-04-30 Thread Nicolai Hess
2015-04-30 21:24 GMT+02:00 Esteban A. Maringolo emaring...@gmail.com: 2015-04-30 16:14 GMT-03:00 Nicolai Hess nicolaih...@web.de: 2015-04-30 20:36 GMT+02:00 Esteban A. Maringolo emaring...@gmail.com: Since the workspace is hidden (*)... what's the recommended procedure to open a

Re: [Pharo-dev] can or: be redefined?

2015-04-30 Thread Ben Coman
On Fri, May 1, 2015 at 4:31 AM, Clément Bera bera.clem...@gmail.com wrote: You cannot easily redefine these selectors: #(#caseOf: #to:do: #ifNotNil: #ifNil:ifNotNil: #whileTrue: #ifNotNil:ifNil: #ifFalse: #timesRepeat: #whileTrue #caseOf:otherwise: #whileFalse: #ifNil: #to:by:do: #ifTrue:

Re: [Pharo-dev] Is there a way to understand why rubric (playground) does not highlight code?

2015-04-30 Thread Yuriy Tymchuk
Ok, found the cause. By default the color of text is correctly set by themer. But RubParagraphDecorator#next: sets the color to transparent before the styling takes place. Does this make any sense? Because it’s like: “you cannot see anything while I’m styling”. Uko On 30 Apr 2015, at 15:07,

Re: [Pharo-dev] Is there a way to understand why rubric (playground) does not highlight code?

2015-04-30 Thread Andrei Chis
No idea it that's a feature or not :) Feel free to remove it. On Thu, Apr 30, 2015 at 4:01 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Ok, found the cause. By default the color of text is correctly set by themer. But RubParagraphDecorator#next: sets the color to transparent before the

Re: [Pharo-dev] Collecting user data

2015-04-30 Thread stepharo
One is also easier to improve/maintain. Stef Le 28/4/15 14:31, Andrei Chis a écrit : Yes, some level of unification would be nice, especially for the part about users agreeing to send usage data and persisting that setting. Also at least two general levels of details about what data is being

Re: [Pharo-dev] Differences between TextConverters and ZnEncoders

2015-04-30 Thread stepharo
So could not we spot the cr conversion and isolate the users/providers? Stef Le 30/4/15 12:40, Sven Van Caekenberghe a écrit : On 30 Apr 2015, at 11:59, Guillermo Polito guillermopol...@gmail.com wrote: I'd like to summarize some things + 1 to all that sven said. Taking a look at users of

Re: [Pharo-dev] Collecting user data

2015-04-30 Thread Andrei Chis
Of course :) Just right now we are too busy with releasing moose 5.1 and moving development to Pharo 5. After it's done we can sync more on this. Cheers, Andrei On Thu, Apr 30, 2015 at 4:15 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Ok, then an important question: is any author of a

Re: [Pharo-dev] [ANN] Screencast on Versionner (Part 2)

2015-04-30 Thread kilon alios
thanks Esteban, very useful tutorial On Thu, Apr 30, 2015 at 6:00 PM Esteban Lorenzano esteba...@gmail.com wrote: https://www.youtube.com/watch?v=SxTpuSHNh2E On 30 Apr 2015, at 16:48, stepharo steph...@free.fr wrote: esteban can you provide the link to the second videos? Stef Le

[Pharo-dev] Cypress - cross platform Pharo Visualworks

2015-04-30 Thread Ben Coman
Is anyone using cross-platform Pharo / VisualWorks development with Cypress? https://github.com/CampSmalltalk/Cypress cheers -ben

Re: [Pharo-dev] [Pharo-users] [ANN] Screencast on Versionner (Part 2)

2015-04-30 Thread Cyril Ferlicot
http://youtu.be/SxTpuSHNh2E Le jeudi 30 avril 2015, stepharo steph...@free.fr a écrit : esteban can you provide the link to the second videos? Stef Le 30/4/15 15:31, Esteban Lorenzano a écrit : Hi again, Now I made a small video on how to use Versionner to help you manage your

Re: [Pharo-dev] [ANN] Screencast on Versionner (Part 2)

2015-04-30 Thread Esteban Lorenzano
https://www.youtube.com/watch?v=SxTpuSHNh2E https://www.youtube.com/watch?v=SxTpuSHNh2E On 30 Apr 2015, at 16:48, stepharo steph...@free.fr wrote: esteban can you provide the link to the second videos? Stef Le 30/4/15 15:31, Esteban Lorenzano a écrit : Hi again, Now I made a