You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LO files are zipped folders with a renamed extension. Extract them to a directory, change files as required then zip them again with the required extension
Expose functions for development by uncommenting the corresponding entry in ../META_INF/manifest.xml
Use the apso extension to edit the macro and display a console
After the macro is changed the script has to be reloaded by closing and opening the document
Script LibreOffice remotely via a socket to save reloading lo after each code change
Tip: Indicate development version in gui by editing description.xml version value to add !
How to enable debug console logging?
How to inject temporary options for development without changing dialog?
The text was updated successfully, but these errors were encountered:
Go to Tools -> Options -> Advanced -> Open Expert Configuration. Search for ooo.ext.code-highlighter.Registry -> Settings and change the value of LogLevel to 1 (INFO) or 2 (DEBUG).
If you want the log to be saved in a file, set LogToFile to 1: the log will be outputted to the user's LibreOffice profile with the name codehighlighter.log.
Can the wiki be enabled for developer notes?
Quick and Dirty Development Environment
!
The text was updated successfully, but these errors were encountered: