Re: [Pharo-users] Brea wiki software

2017-09-06 Thread H. Hirzel
I understand that it makes a lot of sense to reuse the functions implemented in the FossilRepo. Installation of the Fossil version control system seems to be very simple, just put a single executable file into the pharo folder for example https://fossil-scm.org/index.html/doc/trunk/www/index.wi

Re: [Pharo-users] Brea wiki software

2017-09-06 Thread H. Hirzel
So at the moment I am fine to get it up and running using a FossilRepo. Later on I will work on replacing it with a JSON data store. On 9/6/17, H. Hirzel wrote: > I understand that it makes a lot of sense to reuse the functions > implemented in the FossilRepo. > > Installation of the Fossil vers

[Pharo-users] [ESUG] Looking for a job?

2017-09-06 Thread Norbert Hartl
We are looking for new developers at ZWEIDENKER (the company formerly known as 2denker :) ). So if you are at ESUG right now and you are interested please either contact me in person or reply to this email and I will get in contact with you. See you, Norbert

Re: [Pharo-users] Usability issues with Calypso

2017-09-06 Thread Denis Kudriashov
Hi Tim. Sorry for late response. During Esug I am a bit out of mails. About saving method problem it is definitely a bug. Thank's for the report. About source code refactoring: Supporting source code commands was easy to do with suggestions. In fact text editor menu is still working old way. Tha

Re: [Pharo-users] Usability issues with Calypso

2017-09-06 Thread Tim Mackinnon
Hey Denis - I didn't mean to interrupt your ESUG (I should have mentioned it was something to follow up on afterwards). Enjoy it and help lots of ideas. Should I raise a bug for the saving issue in fogbugz? I'll have to look at how you add define shortcuts in Calypso as I'm not familiar with th

[Pharo-users] BlockStyler: Make Blocks more recognizable in source code

2017-09-06 Thread Manuel Leuenberger
Hi everyone, I built a little syntax highlighting extension for the Nautilus source code pane, which puts a background color behind blocks, so that nested blocks are easily recognizable. Install with: Metacello new baseline: 'BlockStyler'; repository: 'github://maenu/BlockSty

[Pharo-users] Let's prepare for Google Code-In 2017 with Pharo Consortium

2017-09-06 Thread Jigyasa Grover
Hello Pharo-ers ! On behalf of the community, I would like to thank each one of you for their significant contribution in the recently concluded *Google Summer of Code 2017* with *Pharo Consortium*. We aspire to take-off on a long flight after this successful stint. In this spirit, I proposed at E

Re: [Pharo-users] Brea wiki software

2017-09-06 Thread Offray Vladimir Luna Cárdenas
Hi, On 06/09/17 02:12, H. Hirzel wrote: > So at the moment I am fine to get it up and running using a FossilRepo. > Later on I will work on replacing it with a JSON data store. Please let me know if you need any permissions into the repository to make JSON data store available in Brea. > > On 9

Re: [Pharo-users] Pharo 6 FileSystem>>changeDirectory: is missing

2017-09-06 Thread Andreas Sunardi
It isn't only #changeDirectory: method that is missing. Method #workingDirectoryPath: and instance variable workingDirectory are also missing. FileSystem >> changeDirectory: aPath self workingDirectoryPath: (self resolve: aPath) FileSystem >> workingDirectoryPath: aPath aPath isAbsolute i

Re: [Pharo-users] Pharo 6 FileSystem>>changeDirectory: is missing

2017-09-06 Thread Alistair Grant
On Wed, Sep 06, 2017 at 10:50:05AM -0700, Andreas Sunardi wrote: > It isn't only #changeDirectory: method that is missing. Method # > workingDirectoryPath: and instance variable workingDirectory are also > missing. > > FileSystem >> changeDirectory: aPath > self workingDirectoryPath: (self res

Re: [Pharo-users] Spec "bindings"

2017-09-06 Thread Rob Rothwell
Hi Stef, I think you are correct and you would still always perform actions like: initializeWidgets (to create components and sub-components) initializePresenter (to define interactions between components) But, there could also be a third initialization step like initializeSubject: aSubjectMod

Re: [Pharo-users] Pharo 6 FileSystem>>changeDirectory: is missing

2017-09-06 Thread Andreas Sunardi
Hi Alistair, I found fogbugz #19717 where this was discussed. https://pharo.fogbugz.com/f/cases/19717/FileSystem-workingDirectory-wrong-after-image-moved-to-a-new-folder The issue seems to be the current working directory is saved in instance variable workingDirectory. When the image is moved to

Re: [Pharo-users] BlockStyler: Make Blocks more recognizable in source code

2017-09-06 Thread Stephane Ducasse
Hi Manuel This is coool. How linked to nautilus it is? Stef On Wed, Sep 6, 2017 at 1:52 PM, Manuel Leuenberger wrote: > Hi everyone, > > I built a little syntax highlighting extension for the Nautilus source > code pane, which puts a background color behind blocks, so that nested > blocks

Re: [Pharo-users] Spec "bindings"

2017-09-06 Thread Stephane Ducasse
> Hi Stef, > > I think you are correct and you would still always perform actions like: > > initializeWidgets (to create components and sub-components) > initializePresenter (to define interactions between components) > > > But, there could also be a third initialization step like > > initializeSub

Re: [Pharo-users] Pharo 6 FileSystem>>changeDirectory: is missing

2017-09-06 Thread Stephane Ducasse
Thanks a lot andreas!! On Thu, Sep 7, 2017 at 1:53 AM, Andreas Sunardi wrote: > Hi Alistair, > > I found fogbugz #19717 where this was discussed. > > https://pharo.fogbugz.com/f/cases/19717/FileSystem-workingDirectory-wrong-after-image-moved-to-a-new-folder > > The issue seems to be the curre

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-06 Thread Stephane Ducasse
Tim Oh yes. There are still part of Pharo that we did not clean. Stef On Fri, Sep 1, 2017 at 1:39 PM, Tim Mackinnon wrote: > Thanks Thierry - this is proving an interesting problem domain ... > > I too am using #bestNodeFor: although I don't find it always gives the best > node (it does if you

Re: [Pharo-users] Pharo 6 FileSystem>>changeDirectory: is missing

2017-09-06 Thread Alistair Grant
Hi Andreas, On Wed, Sep 06, 2017 at 04:53:27PM -0700, Andreas Sunardi wrote: > Hi Alistair, > > I found fogbugz #19717 where this was discussed. > > https://pharo.fogbugz.com/f/cases/19717/ > FileSystem-workingDirectory-wrong-after-image-moved-to-a-new-folder > > The issue seems to be the curre