- 16 Feb, 2010 10 commits
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Friedemann Kleint authored
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
Tobias Hunger authored
* Initialize it to the toolchain used, not the preferred one
-
Tobias Hunger authored
Reviewed-by: Robert Loehning
-
Christian Kamm authored
* Add SemanticHighlighter to QmlJSTextEditor to update the semantic info in a background thread. * Add QmlJS::Check to run semantic checks on qml and js documents. * Add a check for incorrect property names. * Fix hoverhandler to show tool tips from extra selections over help tooltips.
-
Kai Koehne authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Display correct warning if git is not installed. Do not display it as error (popping up the log pane) from IVersionControl. Introduce separate caching flag to avoid repeated execution if git is not installed.
-
- 15 Feb, 2010 28 commits
-
-
hjk authored
Backspacing across start of line was broken, and it always removed all automatically indented whitespace.
-
Oswald Buddenhagen authored
the "namespace" created by the prefix is supposed to be cleared before new values are added.
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
hjk authored
-
hjk authored
Returning a value is not yet supported.
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
mae authored
When closing editor splits while the same document was visible in two editors, it could happen that the state of the closed editor survived (as opposed to sate of the editor which was still visible). This had the negative effect, that when visiting the file again, the cursor would jump to the obsolete position within the file.
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Task-number: QTCREATORBUG-188
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Erik Verbruggen authored
This reverts commit 2a59d2ae.
-
Erik Verbruggen authored
This reverts commit f4163b8b.
-
Christian Kamm authored
-
Christian Kamm authored
It is used to evaluate expressions to values. Done to make room for a real 'check' pass.
-
Friedemann Kleint authored
...to not suggest invalid file paths.
-
Friedemann Kleint authored
Use constructor initialization, const.
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Because apparently, while designing the Objective-C language, somebody thought it was a world-class idea to allow any white-space between the '@' character and the subsequent keyword. With this fix, we now correctly parse: @ dynamic and: @ selector and: @"foo" "bar" @"mooze" (This last one is 1 single string split over multiple lines.) Wonderful, isn't it? What we (and Clang) do not support, but what GCC supports is something like: @"foo"@@ "bar" @"mooze" @@ which is equivalent to @"foobarmooze".
-
- 12 Feb, 2010 2 commits
-
-
Laszlo Papp authored
Signed-off-by:
Laszlo Papp <djszapi@archlinux.us> Merge-request: 2162 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
con authored
-