https://bz.apache.org/ooo/show_bug.cgi?id=127966

--- Comment #17 from ronyf <rony.flatsc...@wu-wien.ac.at> ---
Thank you! Tried it out, but ran into a problem where AOO did not find the
ooRexx scripting engine (from the editor window). Short of time, I cannot debug
that any further at the moment. 

Using the built-in BeanShell instead you can check for yourself that it does
not work by adding the result of System.getProperty("user.dir") to the string
that gets used to carry out the XTextRange.setString(...) method. 

E.g. change the statement in the BeanShell default script in line # 65 to:

   XTextRange.setString("Hello World (in BeanShell)"+" user.dir:
"+System.getProperty("user.dir"));

---

Also trying to create a Python script which interestingly is not possible on my
Mac (Python shows up in Tools -> Macros -> Organize Macros -> Python ..., but
the dialog does not allow for creating a Python script! (There is Python 3.11.5
installed as the default in the system, also the Apple SDKs 2.5, 2.6, 2.7
versions can be found.)

(So the fix is only in 2.0 beta not in 4.1.15.)

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to