Re: [Pharo-dev] Comments in STON

2015-07-17 Thread stepharo
Hi sven Le 16/7/15 21:28, Sven Van Caekenberghe a écrit : Guille, I understand the problem. The reason is that STONCStyleCommentsSkipStream was/is a quick hack and does not know/understand anything about strings. It seems that the C preprocessor ignores comments in C strings, so we could c

Re: [Pharo-dev] [Pharo-users] Searching for similiar projects

2015-07-17 Thread Jigyasa Grover
Yes Stephan Though I am still not able to resolve the error. -- View this message in context: http://forum.world.st/Searching-for-similiar-projects-tp4837427p4837917.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] Comments in STON

2015-07-17 Thread Sven Van Caekenberghe
> On 17 Jul 2015, at 09:00, stepharo wrote: > > Hi sven > > > Le 16/7/15 21:28, Sven Van Caekenberghe a écrit : >> Guille, >> >> I understand the problem. >> >> The reason is that STONCStyleCommentsSkipStream was/is a quick hack and does >> not know/understand anything about strings. >> >>

[Pharo-dev] Seeking help on morphs : expander and scrolls

2015-07-17 Thread Jigyasa Grover
Hi I am using Expander Morphs to display some search results. I am finding it hard to insert a scroll bar in text displayed after expanding the title of the search result. The corresponding code snippet is as: *dialog newRow: {* *(* * (* * dialog newExpander: r title asString* * forAll: { dia

Re: [Pharo-dev] Seeking help on morphs : expander and scrolls

2015-07-17 Thread Nicolai Hess
what about "newTextEditorFor:" *dialog newRow: {* *(* * (* * dialog newExpander: r title asString* * forAll: { dialog newTextEditorFor: yourTextModel getText:#getTextSelector setText:#setTextSelector. }* * )minWidth:600; minHeight: 10* *)cellInset: 0;* * borderStyle: (BorderStyle inset ba

[Pharo-dev] [Slots] Slides from ESUG: Variables in Pharo5

2015-07-17 Thread Marcus Denker
Hi, The slides from the second talk are online: http://www.slideshare.net/MarcusDenker/variables-in-pharo5 Marcus

Re: [Pharo-dev] [Slots] Slides from ESUG: Variables in Pharo5

2015-07-17 Thread Sean P. DeNigris
Marcus Denker-4 wrote > The slides from the second talk are online: Great, thanks! Can't wait to play with this stuff :) - Cheers, Sean -- View this message in context: http://forum.world.st/Slots-Slides-from-ESUG-Variables-in-Pharo5-tp4837960p4837968.html Sent from the Pharo Smalltalk Dev

Re: [Pharo-dev] [Pharo-users] Searching for similiar projects

2015-07-17 Thread Sean P. DeNigris
Jigyasa Grover wrote > Though I am still not able to resolve the error. In the job's console output, I see "stderr: error: unable to create file sQuick_new/resources/document/What is Pharo ? (Invalid argument)". Just a shot in the dark, maybe remove the "?" from the file name? - Cheers, Sea

Re: [Pharo-dev] Pharo 5: browser windows are extremely resource hungry

2015-07-17 Thread Sean P. DeNigris
Henrik Sperre Johansen wrote > Should've named it FastTableExceptWhenSlow until it's out of beta ;) Ha ha ha. Actually, I was thinking that it's pretty cool that Pharo treats even alpha versions with care, immediately rolling back changes which break core things. - Cheers, Sean -- View this

Re: [Pharo-dev] [Pharo-users] Searching for similiar projects

2015-07-17 Thread Stephan Eggermont
On 17-07-15 17:13, Sean P. DeNigris wrote: Jigyasa Grover wrote Though I am still not able to resolve the error. In the job's console output, I see "stderr: error: unable to create file sQuick_new/resources/document/What is Pharo ? (Invalid argument)". Just a shot in the dark, maybe remove the

Re: [Pharo-dev] Tiling Window Manager: Enable on load

2015-07-17 Thread Laurent
And hide the taskbar too ? Laurent Le mer. 15 juil. 2015 à 0:18, Sean P. DeNigris a écrit : Any reason not to enable TWM by default? It seems clunky to have to dig into the settings to enable after loading the project... - Cheers, Sean -- View this message in context: http://forum.

[Pharo-dev] Athens - apply blur on arbitrary shape

2015-07-17 Thread Aliaksei Syrel
Hi Any ideas how one could blur an arbitrary shape using athens? Cheers, Alex

Re: [Pharo-dev] [Pharo-users] Searching for similiar projects

2015-07-17 Thread Jigyasa Grover
Sean Yes, I tried removing '?' from the file name but the signal is still red. Thanks Jigyasa -- View this message in context: http://forum.world.st/Searching-for-similiar-projects-tp4837427p4837984.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] [Pharo-users] Searching for similiar projects

2015-07-17 Thread Jigyasa Grover
Hi Stephan Okay, I got your point. But as the application searches within the text files, would it be a good idea removing the resources of the application ? Thanks Jigyasa -- View this message in context: http://forum.world.st/Searching-for-similiar-projects-tp4837427p4837985.html Sent from th

Re: [Pharo-dev] [Pharo-users] Searching for similiar projects

2015-07-17 Thread Jigyasa Grover
Hey Stephan I tried removing the text resources and building it afresh. The error still persists. Regards Jigyasa -- View this message in context: http://forum.world.st/Searching-for-similiar-projects-tp4837427p4837987.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabbl

Re: [Pharo-dev] Comments in STON

2015-07-17 Thread Sven Van Caekenberghe
> On 16 Jul 2015, at 21:28, Sven Van Caekenberghe wrote: > > Guille, > > I understand the problem. > > The reason is that STONCStyleCommentsSkipStream was/is a quick hack and does > not know/understand anything about strings. > > It seems that the C preprocessor ignores comments in C strings

[Pharo-dev] Bloc borders

2015-07-17 Thread Stephan Eggermont
Hi Alex, Alain >Name: Bloc-Core-AliakseiSyrel.608 >Author: AliakseiSyrel >Time: 17 July 2015, 6:07:03.160521 pm >UUID: ab99af8c-7bce-4c4d-bd92-319fe33c0f51 >Ancestors: Bloc-Core-AlainPlantec.607 > >set default color of solid border to transparent, otherwise all >widgets have visible border by de

Re: [Pharo-dev] Bloc borders

2015-07-17 Thread Aliaksei Syrel
Hi Stephan, Could be. Rectangle view has solid border as border style by default. There are two ways: make sure that all views has null border by default or make sure all borders are invisible (width=0, color=transparent) by default. The only issue is that the solid border is the most used border

Re: [Pharo-dev] Bloc borders

2015-07-17 Thread Aliaksei Syrel
Sorry, I meant BlRoundedRectangleView has solid by default - because of corner radius. It's kind of specific case. I use mainly rounded rectangle view. Cheers, Alex On Fri, Jul 17, 2015 at 9:46 PM, Aliaksei Syrel wrote: > Hi Stephan, > > Could be. Rectangle view has solid border as border style

Re: [Pharo-dev] Tiling Window Manager: Enable on load

2015-07-17 Thread Sean P. DeNigris
laurent laffont wrote > And hide the taskbar too ? I guess that makes sense since there is a window list in the TWM bar. Your call... - Cheers, Sean -- View this message in context: http://forum.world.st/Tiling-Window-Manager-Enable-on-load-tp4837513p4838000.html Sent from the Pharo Smallt

[Pharo-dev] What happend to my smalltalkhub project?

2015-07-17 Thread Nicolai Hess
I had at least one project at smalltalk hub NicolaiHess/AthensSketch But now, I don't see any project, no watchlist and the list of activities only lists the last three weeks. ? nicolai

Re: [Pharo-dev] [Pharo-users] Searching for similiar projects

2015-07-17 Thread Sean P. DeNigris
Jigyasa Grover wrote > Yes, I tried removing '?' from the file name but the signal is still red. Same color, different reason :) Check the error logs and you will see that the git repo gets cloned but there is a different error afterward https://ci.inria.fr/pharo-contribution/job/sQuick/11/PHARO=4

Re: [Pharo-dev] Tiling Window Manager: Enable on load

2015-07-17 Thread p...@highoctane.be
I use both. Le 17 juil. 2015 21:55, "Sean P. DeNigris" a écrit : > laurent laffont wrote > > And hide the taskbar too ? > > I guess that makes sense since there is a window list in the TWM bar. Your > call... > > > > - > Cheers, > Sean > -- > View this message in context: > http://forum.world

[Pharo-dev] Pharo 64bit planned?

2015-07-17 Thread David
I did not see any progress over the time in making a (stable) release of pharo in 64 bit flavor. For servers, it is a common practice (and also a good one if no 32bit executables are planned) to completelly disable 32bit support (by not compiling any library in 32bit, disabling emulation of 32bit

Re: [Pharo-dev] Pharo 64bit planned?

2015-07-17 Thread Eliot Miranda
Hi David, On Fri, Jul 17, 2015 at 3:22 PM, David wrote: > I did not see any progress over the time in making a (stable) release > of pharo in 64 bit flavor. > > For servers, it is a common practice (and also a good one if no 32bit > executables are planned) to completelly disable 32bit support (