- Nov 30, 2009
-
-
mae authored
1. allow empty overlay selections 2. make it possible to bind a selection to a specified length
-
- Nov 26, 2009
-
-
Thorbjørn Lindeijer authored
This is necessary since a recent change in Qt 4.6 to how the WaveUnderline is drawn. It makes sure the WaveUnderline repeats correctly from one text item to another. Reviewed-by: mae
-
mae authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 25, 2009
-
-
mae authored
As side effect we can now play a bit with visualizing extra selections
-
- Nov 09, 2009
-
-
mae authored
Creator only indents the first line, and reindents subsequent lines relative to the indentation change of said first line. This fails when the first line contains no non-space characters. Solution in this change: skip (visually) empty lines. Reviewed-by: thorbjorn Task-number: QTCREATORBUG-227
-
mae authored
-
mae authored
-
- Nov 04, 2009
-
-
mae authored
revby: Oswald Buddenhagen
-
- Nov 03, 2009
-
-
Thorbjørn Lindeijer authored
Only checking Ctrl and link availability on mouse release was triggering the navigation too easily. Now you have to press and release the mouse on the same link, having Ctrl pressed all the time. In addition, when changing the text selection the link is also cleared. Task-number: QTCREATORBUG-134 Reviewed-by: con
-
- 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.
-