This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on preOpenStack | |
dispatch "setAsBehavior" to stack revIDEPaletteResourcePath("behaviors/revdictionarybehavior.livecodescript") with the long id of me | |
addFrameItem "show_apis","header", "navigation", "API", "f1b3", "f1b3","showAPIs", the long id of me | |
addFrameItem "show_guides","header", "navigation", "Guide", "f1b3", "f1b3","showGuides", the long id of me | |
end preOpenStack |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- before.txt 2015-10-30 09:57:15.000000000 +0000 | |
+++ after.txt 2015-10-30 09:56:29.000000000 +0000 | |
@@ -1,31 +1,101 @@ | |
function getExtensionList | |
+ if there is not a group "extensions" of me then | |
+ return empty | |
+ end if | |
+ | |
local tList | |
- repeat for each item tLine in the hilitedLines of field "Extensions" |
NewerOlder