tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

Hide output toolbar if escape key is pressed #114

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click into output toolbar (e.g. to see compilation messages)
2. Press Esc key

What is the expected output? What do you see instead?
Expected behaviour is that focus is moved to code editor (it's already
done) and output toolbar will hide itself. It could be done if Esc key is
pressed 2x. (First time to move focus to code editor and second press will
hide output toolbar)

What version of the product are you using? On what operating system?
SVN rev. 107 on WinXP & Gentoo

Original issue reported on code.google.com by tomas.hanak@gmail.com on 11 Mar 2007 at 6:19

GoogleCodeExporter commented 8 years ago
you ask that if an editor is on focus, and it detects "esc", it will try to 
hide the
toolbars? Doable.

This means that instead of matching the "esc" key with a QAction, we should 
detect it
on the texteditor's and mainwindow's keyboard handler. Quite ugly, but I do
understand why you want it (QDevelop wastes a lot of screen).

Maybe adding a shortcut to hide those toolbars and dock windows? This will be 
easier.

Original comment by cucoma...@gmail.com on 23 Jul 2007 at 11:54

GoogleCodeExporter commented 8 years ago
I think it's not good idea to use ESC key as shortcut at all because with ESC 
you can
close code completion dialog, close other dialogs, etc.
Maybe if it is possible to detect "double click" on ESC key, this could be 
solution...

Note:
Change your mind and try to find the simplest way how to control whole IDE. It
doesn't matter how complicated will be the implementation. (I know, it's hard, 
I'm SW
developer too...)

Original comment by tomas.hanak@gmail.com on 26 Aug 2007 at 2:49

GoogleCodeExporter commented 8 years ago
defect -> enhacenment

Original comment by cucoma...@gmail.com on 10 Sep 2007 at 7:59

GoogleCodeExporter commented 8 years ago
In version 0.25, we introduced an Editor Mode: pressing ControlE will hide all
toolbars and leave only the text editor. Please check it out and convince me 
why not
closing this issue as "wontfix", otherwise...

Original comment by diegoi...@gmail.com on 12 Dec 2007 at 8:22

GoogleCodeExporter commented 8 years ago
Editor mode is good feature. I like it so you can close this issue.
thx

Original comment by tomas.hanak@gmail.com on 13 Dec 2007 at 4:08

GoogleCodeExporter commented 8 years ago

Original comment by jlbi...@gmail.com on 3 Jan 2008 at 2:25