Thank you @anon87010807 and @jimk for your answer
I don’t want to turn Libreoffice into an IDE for python (i use vim).
I would like to optimize the process of creating my father’s quotes. He usually writes the same sentence:
Interior layout large closet.
Small closet interior layout.
Adjustment of the opening strike of the panic bar.
Adjustment of the whole.
Adjustment of the sashes on the frames.
Adjustment of the sashes on the frames.
Adjustment of the shades, setting in wax.
Adjustment of the colors, waxing.
Adjustment of the frame in the dormer window
Adjustment of the frame in the dormer window
This is a 10 lines example but I have a file of about 7000 lines.
The image, which I posted last time, was an example of what I would like to do with LibreOffice.
LibreOffice’s word completion is a bit “poor”. Because I would like to automate sentences, not only words, and I would like to set up an AI that can change some elements of the sentence, like the type of material.
If I understand, a way do it is to use queryInterface
to draw
the sentence at the bottom of the text cursor.
For information, i use LibreOffice 6.4.7.2 on Ubuntu 20.04.
Thank you in advance for your answer !