Commit Graph

10 Commits

Author SHA1 Message Date
Leandro Melo
4849f0c383 Snippets: Complement is now Trigger Variant in the UI 2011-02-02 11:10:10 +01:00
Leandro Melo
7968853f1a Snippets: Check for content change on apply
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
2011-01-14 16:33:28 +01:00
con
d1023c7614 It's 2011 now.
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
con
23c22b7c66 License headers, part 2 2010-12-17 17:14:20 +01:00
Leandro Melo
fabf76d202 Snippets: Remove the snippets manager
Let the collection itself be the singleton.
2010-12-08 17:22:15 +01:00
Leandro Melo
f614663223 Snippets: Correct top-left/bottom-right when emiting dataChanged 2010-12-08 17:22:13 +01:00
Leandro Melo
1175705bfc Snippets: Make it easier for plugins to add snippets groups
Groups are no longer enum values but identified from snippet providers.
2010-12-08 17:22:13 +01:00
Leandro Melo
b87861f9b4 Snippets: Add more use-cases
- Restored removed built-in snippets.
- Revert a built-in snippet.
- Reset the snippets collection.
2010-12-08 17:22:11 +01:00
Leandro Melo
22c9b652b0 Snippets: Move code from the manager to the collection.
Reloading and synchronizing are now directly accessible from
the collection interface.
2010-12-08 17:22:11 +01:00
Leandro Melo
7528c6d617 Snippets: Feature enhancement start...
Provide an interface so users can create/edit/remove snippets.
2010-12-08 17:22:07 +01:00