unodit icon indicating copy to clipboard operation
unodit copied to clipboard

unodit automate some of the tedious tasks with dialogs in order to help you write your own extension for LibreOffice in Python (PyUNO)

Results 8 unodit issues
Sort by recently updated
recently updated
newest added

> type: bug > severity: minor > category: documentation > priority: low The modes do make sense, but aren't inherently self-explanatory. Which is why I think it might make sense...

> type: feature request > severity: none > category: packaging > priority: very low I'm tempted to say that unodit should be available per pypi. But of course that might...

> type: feature request > severity: none > category: output > priority: low Add a default action sample for buttons. Perhaps as comment in addition to the "#TODO" note. For...

> type: feature request > severity: none > category: compat > priority: low Support a few more UnoControl model attributes. I'm sure there's a neverending bunch of them, but these...

> type: bug > severity: minor > category: charset > priority: low So most of the scripts in pythonpath/ carry a glyph (`©`), but didn't have any sort of encoding...

This pull request is aimed to make unodit a python package, installable via pip (fix #17). To do so, this PR makes some modifications on the file organization, and import...

I have tried to use `unodit` to create an extension with a test dialog file. After running the following instruction : ```python python unodit.py -m 'sidebar_convert' -d '../lo_ext' -a 'Test_Sidebar'...