diff options
author | Andras Timar <atimar@suse.com> | 2012-11-27 21:11:18 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-28 21:22:47 +0100 |
commit | 78234602ceb6aaaff9996240b388be12fcff968f (patch) | |
tree | ab163b8dda42463167c1477638ce9d85bfb15e7f /scp2 | |
parent | 5c34ee433b9f1191d14d64214a923b321e667a4c (diff) |
LibreLogo integration (extension -> normal code)
While efforts have been made to make LibreLogo work with Python 3.3,
there are still a few bugs, for example large Logo programs do not run
correctly and Translate button does not work. Bugfixing is in progress.
Change-Id: I4227ff86084f51047861897189d2317322296139
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/python/file_python.scp | 9 | ||||
-rw-r--r-- | scp2/source/python/module_python.scp | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index fc4db23883c1..3b05cfe1d398 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -136,6 +136,15 @@ File gid_File_Scripts_Python Name = "ScriptsPython.zip"; End +//LibreLogo turtle graphics + +File gid_File_LibreLogo + TXT_FILE_BODY; + Styles = (ARCHIVE); + Dir = gid_Dir_Share_Scripts; + Name = "LibreLogo.zip"; +End + // Scripting Framework Python configuration settings File gid_File_Share_Registry_Pyuno_Xcd diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp index 629a864ad82a..b56305825c41 100644 --- a/scp2/source/python/module_python.scp +++ b/scp2/source/python/module_python.scp @@ -57,6 +57,7 @@ Module gid_Module_Optional_Pyuno gid_File_Lib_Python_So, gid_File_Lib_Python3_So, gid_File_Scripts_Python, + gid_File_LibreLogo, gid_File_Share_Registry_Pyuno_Xcd); Unixlinks = (gid_Unixlink_Python_Headers, gid_Unixlink_Python_LibreOfficePython, |