Re: [Pharo-users] saving text files from inspector

2015-07-24 Thread Andrei Chis
Another solution would be to add the action for saving as long as the content is not truncated. Cheers, Andrei On Fri, Jul 24, 2015 at 11:44 PM, Peter Uhnák wrote: > > On Fri, Jul 24, 2015 at 10:44 PM, Tudor Girba > wrote: > >> The problem is that if you have a larger text file (let's say 100M

Re: [Pharo-users] saving text files from inspector

2015-07-24 Thread Peter Uhnák
On Fri, Jul 24, 2015 at 10:44 PM, Tudor Girba wrote: > The problem is that if you have a larger text file (let's say 100Mb), > Rubric still takes too long to open. Thus, we cannot show the whole file, > and because of that, we also cannot provide complete editing options. This > will change with

Re: [Pharo-users] saving text files from inspector

2015-07-24 Thread Tudor Girba
The problem is that if you have a larger text file (let's say 100Mb), Rubric still takes too long to open. Thus, we cannot show the whole file, and because of that, we also cannot provide complete editing options. This will change with TxText. Doru On Fri, Jul 24, 2015 at 10:40 PM, Peter Uhnák w

[Pharo-users] saving text files from inspector

2015-07-24 Thread Peter Uhnák
Hi, it seems that I cannot save text files from inspector, only if they are smalltalk (.st) files, in which case a different text editor tab (Script, instead of Contents) is opened up. Is this an oversight or an intention? Thanks, Peter