Bill Donnelly: > I would like to know whose idea it was to make the text split work as > a pixel width instead of a character text width/column width.
Mine. > So SciTE really needs to be modified to take either one as a parameter, > with an additional parameter to choose the mode, so that it can be better > used for plain text splits. You can calculate text widths in a particular style like: print(editor:TextWidth(0, "n") * 70) Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
