This week I:
- resolved previous issued & pushed my changes for getValue2 and mutex commits
- wrote macro tests on word to test for the .Find object
- tests didn’t work on writer, new find objects were being created and destroyed each time .Find was called losing the properties.
^^ (filed a bug report for this) - https://bugs.documentfoundation.org/show_bug.cgi?id=149775
- tried anchoring the find object to the selection which also was continually created and destroyed
- made this a global like in word, now some tests work
- https://gerrit.libreoffice.org/c/core/+/136630
- set up a better editor - gedit to vscode
- started looking at XParagraphFormat and writing macro tests for this exploring some methods and starting to try and add them to LibreOffice
Next week I want to set up more automated tests for writer vba and make sure they pass