- Nov 10, 2010
-
-
mae authored
We now have different actions to bind to (saves us an explicit option). Small fixes to state machines. Done-with: Erik Verbruggen
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
- Aug 08, 2010
-
-
mae authored
The action was forgotten in the rename from collapse to fold.
-
- Jun 25, 2010
-
-
hjk authored
-
- May 20, 2010
-
-
mae authored
The new and cleaner foldingIndent in the block user data will make it easier to support other kinds of indentation for various other programming languages (like Python).
-
- May 07, 2010
-
-
mae authored
Task-number: QTCREATORBUG-61
-
- May 03, 2010
-
-
Thorbjørn Lindeijer authored
Use the Visual Studio shortcut instead of the Eclipse shortcut by default. It seems to make a bit more sense in combination with Ctrl+Shift+Return.
-
André Fillipe authored
The actions perform exactly like their counterparts in Eclipse: a new, indented line is inserted above or below the current line and the text cursor is moved to the start of the new line. The line where the cursor was before the action was triggered remains unchanged. The shortcuts are also like in Eclipse: "Ctrl+Shift+Return" inserts a line above the current, "Shift+Return" inserts a line below the current. Merge-request: 140 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Apr 28, 2010
-
-
hjk authored
-
- Apr 23, 2010
-
-
con authored
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 21, 2010
-
-
Thorbjørn Lindeijer authored
It was a bit confusing, since it reversed the order of the lines. When this would be fixed, the added value of this action is very small, since you can then also simply move your cursor one up before joining the lines.
-
Falco Hirschenberger authored
Merge-request: 1823 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Task-number: QTCREATORBUG-510
-
- Dec 08, 2009
-
-
Thorbjørn Lindeijer authored
-
con authored
-
- Nov 30, 2009
-
-
mae authored
Introduce "Reset Font Size" action, bound to Ctrl+0
-
- Nov 17, 2009
-
-
Friedemann Kleint authored
Change the translateable string not to contain a blank. Task-number: QTCREATORBUG-299 Reviewed-by:
Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Oct 16, 2009
- Oct 09, 2009
-
-
con authored
Since that was fixed in Qt.
-
- Oct 07, 2009
-
-
Roberto Raggi authored
Done with mae
-
- Sep 25, 2009
-
-
Erik Verbruggen authored
(re-)formatting.
-
- Sep 24, 2009
-
-
mae authored
remove some standard actions from the cpp editor context menu, and enhance the advanced menu instead.
-
- 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
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 23, 2009
-
-
con authored
Task-number: 258302
-
- Jul 21, 2009
-
-
Thorbjørn Lindeijer authored
Reminded by con.
-
Thorbjørn Lindeijer authored
Suggested by dt.
-
Henrik Abelsson authored
Merge-request: 882 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Jun 16, 2009
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- Jun 03, 2009
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- May 26, 2009
-
-
Thorbjørn Lindeijer authored
-
- May 15, 2009
-
-
Serge Ratke authored
-
- May 14, 2009
-
-
Thorbjørn Lindeijer authored
The version that does copy to clipboard is now called Cut Line, and is still mapped to Shift+Delete by default.
-
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
-