- Nov 01, 2010
-
-
Friedemann Kleint authored
- Unexport Core::Internal::MainWindow and remove its includes. - Move RssFetcher from Core::Internal to Core. - Unexport CopyTaskHandler. - Move TextEditor's completion support and Refactor Overlay helper classes from TextEditor::Internal to TextEditor as they are exported. - Move internal BaseTextBlockSelection into private header. - Unexport TextEditorOverlay as they are not used.
-
- Oct 18, 2010
-
-
mae authored
There was an off-by-one error for the normal find scope. Improved look by ignoring the left side.
-
- Sep 28, 2010
-
-
mae authored
There was an off-by-one error for the normal find scope. Improved look by ignoring the left side.
-
- Aug 25, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2099 Reviewed-by: mae
-
- Aug 06, 2010
-
-
mae authored
Done-with: Roberto Raggi
-
- Aug 05, 2010
-
-
mae authored
Block selection was "broken" when using tabs, or rather incomplete: It treated tabs as normal characters, which has shown to be unexpected by people using tabs in code. The new implementation has a vastly improved find scope as well. In addition, creating a blog selection with mouse or keyboard feels a lot more solid now, as the actual selection is detached from possible valid cursor positions. Task-number: QTCREATORBUG-1541
-
- Jul 14, 2010
-
-
mae authored
Fixes the performance of large find scope selections. Try Ctrl+A Ctrl+F in a large file and scroll.
-
- Apr 26, 2010
-
-
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 12, 2010
-
-
mae authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 19, 2010
- Dec 15, 2009
-
-
Christian Kamm authored
If the first or last line in a selection ended up with nothing to highlight after whitespaces were trimmed, they'd use a codepath that only works correctly for inner 'empty' lines. Instead we now make sure the beginning and end of a selection are always highlighted.
-
- Dec 04, 2009
-
-
Roberto Raggi authored
Done with: mae
-
- Dec 03, 2009
-
-
mae authored
the new approach makes it possible to use more edit features inside the rename selection like cut/copy/paste. Furthermore it compresses rename operations better on the undo stack.
-
- Dec 02, 2009
- Dec 01, 2009
- Nov 30, 2009
- Nov 25, 2009
-
-
mae authored
As side effect we can now play a bit with visualizing extra selections
-