- 16 Jun, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
This depended on a stretch that was removed. Instead, make the stretch factor of the stretch 0 and make sure that the method boxes used by the CppEditor and ScriptEditor take all its space. Reviewed-by: con
-
Thorbjørn Lindeijer authored
Reviewed-by: mae Reviewed-by: con
-
- 09 Jun, 2009 2 commits
-
-
mae authored
when using tabs). Column counting still starts with 1.
-
Jens Bache-Wiig authored
-
- 08 Jun, 2009 1 commit
-
-
Jens Bache-Wiig authored
Details: It seems mac and windows people disagree with forcing the new indicators on everyone so I will limit it to Oxygen for now as it was the style in most need of a fix.
-
- 05 Jun, 2009 2 commits
-
-
Jens Bache-Wiig authored
Details: We now draw mac/vista-like expand indicators in all styles as suggested by danimo.
-
Jens Bache-Wiig authored
Details: Looked a bit too light in certain themes including mac.
-
- 04 Jun, 2009 1 commit
-
-
Jens Bache-Wiig authored
Details: 40 ms seems a bit too short. We should at least allow the mouse cursor to pass undetected. The 10 ms delay seems a bit redundant.
-
- 03 Jun, 2009 2 commits
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
Jens Bache-Wiig authored
Details: There are platform differences when drawing overlapping alpha rects here. The workaround was to simply avoid using alpha values for now.
-
- 29 May, 2009 6 commits
-
-
mae authored
-
Jens Bache-Wiig authored
-
con authored
-
con authored
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
Details: I softened it ut to make it significantly less distracting.
-
- 28 May, 2009 2 commits
-
-
Lorn Potter authored
class and method names can be seen. Task: <task number> Details: <additional information>
-
Roberto Raggi authored
-
- 27 May, 2009 1 commit
-
-
mae authored
to update the parentheses information.
-
- 26 May, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Some indenters need this information. If the C++ indenter misbehaves based on the typed character, then that should be fixed there. This reverts part of commit 4c07de50. Reviewed-by: Roberto Raggi
-
- 20 May, 2009 1 commit
-
-
Joel Nordell authored
-
- 18 May, 2009 1 commit
-
-
Joel Nordell authored
add ':' to electric keys for C++ indenting, and check for electric keys anywhere on line, not just at beginning
-
- 15 May, 2009 1 commit
-
-
Serge Ratke authored
-
- 14 May, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
The version that does copy to clipboard is now called Cut Line, and is still mapped to Shift+Delete by default.
-
- 12 May, 2009 2 commits
-
-
dt authored
Correctly draw the block highlighting after toggling.
-
Thorbjørn Lindeijer authored
Not a brilliant solution, but it works. Changing the style itself would cause problems in other places where the PE_IndicatorBranch is drawn. Reviewed-by: Jens Bache-Wiig
-
- 08 May, 2009 2 commits
-
-
Roberto Raggi authored
Done with: mae
-
Roberto Raggi authored
Done with: mae
-
- 06 May, 2009 1 commit
-
-
mae authored
parentheses highlighting. This makes the Delete key work smoother when the cursor is positioned behind a closing parenthesis.
-
- 05 May, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Plastique is manually blending with the background color, so make sure we set the background to the highlight color when the folding marker is hovered.
-
- 04 May, 2009 6 commits
-
-
Thorbjørn Lindeijer authored
-
mae authored
and find scopes (but below the main selection)
-
Thorbjørn Lindeijer authored
The improved traditional bar will hopefully keep everybody happy.
-
Thorbjørn Lindeijer authored
When the block highlighting was enabled, it would still get removed when the mouse left the extra area. Now it changes back to the text cursor position. Done with mae.
-
Thorbjørn Lindeijer authored
The highlights would extend on top of the right column margin. It looks better when they don't. Done with mae.
-
Thorbjørn Lindeijer authored
This new look fits better with the new behaviour. Also, the collapse/expand markers are now drawn by the style.
-
- 29 Apr, 2009 4 commits