[Qt-creator] Multimonitor support for qt-creator

Joseph Crowell joseph.w.crowell at gmail.com
Wed Feb 29 05:26:09 CET 2012


Why not post your changes in GIT?

On 2/27/2012 5:34 AM, Alexander Rukletsov wrote:
> It would be great to have multimonitor support in public. For me it is 
> the most wanted feature missing in Creator. I will definitely vote for 
> any working/stable solution in master.
>
> Regards,
> Alexander
>
> On 27 February 2012 12:22, Kirill Bobkov <eax32bit at gmail.com 
> <mailto:eax32bit at gmail.com>> wrote:
>
>     Hi, Qt developers.
>
>     I am using qtcreator since 1.3 version.
>     But there is not multimonitor support in qtcreator. I can't undock
>     source/header editor from main window.
>
>     I wrote some plugin to resolve this issue.
>
>     But i have some problems -
>     We need to patch /coreplugin/editormanager/editormanager.h
>     We must make these methods public:
>         void setCurrentEditor(IEditor *editor, bool
>     ignoreNavigationHistory = false);
>         void closeEditor(IEditor *editor);
>
>     to use them in our plugin to make reparented editor active (if we
>     don't make out editor current - some key bindings will not work)
>     or close editor when we close our undocked window.
>
>     If we patch editormanager.h all work's fine.
>     May be you make these changes in main qt-creator source tree?
>
>     P.S. Sory for my bad english.
>
>
>     _______________________________________________
>     Qt-creator mailing list
>     Qt-creator at qt-project.org <mailto:Qt-creator at qt-project.org>
>     http://lists.qt-project.org/mailman/listinfo/qt-creator
>
>
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20120228/b0160d04/attachment.html>


More information about the Qt-creator mailing list