"README.md" did not exist on "01603689e8dd2d3c5be0f41d41b3543452903f03"
- 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
-
Thorbjørn Lindeijer authored
Due to using QTextCursor::columnNumber() instead of QTextCursor::positionInBlock(), a lot of code would not work correctly when used with wrapped lines. In addition, there was an issue with columnNumber() returning 0 right after inserting a character before the last character of a line. Reviewed-by: mae
-
Erik Verbruggen authored
This is a "back-port" for 57f2b3e4 from master into 2.0. Done-with: ckamm
-
- Jun 14, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: ogoffart
-
- Jun 11, 2010
-
-
con authored
-
- Jun 08, 2010
-
-
Robert Loehning authored
-
- Jun 07, 2010
-
-
con authored
-
- 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
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1425 Reviewed-by: Christian Kamm
-
- May 28, 2010
-
-
Thorbjørn Lindeijer authored
While reloading a text document, the bookmarks got lost since their associated QTextBlocks were deleted. This patch makes sure that before reloading, the bookmarks are removed non-persistently in the same way as when closing a document, and that they are restored after the document was reloaded. Currently, no effort is made to update the location of the bookmarks based on the way the file changed. Task-number: QTCREATORBUG-1281 Reviewed-by: dt
-
- May 27, 2010
-
-
Robert Loehning authored
-
Thorbjørn Lindeijer authored
Quite a few people seem to prefer this and it is the default in Eclipse and MSVC. This applies to both C++ and QML completion. Task-number: QTCREATORBUG-1474
-
- 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
-
Robert Loehning authored
-
- 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
-
-
Thorbjørn Lindeijer authored
This is pretty common in other editors, and the application font looks weird if the text editor font is significantly larger. Task-number: QTCREATORBUG-1424 Reviewed-by: Olivier Goffart
-
mae authored
Creator implemented Backtab similar to Eclipse and other editors, now we do standard windows behavior.
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- May 12, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
- 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>
-
Thorbjørn Lindeijer authored
By moving the completion settings into the TextEditor plugin, so that both the CppTools and the QmlJSEditor plugins can access the settings. The user-interface to edit the settings is still in the CppTools plugin, since we're in string freeze at the moment. It should be moved to the TextEditor plugin later. For now the QML completion only supports the case-sensitivity and partial completion options, since there is no automatic insertion of brackets. Task-number: QTCREATORBUG-1327 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
-
- May 03, 2010
-
-
Robert Loehning authored
Task-Nr: QTCREATORBUG-1329
-
- Apr 28, 2010
-
-
hjk authored
-
- 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
- Apr 20, 2010
-
-
Thorbjørn Lindeijer authored
The TextEditorSettings class already provides the appropriate signal.
-
- Apr 16, 2010
-
-
Thorbjørn Lindeijer authored
It's annoying and not very useful if they get grabbed and handled by the completion list. This happened as a side effect of fc1780f1.
-
Friedemann Kleint authored
Remove all hacks/conventions of considering the last generated file as project file, etc. and instead add attributes flags to Core::GeneratedFile, giving fine-grained control of what to do with the file. Implement static utility functions in wizards that handle it. Add boolean XML-attributes "openeditor"/"openproject" to the file elements used by the CustomWizard XML-specification. Manually set the attributes in all wizards. Task-number: QTCREATORBUG-1166
-
hjk authored
Done with mae.
-