- Feb 02, 2011
-
-
Leandro Melo authored
-
Leandro Melo authored
The one line patch was submited as part of the report. Task-number: QTCREATORBUG-3497
-
- Jan 24, 2011
-
-
Friedemann Kleint authored
-
- Jan 20, 2011
-
-
Friedemann Kleint authored
-
- Jan 19, 2011
-
-
Friedemann Kleint authored
-
- Jan 17, 2011
-
-
Leandro Melo authored
Task-number: QTCREATORBUG-2674
-
- Jan 14, 2011
-
-
Leandro Melo authored
Cannot rely on the focus out event (on Mac) in the situation where a snippet is added/edited and the dialog is immediately confirmed. Reviewed-by: con Task-number: QTCREATORBUG-3464
-
- Jan 12, 2011
- Jan 05, 2011
-
-
mae authored
Creator got a feature that pressing cursor keys without effect did not clear the selection. E.g. Left at position 0, or End at the end of a block. This was not in sync with other editors. Pressing the cursor keys without selection modifier should ALWAYS clear the selection. Task-number: QTCREATORBUG-3327
-
con authored
-
hjk authored
-
- Jan 04, 2011
-
-
hjk authored
Reviewed-by: con Task-number: QTCREATOR-201
-
- Dec 20, 2010
-
-
mae authored
Task-id: QTCREATORBUG-3424
-
Roberto Raggi authored
Reviewed-by: Thorbjørn Lindeijer
-
Nicolas Arnaud-Cormos authored
This plugin let the user record and replay some macros: * 3 handlers: action, find and texteditor * almost all texteditor and cpp actions recorded * options page to set the directories where the macros are stored * optional dialog to give a name and comment at the end of a macro * locator integration to play a macro * shortcuts assignment to macro The most important change outside the plugin macros is the isScriptable method for command: All scriptable commands can be stored in a macro. Merge-request: 2176 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Dec 17, 2010
- Dec 16, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Get rid of all those ugly stray semicolons. They are not valid C++.
-
- Dec 14, 2010
-
-
Roberto Raggi authored
-
- Dec 09, 2010
-
-
Leandro Melo authored
Avoid issues with QXmlStream* classes on Mac. Reviewed-by: con
-
- Dec 08, 2010
-
-
Leandro Melo authored
Let the collection itself be the singleton.
-
Leandro Melo authored
-
Leandro Melo authored
Instead of in one XML embedded as a resource, now builtin snippets can be specified on any XML distributed under share.
-
Leandro Melo authored
-
Leandro Melo authored
Groups are no longer enum values but identified from snippet providers.
-
Leandro Melo authored
Since in the snippets overlay the selections are created with ExpandBegin the interest is mostly in detecting when the first one moved to the left (for example, when an undo is performed right after inserting the snippet). However, this tracking doesn't need to necessarily be associated with that flag.
-
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
-