- Nov 02, 2009
-
-
mae authored
at a later stage we will look into harmonizing context menu among different editors. The cpp editor had the biggest need, because its context menu features all sorts of extra refactoring operations, thus the standard Qt context menu became too large.
-
- Oct 27, 2009
-
-
mae authored
of the line.
-
- Oct 08, 2009
-
-
Roberto Raggi authored
Done with mae
-
- Oct 05, 2009
-
-
mae authored
BaseTextEdit's paint event relied on us setting the line count of invisible blocks to 0. This was not always the case, causing pixel garbage to occur.
-
mae authored
In combination with ifdef'ed-out blocks, the collapse block indicator was sometimes painted with the ifdef'ed out color.
-
mae authored
The changes enables the auto-parentheses magic of normal backspace also for the DeleteStartOfWord case.
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 02, 2009
-
-
Christian Kamm authored
Reviewed-by: erikv
-
- Oct 01, 2009
-
-
mae authored
-
Friedemann Kleint authored
-
mae authored
-
- Sep 30, 2009
-
-
Thorbjørn Lindeijer authored
Make sure special characters are converted to proper plain text. Done with mae.
-
mae authored
-
mae authored
This implementation relies less on the pasted block of text having a trailing newline.
-
- Sep 29, 2009
-
-
mae authored
auto-indentation of pasted text now only happens when complete lines including a trailing paragraph separator are copied and pasted. In addition, the reindent() functions ensures that the relative indentation within the pasted block is preserved. This mechanism is now also used for moving lines up/down. Done with thorbjorn
-
- Sep 28, 2009
-
-
mae authored
when pasting text which ends with a newline, we should not reindent the final line, instead we will preserve the indentation that was there.
-
- 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.
-
Erik Verbruggen authored
(re-)formatting.
-
- Sep 24, 2009
-
-
mae authored
-
- Sep 23, 2009
-
-
mae authored
Bug-number: QTCREATOR-154
-
- Sep 17, 2009
-
-
Thorbjørn Lindeijer authored
Based on a change by Denis Dzyubenko, done with mae.
-
mae authored
-
mae authored
-
- Sep 16, 2009
-
-
Thorbjørn Lindeijer authored
To avoid bothering people who are trying to type an expression that is already partly there.
-
Thorbjørn Lindeijer authored
Also skip semicolons in when auto parentheses insertion is enabled. Done with mae.
-
Thorbjørn Lindeijer authored
Done with mae.
-
mae authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Done with mae.
-
Thorbjørn Lindeijer authored
-
mae authored
press enter after an opening brace, but only if there's one extra brace in the document.
-
mae authored
-
- Sep 15, 2009
- Sep 11, 2009
-
-
Erik Verbruggen authored
-
- Sep 09, 2009
- Sep 08, 2009
-
-
Thorbjørn Lindeijer authored
For implementing mouse navigation in the QML editor.
-
- Sep 07, 2009
-
-
mae authored
void main() { { } int i; }
-
- Aug 20, 2009
-
-
mae authored
-