- Jul 07, 2010
-
-
mae authored
confusion between columns and character positions
-
mae authored
This makes it possible to open a pro-file with the locator, then doing Ctrl+O Enter to load the project.
-
ck authored
This broke after the introduction of a deploy step type.
-
ck authored
Reviewed-by: dt
-
Roberto Raggi authored
This will eventually fix a few leaks we introduced in the semantic highlighter.
-
- Jul 06, 2010
-
-
Tobias Hunger authored
* Add "Deploy" to BuildSteps::Type * Update UIs to handle deploy steps * Turn existing package creation steps from build type to deploy type * Move packaging steps into deploy steps when loading projects Reviewed-by: dt
-
Tobias Hunger authored
* Inspect the BuildStep::Type enum for key names in fromMap/toMap Reviewed-by: dt
-
Tobias Hunger authored
* Move and rename the enum * Add Q_ENUMS macro Reviewed-by: dt
-
Robert Loehning authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
con authored
Conflicts: share/qtcreator/gdbmacros/dumper.py src/libs/qmljs/qmljs-lib.pri src/plugins/fakevim/fakevimhandler.cpp
-
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
-
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.
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Erik Verbruggen authored
-
hjk 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
-