-------- Original-Nachricht -------- Datum: Sun, 25 Feb 2007 11:50:35 +1100 Von: "Neil Hodgson" <[EMAIL PROTECTED]> An: "Discussion of the SciTE editor" <[email protected]> CC: Betreff: Re: [scite] api-files and brackets "()" > The API code first checks for '(' before checking for ':' in the > definition and if found uses the position of the '(' which makes the > check fail yielding no matches. why this > You could try changing the LengthWord > function in scintilla/src/PropSet.cxx to look for the otherSeparator > first but there may be other effects from that change. which effects? why not using only the defined chars and if there no defined using '('? people like me despair on getting the released api-files working...
to mozer: i also have another strange behavior... api.*.lua=\ $(SciteDefaultHome)\api\SciTELua.api; ... calltip.lua.word.characters=._$(chars.alpha)$(chars.numeric) ... you see i want to use also . and _ as word characters for completion/calltips calltips working but if i write e.g.: io. (the list hides after writing the dot), there are also io.flush,io.open, etc. in the list... regards Frank -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
