loeclipse icon indicating copy to clipboard operation
loeclipse copied to clipboard

LibreOffice Eclipse plugin for extension development

Results 24 loeclipse issues
Sort by recently updated
recently updated
newest added

I've been dealing with this problem for years and i'm fed up. Whenever you select a column and apply some sort of format (god forbid you try to do it...

Hello. My plugin running from Eclipse with LOEclipse properly. But it don't work when installed to LibreOffice, Sorry but I just can say just above now. Please tell me how...

Built-in help should focus on the LOEclipse user, not on developers wanting to work on LOEclipse itself. - Remove Developer manual. Important parts should be copied to the README, or...

cleanup
easy hack

In attempting to use LOEclipse on Fedora Linux, LOEclipse fails to generate skeleton code of an extension. The Eclipse log includes an error indicating that `types.rdb` does not exist in...

On the project made by LOEclipse, it is output to console in Windows default encode(MS932), even if set utf-8 on eclipse. On other java project, it is output in UTF-8.

When adding license information to description.xml (registration/simple-license), it is removed when the file is saved with the description.xml editor.

See https://wiki.documentfoundation.org/Development/Extension_Development#Compatibility_notes for details

For a reason unknown to me, an extension developed on the Starter project provided by LOEclipse returns an exception _java.lang.reflect.InvocationTargetException_ when I try to enable it in LibreOffice after running....

``` Bundle: org.eclipse.ui 3.109.0.v20170411-1742 Message: Unhandled event loop exception Exception: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4533) at org.eclipse.swt.SWT.error(SWT.java:4448) at org.eclipse.swt.SWT.error(SWT.java:4419) at org.eclipse.swt.widgets.Widget.error(Widget.java:487) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:424) at org.eclipse.swt.widgets.Combo.removeAll(Combo.java:1768) at org.libreoffice.ide.eclipse.core.gui.rows.ChoiceRow.removeAll(null:-1) at org.libreoffice.ide.eclipse.core.gui.rows.AbstractConfigRow.fillRow(null:-1)...

bug
easy hack

Thanks for making LOEclipse! Here is something that tricked me more than a few times: When using my Python extension with LOEclipse, debugging (understandably) happens in some file under `dist/.ooo-debug`...