[Qt-creator] problem with switching documents (Coacoa-build of Qt)
Eike Ziller
eike.ziller at Nokia.com
Wed Nov 11 10:00:08 CET 2009
Hi Florian,
Am Nov 10, 2009 um 6:26 PM schrieb ext Florian Schwehn:
> hi.
>
> those of you who tried to compile Qt Creator for Mac using a Cocoa-
> version of Qt will know that this aproach leads to some very
> annoying issues. one of them is "switch between open documents
> dialog" thing when using the keyboard shortcut (ALT-TAB by default).
> as far as i know these issues are Qt issues - not Qt Creator. so
> i've been waiting for weeks now but the trolls still didn't fix it -
> so i'd like to have try on my own.
> since i'm not very familiar with the Qt Creator - code yet, can
> please someone give me a hint where to start searching for that
> snippet of code in Qt Creator which calls the "switch documents"
> popup-dialog?
the popup itself is implemented in Core::Internal::OpenEditorsWindow,
the code that is called to show it is in Core::EditorManager::gotoNext/
PreviousDocHistory().
The corresponding task in the public bugtracker is
http://bugreports.qt.nokia.com/browse/QTCREATORBUG-258
which you can use to comment and also to vote on this issue :)
Happy hacking
Eike
--
Eike Ziller
Software Engineer
Nokia, Qt Development Frameworks
Phone +49 (0)30 6392 3255
Fax +49 (0)30 6392 3256
E-mail eike.ziller at nokia.com
More information about the Qt-creator-old
mailing list