| View previous topic :: View next topic |
| Author |
Message |
djk Power Member


Joined: 17 Mar 2003 Posts: 1651 Location: Poland
|
Posted: Tue Feb 15, 2005 4:06 pm Post subject: |
|
|
| Dark One wrote: | | recomendation: add a new field: readme=myreadme.txt and a button on your new dialog which will allow users to see plugin's readme file. perhaps also readmedeu=myreadme.de readmerus=myreadme.ru or a combo box like in Kconfigure. allow html files along with txt... |
Yes, I also think it would be a good solution. Not only to read what the plugin is for but what's more important to read its requirements. In some cases you need to do something before installing it, eg. download and install some additional libraries (eg. MATLAB plugin). If you don't do it you get errors during installation.
In some cases using a plugin can a be a bit complex so it would also be nice to be able to read the instructions how to use it. Of course one can go to plugin folder and then read it manually but why not to make it easier?
Adding version would be also nice cause now it's usually added by authors to description field, but if there are several descriptions (I mean for different languages) he has to copy the version number several times instead of putting it only once. _________________ DJK
Totally addicted to Total Commander
totalcmd.pl
en.totalcmd.pl |
|
| Back to top |
|
 |
Sir_SiLvA Power Member


Joined: 06 May 2003 Posts: 2602
|
Posted: Tue Feb 15, 2005 4:38 pm Post subject: |
|
|
I hope that the plugin-self-installation system will be expanded in future versions.
Reason:
http://www.totalcmd.net/plugring/EventLog.html
great Plugin which is one part FS and the other part Lister
Or is there any way to write a pluginst.inf that will install
both files from one zipfile ? |
|
| Back to top |
|
 |
djk Power Member


Joined: 17 Mar 2003 Posts: 1651 Location: Poland
|
Posted: Tue Feb 15, 2005 4:46 pm Post subject: |
|
|
2Sir_SiLvA
Read this  _________________ DJK
Totally addicted to Total Commander
totalcmd.pl
en.totalcmd.pl |
|
| Back to top |
|
 |
Sir_SiLvA Power Member


Joined: 06 May 2003 Posts: 2602
|
Posted: Tue Feb 15, 2005 4:51 pm Post subject: |
|
|
2djk
Im still hoping  |
|
| Back to top |
|
 |
djk Power Member


Joined: 17 Mar 2003 Posts: 1651 Location: Poland
|
Posted: Thu Feb 08, 2007 7:11 am Post subject: |
|
|
Christian,
You've never put your opinion on these suggestions. As there are more and more plugins (over 450) and many of them need user actions before they can work properly (or even before installation) I think it would be a good solution to add suggested above field. What do you think about? _________________ DJK
Totally addicted to Total Commander
totalcmd.pl
en.totalcmd.pl |
|
| Back to top |
|
 |
majkinetor ! Power Member


Joined: 18 Jan 2006 Posts: 1571
|
|
| Back to top |
|
 |
djk Power Member


Joined: 17 Mar 2003 Posts: 1651 Location: Poland
|
Posted: Fri Feb 09, 2007 12:55 am Post subject: |
|
|
2majkinetor !
Well, I always prefer to get any answer, even the worst - it's always better than none. _________________ DJK
Totally addicted to Total Commander
totalcmd.pl
en.totalcmd.pl |
|
| Back to top |
|
 |
ts4242 Power Member


Joined: 02 Feb 2004 Posts: 1501 Location: Egypt
|
Posted: Tue Apr 10, 2007 1:00 pm Post subject: |
|
|
what about multilines description by supproting \n inside it? _________________ █████ Author of Ultra TC Editors
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ |
|
| Back to top |
|
 |
petermad Power Member


Joined: 05 Feb 2003 Posts: 5351 Location: Valsted, Denmark
|
|
| Back to top |
|
 |
kenchis Junior Member

Joined: 04 Feb 2006 Posts: 53 Location: Berlin
|
Posted: Thu May 24, 2007 12:37 pm Post subject: Is it possible... |
|
|
Is it possible to remove outdated files during a plugin auto-install procedure?
I wants to remove olf fileversions, the newer files have a different name.
For example:
tc-apis-1.5.jar must be removed
and tc-apis-1.6.jar should be installed
Is this possible or should i remove it in my plugin code? _________________ Gruß,
Kenchi |
|
| Back to top |
|
 |
ghisler(Author) Site Admin


Joined: 04 Feb 2003 Posts: 24621 Location: Switzerland
|
Posted: Fri May 25, 2007 3:22 am Post subject: |
|
|
Currently there is no way to remove files. What you can do is place a 0 byte file with that name in your archive. This way, the old file will be overwritten with a 0 byte file, saving the disk space of the old file. Another alternative would be to delete the old file from within your plugin when it is used for the first time. You may also combine the two, and delete the old file only when it is 0 bytes long.
But why change the name anyway? _________________ Author of Total Commander
http://www.ghisler.com |
|
| Back to top |
|
 |
m^2 Power Member


Joined: 12 Jul 2006 Posts: 1414 Location: Poland
|
Posted: Fri May 25, 2007 6:37 am Post subject: |
|
|
| ghisler(Author) wrote: | Currently there is no way to remove files. What you can do is place a 0 byte file with that name in your archive. This way, the old file will be overwritten with a 0 byte file, saving the disk space of the old file. Another alternative would be to delete the old file from within your plugin when it is used for the first time. You may also combine the two, and delete the old file only when it is 0 bytes long.
But why change the name anyway? |
But it will still take one cluster and some screen space, when the folder is being browsed. Not a big deal, but not a nice solution. _________________ Image: http://img201.imageshack.us/img201/2110/pcbsdec7.jpg |
|
| Back to top |
|
 |
Hacker Moderator


Joined: 06 Feb 2003 Posts: 9108 Location: Bratislava, Slovakia
|
Posted: Sat May 26, 2007 9:32 am Post subject: |
|
|
m^2,
| Quote: | | But it will still take one cluster |
Just FYI, it will not.
Roman _________________ Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um. |
|
| Back to top |
|
 |
m^2 Power Member


Joined: 12 Jul 2006 Posts: 1414 Location: Poland
|
Posted: Sat May 26, 2007 9:58 am Post subject: |
|
|
| Hacker wrote: | m^2,
| Quote: | | But it will still take one cluster |
Just FYI, it will not.
Roman |
Sorry, my mistake. It will still some space in files table.
The only better solution I see is writing a helper plugin that will manually do the instalation. _________________ Image: http://img201.imageshack.us/img201/2110/pcbsdec7.jpg |
|
| Back to top |
|
 |
ranmori New Member

Joined: 25 May 2009 Posts: 1
|
Posted: Mon May 25, 2009 9:36 pm Post subject: |
|
|
Thanks for your input everyone! |
|
| Back to top |
|
 |
|