- Oct 08, 2009
-
-
Roberto Raggi authored
Mark the white spaces in literals, comments and preprocessor directives with the visual space format.
-
- Oct 07, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects.
-
Roberto Raggi authored
Done with mae
-
- Oct 06, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Oct 05, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 02, 2009
-
-
con authored
-
- Oct 01, 2009
-
-
mae authored
done with Erik Verbruggen
-
- Sep 30, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
mae authored
do not close braces automatically on enter if the next line's indentation is deeper than the current line's
-
Roberto Raggi authored
-
- Sep 29, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments and improved CPPEditor::isInComment to handle the newly introduced tokens. As side effect,this change should fix the regression we introduced in the "automagically" quote/brace insertion.
-
- Sep 28, 2009
-
-
Erik Verbruggen authored
-
- Sep 25, 2009
-
-
mae authored
We now exclude brace in ifdefed out sections when calculating, whether or not the braces match. This requires adjust the brace levels whenever sections get ifdef'd out or ifdef'd in again.
-
Roberto Raggi authored
-
mae authored
When inserting or deleting ( or [, we now check wether this will improve the block's parentheses balancing, and only fix it if it doesn't. Same applies to skipping of ) or ].
-
- Sep 24, 2009
-
-
Roberto Raggi authored
This reverts commit 6b510cb4.
-
mae authored
only set the background, we do not want to modify foreground properties set by the syntax highlighter or the link
-
mae authored
remove some standard actions from the cpp editor context menu, and enhance the advanced menu instead.
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Sep 23, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Add `Find References' of a symbol to the context menu only when the environment variable QTCREATOR_REFERENCES is defined.
-
Roberto Raggi authored
-
- Sep 22, 2009
-
-
Roberto Raggi authored
CPPEditor::isInComment() returns if the text cursor is in a comment.
-
Thorbjørn Lindeijer authored
Need to check the character to the right of the cursor.
-
Roberto Raggi authored
-
- Sep 21, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Sep 18, 2009
-
-
Roberto Raggi authored
-