- Sep 30, 2009
-
-
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
-
- Sep 17, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
Cause that's the relevant context.
-
mae authored
-
mae authored
-
- Sep 16, 2009
-
-
Thorbjørn Lindeijer authored
Done with mae and Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with mae.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
-
- Sep 15, 2009
-
-
mae authored
its only turned on in the cpp editor.
-