Page 1 of 1

[Req] Improvement of plugin installer descriptions

Posted: 2007-02-25, 11:23 UTC
by petermad
Right now the description sting in the pluginst.inf in plugin archives can only be 256 characters long and the use of linebreaks is not supported.

It would be nice if the string could at least be the double length and if linebreaks in the form of "\n" could be supported - maybe also tabs in the form of "\t" s.

Posted: 2007-02-25, 16:12 UTC
by ghisler(Author)
Sorry, I prefer not to increase it, because then these plugins would cause problems with older versions of TC. But maybe I will add an About or Readme button, so the plugin could specify a readme file for the installation...

Posted: 2007-02-25, 17:20 UTC
by petermad
Well, if I do make a description string that is longer than 256 chars, and if I do use \n in that string, currently the only thing that happens is that only the first 256 chars are shown and \n is just show as it is - so that would also be what happens with older versions of TC - and it would be up to the plugin writer to decide whether he/she can accept that or not. Nothing will malfunction.

Posted: 2007-04-10, 20:44 UTC
by ts4242
ghisler(Author) wrote:Sorry, I prefer not to increase it, because then these plugins would cause problems with older versions of TC.
what about providing new key for multiline description e.g MLDescription, and gives this new key hight periorty. This will not affects older TC versions