- 01 Dec, 2009 5 commits
-
-
mae authored
-
mae authored
-
mae authored
Convenient when you don't want to see all the big license headers.
-
mae authored
The extra area only updated the current *line* when the cursor moved, not the entire paragraph. This left bold line numbers behind. The fix adds the required update region when the cursor position changes blocks.
-
mae authored
done with thorbjorn
-
- 30 Nov, 2009 4 commits
-
-
mae authored
the fix makes the mouse cursor visible when the editor loses focus. This fixes an issue with the completion box, where on mac and windows no mouse cursor would be visible (it worked on X11 due to the way X11 does mouse grabbing for popup windows).
-
mae authored
Introduce "Reset Font Size" action, bound to Ctrl+0
-
mae authored
Remove overlap. Add extra selection tooltips for the cpp hover handler.
-
mae authored
1. allow empty overlay selections 2. make it possible to bind a selection to a specified length
-
- 26 Nov, 2009 4 commits
-
-
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
-
- 25 Nov, 2009 1 commit
-
-
mae authored
As side effect we can now play a bit with visualizing extra selections
-
- 09 Nov, 2009 3 commits
-
-
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
-
- 04 Nov, 2009 1 commit
-
-
mae authored
revby: Oswald Buddenhagen
-
- 03 Nov, 2009 1 commit
-
-
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
-
- 02 Nov, 2009 1 commit
-
-
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.
-
- 27 Oct, 2009 1 commit
-
-
mae authored
of the line.
-
- 08 Oct, 2009 1 commit
-
-
Roberto Raggi authored
Done with mae
-
- 05 Oct, 2009 4 commits
-
-
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.
-
- 02 Oct, 2009 1 commit
-
-
Christian Kamm authored
Reviewed-by: erikv
-
- 01 Oct, 2009 3 commits
-
-
mae authored
-
Friedemann Kleint authored
-
mae authored
-
- 30 Sep, 2009 3 commits
-
-
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.
-
- 29 Sep, 2009 1 commit
-
-
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
-
- 28 Sep, 2009 1 commit
-
-
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.
-
- 25 Sep, 2009 2 commits
-
-
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.
-
- 24 Sep, 2009 1 commit
-
-
mae authored
-
- 23 Sep, 2009 1 commit
-
-
mae authored
Bug-number: QTCREATOR-154
-
- 17 Sep, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Based on a change by Denis Dzyubenko, done with mae.
-