Re: Help in Libreoffice extension development

2018-03-06 Thread toki
On 03/06/2018 03:26 PM, Samuel Mehrbrodt wrote: >This page indicates there already exists a spell checker and even grammar checker for Tamil If you mean the Tamil spell checker that allegedly resides at https://extensions.libreoffice.org/extensions/tamil-spellchecker there is no stable release.

Re: Help in Libreoffice extension development

2018-03-06 Thread Pattabhi RK
Dear Samuel, We read through Libreoffice documentation. My understanding of the extension creation is as follows, We have create UNO component and call our required function in that component. To create the UNO component, First we have create IDL file, from IDL file we have to create URD file.

Re: Help in Libreoffice extension development

2018-03-06 Thread Samuel Mehrbrodt
Hi Pattabhi, well I can't create the extension for you. You need to get a basic understanding how LibreOffice extensions work if you want to do that work. But why do you want to create an extension for that? If you want spell checking in Tamil, you can just provide a dictionary file. You can

Re: Help in Libreoffice extension development

2018-03-06 Thread Pattabhi RK
Dear Samuel, Sorry to disturb you with my silly problems. I am new to this libreoffice development. I went through the sample codes provided by you. I could not understand where these codes have to be used or put into the starter-extension project so that it can be customised for spellchecking

Re: Help in Libreoffice extension development

2018-03-06 Thread Samuel Mehrbrodt
Hi Pattabhi, I gave you some resources yesterday. Did you look at those? What did you try and where exactly are you stuck? Regards Samuel Am 06.03.2018 um 15:10 schrieb Pattabhi RK: Dear Samuel,   Thank you very much for kind reply. Actually we are not knowing how to customize your

Re: Help in Libreoffice extension development

2018-03-06 Thread Pattabhi RK
Hi, Thanks for the immediate response. As suggested by you I have ignored the type selector wizard. But while run the project using Run Configuration > LibreOffice Application I am getting the following error message: "Unhandled event loop exception" in the plugin: org.eclipse.ui The full

Re: Help in Libreoffice extension development

2018-03-06 Thread Stephan Bergmann
On 06.03.2018 14:12, Pattabhi RK wrote:   We are trying to develop a libreoffice extension for spellchecker. And to start with we have tried to develop HelloWorld extension as given in the link. https://wiki.openoffice.org/wiki/JavaEclipseTuto Sorry, I have no idea about using Eclipse for

Re: Help in Libreoffice extension development

2018-03-06 Thread Samuel Mehrbrodt
Hi Pattabhi, this is a known bug in LOEclipse: https://github.com/LibreOffice/loeclipse/issues/22 You have two options: * Ignore the type selector (you can use the wizard just fine without it) * Fix the bug Regards Samuel Am 06.03.2018 um 14:12 schrieb Pattabhi RK: Hi,   We are trying

Help in Libreoffice extension development

2018-03-06 Thread Pattabhi RK
Hi, We are trying to develop a libreoffice extension for spellchecker. And to start with we have tried to develop HelloWorld extension as given in the link. https://wiki.openoffice.org/wiki/JavaEclipseTuto We are not able to load UNO types selector and we have got the following error: