Re: [Pharo-users] do-it or inspect-it in the spotter search bar?

2018-06-30 Thread Richard Sargent
Paul, That's an excellent suggestion. Wherever one can type text, one should be able to do text operations on it. And wherever one can type code, one should be able to do code operations on it. (And, for completeness, one should be able to do a subset of each wherever text and code are displayed.

[Pharo-users] do-it or inspect-it in the spotter search bar?

2018-06-30 Thread PAUL DEBRUICKER
I was feeling lazy was wondered if it would be possible to hit Cmd-D or Cmd-I in the spotter input field rather than opening a playground and typing something in then hitting it. E.g. 1 + 1 Cmd-I would open an inspector on the number 2 After looking at GTSpotter>>#spotterFor... methods I

Re: [Pharo-users] PolyMath move to github !

2018-06-30 Thread Serge Stinckwich
On Sat, Jun 30, 2018 at 6:16 PM Tim Mackinnon wrote: > Awesome, we need more projects in git! > > Nicely timed as I was just about to mentor someone in Smalltalk and we > were going to use polymath to see if he might contribute something. > > ​Thank you Tim. More contributions are welcome. Issue

[Pharo-users] safely determining whether ProcessWrapper process is running

2018-06-30 Thread Peter Uhnák
Hi, I feel like I am missing something obvious, but is there a _safe_ way to test if PW is still running? If the process pointer for whatever reason is no longer valid (e.g. the image crashed / I closed image), then #isRunning results in crashing the image. Maybe this is a bug? Thanks, Peter

Re: [Pharo-users] PolyMath move to github !

2018-06-30 Thread Tim Mackinnon
Awesome, we need more projects in git! Nicely timed as I was just about to mentor someone in Smalltalk and we were going to use polymath to see if he might contribute something. Tim Sent from my iPhone Sent from my iPhone > On 30 Jun 2018, at 01:19, Francisco Ortiz Peñaloza > wrote: > >

Re: [Pharo-users] Tonel Fileout

2018-06-30 Thread Tim Mackinnon
I think the tests for Tonel reader/writer do exactly that in memory trick - so I think we could get a no e soln. But to get 1.0 I think we get a menu item running with import/export and then we can in parallel write examples and build out a better integration. Would be nice to show we can play

Re: [Pharo-users] Tonel Fileout

2018-06-30 Thread Ben Coman
On 30 June 2018 at 16:24, Ben Coman wrote: > On 16 Jun 2018, at 15:38, Ben Coman wrote: >> >> Le 16/06/2018 à 10:43, Ben Coman a écrit : >> >>> How can a fileout/filein be done using Tonel format? >>> In the first case as a script? >>> and secondly as a possible menu option for Pharo? >>> >>> Th

Re: [Pharo-users] Its too hard to contribute to the Iceberg wiki

2018-06-30 Thread Esteban Lorenzano
yes, but is annoying. precisely that part of a project should be easy to clone/work on webside/made a PR :P cheers, Esteban > On 29 Jun 2018, at 22:57, Serge Stinckwich wrote: > > You can clone the Iceberg with : > > git clone g...@github.com:pharo-vcs/iceberg.wiki.git > > On Fri, Jun 29,

Re: [Pharo-users] Tonel Fileout

2018-06-30 Thread Ben Coman
> > On 16 Jun 2018, at 15:38, Ben Coman wrote: > > Le 16/06/2018 à 10:43, Ben Coman a écrit : > >> How can a fileout/filein be done using Tonel format? >> In the first case as a script? >> and secondly as a possible menu option for Pharo? >> >> This is to facilitate transfer of student coding exer