Re: [Pharo-users] Question when reading UPBE

2015-10-19 Thread Dimitris Chloupis
Let me make this clear, I dont believe in stupid questions. Your first language , like me, is not English and so you have harder time to understand documentation. Coding nowdays is as much about learning English than is about learning how to code since its by far the most popular language that code

Re: [Pharo-users] Thanks for Pharo

2015-10-19 Thread Marcus Denker
>> We (Doru and me) will write a new roadmap over the next weeks… so many >> things are happening, we need to get the current >> planning and how everything fits into one document… >> >> Marcus > > Thank you both for doing this. It is a valuable asset to the community. It > helps those of

Re: [Pharo-users] crashed image ?

2015-10-19 Thread Marcus Denker
> On 20 Oct 2015, at 00:26, Jean Baptiste Arnaud > wrote: > > Hi, maybe a useful question :-) > > I crashed a image :-) > And I ask myself: > - There are a more advance (thinking bout maybe epicea) change browser > ? Because a list of 1293801283 changes and just 1 options select all (w

Re: [Pharo-users] Question when reading UPBE

2015-10-19 Thread 小橙橙
You mean that I should type them in the pane of the method I want to define, am I right? then, which one should I type "LOGame>>cellsPerSide" or "cellsPerSide"? Maybe this syntax --">>" just indicates that this method should belong to this class. but as reader, I don't need to type all, do I ? My

Re: [Pharo-users] Thanks for Pharo

2015-10-19 Thread Offray Vladimir Luna Cárdenas
Hi, On 19/10/15 11:57, Dimitris Chloupis wrote: The best way to thank us, is to contribute. So put your code where your mouth is and give a much needed helping hand. Suggestions and discussions is all good , but nothing beats old hard work ;) It can be a bug fix, a new library, a new gui tool

[Pharo-users] crashed image ?

2015-10-19 Thread Jean Baptiste Arnaud
Hi, maybe a useful question :-) I crashed a image :-) And I ask myself: - There are a more advance (thinking bout maybe epicea) change browser ? Because a list of 1293801283 changes and just 1 options select all (which is broken you should use shortcut) will not really helpme -

Re: [Pharo-users] Thanks for Pharo

2015-10-19 Thread p...@highoctane.be
I like the nuclear bomb image :-) On Mon, Oct 19, 2015 at 6:57 PM, Dimitris Chloupis wrote: > The best way to thank us, is to contribute. So put your code where your > mouth is and give a much needed helping hand. Suggestions and discussions > is all good , but nothing beats old hard work ;) > >

[Pharo-users] [ANN] Mathex 0.3 is out! How hard would it be to give the possibility to use it with Pillar?

2015-10-19 Thread Julien Delplanque
Hi all, I just released Mathex 0.3, you can look at the release note here [1] if you want. :) I wonder how hard it would be to give the possibility to write Mathex directly inside Pillar? Mathex provide pdf/png generation under Linux, so it is possible to create images for non-LaTeX Pillar's exp

Re: [Pharo-users] Voting for removing Seaside chapter from UPBE

2015-10-19 Thread Stephan Eggermont
On 19-10-15 19:54, Dimitris Chloupis wrote: I already mentioned this in Github issues but here is my take on this I vote for the complete removal of the Seaside chapter for several reasons a) Its not a beginner orientated chapter as is the focus of this book I just took a look. It definitely

Re: [Pharo-users] Question when reading UPBE

2015-10-19 Thread Dimitris Chloupis
have your read the Pharo Tour chapter ? please read the entire book from start to finish , DO NOT skip chapters this is a complete tutorial on Pharo that depends on previous chapters for continuation of knowledge. If you dont understand previous chapters you wont understand this. Your question i

Re: [Pharo-users] Question when reading UPBE

2015-10-19 Thread Serge Stinckwich
Have a look to this tutorial here: https://www.youtube.com/watch?v=gSmlsarDMEQ On Mon, Oct 19, 2015 at 7:31 PM, 小橙橙 wrote: > But I don't find the pane on which I should write code. Did you know it? > > > On Monday, October 19, 2015, Serge Stinckwich > wrote: >> >> Dear Andy, >> >> welcome here

Re: [Pharo-users] Question when reading UPBE

2015-10-19 Thread Nicolai Hess
Hi Andy, on the page before, you see the Figure 3.14, the bottom panel is the code panel. If you select class LOGame in the second left pane, and for example "-- all --" in the category panel, every code you put in the code panel, becomes a method of your class "LOGame". 2015-10-19 19:31 GMT+02:0

[Pharo-users] Voting for removing Seaside chapter from UPBE

2015-10-19 Thread Dimitris Chloupis
I already mentioned this in Github issues but here is my take on this I vote for the complete removal of the Seaside chapter for several reasons a) Its not a begineer orientated chapter as is the focus of this book b) its not general purpose as is the focus of this book c) far harder to keep this

Re: [Pharo-users] Question when reading UPBE

2015-10-19 Thread 小橙橙
But I don't find the pane on which I should write code. Did you know it? On Monday, October 19, 2015, Serge Stinckwich wrote: > Dear Andy, > > welcome here ! > > Normally you have to write your code on the bottom pane of the code > browser. > > Regards, > > On Mon, Oct 19, 2015 at 5:49 PM, 小橙橙

Re: [Pharo-users] Thanks for Pharo

2015-10-19 Thread Dimitris Chloupis
The best way to thank us, is to contribute. So put your code where your mouth is and give a much needed helping hand. Suggestions and discussions is all good , but nothing beats old hard work ;) It can be a bug fix, a new library, a new gui tool, documentation, blog posts or just promotion to othe

Re: [Pharo-users] Question when reading UPBE

2015-10-19 Thread Serge Stinckwich
Dear Andy, welcome here ! Normally you have to write your code on the bottom pane of the code browser. Regards, On Mon, Oct 19, 2015 at 5:49 PM, 小橙橙 wrote: > Hi, > > I'm a newcomer in Pharo and start to learn how to use Pharo. > In page 42 of UPBE(Vesion:2015-10-17 ), I don't know wher

[Pharo-users] Question when reading UPBE

2015-10-19 Thread 小橙橙
Hi, I'm a newcomer in Pharo and start to learn how to use Pharo. In page 42 of UPBE(Vesion:2015-10-17 ), I don't know where I write the constant methods and UPBE didn't tell me in which pane to type them. Could you tell me ? Andy Zhu

Re: [Pharo-users] Thanks for Pharo

2015-10-19 Thread Offray Vladimir Luna Cárdenas
Hi, Some notes below. On 19/10/15 08:39, Jimmie Houchin wrote: There truly is no edit, compile, run cycle similar to other languages, even dynamically typed languages with REPLs. I view that we do have an edit/compile/run loop, its just really tight loop! I recently had a passing though

Re: [Pharo-users] Thanks for Pharo

2015-10-19 Thread Jimmie Houchin
On 10/19/2015 08:59 AM, Marcus Denker wrote: On 19 Oct 2015, at 15:39, Jimmie Houchin wrote: On 10/18/2015 11:51 AM, Ben Coman wrote: Thanks very much for your thoughts Jimmie. Day to day, its easy to take for granted what we have. On Sat, Oct 17, 2015 at 6:14 AM, Jimmie Houchin wrote:

Re: [Pharo-users] Thanks for Pharo

2015-10-19 Thread Marcus Denker
> On 19 Oct 2015, at 15:39, Jimmie Houchin wrote: > > > > On 10/18/2015 11:51 AM, Ben Coman wrote: >> Thanks very much for your thoughts Jimmie. Day to day, its easy to >> take for granted what we have. >> >> On Sat, Oct 17, 2015 at 6:14 AM, Jimmie Houchin wrote: >>> Sometimes conversations

Re: [Pharo-users] Thanks for Pharo

2015-10-19 Thread Jimmie Houchin
On 10/18/2015 11:51 AM, Ben Coman wrote: Thanks very much for your thoughts Jimmie. Day to day, its easy to take for granted what we have. On Sat, Oct 17, 2015 at 6:14 AM, Jimmie Houchin wrote: Sometimes conversations revolve around perceived deficiencies in Pharo. What Pharo is missing. Or

Re: [Pharo-users] CiteZen and Pharo 5 / Pharo4 tests

2015-10-19 Thread stepharo
Fixed and I pushed two new configurations of in MetaRepo 40 and 50 Le 18/10/15 17:33, Stephan Eggermont a écrit : On 18-10-15 12:31, Stephan Eggermont wrote: I've committed a version to the MetaRepoForPharo50 as I couldn't write in the repo. In Pharo 5 it doesn't load. I changed the build to us