Add notes on pending commands
This commit is contained in:
parent
e3005d25af
commit
a7b6e1f455
2 changed files with 15 additions and 0 deletions
|
@ -111,5 +111,13 @@ define([
|
|||
Settings.clearProject();
|
||||
if (!keepRetained) chrome.storage.local.remove("retainedProject");
|
||||
};
|
||||
|
||||
/*
|
||||
commands to handle:
|
||||
project:generate
|
||||
project:open
|
||||
project:edit
|
||||
project:clear
|
||||
*/
|
||||
|
||||
});
|
|
@ -33,6 +33,13 @@ function(Node, command, elementData) {
|
|||
}
|
||||
});
|
||||
|
||||
/* commands to handle:
|
||||
project:refresh-dir
|
||||
project:add-dir
|
||||
project:remove-all
|
||||
project:open-file
|
||||
*/
|
||||
|
||||
return {
|
||||
getPaths: function() { return [] },
|
||||
getDirectories: function() { return directories },
|
||||
|
|
Loading…
Reference in a new issue