Issue 54752

Summary: Add Commands to call JavaScript, BeanShell, Python organizers
Product: General Reporter: bmarcelly <marcelly.bernard>
Component: uiAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Minor    
Priority: P3 CC: issues, rainerbielefeld_ooo_qa
Version: 680m130   
Target Milestone: ---   
Hardware: All   
OS: Windows, all   
Issue Type: ENHANCEMENT Latest Confirmation in: 4.0.1
Developer Difficulty: ---
Attachments:
Description Flags
Screenshots comparison none

Description bmarcelly 2005-09-18 08:57:09 UTC
It is possible to configure a toolbar or a shortcut to call the Basic organizer:
Add commands > BASIC > OpenOffice.org Macros

It should be possible to access the organizer for JavaScript in a similar way.
It should be possible to access the organizer for BeanShell in a similar way.
It should be possible to access the organizer for Python in a similar way.
Comment 1 thorsten.martens 2005-09-28 14:03:51 UTC
TM->requirements: Please have a look.
Comment 2 ace_dent 2008-05-16 01:40:35 UTC
OpenOffice.org Issue Tracker - Feedback Request.

The Issue you raised is currently assigned to 'Requirements' pending review, but
has not been updated within the last 2+ years. Please consider re-testing with
one of the latest versions of OOo, as the problem(s) may have already been
addressed. Either use the recent stable version:
http://download.openoffice.org/index.html
or consider trying the new OOo 3 BETA (still in testing):
http://download.openoffice.org/3.0beta/
 
Please report back the outcome so this Issue may be Closed or Progressed as
necessary - otherwise it may be Resolved as Invalid in the future. You may also
wish to search for (and note) any duplicates of this Issue that may have
advanced further by checking the Issue Tracker:
http://www.openoffice.org/issues/query.cgi
 
Many thanks,
Andrew
 
Cleaning-up and Closing old Issues as part of:
~ The Grand Bug Squash, pre v3 ~
http://marketing.openoffice.org/3.0/announcementbeta.html
Comment 3 bmarcelly 2008-05-16 13:11:10 UTC
Still same problem with OOo version 2.4.0.

Currently I use a macro to get around this limitation:

sub BeanShellOrganizer
dim document   as object
dim dispatcher as object
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "ScriptOrganizer.Language"
args1(0).Value = "BeanShell"
dispatcher.executeDispatch(document, ".uno:ScriptOrganizer", "", 0, args1())
end sub

Similar macros open JavaScript and Python organizers, only change one line:
args1(0).Value = "JavaScript"
args1(0).Value = "Python"

Perhaps the enhancement should not be difficult to implement ??
Comment 4 Rainer Bielefeld 2013-11-15 05:47:27 UTC
Still Reproducible with server installation of "AOO 4.1.0-Dev – English  UI / English locale - [AOO410m1(Build:9750)  -  Rev. 1537973 - 2013-11-03]" on German WIN7 Home Premium (64bit)", own separate user profile.

Latest confirmation for AOO 4.1.0-dev, but because of incomplete LCo selector
(Bug 123063) no correct information can be contributed.
Comment 5 Rainer Bielefeld 2013-11-15 05:48:03 UTC
Created attachment 81927 [details]
Screenshots comparison