D16484: Add scratchpad plugin

Kevin Funk noreply at phabricator.kde.org
Mon Dec 10 09:53:33 GMT 2018


kfunk added a comment.


  Yep. please go for it.

INLINE COMMENTS

> scratchpad.cpp:95
> +
> +    const static QMap<QString, QString> defaultCommands = {
> +        {QStringLiteral("cpp"), QStringLiteral("g++ -std=c++11 -o /tmp/a.out $f && /tmp/a.out")},

Minor: `QHash` (unordered map) is sufficient here.

REPOSITORY
  R32 KDevelop

BRANCH
  scratchpad

REVISION DETAIL
  https://phabricator.kde.org/D16484

To: amhndu, #kdevelop, kfunk
Cc: kfunk, gregormi, brauch, kdevelop-devel, glebaccon, hase, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20181210/018050d5/attachment.html>


More information about the KDevelop-devel mailing list