- 22 Jun, 2011 1 commit
-
-
Oswald Buddenhagen authored
otherwise the editing flow is disturbed Change-Id: I1ae74ab192b19ac8ea0b77b803c797afcd29e7c7 Reviewed-on: http://codereview.qt.nokia.com/564 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 20 May, 2011 1 commit
-
-
Oswald Buddenhagen authored
don't try to add another bar one if there is one already Task-number: QTCREATORBUG-4951 Change-Id: Ia7282a5ee96d3b6b08b3f66c3bc162b1c4a5a015 Reviewed-on: http://codereview.qt.nokia.com/32 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 12 May, 2011 1 commit
-
-
Oswald Buddenhagen authored
Task-number: QTCREATORBUG-2847
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 18 Apr, 2011 3 commits
-
-
Oswald Buddenhagen authored
there only two classes of files anyway: regularly editable ones which may ask for interaction, and "background" files which always operate silently. the regular case is the more complex one, so put that into the base class.
-
Oswald Buddenhagen authored
add/unify read error handling in all affected classes
-
Oswald Buddenhagen authored
this centralizes error reporting (in fact, in most cases it adds any in the first place). Task-number: QTCREATORBUG-1619
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 23 Mar, 2011 1 commit
-
-
hjk authored
Patch by Kevin Funk
-
- 22 Feb, 2011 2 commits
-
-
hjk authored
Task-number: QTCREATORBUG-3828
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- 21 Feb, 2011 1 commit
-
-
Leandro Melo authored
With some refactorings to make the code look better. Reviewed-by: con
-
- 10 Feb, 2011 1 commit
-
-
mae authored
Done-with: Leandro Melo
-
- 08 Feb, 2011 1 commit
-
-
Leandro Melo authored
Instead of clearing the stack afterwards. Reviewed-by: Thorbjorn Lindeijer
-
- 07 Feb, 2011 3 commits
-
-
Leandro Melo authored
Reviewed-by: Thorbjorn Lindeijer
-
Leandro Melo authored
-
Leandro Melo authored
-
- 04 Feb, 2011 3 commits
-
-
Leandro Melo authored
Reviewed-by: mae
-
Leandro Melo authored
Reviewed-by: mae
-
Leandro Melo authored
Task-number: QTCREATORBUG-876 Task-number: QTCREATORBUG-3560 Reviewed-by: mae
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 29 Oct, 2010 2 commits
-
-
Friedemann Kleint authored
Fix 722e48c2.
-
Friedemann Kleint authored
Remove internal markers from exported headers, introduce private class for BaseTextDocument. Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 28 Oct, 2010 1 commit
-
-
Takumi ASAKI authored
TextEditor will now recognize an UTF-8 BOM. A setting to determine what to do on saving has been added as well - the options are "Always Add", "Keep Already Present" and (mostly for completeness) "Always Delete". Note: if encoding is "System", "Always Add" doesn't work, because there is no API to know what the System encoding is. Task-number: QTCREATORBUG-1857 Merge-request: 2180 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 11 Oct, 2010 1 commit
-
-
con authored
Moving the logic out of BaseTextDocument for use at other places.
-
- 07 Sep, 2010 1 commit
-
-
mae authored
Also fixes a crash when folding code at the very end of the document Task-number: QTCREATORBUG-2159
-
- 09 Jul, 2010 1 commit
-
-
Roberto Raggi authored
We need our very own syntax highlighter in Qt Creator.
-
- 07 Jul, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Previously it would always jump to the start of the document, since that's where the newly created text cursor is at the beginEditBlock call. Avoid this when saving the current editor by starting with the cursor of the editor. Reviewed-by: mae Task-number: QTCREATORBUG-1807
-
- 28 May, 2010 1 commit
-
-
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
-
- 12 May, 2010 1 commit
-
-
dt authored
Reviewed-By: con Reviewed-By: Friedemann Kleint We now support renaming files. The version control system tries first to rename, if that doesn't support or can't rename the file we do a normal rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not. (perforce untested)). We correctly notify all editors of the renamed file and tell the project manager to rename the file in the project. Note: Only the qt4projectmanager knows how to rename files. Note: renaming folders, moving files to different folders, renaming .pro/.pri files is not supported. Those things can be later added after this has proven to work correctly in the simple case. Also we don't do any actions based on the renaming like renaming classes, changing include guards or #include lines.
-
- 26 Apr, 2010 2 commits
-
-
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
-
- 13 Apr, 2010 1 commit
-
-
mae authored
Task-number: QTCREATORBUG-365 Reviewed-by: dt
-
- 08 Apr, 2010 1 commit
-
-
con authored
Task-number: QTCREATORBUG-1077
-
- 01 Apr, 2010 1 commit
-
-
Christian Kamm authored
Previously, it could contain multiple directory separators, . or .. This makes using the filename safe for hashes like the ones used in the C++ and Qml code models. Reviewed-by: Roberto Raggi Reviewed-by: mae
-
- 22 Mar, 2010 1 commit
-
-
con authored
Reviewed-by: dt
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 08 Feb, 2010 1 commit
-
-
Roopesh Chander authored
-