Re: [Pharo-dev] Shortcuts conflicts

2016-08-29 Thread Cyril Ferlicot Delbecque
On 29/08/2016 16:14, Peter Uhnák wrote: > Make sure you are not getting screwed by startup scripts (since you are > already overriding the debugger shortcuts). > > Peter > It was the problem :( I found it with the help of Andrei and he helped me to improve my script. Sorry for the false

Re: [Pharo-dev] Shortcuts conflicts

2016-08-29 Thread Cyril Ferlicot Delbecque
On 29/08/2016 15:40, Nicolai Hess wrote: > I don't even know how you get this menu. > What pane is selected when you open this context menu? > I just did a right click on the source pane of the debugger -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France

[Pharo-dev] Shortcuts conflicts

2016-08-29 Thread Cyril Ferlicot Delbecque
Hi, I am the only one to find this screen weird? https://puu.sh/qSyo9/baa12ac902.png It's pretty annoying when I am debugging and that instead of an inspector I get the inheritance… Or when I change a method in the debugger, I want to paste a sentence (I know, copy/paste are evil but sometimes

[Pharo-dev] WideString and commits

2016-08-25 Thread Cyril Ferlicot Delbecque
Hi! I opened an issue month ago on fogbugs because I could not commit some packages. I didn't get time to investigate it and nobody could. With Guille we found that the problem is that the code contained a special character. It contains a ♥... And we cannot commit specials character anymore on

Re: [Pharo-dev] Pharo5 Jenkins build crash

2016-08-09 Thread Cyril Ferlicot Delbecque
On 09/08/2016 14:01, Yann Dubois wrote: > Hi, > > Since Sunday, all build launched for Pharo 5 crashed > Hi, Those are known bugs. It happen on all Jenkins. There is a fogbugs issue for it. > > I think that the problem is in command line handler but I'm not sure. You can > see the complete

Re: [Pharo-dev] ifTrue ifFalse shortcuts

2016-08-03 Thread Cyril Ferlicot Delbecque
On 03/08/2016 10:56, Ben Coman wrote: > I would guess code expansions could be many and varied between > different individuals, and quickly consume available keyboard > shortcuts. Perhaps a generic mechanism would be single shortcut for > "code expansion" which processes the letters preceding

Re: [Pharo-dev] Odd Commits to Soup Repo

2016-08-02 Thread Cyril Ferlicot Delbecque
On 02/08/2016 09:03, stepharo wrote: > Hi Paul > > It never works with me. Did you check that the file is really not there > after. > Hi, Since I am a little scatterbrained it happen to me all the time to commit in the wrong repo, so I delete those wrong .mcz and it works fine. > Stef > >

Re: [Pharo-dev] Epicea?

2016-07-15 Thread Cyril Ferlicot Delbecque
On 15/07/2016 16:01, Nicolas Passerini wrote: > There has been already a discussion about the same topic a few days ago > and I think that there is a consensus on considering it a bug that has > to be solved (look for «confused about the "image opening session"»). > Yet I think there is not even

[Pharo-dev] XMLWriter does not load in development in Pharo

2016-07-05 Thread Cyril Ferlicot Delbecque
Hi, There was a commit in XMLWriter using `Smalltalk plateformName asLowercase beginsWith: 'win'` in the initialisation of the writer class. #plateformName does not exist in the Pharo image so it's impossible to load the development version of XMLWriter in Pharo at the moment. Instead I think

Re: [Pharo-dev] SessionManager and SystemSettings?

2016-06-23 Thread Cyril Ferlicot Delbecque
On 23/06/2016 15:32, Esteban Lorenzano wrote: > > no it shouldn’t… and *my* preferences are correctly loaded :) > > > I check on my Mac, mine are loaded too. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital

Re: [Pharo-dev] SessionManager and SystemSettings?

2016-06-23 Thread Cyril Ferlicot Delbecque
On 23/06/2016 15:07, Christophe Demarey wrote: > What happens if you execute > 'SystemSettingsPersistence resumeSystemSettings’ in a 60103 image? > If nothing happens, it could be that 'SystemSettingsPersistence > instVarNamed: ‘alreadyResumed’’ is true > > I checked the startupList and

Re: [Pharo-dev] Research not applied for configurations

2016-06-20 Thread Cyril Ferlicot Delbecque
On 20/06/2016 13:05, Thibault ARLOING wrote: > Hi, > > > When I want to search 'ConfigurationOfPillar' I write 'pillar' in the > research input of system browser but the research is only applied to > packages and not configurations. > > > Is that normal or is that a bug ? > > This is a

Re: [Pharo-dev] What's new in Pharo 5.0

2016-05-24 Thread Cyril Ferlicot Delbecque
On 24/05/2016 13:19, Christophe Demarey wrote: > >> Le 24 mai 2016 à 10:08, Esteban Lorenzano a écrit : >> >> there is a space: same as class comment now. > > > only for the class comment, not for other package metadata > Maybe the package comment can be at the place

Re: [Pharo-dev] What's new in Pharo 5.0

2016-05-24 Thread Cyril Ferlicot Delbecque
On 24/05/2016 07:44, Sven Van Caekenberghe wrote: > > The missing class comments are totally unacceptable, we should refuse these. > +1 It is really frustrating to take free time to improve the comments of the current classes and to see that there is dozens of classes without comment

Re: [Pharo-dev] What's new in Pharo 5.0

2016-05-24 Thread Cyril Ferlicot Delbecque
On 24/05/2016 04:00, Sean P. DeNigris wrote: > Doing some exploring... BlueInk, Chroma, Flashback, Renraku - all packages > with no class comments. How would a new user discover what these are? > BlueInk is the new configurable formatter. In Chroma there is only one classe with a class comment.

Re: [Pharo-dev] cleaning the Pharo Catalog

2016-05-23 Thread Cyril Ferlicot Delbecque
On 23/05/2016 10:00, Stephan Eggermont wrote: > Split into two categories? Those with full descriptions likely to load > and those probably needing some updates? > I like this option. Two tabs. A tab "PharoX" and a tab "Legacy" could be an idea. > Stephan > > > -- Cyril Ferlicot

Re: [Pharo-dev] [ANN] Pharo 6.0 Development started

2016-05-13 Thread Cyril Ferlicot Delbecque
On 13/05/2016 18:08, J.F. Rick wrote: > Is there a (informal) roadmap for Pharo 6.0? What are the major things > that are being targeted? Bloc replacing Morphic? Move from 32-bit to > 64-bit? Athens-based rendering? > > Cheers, > > Jeff It would be good to have one to not integrate too many

Re: [Pharo-dev] XMLParser changes

2016-05-09 Thread Cyril Ferlicot Delbecque
On 09/05/2016 17:15, Peter Uhnák wrote: > I re-read this thread three times and I am confused. > Is there a way to just ignore the whitespace? > > The XML contains doctype ( "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd;>) so maybe that's why > it's broken? > > But if I understand

Re: [Pharo-dev] new collaborators in Pharo 5

2016-04-29 Thread Cyril Ferlicot Delbecque
On 29/04/2016 10:25, Esteban Lorenzano wrote: > Hi, > > Obviously… many are wrong since they started contributing a lot before (like > Sven and Stef :P … I wonder why the difference gave me this… but well… ) > > Anyway, I need to know who are this guys: > > - synectique (I suppose is

Re: [Pharo-dev] Looking for moderators and helpers for the Pharo Mooc

2016-04-28 Thread Cyril Ferlicot Delbecque
On 28/04/2016 14:43, stepharo wrote: > Hi guys > > We are looking for moderators and people to help in the forum on the mooc. > Hi, I can help a little if needed. > Let me know if you want to help. > > Stef > > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000

Re: [Pharo-dev] XMLParser changes

2016-04-27 Thread Cyril Ferlicot Delbecque
On 27/04/2016 09:12, stepharo wrote: > Hi guys > > > I did not understand where are the spaces? > The whitespaces are the line return and tabulation (indent) for the pretty print. > Can you show me? > > Stef > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000

Re: [Pharo-dev] XMLParser changes

2016-04-25 Thread Cyril Ferlicot Delbecque
On 25/04/2016 12:30, Norbert Hartl wrote: > It is right. There is no characters to be skipped. These must all resolve to > text nodes with the whitespace characters in it. The behaviour of the new > version is correct. So if you indent XML documents you might change the > structure. The

[Pharo-dev] XMLParser changes

2016-04-25 Thread Cyril Ferlicot Delbecque
Hi, last week there was a new stable version of XMLParser and some tests broke in some tools. I think that there was a regression in this version. Snippet: (XMLDOMParser parse: ' ') elements first nodes With the release 2.7.4 we get 2

Re: [Pharo-dev] A weak/leak story

2016-04-12 Thread Cyril Ferlicot Delbecque
On 12/04/2016 11:41, Guille Polito wrote: > Hi list, > > With Pavel and Christophe we spend some time digging these last weaks > chasing the memory leaks we were seeing lately. It is a long story to > tell, so this mail is divided in three: > > 1) A brief intro to weak structures and

Re: [Pharo-dev] Pharo5.0 crashing on Ubuntu14.04

2016-04-09 Thread Cyril Ferlicot Delbecque
On 09/04/2016 23:51, Jigyasa Grover wrote: > Hey > > I have been treing to create a new Pharo 5.0 image and it seems to crash > giving the error /"This interpreter (vers. 6505) cannot read image file > (vers. 6521)."/ I am using PharoLauncher on Ubuntu 14.04 to manage Pharo > images. Hi, I

Re: [Pharo-dev] [pharo-project/pharo-core] 4be569: 50680

2016-04-08 Thread Cyril Ferlicot Delbecque
On 08/04/2016 14:41, GitHub wrote: > Branch: refs/heads/5.0 > Home: https://github.com/pharo-project/pharo-core > Commit: 4be569b2a4f7384bc77403e12d91d6fb9c8ba84b > > https://github.com/pharo-project/pharo-core/commit/4be569b2a4f7384bc77403e12d91d6fb9c8ba84b > Author: Jenkins

Re: [Pharo-dev] Project Catalog questions

2016-04-07 Thread Cyril Ferlicot Delbecque
On 07/04/2016 05:53, Hernán Morales Durand wrote: > Hi all, > Hi! > Is there a specific reason why Project Catalog items menu does not > include "Install development version" and/or "Install bleeding edge" > options? > I think that the reason is just nobody did it. > Another one is, what

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-05 Thread Cyril Ferlicot Delbecque
On 05/04/2016 15:08, Igor Stasenko wrote: > > > On 5 April 2016 at 15:58, p...@highoctane.be > > wrote: > > Made a quick gist of of > this: >

Re: [Pharo-dev] [Pharo-users] STON materialization corrupts a dictionary if the keys are references

2016-04-05 Thread Cyril Ferlicot Delbecque
On 05/04/2016 12:09, Sven Van Caekenberghe wrote: > Like I said, it is a hashing issue, sometimes it will be correct by accident. > > I hope you did not have to much trouble with this bug, I guess it must have > been hard to chase. > > Is it urgent ? > > I probably can give you a quick fix,

Re: [Pharo-dev] Class comments need review (English speakers welcome)

2016-03-27 Thread Cyril Ferlicot Delbecque
On 27/03/2016 11:42, stepharo wrote: > Cool cyril > > What I was thinking is to copy what we wrote in the Pharo by example > > For each class I read the PBE part on Collection's chapter to see if I covered enough things in the comment. -- Cyril Ferlicot http://www.synectique.eu 165

[Pharo-dev] Class comments need review (English speakers welcome)

2016-03-26 Thread Cyril Ferlicot Delbecque
Hi! I begun to improve the comments of Collection Sequenceable's classes. I would like the community to review few things: - The English! Since I learned English on video games let's say that my level in far from been perfect :) I most probably made mistakes and I would like English speakers to

Re: [Pharo-dev] Receiving notification of theme changes or changes to syntax highlighting properties

2016-03-19 Thread Cyril Ferlicot Delbecque
On 20/03/2016 03:12, monty wrote: > How can you receive notification of a theme change (like going to or from the > Dark theme), or even better, notification of a change to some property of > syntax highlighting (like the styling used for string literals)? > Hi, For the theme change part,

Re: [Pharo-dev] [regression reporter]regression occurred

2016-02-24 Thread Cyril Ferlicot Delbecque
On 24/02/2016 09:07, Sven Van Caekenberghe wrote: > The following test seems to be failing a lot lately on the CI infrastructure, > yet it always succeeds for me on my machine. Is there anybody who sees this > fail on their machines ? > >> On 24 Feb 2016, at 08:36, no-re...@ci.inria.fr wrote:

Re: [Pharo-dev] Why implementors are getting all the text red?

2016-02-24 Thread Cyril Ferlicot Delbecque
See https://pharo.fogbugz.com/f/cases/17684/highlighting-broken-in-message-list-senders-off-implementors-of On 24/02/2016 12:12, stepharo wrote: > hi > > May be this is a well known bug but now all the implementors are showed > in red. > So I cannot film that. > > Stef > -- Cyril Ferlicot

Re: [Pharo-dev] Getting coherent shortcuts

2016-02-09 Thread Cyril Ferlicot Delbecque
On 09/02/2016 15:50, Guille Polito wrote: > Hi all, > > Since a week, I'm back to using linux (debian) due to a new job. And it > became S evident that the shortcuts are wrongly configured, that I > actually cannot work! > > Sometimes windows are closed with ctrl w, sometimes with alt w.

Re: [Pharo-dev] Thanks nicolai and the sprinter for fixing the selectorTable

2016-02-01 Thread Cyril Ferlicot Delbecque
On 01/02/2016 09:01, Nicolai Hess wrote: > > > The problem is, that TextLink is a base class of the RubTextLink classes > and those of course are used during > styling. The debugger message is misleading (due to this awfull > #doesNotUnderstand redirection) but if you > look at the call stack,

Re: [Pharo-dev] Thanks nicolai and the sprinter for fixing the selectorTable

2016-02-01 Thread Cyril Ferlicot Delbecque
On 01/02/2016 08:24, Nicolai Hess wrote: > > unlikely, many 'icon'-methods are now rendered as 'unimplemeted' > methods, because > ThemeIcons uses #doesNotUnderstand indirection to create the named > icons. And that seems to work > well. > And the error about > >

Re: [Pharo-dev] Thanks nicolai and the sprinter for fixing the selectorTable

2016-01-31 Thread Cyril Ferlicot Delbecque
On 31/01/2016 15:23, stepharo wrote: > Hi guys > > Thanks for this fix. > I will start recording videos. > > Stef > In the last image I get errors all the time when I use unimplemented methods. I think this might be related if this was done to add syntax highlighting for unimplemented

Re: [Pharo-dev] [pharo-project/pharo-core] 075ec6: 50550

2016-01-29 Thread Cyril Ferlicot Delbecque
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 27/01/2016 16:07, GitHub wrote: > Branch: refs/heads/5.0 Home: > https://github.com/pharo-project/pharo-core Commit: > 075ec66df6ea08e7be71d5275b08ca095432aa2b > https://github.com/pharo-project/pharo-core/commit/075ec66df6ea08e7be7