New Excel plugin available for 64-bit TC
Moderators: Hacker, petermad, Stefan2, white
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
Just what I also asked for here: http://ghisler.ch/board/viewtopic.php?p=262062#262062 - so I fully support tis suggestion.Something else I noticed is that RedCell.ini is always put into TC main folder. Would it be possible to leave it in its own folder (like TC8\Plugins\wlx\redcell\redcell.ini)?
If Redcell only uses redcell.ini from own folder, if it is already present (because the user put it there), then there should not be any problems with write permissions.Yes, I's possible. But plugin uses variable, that gives TC. Using plugin directory can make error, when plugin directory isn't writable.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
Thanks 

License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Hi,
useful plugin, may I suggest one change:
Instead of:
consider using:
useful plugin, may I suggest one change:
Instead of:
Code: Select all
detect="EXT="XLS" | EXT="XLSX""
Code: Select all
detect="EXT="XLS" | EXT="XLSX" | EXT="XLSM""
Ambiguity succeeds where honesty dares not venture.
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
Oh, I forgotfrenky wrote: consider using:Code: Select all
detect="EXT="XLS" | EXT="XLSX" | EXT="XLSM""
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
I think, no. This file is needed for new users, but when update, TC unpacks all files in archive. Maybe NTFS rights or file attrs can help. Other way, i think, if plugin package includes config.sample file instead of ini. But then I have to explain it to the uses..EricB wrote: Is there any way to prevent this (other than by making the existing config.ini read-only)?
I tested by making config.ini read-only and this works, but it is less than ideal. The idea of providing a config.ini.sample in the archive is good, it will never overwrite existing config.ini. The comment inside the sample ini is self-explanatory, and a remark in the readme should be enough for users to know what to do with this sample ini.alexanderwdark wrote: I think, no. This file is needed for new users, but when update, TC unpacks all files in archive. Maybe NTFS rights or file attrs can help. Other way, i think, if plugin package includes config.sample file instead of ini. But then I have to explain it to the uses..
Regards, EricB
-
- Junior Member
- Posts: 13
- Joined: 2003-11-13, 23:51 UTC
- Location: Serbia
Still nothing (22.03.2013).alexanderwdark wrote:Oh, I forgotfrenky wrote: consider using:Code: Select all
detect="EXT="XLS" | EXT="XLSX" | EXT="XLSM""
I add it manually and it works. Still will be fine if plugin add detect string itself.
BTW, any chance to add 2007+ formats to RedDoc?
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
-
- Junior Member
- Posts: 13
- Joined: 2003-11-13, 23:51 UTC
- Location: Serbia
I understand, I make for living writing VBA for Office, I only hoped that used library have support for newer formats , just like your Excel plugin have.alexanderwdark wrote:It's binary parser, based on compound storage analyze. New docx is too different, and docx viewers already exists (based on xml + transforms).Any chance to add 2007+ formats to RedDoc?
I'm still in search for good lightweight plugin for docx

- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact: