Description: Macros can be run manually by expanding the folders to display the file containing the macro then running it. The next time the Macro selector is opened the folder structure is collapsed again. It is likely the user will want to run a macro in the same file again so it would be more convenient to retain the folder expansion. Steps to Reproduce: 1.Tools, Macro, Run Macro 2.LibreOffice Macros, Select HelloWorld in Library, Select HelloWorldPython, click Run 3.Repeat Step 1. Note: All folders have been collapsed Actual Results: Folders are always collapsed when selecting Macros. Expected Results: Retain expansion of folders and currently selected macro so macros in same file can be run without having to renavigate folder structure, just double click Macro Name. Reproducible: Always User Profile Reset: No Additional Info: Basic Macro selector Selects the Basic macro to run. Locate the macro by selecting the container, library, module and macro name. To access this command... Choose Tools - Macros - Run Macros. Library Lists the existing macro containers, Basic macro libraries and Basic modules for the current application and any open documents. Macro name Lists the Basic macros for the selected module. Select a macro and click Run. Description
no repro in Version: 7.1.5.2 (x64) / LibreOffice Community Build ID: 85f04e9f809797b8199d13c421bd8a2b025d52b5 CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: en-US (ru_RU); UI: en-US Calc: CL According to the description, it seems to me that this does not apply to the bug.
Reproduced. Let's call this an enhancement. Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 172e208e6b0674f42c301c5ee5e280e9138ba1b4 CPU threads: 2; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: fi-FI (fi_FI); UI: en-US Calc: threaded Jumbo Arch Linux 64-bit Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: 3dcf845691ee55621a9475d7c39cbc63611c3f7a CPU threads: 8; OS: Linux 5.17; UI render: default; VCL: kf5 (cairo+xcb) Locale: fi-FI (fi_FI.UTF-8); UI: en-US Calc: threaded Built on 12 May 2022
Note this functionality is included in APSO (Alternative python script organizer for OpenOffice and LibreOffice) as of https://gitlab.com/jmzambon/apso/-/releases/v1.3.0 > Add two options to keep tree state and to collapse childs on parent collapsing (issue #23). > Add shortcut Ctrl+Enter (Cmd+Enter on Mac) to collapse node, alongside with left arrow (compare with Enter/right arrow). Settings are described in https://gitlab.com/jmzambon/apso/-/issues/23
Fixed by https://git.libreoffice.org/core/+/792e41314f321f54b3b2fc4d01c8b62a3b704e9e%5E%21 in LOv7.5 - https://wiki.documentfoundation.org/ReleaseNotes/7.5#Scripting