[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Release Plans
From: |
Torsten |
Subject: |
Re: Release Plans |
Date: |
Sun, 07 Jul 2013 17:51:14 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 |
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.
Torsten