XPIInfo - combined plugin to get info about xpi-files
Moderators: Hacker, petermad, Stefan2, white
-
- Senior Member
- Posts: 350
- Joined: 2005-08-13, 15:13 UTC
- Location: Berlin, Germany
- Contact:
Thanks that works right nowSeLarin wrote:Just treat XPIInfo.wdx as WLX and it will work.I have some reasons to include both parts (Lister+Content) in one file...

I have to edit the xpiinfo.ini to use the French in the lister (with Template=Text_fr.tmpl). That must be done TC stopped to be taken in account.

I miss always somethings :
- I know how to use the Tooltips (see a previous entry); it is in French if I use French data in the TC configuration.
- I know how to use with Lister in French (see on top) with the tmpl French file created under Templates declared in xpiinfo.ini file.
- But, when is it used the lng file created under Languages ?
- When are used the data from Fra section created in XPIInfo.lng file ?
- When is it used the Templates\bbCode_XX.tmpl files ?
Sorry if all that is already documented inside the Russian help file.
Regards

#22273 Personal licence
1. One can change Language or template from the popup menu (right-click in Lister window).
Image: http://slsoft.narod.ru/temp/tmpl.png
Image: http://slsoft.narod.ru/temp/lng.png
2. fra section from XPIInfo.lng is used by TC when it shows field names.
Image: http://slsoft.narod.ru/temp/tmpl.png
Image: http://slsoft.narod.ru/temp/lng.png
2. fra section from XPIInfo.lng is used by TC when it shows field names.
Thanks for the explanation. I understand now.
We have problems with special French characters (in UTF-8), they are bad displayed in the contextual menu.
Should I create a new French.lng file without these characters or will you correct your plugin ?
There is also the problem in the Lister for the {languages}. I have also translated them (also in French.lng) and now several of them contains these type of characters.
I have not understood what are the functions of :
- Auto Save (Save Automatically..., Save Errors, Append to File)
- RexExp for Translator... (Input regular expression to determine extension's translator). I have tried but haven't seen what is the effect
- Where is written "XPIInfo Options"
Regards

We have problems with special French characters (in UTF-8), they are bad displayed in the contextual menu.

Should I create a new French.lng file without these characters or will you correct your plugin ?

There is also the problem in the Lister for the {languages}. I have also translated them (also in French.lng) and now several of them contains these type of characters.
I have not understood what are the functions of :
- Auto Save (Save Automatically..., Save Errors, Append to File)
- RexExp for Translator... (Input regular expression to determine extension's translator). I have tried but haven't seen what is the effect
- Where is written "XPIInfo Options"
Regards

#22273 Personal licence
-
- Senior Member
- Posts: 350
- Joined: 2005-08-13, 15:13 UTC
- Location: Berlin, Germany
- Contact:
2menet,
RexExp for Translator
Does this work, if you insert this into xpiinfo.ini and uncomment the other TranslatorRE lines?
TranslatorRE=\b(fr-FR|(?i)(french|fran))
2SeLarin,
revised the german templates to give a better overview:
http://www.famlehm.de/deleteme/tychobarfy/files/XPIInfo_1.1_de.zip
RexExp for Translator
Does this work, if you insert this into xpiinfo.ini and uncomment the other TranslatorRE lines?
TranslatorRE=\b(fr-FR|(?i)(french|fran))
2SeLarin,
revised the german templates to give a better overview:
http://www.famlehm.de/deleteme/tychobarfy/files/XPIInfo_1.1_de.zip
2TychoBarfy,
I have already updated the xpiinfo.ini file to add a line like you propose : TranslatorRE=\b(fr-FR|(?i)(french|fran)), and commented the previous one.
Then if I click on RexExp for Translator, it propose to me in answer "\b(fr-FR|(?i)(french|fran))" but after doing OK, what is the effect ?
In your ZIP file you use also special characters in German.lng : ä, Ü, ü, ö, ß, á, å ... But your file is not in UTF-8 format (with or without BOM). Do these characters are well shown with the plugin ?
Regards
I have already updated the xpiinfo.ini file to add a line like you propose : TranslatorRE=\b(fr-FR|(?i)(french|fran)), and commented the previous one.

Then if I click on RexExp for Translator, it propose to me in answer "\b(fr-FR|(?i)(french|fran))" but after doing OK, what is the effect ?
In your ZIP file you use also special characters in German.lng : ä, Ü, ü, ö, ß, á, å ... But your file is not in UTF-8 format (with or without BOM). Do these characters are well shown with the plugin ?

Regards

#22273 Personal licence
-
- Senior Member
- Posts: 350
- Joined: 2005-08-13, 15:13 UTC
- Location: Berlin, Germany
- Contact:
This in your case shows, if there is a french locale in the xpi, the name of the french translator, if not, "Unknown" will be displayed.menet wrote:2TychoBarfy,
---
Then if I click on RexExp for Translator, it propose to me in answer "\b(fr-FR|(?i)(french|fran))" but after doing OK, what is the effect ?
...
Yes, these chatacters are shown as they should.In your ZIP file you use also special characters in German.lng : ä, Ü, ü, ö, ß, á, å ... But your file is not in UTF-8 format (with or without BOM). Do these characters are well shown with the plugin ?![]()
2menet
My plugin is not Unicode-compatible and it can't show any Unicode (or UTF-8 ) characters. One should create translations and templates using ASCII characters only. "Special" national characters will be shown correctly if appropriate locale is chosen on user system.
TranslatorRE is used when plugin tries to determine a translator of an extension.
AutoSave is a feature that allow to save data about extensions into the specified file when viewing it in Lister or in QuickView. When "Append To File" is switched on data will be collected in the file. Try to play with this options.
2TychoBarfy
Thanks! I'll update this files in future version.
My plugin is not Unicode-compatible and it can't show any Unicode (or UTF-8 ) characters. One should create translations and templates using ASCII characters only. "Special" national characters will be shown correctly if appropriate locale is chosen on user system.
TranslatorRE is used when plugin tries to determine a translator of an extension.
AutoSave is a feature that allow to save data about extensions into the specified file when viewing it in Lister or in QuickView. When "Append To File" is switched on data will be collected in the file. Try to play with this options.

2TychoBarfy
Thanks! I'll update this files in future version.
Thanks for your reply.
I have recreated the French files in BabelZilla :Click here to download the ZIP file
The BabelZilla answer
Note that I have re-uploaded the file 2 times because I had miss one bad character.
What does the "Save Errors" check ?
What type of errors is it ?
I believe it will be my last requests...
Regards
I have recreated the French files in BabelZilla :Click here to download the ZIP file
The BabelZilla answer

Note that I have re-uploaded the file 2 times because I had miss one bad character.

What does the "Save Errors" check ?
What type of errors is it ?
I believe it will be my last requests...

Regards

#22273 Personal licence
New version 1.1c with updated locales have been realesed. French and Dutch translations have been added. The plugin can be downloaded from the page on totalcmd.net
Hi,
Using XPIInfo 1.1c and TC 7.02a, I have an Error being with the mouse on one particular XPI file :
The Web page of this Text Link extension from SHIMODA Hiroshi is HERE
Can you investigate about this problem ?
I haven't this problem with previous versions of Text Link and others extensions for Firefox.
Best regards
Using XPIInfo 1.1c and TC 7.02a, I have an Error being with the mouse on one particular XPI file :
You can find this XPI of Text Link for this new 1.3.2007102201 version on the following page : Choose the "Non-secure Download" linkError wrote:Crash in plugin XPIInfo.wdx:
External exception EEDFADE
The choice "OK" or "Cancel" buttons gives a close of TC
The Web page of this Text Link extension from SHIMODA Hiroshi is HERE
Can you investigate about this problem ?
I haven't this problem with previous versions of Text Link and others extensions for Firefox.

Best regards

#22273 Personal licence
Hello!!!
Thank you for report. I didn't get any error with this extension but I have slightly different version of the XPIInfo installed. I know that in some cases XPIInfo may cause exceptions but they are not reproducible. So I can't found an immediate cause of these errors.
In addition I have no access to my computer at present. So I'll be able to correct some errors and present new version (new version is practically ready to be presented) of the plugin only in 2008.
Thank you for report. I didn't get any error with this extension but I have slightly different version of the XPIInfo installed. I know that in some cases XPIInfo may cause exceptions but they are not reproducible. So I can't found an immediate cause of these errors.
In addition I have no access to my computer at present. So I'll be able to correct some errors and present new version (new version is practically ready to be presented) of the plugin only in 2008.