- Jun 15, 2010
-
-
Thorbjørn Lindeijer authored
In comments and strings, electric characters have no syntactical significance and the unnecessary automatic reindent can be annoying. Reviewed-by: Erik Verbruggen
-
- Jun 14, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: ogoffart
-
- Jun 04, 2010
-
-
mae authored
Reviewed-by: Roberto Raggi
-
- Jun 02, 2010
-
-
Thorbjørn Lindeijer authored
While 2641496a removed the marks check entirely, a fix for the same issue made on the master branch (1263babf) changed it to check whether the line numbers are visible. This is more correct. Reviewed-by: mae
-
- Jun 01, 2010
-
-
Thorbjørn Lindeijer authored
The ProjectFilesEditor used for editing the generic project's files does not show text marks, which broke the line select in the gutter. Task-number: QTCREATORBUG-1238 Reviewed-by: mae
-
Thorbjørn Lindeijer authored
The various text editor overlays and the text cursor were being painted on top of the collapsed block popup. Reviewed-by: mae
-
- May 31, 2010
-
-
Erik Verbruggen authored
Influences the position of the folded-block markers. Reviewed-by: thorbjorn
-
- May 21, 2010
-
-
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
-
- May 19, 2010
-
- May 18, 2010
-
-
mae authored
The find scope was sometimes painted incorrectly, and the last line was occassionally ommited from the standard selection paint. Reviewed-by: thorbjorn
-
- May 17, 2010
-
-
mae authored
Creator implemented Backtab similar to Eclipse and other editors, now we do standard windows behavior.
-
- May 11, 2010
-
-
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>
-
- May 07, 2010
-
-
mae authored
Task-number: QTCREATORBUG-61
-
- May 06, 2010
-
-
con authored
Task-number: QTCREATORBUG-1319 Reviewed-by: Thorbjørn Lindeijer
-
- Apr 26, 2010
-
-
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
-
- Apr 23, 2010
-
-
con authored
Reviewed-by: Thorbjørn Lindeijer Task-number: QTCREATORBUG-1261
-
- Apr 16, 2010
-
-
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).
-
- Apr 14, 2010
- Apr 13, 2010
-
-
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.
-
- Apr 12, 2010
-
-
mae authored
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1065 Reviewed-by: mae
-
mae authored
Reviewed-by: thorbjorn
-
- Apr 08, 2010
-
-
Thorbjørn Lindeijer authored
Signal is called contentsChangedBecauseOfUndo
-
- Mar 29, 2010
- Mar 26, 2010
-
-
mae authored
If the disabled code format in creator does not have a background defined, we now use the page's default background.
-
- Mar 19, 2010
-
-
Thorbjørn Lindeijer authored
Task-number: QTCREATORBUG-899 Reviewed-by: kh1
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 15, 2010
- Mar 10, 2010
-
-
hjk authored
editor or re-used an existing one
-
- Mar 05, 2010
-
-
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
-