mozers:
Correct dialog "Find in Files" Line 1226 from SciTEBase.cxx > findWhat = sel; this line must be replaced to > findWhat = EncodeString(sel); otherwise selected text that was automatically inserted in dialogue which has national chars will be deformed.
The Find in Files dialog is not wide character enabled (which is the reason for EncodeString) and this patch does not address that. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
