- Sep 24, 2009
- Sep 23, 2009
-
-
Roberto Raggi authored
-
mae authored
Bug-number: QTCREATOR-154
-
- Sep 17, 2009
-
-
Thorbjørn Lindeijer authored
Based on a change by Denis Dzyubenko, done with mae.
-
mae authored
-
mae authored
-
- Sep 16, 2009
-
-
Thorbjørn Lindeijer authored
To avoid bothering people who are trying to type an expression that is already partly there.
-
Thorbjørn Lindeijer authored
Also skip semicolons in when auto parentheses insertion is enabled. Done with mae.
-
Thorbjørn Lindeijer authored
Done with mae.
-
mae authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Done with mae.
-
Thorbjørn Lindeijer authored
-
mae authored
press enter after an opening brace, but only if there's one extra brace in the document.
-
mae authored
-
- Sep 15, 2009
- Sep 14, 2009
-
-
Thorbjørn Lindeijer authored
Makes a currently non-functional 'Reformat' action visible. Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
- Sep 11, 2009
-
-
Erik Verbruggen authored
-
Daniel Molkentin authored
Reviewed-by: Thorbjorn Lindeijer
-
- Sep 10, 2009
-
-
con authored
-
- Sep 09, 2009
-
-
mae authored
selection (if there is one)
-
mae authored
actual whitespace when the indentation column changes. Complete whitespace cleanup can still be done either automatically on save (when configured) or when explicitely called with the "Clean Whitespace" action from Edit/Advanced.
-
mae authored
- when doing backspace, preserve the previous indentation litterally - when having auto-indentation turned off, simply repeat the previous indentation litterally instead of jumping to 0
-
- Sep 08, 2009
-
-
Thorbjørn Lindeijer authored
For implementing mouse navigation in the QML editor.
-
- Sep 07, 2009
-
-
mae authored
void main() { { } int i; }
-
- Sep 02, 2009
-
-
Thorbjørn Lindeijer authored
-
- Aug 26, 2009
-
-
Thorbjørn Lindeijer authored
-
- Aug 25, 2009
-
-
con authored
-
- Aug 20, 2009
- Aug 14, 2009
-
-
hjk authored
-
- Aug 13, 2009
-
-
mae authored
StartOfLine/StartOfBlock. Eventually we want to switch all that to actions, so we can have unix-style input also on the mac and vice versa by setting different keybinding schemes.
-
- Aug 05, 2009
-
-
con authored
Task-number: 258468
-
- Aug 03, 2009
-
-
mae authored
paragraph, even when it has several lines.
-
- Jul 31, 2009
-
-
Friedemann Kleint authored
-
- Jul 24, 2009
-
-
Thorbjørn Lindeijer authored
The completion for the directory wasn't triggered because one of the items matched the typed string, so the list of completion wasn't empty and no new trigger was allowed. By not matching items when a trailing slash is typed, the list is allowed to trigger again from the new location. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Jul 23, 2009
-
-
Thorbjørn Lindeijer authored
Otherwise it would refer explicitly to closing without saving in some cases, which isn't really suitable here.
-