Which is the fastest syntax highlighting lister plugin?
Moderators: Hacker, petermad, Stefan2, white
Which is the fastest syntax highlighting lister plugin?
Hello Everybody,
can you guide me, which is the fastest syntax highlighting lister plugin? I've tried few but they were user unfriendly and delayed the process of opening lister window by few seconds. I like when the lister appears instantly.
Thanks a lot!
Aleq
can you guide me, which is the fastest syntax highlighting lister plugin? I've tried few but they were user unfriendly and delayed the process of opening lister window by few seconds. I like when the lister appears instantly.
Thanks a lot!
Aleq
For me ScintillaLister, anyway, I have made a wild test of some Highlight plugins
note: my machine is not yours, I use winVista, a hand Stopwatch is not the best tool for this task
note: my machine is not yours, I use winVista, a hand Stopwatch is not the best tool for this task

Code: Select all
.cpp file 30 Kb
hpg_ed ~00,400 sec
ScintillaLister ~00,400 sec
SynPlus ~00,500 sec
HighLight ~00,500 sec
SynMinus ~01,000 sec
GSALister ~01,700 sec
.cpp file 5,2 Mb
ScintillaLister ~00,700 sec
SynPlus ~01,200 sec
GSALister ~12,000 sec
SynMinus ~50,000 sec
hpg_ed ∞
HighLight ∞
I usually use Igor Pavlov's timer to measure execution times. In this case you would probably have to create a (ahk?) script that sends cm_List to TC, waits for lister window to show and quits.dott wrote:For me ScintillaLister, anyway, I have made a wild test of some Highlight plugins
note: my machine is not yours, I use winVista, a hand Stopwatch is not the best tool for this task
Code: Select all
.cpp file 30 Kb hpg_ed ~00,400 sec ScintillaLister ~00,400 sec SynPlus ~00,500 sec HighLight ~00,500 sec SynMinus ~01,000 sec GSALister ~01,700 sec .cpp file 5,2 Mb ScintillaLister ~00,700 sec SynPlus ~01,200 sec GSALister ~12,000 sec SynMinus ~50,000 sec hpg_ed ∞ HighLight ∞
ADDED: ScintillaLister crashes here

Hi m^2,
I found the same problem with the current last version (1.76). Here it works fine for me with version 1.74. where you can download it from the official page.ScintillaLister crashes here Confused Maybe it's not compatible with the latest Scintilla? Could anyone share a working one?
I can read English, but... I write like Tarzan. (sorry)