- 15 Jul, 2010 4 commits
-
-
con authored
-
con authored
For later use in IFindFilter.
-
Thorbjørn Lindeijer authored
Don't highlight selection in headers, disable editing and make it a bit bigger by default.
-
Thorbjørn Lindeijer authored
Now it's possible to choose between having completion popup manually, when triggered or always.
-
- 14 Jul, 2010 3 commits
-
-
Kai Koehne authored
-
Thomas Hartmann authored
the block might be invalid
-
Kai Koehne authored
Requested by con.
-
- 13 Jul, 2010 2 commits
-
-
Leandro Melo authored
-
mae authored
instead of extra selections. This requires a recent version of Qt 4.7, the beta 2 will not do. Done-with: Roberto Raggi
-
- 12 Jul, 2010 5 commits
-
-
con authored
-
con authored
-
Friedemann Kleint authored
in VCSBaseEditor and BaseTextEditor::createNew to the size used for limiting file size. Reviewed-by:
Robert Loehning <robert.loehning@nokia.com> Task-number: QTCREATORBUG-1847
-
mae authored
The lexer needs its own lexerState, before it was using the syntax highlighter user state. This breaks the brace depth calculation of the highlighter. Reviewed-by: Roberto Raggi
-
Erik Verbruggen authored
-
- 09 Jul, 2010 4 commits
-
-
Thomas Hartmann authored
this function returns the bound region for the text in lineStart to lineEnd We use this to position the context pane
-
Thorbjørn Lindeijer authored
Now you can type characters like ., ( and : to complete the selected item, depending on the type of the completion item. Task-number: QTCREATORBUG-271 Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
We need our very own syntax highlighter in Qt Creator.
-
Olivier Goffart authored
-
- 08 Jul, 2010 2 commits
-
-
Kai Koehne authored
Adds a generic Outline pane to the sidebar. The CppEditor & QmlJSEditor plugins will implement the IOutlineWidget/IOutlineWidgetFactory interface to provide views specific to C++/Qml/JS documents. Reviewed-by: con
-
Christian Kamm authored
Done-with: Thomas Hartmann
-
- 07 Jul, 2010 2 commits
-
-
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
-
mae authored
confusion between columns and character positions
-
- 06 Jul, 2010 3 commits
-
-
Christian Kamm authored
-
Christian Kamm authored
Updating the text cursors that the extra selections are based on can get quite slow if there are changes in a lot of positions - like when reindenting a file. Dropping some text cursors can increase performance significantly in these cases. Done-with: mae
-
con authored
There are cases like when editing, or when jumping to a line, where we shouldn't cut it though (so we don't). Task-number: QTCREATORBUG-1535
-
- 05 Jul, 2010 3 commits
-
-
Roberto Raggi authored
-
mae authored
we need a real icon in a larger size, this one will scale poorly.
-
Roberto Raggi authored
-
- 02 Jul, 2010 4 commits
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
mae authored
This will be hooked up with the new indenter. If you use tabs for spaces, and have tabSize==indentSize, we will be able to preserve spaces for padding nonetheless.
-
Friedemann Kleint authored
-
mae authored
See BaseTextEditor::setRefactorMarkers(...). The markers support a clicked signal via BaseTextEditor and tooltips. They feature a cursor, but are always positioned at the end of the line (not block!). As special gimmick they do extend the document width when they are positioned outside the document area.
-
- 29 Jun, 2010 1 commit
-
-
Kai Koehne authored
Reviewed-by: Leandro Melo
-
- 25 Jun, 2010 3 commits
- 24 Jun, 2010 3 commits
-
-
mae authored
The semantic highlighting and all the extra selections create many cursors, this does cost time in setText(). Solution: remove all extra selections on reload. Reviewed-by: Oswald Buddenhagen Task-number: QTCREATORBUG-1720
-
con authored
Especially for the file system filter, it's better not to block while collecting all the file names by first iterating over the file system. Now, the filters return an iterator, and the search thread takes a file from it, searches it, and takes the next file. This also unifies the file iterator for the custom locator filters and the find in files on file system search filter. Task-number: QTCREATORBUG-1690
-
Christian Kamm authored
The relevance member is already used by the CompletionCollector. Instead I introduced the 'order' member to store a value used for the sorting of completion items. Reviewed-by: Erik Verbruggen
-
- 22 Jun, 2010 1 commit
-
-
Roberto Raggi authored
-