#649 New script feature : Create empty file before opening text editor

This commit is contained in:
Magne Sjaastad
2016-07-18 15:36:53 +02:00
parent 5ec9b9c568
commit 6e29bfe525
2 changed files with 38 additions and 14 deletions

View File

@@ -216,6 +216,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
{
commandIds << "RicAddScriptPathFeature";
commandIds << "RicDeleteScriptPathFeature";
commandIds << "RicNewScriptFeature";
commandIds << "Separator";
commandIds << "RicRefreshScriptsFeature";
}