- Sep 28, 2009
-
-
Friedemann Kleint authored
creating a debug run configuration. Import the debugger into Qt4ProjectManager.
-
Robert Loehning authored
Reviewed-by: con
-
mae authored
when pasting text which ends with a newline, we should not reindent the final line, instead we will preserve the indentation that was there.
-
Erik Verbruggen authored
separate class (QScriptIncrementalScanner).
-
con authored
Reviewed-by: Friedemann Kleint
-
hjk authored
-
Erik Verbruggen authored
-
con authored
-
Robert Loehning authored
Reviewed-by: con
-
Kai Koehne authored
closeEditor(), closeOtherEditors() are used in Design mode.
-
Kai Koehne authored
saveFile, saveFileAs & revertToSaved are 'reused' in the Bauhaus Design mode. Reviewed-by: con
-
hjk authored
-
hjk authored
triggered by the user
-
hjk authored
frame
-
hjk authored
-
- Sep 25, 2009
-
-
Oswald Buddenhagen authored
-
mae authored
We now exclude brace in ifdefed out sections when calculating, whether or not the braces match. This requires adjust the brace levels whenever sections get ifdef'd out or ifdef'd in again.
-
Christian Kamm authored
In particular macros that are only checked for definition or are expanded during the evaluation of an #if or #elif directive are now also added to the list available through Document::macroUses(). The names of undefined macros that are interesting (because they're used in an #ifdef or a defined(...)) are now available through Document::undefinedMacroUses(). Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Friedemann Kleint authored
For device debugging. Move both from namespace Debugger::Internal to Debugger, export them, give DebuggerManager a static instance().
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Clean out header.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
mae authored
When inserting or deleting ( or [, we now check wether this will improve the block's parentheses balancing, and only fix it if it doesn't. Same applies to skipping of ) or ].
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
hjk authored
-
Friedemann Kleint authored
and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
-
Erik Verbruggen authored
(re-)formatting.
-
Kai Koehne authored
This allows a different mode to activate an editor without necessarily switching to the text/debug mode. Used in Bauhaus. Reviewed-by: con
-
Friedemann Kleint authored
-
hjk authored
Intergrate per-engine state tracking with the global running/stopped state.
-
- Sep 24, 2009
-
-
kh1 authored
-
Roberto Raggi authored
-
Roberto Raggi authored
This reverts commit 6b510cb4.
-
mae authored
only set the background, we do not want to modify foreground properties set by the syntax highlighter or the link
-
mae authored
After recent qt changes, the initial revision after a QTextDocument::setPlainText() is not 0.
-
mae authored
remove some standard actions from the cpp editor context menu, and enhance the advanced menu instead.
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-116 Use initializePage instead of currentPageChanged().
-