From kdevelop-bugs Sun Jan 31 11:55:22 2010 From: Niko Sams Date: Sun, 31 Jan 2010 11:55:22 +0000 To: kdevelop-bugs Subject: [Bug 224995] New: Store snippets in project file to share them with Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=126493901122001 https://bugs.kde.org/show_bug.cgi?id=224995 Summary: Store snippets in project file to share them with other developers Product: kdevplatform Version: SVN Platform: Unlisted Binaries OS/Version: Linux Status: NEW Severity: wishlist Priority: NOR Component: snippet AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: niko.sams@gmail.com Store project specific snippets in project configuration in order to share them with other developers using that project file. Obviously this has to be the foo.kdev4 file, not .kdev4/foo.kdev4. Use case: KDevplatform could contain a snippet for getting a plugin: IExecuteScriptPlugin* iface = KDevelop::ICore::self()->pluginController()->pluginForExtension("org.kdevelop.IExecuteScriptPlugin")->extension(); Q_ASSERT(iface); It would not make sense to have this snippet in a global GHNS repository. And all developers would automatically get those snippets. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs