Copy this code, paste in notepad, save as Biab Edit Highlighted Style Name.ahk
Install www.autohotkey.com
set Autohotkey.exe to run as administrator if Biab is set to that.
You can compile it to an exe if you like
C:\Program Files\AutoHotkey\Compiler and run as admin
Double click the saved script, it will run in the system tray "H"
The hot key is set to Win+z you can change to what you like.
In the Style Picker highlight the style name _12STACF.STY from within the Memo box, hit Win+Z
this will copy that name and paste it in the open file browser that should default to C:\bb\Styles else just browse there, then click Open.

Code:
~LWin & Z::
winactivate, ahk_class TStylzDialog
Send,  ^c
WinMenuSelectItem, ahk_class TBandWindow, , File, StyleMaker, Edit a Style
Send,  ^v
WinClose, ahk_class TStylzDialog
return


I made it close the Style picker but you can remove that line if the style editor ok with it open.
This should work from any style name highlighted anywhere if you remove the second and second last lines.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
Biab-Edit-Style-In-Picker.gif (281.86 KB, 34 downloads)
Last edited by Pipeline; 10/17/20 01:43 PM.