- 16 Dec, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
This reverts commit cdf2f70c. This new feature didn't belong in 1.3. It will remain on master.
-
Thorbjørn Lindeijer authored
Both rename symbol and stop running had Ctrl+Shift+R as default shortcut, making it impossible to do either when an application was running and the focus was in the text editor.
-
- 15 Dec, 2009 2 commits
-
-
Friedemann Kleint authored
Fixing various problems with breakpoints and opened files caused by CDB returning lower-case file names. Task-number: QTCREATORBUG-438 Reviewed-by:
hjk <qtc-committer@nokia.com> Acked-by:
mariusSO <qt-info@nokia.com>
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-438
-
- 14 Dec, 2009 1 commit
-
-
Friedemann Kleint authored
Reviewed-by: hjk Task-number: QTCREATORBUG-399
-
- 11 Dec, 2009 1 commit
-
-
con authored
Task-number: QTCREATORBUG-463 Reviewed-by: dt
-
- 09 Dec, 2009 2 commits
-
-
dt authored
For folder nodes. Task-number: QTCREATORBUG-374 Reviewed-by: Thorbjorn
-
Pierre Rossi authored
Maybe we'll need to add an option to toggle that on, or tweak the blending (50:50 at the moment) Reviewed-by: dt
-
- 08 Dec, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
Before, the selection was required to span multiple lines. Now, any selection will trigger the line indenting functionality of Tab/Shift+Tab. This should lead to less surprises. Also, Shift+Tab will now always unindent the current line, even if there is no selection, since there is nothing else sensible for this shortcut to do. Task-number: QTCREATORBUG-414 Reviewed-by: mae
-
Thorbjørn Lindeijer authored
Several special cases that are handled by the CPPEditor did not take into account code that was using tab characters. Task-number: QTCREATORBUG-292 Reviewed-by: Roberto Raggi
-
- 04 Dec, 2009 2 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
patch by Robert de Vries
-
- 03 Dec, 2009 3 commits
-
-
Thorbjørn Lindeijer authored
When auto-indent is turned off, Qt Creator uses a simplistic approach of copying the indentation string from the previous line. This was broken when the cursor was positioned inside the indentation, since this caused part of the indentation to go to the next line, which was then prepended with the copied indentation, in effect increasing the indentation for each new line. The solution here was to copy the indentation from the previous block only after inserting the new block, which causes the indentation of the previous line to be cut off by exactly the right amount to keep the indentation constant. Task-number: QTCREATORBUG-396 Reviewed-by: mae
-
Thorbjørn Lindeijer authored
This handles the case with the selection inside the name correctly, and aborts when part of the selection is outside of the name. Previously, a selection could cause the text to get inserted backwards. Task-number: QTCREATORBUG-302 Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi. Task-number: QTCREATORBUG-405
-
- 02 Dec, 2009 1 commit
-
- 01 Dec, 2009 1 commit
-
-
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.
-
- 30 Nov, 2009 2 commits
-
-
con authored
-
Friedemann Kleint authored
Check for correct state (InferiorStopped).
-
- 26 Nov, 2009 2 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
-
Friedemann Kleint authored
-
- 25 Nov, 2009 1 commit
-
-
Friedemann Kleint authored
Convert CDB unsigned integer values should they appear in hex, make format flexible. Use int64 for reformatting integers to be able to accommodate 64 bit values on Windows 64. Add some more integer types. Do not save decimal type formats. Add menu option to clear individual formatting. Do not use map[] to query the type formats (inserting 0 everywhere as a side effect). Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 24 Nov, 2009 2 commits
-
-
Oswald Buddenhagen authored
-
- 23 Nov, 2009 4 commits
-
-
Thorbjørn Lindeijer authored
It can be a bit disturbing if the list suddenly jumps when you don't release the down or up key in time. Done with mae.
-
Thorbjørn Lindeijer authored
When encountering a line that hasn't been highlighted yet, we need to abort the optimization for changing brace depth. Done with Roberto Raggi and mae.
-
Friedemann Kleint authored
Adapt to the output format "0x0000000`0046535C". Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Friedemann Kleint authored
Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 20 Nov, 2009 4 commits
-
-
Thorbjørn Lindeijer authored
By setting the window and button text colors to the tool tip text color, since a tool tip background is drawn. Task-number: QTCREATORBUG-322
-
con authored
Also avoids errors because of users messing with the "Unfiltered" filter, which is used for e.g. context help. The strategy now is to remove the "Unfiltered" filter from previous runs (possibly in a different language), and re-register a fresh filter with the name in the current language, and guaranteed to not filter out anything. Reviewed-by: kh1
-
Friedemann Kleint authored
Display the error in a label of the preferences page. Reviewed-by: con
-
Roberto Raggi authored
Task-number: QTCREATORBUG-199 Reviewed-by: thorbjorn
-
- 19 Nov, 2009 7 commits
-
-
Daniel Molkentin authored
Reviewed-By: hjk
-
dt authored
-
Thorbjørn Lindeijer authored
When constructor completion was attempted on a base class specified in a class declaration, a null pointer reference would occur. Task-number: QTCREATORBUG-321 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Tobias Hunger authored
* Ignore steData calls that do not actually change any data in the EnvironmentEditorModel. This prevents all variables touched from getting marked up as changed. Reviewed-By: con
-
hjk authored
-
hjk authored
unavailable
-
hjk authored
-
- 18 Nov, 2009 1 commit
-
-
Friedemann Kleint authored
Reviewed-by: con
-