- 18 May, 2011 1 commit
-
-
Leandro Melo authored
This is a re-work of our completion engine. Primary goals are: - Allow the computation to run in a separate thread so the GUI is not locked. - Support a model-based approach. QStrings are still needed (filtering, etc), but internal structures are free to use more efficient representations. - Unifiy all kinds of *assist* into a more reusable and extensible framework. - Remove unnecessary dependencies on the text editor so we have more generic and easily "plugable" components (still things to be resolved).
-
- 12 May, 2011 3 commits
-
-
Oswald Buddenhagen authored
Task-number: QTCREATORBUG-2847
-
Oswald Buddenhagen authored
this is where it belongs, rather than into some arbitrary editor. as a nice side effect, now not only the "rename symbol", but also the global search&replace has such a warning.
-
Oswald Buddenhagen authored
the info about the bars is now stored in the IFile, not in the EditorView. this is somewhat more expensive for the bars which identically apply to all editors of one type, but fixes consistency issues between views. additionally, it is now possible to set several simultaneous info bars per file, which ensures that no information is lost. Co-authored-by: mae
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 18 Apr, 2011 1 commit
-
-
Oswald Buddenhagen authored
add/unify read error handling in all affected classes
-
- 14 Apr, 2011 1 commit
-
-
hjk authored
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 24 Mar, 2011 1 commit
-
-
hjk authored
-
- 25 Feb, 2011 1 commit
-
-
Thorbjørn Lindeijer authored
Cleaned up some hacky code in the process. Done-with: Tobias Hunger
-
- 22 Feb, 2011 1 commit
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- 04 Feb, 2011 1 commit
-
-
Leandro Melo authored
Done-by: Roberto Raggi Reviewed-by: Leandro Melo Reviewed-by: mae
-
- 12 Jan, 2011 2 commits
- 04 Jan, 2011 1 commit
-
-
Christian Kamm authored
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 10 Dec, 2010 4 commits
-
-
Konstantin Tokarev authored
Merge-request: 227 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Roberto Raggi authored
Reviewed-by: Christian Kamm
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 08 Dec, 2010 1 commit
-
-
Leandro Melo authored
Provide an interface so users can create/edit/remove snippets.
-
- 07 Dec, 2010 1 commit
-
-
Erik Verbruggen authored
Reviewed-by: Roberto Raggi
-
- 10 Nov, 2010 1 commit
-
-
Leandro Melo authored
It was being reset based on the highlighter definitions. Consider some refactoring with the related options as well to avoid overriding user's settings. Done-with: Thorbjorn Lindeijer
-
- 09 Nov, 2010 1 commit
-
-
Leandro Melo authored
Reviewed-by: Thorbjorn Lindeijer
-
- 05 Nov, 2010 1 commit
-
-
Leandro Melo authored
Reviewed-by: ckamm
-
- 02 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
Clean icore.h.
-
- 01 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 29 Oct, 2010 1 commit
-
-
Friedemann Kleint authored
Remove internal markers from exported headers, introduce private class for BaseTextDocument. Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 27 Oct, 2010 1 commit
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2240 Reviewed-by: Erik Verbruggen
-
- 20 Oct, 2010 1 commit
-
-
con authored
The debugger plugin opens an editor in this case, leading to fakevim and cppeditor crashing. This commit doesn't fix the problem's source, but adds safeguards that are sensible anyhow: FakeVim should not register with editors during shutdown, and CppEditor should not unconditionally assume an existing editor manager in the destructor. Reviewed-by: Friedemann Kleint
-
- 19 Oct, 2010 1 commit
-
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
- 11 Oct, 2010 1 commit
-
-
Christian Kamm authored
It is unnecessary to try hard to resolve a class forward declaration when all you want to know is whether it is a valid link or not. Task-number: QTCREATORBUG-2688 Reviewed-by: Thorbjorn Lindeijer
-
- 29 Sep, 2010 1 commit
-
-
Roberto Raggi authored
-
- 16 Sep, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 15 Sep, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 13 Sep, 2010 1 commit
-
-
Christian Kamm authored
-
- 08 Sep, 2010 1 commit
-
-
Christian Kamm authored
This should make the indenter less strict and annoying for non-standard indentation styles. Reviewed-by: Roberto Raggi
-
- 06 Sep, 2010 1 commit
-
-
Roberto Raggi authored
Thanks to this patch we can move the filtering of C++ symbols in a background thread. Done-with: Erik Verbruggen
-
- 26 Aug, 2010 1 commit
-
-
Roberto Raggi authored
-
- 18 Aug, 2010 1 commit
-
-
Roberto Raggi authored
-