@KamilLanda it would be good to publish the extension on a resource like github, to allow contributions (PRs) from anyone interested, not only requests like â@KamilLanda do this and thatâ
Really good idea! But the problem is I nearly absolutely donât know how to work with Github.
@fpy you ran this newAltSearch-adventure, wouldnât you admin the Github&Extension version? Or somebody else who knows how to work with these systems?
sure.
seems it now needs another channel
â https://community.documentfoundation.org/t/collaborative-dev-maintenance-on-altsearch/13005
letâs see
so, letâs go with GitHub - gitxpy/libreoffice-alt-search
I have initialized it with current 1.4.2 from extensions.libreoffice.org,
then merged the changes from @bantoniof 1.4.3b
To minimize the learning curve, you can get the files with a simple download :
then submit changes by dragging your directory back to Upload files · gitxpy/libreoffice-alt-search · GitHub
Feel free to try and ask assistance if needed
PS.
a bit of background of course wouldnât hurt; e.g. Hello World - GitHub Docs
Some improvements In GIthub
I think all the code of the extension must be in a subdirectory.
So in the root directory you can put some utilities like the Readme.md, the update information, the compiled extension and a batch to compress the extension.
(Look at my extension on github) GitHub - Bantoniof/LibreOffice-SanityCheck: ExtensiĂłn para LibreOffice Writer
@fpy marvellous work, thanks for manual with printscreens! But you are too much fast for me in these days . I will try it probably next week, I really want to finish the translation of comments. Module AltSearch is translated that is about 30%.
sure, no hurry.
youâve noticed @bantoniof did already a few translations : 1.4.3b from @bantoniof by gitxpy · Pull Request #4 · gitxpy/libreoffice-alt-search · GitHub
fair.
hope some unit tests at some point;
also, do you know if thereâs a batch upload to extensions.libreoffice.org ?
anyhow, letâs first have @KamilLanda up to speed colfortably, then try to move forward.
- The translations Iâve made was for the localization in Spanis that wasnât update to v1.4.2
- I think that @KamilLanda want to translate the code comments to English, so the code can be more comprensible.
I Donât know, I suspect not it is possible because you must log in the extensions page to publish the extension. (But you can do the extension updatable from Github)
Yes, Now I found where is my confussion.
- The previous license was LGPL
- We changed the license to CCO
- When publissing in Github, GIthub added an Apache v2 license file with name LICENSE (can see in branchs) And in the organization I put this file in the âregistrationâ subdir.
SoâŠ
- In the help the link to the license must be to CCO
- The file /registration/license.txt must contain the real CCO license.
Here is new version
altsearch_150beta1.oxt.RENAMED.ODT (762.8 kB)
The description is in module changes
@fpy or @bantoniof I havenât own internet so I must periodically âtravelâ to my neighbourghâs wifi and do the operations only with touchpad, that really isnât comfortable for more Drag&Drop operations. So please could you also take from @htietze the administration of Libre Extension site? Thanks.
Hellow @KamilLanda, Thanks a lot for your translation work
Testing the 150beta I found a bug:
Searching for char Style âDestacadoâ in Spanish localized version ( Realname = Emphasis)
I get the incorrect property value error in line 2842 (Function getRealStyleName)
(The 143beta version was ok )
Windows 10, L.O. 25.2.3.2
Ok fixed, 150beta1 up
I have replaced the function getRealStyleName with the old function (143b) and the search is ok.
But now, the Replace with another Char Style causes the not established object variable error
(in the same line)
- May be different forms of call to function in search / replace?
In 143 the function getRealStyleName(âŠ) had 1st parameter the object but in 150 is 1st parameter string!
It was easier to change the parameter to string than create new variable with next object in other calling that was with \A in Replace and not only \C.
But I forgot to change it in all occurences of getRealStyleName in 150.
But the uploaded 150beta1 is functional for me:
I had not realized that you had edited the message and uploaded the new version. (beta1).
-
Tested and is Ok .
-
Thank you very much You are very efficient and fast
ok. so, catching up with commits, the first was HUGE !!
150beta1 is more reasonable / readable
@fpy please will you also take over the administration of Extension site AltSearch » Libreoffice Extensions ?