octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Release Plans


From: Torsten
Subject: Re: Release Plans
Date: Mon, 08 Jul 2013 20:12:20 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

On 08.07.2013 19:55, John W. Eaton wrote:
> On 07/07/2013 11:51 AM, Torsten wrote:
>> On 05.07.2013 21:42, John W. Eaton wrote:
>>> On 04/22/2013 03:31 PM, John W. Eaton wrote:
>>> ...
>>> The GUI is better, but we don't have QtHandles integrated and the
>>> terminal widget does not work properly on either Windows or Unixy
>>> systems.  The biggest problem is that using Ctrl-C for interrupting
>>> the Octave interpreter does not work and we seem to be unable to make
>>> keyboard shortcuts work properly, or to allow users to customize them.
>>> I intend to start a separate thread about these issues.  As I see it,
>>> the GUI is the single largest issue preventing the release from
>>> happening.
>>
>> Concerning the conflict between the terminal's readline function and the
>> shortcuts I have created a patch for testing at
>>
>> https://bitbucket.org/ttl/octave-ttl/commits/a30b2ccab8f5f2c0c7bd24a784eb16292b8a4b35
>>
>>
>> The focusIn- and focusOutEvent functions are used to emit a signal for
>> setting and resetting the global shortcuts of the main window. For
>> testing this the Ctrl-O and Ctrl-N shortcuts for opening an existing or
>> new file are added to the main window's menu. Ctrl-O creates a new line
>> in the terminal if focused and opens a file dialog otherwise.
> 
> I'm not sure this patch is working for me on my Debian system.  What
> system are you using for testing?  Even without it, C-n and C-o seem to
> work as I expect.  But C-p doesn't do anything, with or without the patch.
> 

I have tested on ubuntu. Do you mean as expected concerning readline or
new/open file?

C-n and C-o are working for readline without the patch because they are
not used as shortcuts at the moment (e.g. C-o was removed by cset
http://hg.savannah.gnu.org/hgweb/octave/rev/b04413e5a811). With the
patch both ahould work for readline and as shortcut.
C-p is used by the editor and also has to be disabled if the terminal
has the focus. This is not included in the patch where only C-n and C-o
are en-/disabled for testing the mechanism in principle.

Torsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]