PluginWindow under RTF control

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
dott
Senior Member
Senior Member
Posts: 285
Joined: 2007-03-04, 00:58 UTC
Location: La Plata, Argentina

PluginWindow under RTF control

Post by *dott »

I happen to me with SciLister plugin and RTF files,


F3 on RTF file, Options -> 4 "Image/Multimedia" or 4 key in lister window, then widen lister window; under the RTF control appear a second windows with Scilister content.
ScreenShot

Not sure about the culprit totalcmd or Scilister
User avatar
Sombra
Power Member
Power Member
Posts: 811
Joined: 2005-12-27, 22:23 UTC
Location: Zaragoza, Spain

Post by *Sombra »

Seemingly Scilister.
Meanwhile you can edit the string detection for such plugin. I use this: detect=EXT!="RTF" for office.wlx and others for use the built-in RTF viewer in TC.
I can read English, but... I write like Tarzan. (sorry)
User avatar
dott
Senior Member
Senior Member
Posts: 285
Joined: 2007-03-04, 00:58 UTC
Location: La Plata, Argentina

Post by *dott »

2Sombra
yes, that solve the problem thanks

Edit:

Sadly I can not combine this detect string with my own one, which is:

Code: Select all

detect="FORCE | ( ext="LPI"| ext="LPR"| ext="VBS"| ext="CS"| ext="RES" | ext="AHK" | ext="MNU"| ext="PS1"| ext="PAS"| ext="BAT"| ext="CFG"| ext="PROPERTIES"| ext="LNG"| ext="SRT"| ext="INC"| ext="INI"| ext="INF"| ext="REG"| ext="C"| ext="CPP" | ext="CXX" | ext="H" | ext="PY" | ext="PL" | ext="HTM" | ext="HTML" | ext="XML" | ext="ASP" | ext="PHP")"
I try:
-

Code: Select all

detect="FORCE | ( ext!="RTF"| ext="LPI"| ext="LPR"| ext="VBS"| ext="CS"| ext="RES" | ext="AHK" | ext="MNU"| ext="PS1"| ext="PAS"| ext="BAT"| ext="CFG"| ext="PROPERTIES"| ext="LNG"| ext="SRT"| ext="INC"| ext="INI"| ext="INF"| ext="REG"| ext="C"| ext="CPP" | ext="CXX" | ext="H" | ext="PY" | ext="PL" | ext="HTM" | ext="HTML" | ext="XML" | ext="ASP" | ext="PHP")"
RTF is not excluded, scilister is call always (txt, exe, dll, .....etc) and no only with given extensions.


--

Code: Select all

detect="ext!="RTF"| ext="LPI"| ext="LPR"| ext="VBS"| ext="CS"| ext="RES" | ext="AHK" | ext="MNU"| ext="PS1"| ext="PAS"| ext="BAT"| ext="CFG"| ext="PROPERTIES"| ext="LNG"| ext="SRT"| ext="INC"| ext="INI"| ext="INF"| ext="REG"| ext="C"| ext="CPP" | ext="CXX" | ext="H" | ext="PY" | ext="PL" | ext="HTM" | ext="HTML" | ext="XML" | ext="ASP" | ext="PHP""
RTF is excluded but scilister is call always (txt, exe, dll, .....etc) and no only with given extensions.
User avatar
Sombra
Power Member
Power Member
Posts: 811
Joined: 2005-12-27, 22:23 UTC
Location: Zaragoza, Spain

Post by *Sombra »

Hi,

Hmmm... Here works fine with the next strings detections (tested with Scintilla.DLL 1.74 & SciLister.wlx 0.1.1):

Code: Select all

X=%COMMANDER_PATH%\Plugins\wlx\SciTE\SciLister.wlx
X_detect="ext="LPI"| ext="LPR"| ext="VBS"| ext="CS"| ext="RES" | ext="AHK" | ext="MNU"| ext="PS1"| ext="PAS"| ext="BAT"| ext="CFG"| ext="PROPERTIES"| ext="LNG"| ext="SRT"| ext="INC"| ext="INI"| ext="INF"| ext="REG"| ext="C"| ext="CPP" | ext="CXX" | ext="H" | ext="PY" | ext="PL" | ext="HTM" | ext="HTML" | ext="XML" | ext="ASP" | ext="PHP""
No open .exe, .dll, .rtf, etc. but open defined extensions. Anyway, check if there is a duplicate detection string like X_detect="SIZE < 524288 | FORCE"
I can read English, but... I write like Tarzan. (sorry)
User avatar
dott
Senior Member
Senior Member
Posts: 285
Joined: 2007-03-04, 00:58 UTC
Location: La Plata, Argentina

Post by *dott »

Yes, this work. Is simpler and better than my approach since scilister is no call on 4 key with others files types.

Thank you Sombra

Ps: I'm still wondering about the matter of "a plugin" and "rtf control" working at same time in lister.
User avatar
petermad
Power Member
Power Member
Posts: 14807
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

As this seems to be the same bug as http://www.ghisler.ch/board/viewtopic.php?p=153549#153549 - it seems to be fixed in TC 7.04
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Thanks!
Author of Total Commander
https://www.ghisler.com
Post Reply