Hi,
i found out that scite has problems with api-files were bracket not used for params (e.g. css-api from scite-website)
here my settings for css:
api.*.css=\
$(SciteDefaultHome)\api\css.api;
calltip.css.ignorecase=1
autocomplete.css.fillups=:
#autocomplete.php.start.characters=$(chars.alpha)
calltip.css.word.characters=$(chars.alpha)$(chars.numeric)
calltip.css.parameters.start=:
#~ calltip.css.parameters.end=)
#~ calltip.css.parameters.separators=,
#~ calltip.css.end.definition=)

the original api-file has the line content: ...attr(X)
if i let the () then the function-list contains some parts of the "content:"-line. if i replace the brackets with e.g. [] it works well...

hope anyone can tell me my mistake or say thats a bug...

regards Frank
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to