- Jul 06, 2010
-
-
Robert Loehning authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Sebastian Hartte authored
Task-number: QTCREATORBUG-1804 Merge-request: 2168 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Robert Loehning authored
-
con authored
Task-number: QTCREATORBUG-1790 Reviewed-by: dt Reviewed-by: mae
-
con authored
Task-number: QTCREATORBUG-1405 Reviewed-by: dt
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
-
Christian Kamm authored
-
hjk authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Christian Kamm authored
So you now get enum A { a = 2, b = 3, };
-
Christian Kamm authored
This will allow much faster indenting of selected areas as the state doesn't have to be checked again for every line.
-
Erik Verbruggen authored
-
Christian Kamm authored
Updating the text cursors that the extra selections are based on can get quite slow if there are changes in a lot of positions - like when reindenting a file. Dropping some text cursors can increase performance significantly in these cases. Done-with: mae
-
con authored
There are cases like when editing, or when jumping to a line, where we shouldn't cut it though (so we don't). Task-number: QTCREATORBUG-1535
-
ck authored
No difference in functionality yet. Reviewed-by: kh1
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
con authored
Similar to what we do in the find tool bar. Task-number: QTCREATORBUG-1543
-
Tobias Hunger authored
* Use tr if a tr method is available at the object * Use QT_TRANSLATE_NOOP for global string constants * Do not offer to translate stuff inside QLatin1String and QLatin1Literal * Do not offer to wrap strings inside tr, trUtf8 and QT_TRANSLATE_NOOP with QLatin1String
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
con authored
Task-number: QTCREATORBUG-1631
-
Roberto Raggi authored
-
Christian Kamm authored
-
Erik Verbruggen authored
-