accepting in the GTPanel does not save the modified code

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

accepting in the GTPanel does not save the modified code

stepharo
Hi

I was fixing all the return: Point and other in bloc using GTSpotter
but it does not work since accepting in the code panel does not
recompile the code.

Stef

Reply | Threaded
Open this post in threaded view
|

Re: accepting in the GTPanel does not save the modified code

Tudor Girba-2
Indeed, this pane is meant to be read-only.

We would have to work on it to make it accept code.

Cheers,
Doru


> On Mar 5, 2016, at 5:44 PM, stepharo <[hidden email]> wrote:
>
> Hi
>
> I was fixing all the return: Point and other in bloc using GTSpotter
> but it does not work since accepting in the code panel does not recompile the code.
>
> Stef
>

--
www.tudorgirba.com
www.feenk.com

"Problem solving efficiency grows with the abstractness level of problem understanding."





Reply | Threaded
Open this post in threaded view
|

Re: accepting in the GTPanel does not save the modified code

stepharo
Ok I understand
     - the problem is that the code should then stay to same on accept
     - or may be the accept should just raise a warning

Because right now we can modify it and this is ok because we can execute
an expression
so this is when do accept that we should notify the user.

Stef

Le 5/3/16 18:57, Tudor Girba a écrit :

> Indeed, this pane is meant to be read-only.
>
> We would have to work on it to make it accept code.
>
> Cheers,
> Doru
>
>
>> On Mar 5, 2016, at 5:44 PM, stepharo <[hidden email]> wrote:
>>
>> Hi
>>
>> I was fixing all the return: Point and other in bloc using GTSpotter
>> but it does not work since accepting in the code panel does not recompile the code.
>>
>> Stef
>>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "Problem solving efficiency grows with the abstractness level of problem understanding."
>
>
>
>
>
>