Re: [Flashforth-devel] ff-shell.tcl with command history
Brought to you by:
oh2aun
|
From: Peter J. <pe...@me...> - 2016-09-16 17:38:45
|
Pete,
That's a mistake that I have made before. Mike picked it up last
time. To fix, we don't want to allow the entryFrame to expand. So, on
line 342, we want "-expand 0" as the option when packing the frame. (A
single character change from "1" to "0".)
Cheers,
Peter J.
On 16/09/16 18:00, Pete Zawasky wrote:
> Hi Peter,
>
> The command history looks very good. I am running it on Linux Mint
> 17.3 32-bit and LMDE 2 64-bit.
> Glad it did not take a large effort to implement.
>
> The gray area above and below the command widget box expands and does
> create a lot of empty space as you expand the ff-shell screen.
>
> Thanks,
> Pete
>
> On 9/15/2016 5:01 PM, Peter Jacobs wrote:
>> Pete,
>>
>> Attached is a version of ff-shell.tcl that includes the command
>> history. It turned out easy to keep the text widget interaction and
>> add a command widget below it. You can choose how you send text by
>> setting the input focus to the command widget or the text widget. At
>> start-up, the focus is first given to the command widget. Let me
>> know if this does as you wish or if I should change it further.
>>
>> I should put the repository up on bitbucket, but that will be a job
>> for tomorrow.
>>
>> Cheers,
>>
>> Peter J.
>
|