- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 23, 2011
-
-
Jarek Kobus authored
Task-number: QTCREATORBUG-5092 Change-Id: I218cef02f7c242e4dfae59b1b8021ea618e60d07 Reviewed-on: http://codereview.qt-project.org/5160 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Aug 19, 2011
-
-
Christian Kamm authored
Previously RefactoringFiles were usually passed around by value. However, since a RefactoringFile may sometimes own a QTextDocument (when it was read from a file), that's not great and caused the file to be reread after every copy. With this change RefactoringFile becomes noncopyable and is always owned by a shared pointer. This change also allowed having const RefactoringFiles which is useful because they can be safely used from other threads. See CppRefactoringChanges::fileNoEditor. Change-Id: I9045921d6d0f6349f9558ff2a3d8317ea172193b Reviewed-on: http://codereview.qt.nokia.com/3084 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Aug 16, 2011
-
-
Christian Kamm authored
When editing a function declaration or definition the code model may realize the same changes have to be applied somewhere else. A refactoring marker will pop up that can be clicked to perform the changes. Alternatively, press enter to apply. Change-Id: I2299a2ecfb6a8f87d4853fc7cfa99486f890a1d3 Reviewed-on: http://codereview.qt.nokia.com/2909 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- May 24, 2011
-
-
Christian Kamm authored
Change-Id: Iaf08edb2361146e6b5e1cbafdb716a23c938875b Done-with: Jarek Kobus Task-number: QTCREATORBUG-2670 Task-number: QTCREATORBUG-4310 Task-number: QTCREATORBUG-2763 Task-number: QTCREATORBUG-3623 Task-number: QTCREATORBUG-567 Reviewed-on: http://codereview.qt.nokia.com/74 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- Feb 22, 2011
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- Feb 21, 2011
-
-
Leandro Melo authored
With some refactorings to make the code look better. Reviewed-by: con
-
- Feb 07, 2011
-
-
Erik Verbruggen authored
-
- Jan 12, 2011
- Jan 04, 2011
-
-
Christian Kamm authored
-
- Dec 17, 2010
-
-
con authored
-
- Oct 08, 2010
-
-
Erik Verbruggen authored
-
- Sep 30, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
- Sep 13, 2010
-
-
Christian Kamm authored
-
- Sep 09, 2010
-
-
Erik Verbruggen authored
- Changed generator to generate: - Changed AST::lastToken to return 1 if there is none - Changed Bind.cpp to set the scope of the block following a control statement to extend upto (and not including) the first token after the block. So basically, including any whitespace after the control statement. Reviewed-by: Roberto Raggi
-
- Aug 16, 2010
-
-
Kai Koehne authored
Remove unneeded methods from API.
-
- Aug 13, 2010
-
-
Christian Kamm authored
Makes them easy to use everywhere. Also when calling QuickFixData::textOf and friends, it wasn't really clear which file they would run on.
-
Christian Kamm authored
-
- Aug 12, 2010
-
-
Christian Kamm authored
-
Christian Kamm authored
This makes sure styles are consistent for the editor and the quick fix engine.
-
Christian Kamm authored
-
Christian Kamm authored
* Can change files without opening an editor. * Can open an editor without changing a file. * Default to reindenting new files. * Allow reading a file temporarily to access document and text.
-
- Jul 19, 2010
-
-
Roberto Raggi authored
-
- Jun 22, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 14, 2010
-
-
Erik Verbruggen authored
-
- May 18, 2010
-
-
Roberto Raggi authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 02, 2010
-
-
Erik Verbruggen authored
-
- Nov 16, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 13, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 10, 2009
-
-
Roberto Raggi authored
-
- Oct 21, 2009
-
-
Roberto Raggi authored
Removed CPLUSPLUS_BEGIN/END_NAMESPACE and replace CPLUSPLUS_USE_NAMESPACE with `using namespace CPlusPlus;'
-