- 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
-
- Aug 18, 2010
-
-
Leandro Melo authored
Also add a progress bar for the registration process.
-
- Aug 09, 2010
-
-
Roberto Raggi authored
The new `Static' format will be used to mark all the static members, e.g. enumerators, static functions, and static class members, but right now, it is used only for enumerators.
-
Roberto Raggi authored
-
- Aug 08, 2010
-
-
mae authored
The action was forgotten in the rename from collapse to fold.
-
- Jul 15, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: mae
-
- Jun 11, 2010
-
-
Leandro Melo authored
Generic highlighter: Interface for automatic download of available definitions. Refactorings and changes in related parts of the code.
-
- May 28, 2010
-
-
Leandro Melo 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 14, 2010
-
-
Leandro Melo authored
-
- May 07, 2010
-
-
mae authored
Task-number: QTCREATORBUG-61
-
- May 03, 2010
-
-
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>
-
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
- 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
-
- Nov 30, 2009
-
-
mae authored
Introduce "Reset Font Size" action, bound to Ctrl+0
-
- Nov 27, 2009
-
-
Friedemann Kleint authored
Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
-
- Oct 01, 2009
-
-
mae authored
done with Erik Verbruggen
-
- Sep 23, 2009
-
-
Roberto Raggi authored
-
- Sep 11, 2009
-
-
Erik Verbruggen authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 21, 2009
-
-
Henrik Abelsson authored
Merge-request: 882 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Jul 14, 2009
-
-
Thorbjørn Lindeijer authored
So they can be adapted in the color schemes.
-
- 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 08, 2009
-
-
Roberto Raggi 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 27, 2009
-
-
Thorbjørn Lindeijer authored
Recently it was made to highlight black or write, which isn't nice for everybody. Now it is dark gray by default, and can be customized. Bold and italic are also supported.
-
- Mar 24, 2009
-
-
Thorbjørn Lindeijer authored
Cause blue doesn't fit nicely in all color schemes.
-
- Feb 25, 2009
- Feb 20, 2009
-
-
Roberto Raggi authored
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Jan 08, 2009
-
-
Thorbjørn Lindeijer authored
Now reuses the colors set for Type and Keyword for the variables and functions respectively. Having the categories Variable and Function in the fonts and color settings was confusing.
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 10, 2008
-
-
mae authored
support statements later.
-
- Dec 09, 2008
-
-
mae authored
-