- May 11, 2010
-
-
Thorbjørn Lindeijer authored
When automatic insertion of brackets is disabled in the completion settings, it is reasonable to expect the automatic matching of brackets is also disabled. Task-number: QTCREATORBUG-454 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Thorbjørn Lindeijer authored
By moving the completion settings into the TextEditor plugin, so that both the CppTools and the QmlJSEditor plugins can access the settings. The user-interface to edit the settings is still in the CppTools plugin, since we're in string freeze at the moment. It should be moved to the TextEditor plugin later. For now the QML completion only supports the case-sensitivity and partial completion options, since there is no automatic insertion of brackets. Task-number: QTCREATORBUG-1327 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Apr 12, 2010
-
-
Thorbjørn Lindeijer authored
Trying to clean up a little.
-
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 20, 2010
-
-
Thorbjørn Lindeijer authored
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- Dec 08, 2009
-
-
Thorbjørn Lindeijer authored
It used to be hidden on the Display settings page. Task-number: QTCREATORBUG-135
-
- 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 08, 2009
-
-
Roberto Raggi authored
Done with mae
-
- Oct 01, 2009
-
-
mae authored
done with Erik Verbruggen
-
- Sep 23, 2009
-
-
Roberto Raggi authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 14, 2009
-
-
Thorbjørn Lindeijer authored
So they can be adapted in the color schemes.
-
Thorbjørn Lindeijer authored
-
- Jun 18, 2009
-
-
mae authored
-
- Jun 17, 2009
-
-
mae authored
-
- 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 12, 2009
-
-
Thorbjørn Lindeijer authored
-
- 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.
-
- Mar 17, 2009
-
-
Thorbjørn Lindeijer authored
This stuff was all over the place, a relic from before the editor settings were unified. Now the initialization is only done in TextEditorSettings. Fixes the .pro file editor and the generic project files editor, which before only used the font settings.
-
- Feb 25, 2009
- Feb 20, 2009
-
-
Roberto Raggi authored
-
- Jan 27, 2009
-
-
Thorbjørn Lindeijer authored
The page had grown too large so now the display settings have been split off onto their own page.
-
- Jan 23, 2009
-
-
hjk authored
-
- Jan 20, 2009
-
-
hjk authored
-
- Jan 19, 2009
-
-
hjk authored
forward declaration is sufficient.
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Jan 12, 2009
-
-
Thorbjørn Lindeijer authored
Now with commonly used red and green colors, and without the ugly bright green for locations.
-
- Jan 09, 2009
-
-
Thorbjørn Lindeijer authored
Otherwise it's really hard to read and sometimes you just need to edit it a bit.
-
- 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 09, 2008
-
-
hjk authored
-
- Dec 02, 2008
-
-
dt authored
Task: - RevBy: - AutoTest: - Details: -
-