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.
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
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
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
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:
>
>
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
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
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,
>
> 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