-run script in editor

-add search docs dialog that returns places string was found
-added flash
This commit is contained in:
Juan Linietsky
2014-02-20 23:01:44 -03:00
parent 51c55b237b
commit f2a068984c
40 changed files with 25011 additions and 6 deletions

View File

@ -160,6 +160,8 @@ env_base.platforms = {}
for p in platform_list:
if env_base['platform'] != "" and env_base['platform'] != p:
continue
sys.path.append("./platform/"+p)
import detect
if "create" in dir(detect):