Bug 123589 - Beanshell editor: Remove close button from toolbar
Summary: Beanshell editor: Remove close button from toolbar
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: sdk (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: elshreif
URL:
Whiteboard: target:6.3.0
Keywords: difficultyBeginner, easyHack, skillJava, topicUI
Depends on:
Blocks: Beanshell-Editor
  Show dependency treegraph
 
Reported: 2019-02-20 07:54 UTC by Samuel Mehrbrodt (allotropia)
Modified: 2019-02-24 06:59 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Mehrbrodt (allotropia) 2019-02-20 07:54:18 UTC
The Beanshell Editor has a "Close" button in the toolbar.
This button can be removed as the window already has a close button.

The code is in scripting/java/com/sun/star/script/framework/provider/beanshell .

You find the Beanshell Editor via Tools->Macros->Organize Macros->Beanshell. Create a library, then a macro, then you can edit it which gets you into the Beanshell Editor.
Comment 1 Commit Notification 2019-02-24 06:59:35 UTC
EL-SHREIF committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/ca8eef6be3e45b934879780e847d6ef4faba857a%5E%21

tdf#123589 Removing close button from toolbar in Beanshell editor

It will be available in 6.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.