Jeremy Evans:
When running SciTE 1.71 on OpenBSD 3.9/amd64, any time I try to open a file (via command line or menu), it freezes in an infinite loop in *LexerModule::Find(int language).
This shouldn't be possible. Are you using external lexers, that is lexers in shared libraries? The original design for creating the list of lexers relied upon load time set up by way of static objects but that was changed to use an explicit list. Maybe there is some otherwise dead code being activated by an unusual build setup. Neil _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
