PluginWindow under RTF control
Moderators: Hacker, petermad, Stefan2, white
PluginWindow under RTF control
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
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
2Sombra
yes, that solve the problem thanks
Edit:
Sadly I can not combine this detect string with my own one, which is:
I try:
-
RTF is not excluded, scilister is call always (txt, exe, dll, .....etc) and no only with given extensions.
--
RTF is excluded but scilister is call always (txt, exe, dll, .....etc) and no only with given extensions.
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")"
-
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")"
--
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""
Hi,
Hmmm... Here works fine with the next strings detections (tested with Scintilla.DLL 1.74 & SciLister.wlx 0.1.1):
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"
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""
I can read English, but... I write like Tarzan. (sorry)
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.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
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact: