- 31 May, 2010 1 commit
-
-
Erik Verbruggen authored
Influences the position of the folded-block markers. Reviewed-by: thorbjorn
-
- 21 May, 2010 1 commit
-
-
mae authored
Vertical block selections could be painted where there was no selection, or they could jump randomly to columns futher right. Reviewed-by: dt
-
- 19 May, 2010 1 commit
-
- 18 May, 2010 1 commit
-
-
mae authored
The find scope was sometimes painted incorrectly, and the last line was occassionally ommited from the standard selection paint. Reviewed-by: thorbjorn
-
- 17 May, 2010 1 commit
-
-
mae authored
Creator implemented Backtab similar to Eclipse and other editors, now we do standard windows behavior.
-
- 11 May, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
When automatic insertion of brackets is disabled in the completion settings, it is reasonable to expect the automatic matching of brackets is also disabled. Task-number: QTCREATORBUG-454 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 07 May, 2010 1 commit
-
-
mae authored
Task-number: QTCREATORBUG-61
-
- 06 May, 2010 1 commit
-
-
con authored
Task-number: QTCREATORBUG-1319 Reviewed-by: Thorbjørn Lindeijer
-
- 26 Apr, 2010 3 commits
-
-
mae authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
The Parentheses, TextBlockUserData and TextEditDocumentLayout classes and their member function implementations were spread around the BaseTextEditor class. Moving them to their own file to make the code a bit better organized. Reviewed-by: mae
-
- 23 Apr, 2010 1 commit
-
-
con authored
Reviewed-by: Thorbjørn Lindeijer Task-number: QTCREATORBUG-1261
-
- 16 Apr, 2010 2 commits
-
-
hjk authored
Done with mae.
-
mae authored
It now behaves less logical but closer to what vim does. Since this is the main target group, the change is probably right. In detail: Overwrite cursor no longer shows *what* will get overwritten, but instead it simply indicates *that* the editor is in overwrite mode, with a more or less fixed size (fixed when the font is truly monospace).
-
- 14 Apr, 2010 2 commits
- 13 Apr, 2010 2 commits
-
-
mae authored
When drawing the background for an ifdefed-out block, expand to the end of the visible viewport, even when scrolled horizontally to the right.
-
mae authored
We now use two cursors, with the first one being positioned at the character before the find scope starts. This makes it possible to extend the scope when typing at the beginning or the end of it. This is more what the user expects. The effect is noticable with find&replace of words at the beginning or end of the scope.
-
- 12 Apr, 2010 3 commits
-
-
mae authored
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1065 Reviewed-by: mae
-
mae authored
Reviewed-by: thorbjorn
-
- 08 Apr, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Signal is called contentsChangedBecauseOfUndo
-
- 29 Mar, 2010 2 commits
- 26 Mar, 2010 1 commit
-
-
mae authored
If the disabled code format in creator does not have a background defined, we now use the page's default background.
-
- 19 Mar, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Task-number: QTCREATORBUG-899 Reviewed-by: kh1
-
- 18 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 15 Mar, 2010 2 commits
- 10 Mar, 2010 1 commit
-
-
hjk authored
editor or re-used an existing one
-
- 05 Mar, 2010 4 commits
-
-
Marius Storm-Olsen authored
The last line is even blended, which slows things down. Reviewed-by: Thorbjørn Lindeijer (caused by wrong merge of ab3d3cf4)
-
Marius Storm-Olsen authored
If the foreground color for the disabled text is different than the normal text foreground, that's an indication that the user wants the disabled block to be colored differently. If so, disable the syntax highlighting and set uniform colors for the block. If the foreground colors are identical apply full syntax highlighting in the disabled block too. Some people want that. Reviewed-by: Thorbjørn Lindeijer
-
Thorbjørn Lindeijer authored
The generated HTML is not the prettiest HTML in the universe, but it does the job. When copying code from Qt Creator to Microsoft Office or OpenOffice.org, the syntax highlighting is now preserved. The code also pastes as preformatted text. Reviewed-by: mae Task-number: QTCREATORBUG-727
-
hjk authored
-
- 26 Feb, 2010 1 commit
-
-
mae authored
Previously this resulted in the folded code being removed. Task-number: QTCREATORBUG-768
-
- 25 Feb, 2010 1 commit
-
-
mae authored
Task-number: QTCREATORBUG-758 Reviewed-by: thorbjorn
-
- 23 Feb, 2010 1 commit
-
-
Jens Bache-Wiig authored
-
- 19 Feb, 2010 1 commit
-
-
file:///Thorbjørn Lindeijer authored
On some desktop environments, dragging and dropping a file gives us the url to the file in multiple mime types, including text/plain. This causes the url to be inserted as text by default. Work around this issue by explicitly ignoring drop events for the text editor when they also come with urls. Task-number: QTCREATORBUG-728 Reviewed-by: Friedemann Kleint
-
- 17 Feb, 2010 1 commit
-
-
mae authored
task-number: QTCREATORBUG-611
-
- 08 Feb, 2010 1 commit
-
-
Roopesh Chander authored
Merge-request: 1766 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-