Commit Graph

13 Commits

Author SHA1 Message Date
dt
08ccda5862 EditorManager: Change openEditor/activateEditor to not do mode switching
Also introduce a indirection, modes have now types, edit and debug have
the same type, and editors do have a prefered type of modes instead of a
prefered mode.

That fixes the bug that if the prefered qml editing mode was set to
design, then in switching between qml editors would
- in Edit Mode: stay in edit mode
- in Debug Mode: switch to debug mode
2010-09-14 15:23:11 +02:00
hjk
ff0ac20a42 coreplugin: use Core::Id is some places 2010-09-10 17:22:28 +02:00
Alessandro Portale
3aa3c5688f Pedantic cleanup of filename parameters for QIcon constructor
Using more *::Constants::ICON_* where it makes sense and
wrapping the file names into QLatin1String where they were
missing.

The increased usage of the ICON constants needed a few more
cross plugin includes of *constants.h, here and there.
I think that it is OK, since the dependencies were alredy there
icon resource wise.
2010-07-30 22:17:14 +02:00
Alessandro Portale
0a43a6fe2b Fix for QTCREATORBUG-1983
Uis in the core plugin should not use icons from the help plugin.
Also, let's use the Core::Constants::ICON_* instead of duplicated
file name strings.
2010-07-30 19:27:36 +02:00
Leena Miettinen
3cb60a65e9 Doc - Add tips and tricks.
Reviewed-by: con
2010-07-09 14:54:37 +02:00
Robert Loehning
14ed0bd9d5 Copying path with native separators to clipboard. 2010-06-25 20:06:26 +02:00
Lasse Holmstedt
043164b431 Fix for closing splitters when editors are opened before split
Now, ctrl+w closes all editors, as does "X" button in the toolbar.

Reviewed-by: mae
2010-04-09 10:12:24 +02:00
dt
5f2ae2af47 Less includes 2010-04-07 13:51:07 +02:00
con
d891aff7fa Remove use of tool bars because of funny resize behavior.
Also fixes a problem on Mac Cocoa with not being able to use the close
editor button.

Reviewed-by: Lasse Holmstedt
2010-03-29 17:18:17 +02:00
con
74ae8314df Some sanity checks in editor tool bar. 2010-03-26 13:10:09 +01:00
Lasse Holmstedt
1ce34736f7 Fixed toolbar for splitted editors 2010-03-15 16:03:00 +01:00
Lasse Holmstedt
5567a01877 fixed issues with splitted editors 2010-03-12 16:47:55 +01:00
Lasse Holmstedt
762b30dbc2 rename 2010-03-10 12:49:53 +01:00