GSoC weekly update : Add Support for Python in LOEclipse Plugin - Shobhan Mandal

2018-05-24 Thread Shobhan Mandal
Hello Everyone, The update till date includes the following things that I have worked on: 1. Create a separate module for putting in the various classes of Python which will be needed for the creation of Project and Exporting it. 2. Made the necessary code changes so that we can create a new Pytho

Re: GSoC weekly update : Add Support for Python in LOEclipse Plugin - Shobhan Mandal

2018-08-30 Thread Christian Lohmaier
Hi *, On Mon, Aug 6, 2018 at 7:06 PM Shobhan Mandal wrote: > > The following git commit is one of the last commits made during the GSOC'18 > period. It includes some of the changes mainly removing some of the redundant > code. Also it includes changes in the help section, where new content > re

Re: GSoC weekly update : Add Support for Python in LOEclipse Plugin - Shobhan Mandal

2018-08-06 Thread Shobhan Mandal
Hello Everyone, The following git commit is one of the last commits made during the GSOC'18 period. It includes some of the changes mainly removing some of the redundant code. Also it includes changes in the help section, where new content regarding creating, running and debugging of Extension Pro

Re: GSoC weekly update : Add Support for Python in LOEclipse Plugin - Shobhan Mandal

2018-07-09 Thread Shobhan Mandal
Hello Everyone, The Debug options has been enabled for the Python Extensions and it takes the support of the PyDev plugin. Also an additional issue has been looked into wherein if there are spaces in the name of the projects then there were errors in the LibreOffice Extension Projects created. h

Re: GSoC weekly update : Add Support for Python in LOEclipse Plugin - Shobhan Mandal

2018-07-13 Thread Shobhan Mandal
Hello Everyone, In this git commit, I have enabled the idl file creation which ultimately leads to the creation of the "types.rdb" file which provides specific type of interface to LibreOffice. https://github.com/LibreOffice/loeclipse/pull/68/commits/37cd0ed7b935abfde402d2468fea290f982d2b7f It w

Re: GSoC weekly update : Add Support for Python in LOEclipse Plugin - Shobhan Mandal

2018-07-21 Thread Shobhan Mandal
Hello Everyone, In this git commit, the Interface and the Services page which come in the New Extension Project also show up when the language selected is Python. Also certain redundant code which are not required in the Python module have been removed. https://github.com/LibreOffice/loeclipse/pul

Re: GSoC weekly update : Add Support for Python in LOEclipse Plugin - Shobhan Mandal

2018-06-02 Thread Shobhan Mandal
Hello Everyone, The update till date includes the following : 1. My mentor (Samuel Mehrbrodt) pointed out the codes that are redundant in the Push request earlier, therefore will be working on removing them, before we can merge it with the original code. https://github.com/LibreOffice/loeclipse/pu

Re: GSoC weekly update : Add Support for Python in LOEclipse Plugin - Shobhan Mandal

2018-06-08 Thread Shobhan Mandal
Hello Everyone, This week worked on the changes mentioned by Samuel pointed out earlier, and made a push which can be seen in: https://github.com/shobhanmandal/loeclipse/commit/fbd5b5a87a475bfd2b508f8c9c0bf6239680017c#diff-a8a37f3011f274b0a8ce84af5dd6afb5 The work that remains currently are:- 1.

Re: GSoC weekly update : Add Support for Python in LOEclipse Plugin - Shobhan Mandal

2018-06-16 Thread Shobhan Mandal
Hello Everyone, This week the remaining changes which were due from last week was completed: https://github.com/LibreOffice/loeclipse/pull/68/commits/a7075692ae0808510a9b6bd295a4559ac01a2804 Now I will be looking into running the Extension Project (Python) directly as a LibreOffice Extension and

Re: GSoC weekly update : Add Support for Python in LOEclipse Plugin - Shobhan Mandal

2018-06-29 Thread Shobhan Mandal
Hello Everyone, The changes that have been made in the last two weeks are:- 1. https://github.com/LibreOffice/loeclipse/pull/68/commits/d01603d28c7cac11b1e20c8fcd63aeb29bc7a802 This allows the users to run the 'Extension Project' created using Python directly using Right Click -> Run As ->