- Dec 08, 2010
-
-
Leandro Melo authored
- Restored removed built-in snippets. - Revert a built-in snippet. - Reset the snippets collection.
-
Leandro Melo authored
Reloading and synchronizing are now directly accessible from the collection interface.
-
Leandro Melo authored
-
Leandro Melo authored
-
Leandro Melo authored
-
Leandro Melo authored
-
Leandro Melo authored
And mark the completion item as a snippet.
-
Leandro Melo authored
When editing one variable from a code snippet, all other variables with the same name are updated accordingly.
-
Leandro Melo authored
Provide an interface so users can create/edit/remove snippets.
-
- Dec 07, 2010
-
-
Leandro Melo authored
Make lookup for a delimiter a bit faster.
-
Leandro Melo authored
Cache matches of the RegExprRule to avoid unnecessary calls. This is essentially the same optimization existent in Kate. A colateral effect of this implementation is a mechanism to notify the rules when a progress (highlight of the current line) is finished.
-
- Dec 06, 2010
-
-
con authored
Also add the alternative way: IOptionsPageProvider, which states a category, and is asked for a list of options pages for that category when it is shown. Task-number: QTCREATORBUG-3131
-
- Dec 02, 2010
-
-
con authored
-
- Dec 01, 2010
-
-
con authored
Task-number: QTCREATORBUG-2936
-
con authored
Task-number: QTCREATORBUG-3192
-
con authored
Task-number: QTCREATORBUG-2941
-
Christian Kamm authored
-
Leandro Melo authored
This is basically a continuation of the commits which refactor code out of the base text editor. For instance, 36fa1de4 and 3a684586. Also removed the doXXXX() forwarding methods.
-
- Nov 30, 2010
-
-
con authored
Use the editor's displayName for the window title. Also there were missing change signal emissions in setDisplayName implementations. Moves the actual handling of the window title from Session to EditorManager (so it now is also done for the hypothetical case of no project explorer plugin). Task-number: QTCREATORBUG-3207
-
- Nov 24, 2010
-
-
Francois Ferrand authored
Merge-request: 198 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- Nov 22, 2010
-
-
Thorbjørn Lindeijer authored
QFontMetricsF::averageCharWidth seems to always return a fractional size (at least on Linux/GNOME with DejaVu Mono), even when the font is not actually drawn at sub-pixels. This caused the visible wrap column to appear in the wrong place. As a workaround, use the width of the character 'x', which is pretty average and does align to pixels when needed. Task-number: QTCREATORBUG-2746 Reviewed-by: con
-
Tobias Hunger authored
I needed to find out how this works the hard way, so add at least some hints on how to work with code folding:-)
-
Tobias Hunger authored
-
- Nov 17, 2010
-
-
Christian Kamm authored
-
- Nov 16, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3097 Reviewed-by: con
-
- Nov 15, 2010
-
-
con authored
E.g. on Mac.
-
- Nov 12, 2010
-
-
Leandro Melo authored
Block highlights should still be visible even outside the margin (when margins are displayed naturally), since it acts only as indicator of the character limit. Apparently this had already been noticed before and recently there was a merge request (no. 204) with an attempt to fix it. However, the implementation was not handling it in a nice form. This is a small patch that solves the issue and keeps the editor beautiful. (Check the merge request for more details.) Reviewed-by: Thorbjorn Lindeijer
-
- Nov 10, 2010
-
-
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
-
mae authored
We now have different actions to bind to (saves us an explicit option). Small fixes to state machines. Done-with: Erik Verbruggen
-
mae authored
Fix small issue with forward movement, and overwrite deleting to start or end of word (normally Ctrl+Delete and Ctrl+Backspace) Reviewed-by: Erik Verbruggen
-
mae authored
This was DevDay's 3rd most requested feature Done-with: Erik Verbruggen
-
- Nov 09, 2010
-
-
Leandro Melo authored
This leaves the code prepared if we decide to ship some of the Kate XMLs (still a pending decision). In this case the installer needs to be "notified" and the Kate files put in the repo. An addition check for actual XML files in the searched directories is also added. Reviewed-by: con Reviewed-by: Thorbjorn Lindeijer
-
Leandro Melo authored
This is pretty much a complement of commit 3a684586, which is an attempt to make editors and indenters a bit more decoupled. Reviewed-by: Thorbjorn Lindeijer
-
Leandro Melo authored
Reviewed-by: Thorbjorn Lindeijer
-
- Nov 08, 2010
-
-
con authored
-
- Nov 05, 2010
-
-
Leandro Melo authored
Reviewed-by: ckamm
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
mae authored
text on top of seach results on top of find scope on top of ifdefed out lines.
-