I think I have got PHP autocomplete working but I can't get it to work for
ASP.

I have the asp.api file in $(SciteDefaultHome) and here is the relevant
lines from my Global.properties file:
------------------------------------------------------------------------------------------------------
asp.default.language=2;

api.*.php=$(SciteDefaultHome)php.api
api.*.phtml=$(SciteDefaultHome)php.api
api.*.php3=$(SciteDefaultHome)php.api
api.*.asp=$(SciteDefaultHome)asp.api

calltip.hypertext.end.definition=)
autocomplete.hypertext.start.characters=_.

autocomplete.php.fillups=$(SciteDefaultHome)\php.api
autocomplete.asp.fillups=$(SciteDefaultHome)\asp.api

autocompleteword.automatic=1
autocomplete.choose.single=0

autocomplete.php.ignorecase=0
autocomplete.php.start.characters=_$(chars.alpha)
calltip.php.ignorecase=1
calltip.php.end.definition=)

autocomplete.asp.ignorecase=0
autocomplete.asp.start.characters=.$(chars.alpha)
calltip.asp.ignorecase=1
calltip.asp.end.definition=)
------------------------------------------------------------------------------------------------------

Thanks,

-- 
View this message in context: 
http://www.nabble.com/ASP-Calltips-%2B-Autocomplete-tf3175057.html#a8808714
Sent from the SciTE mailing list archive at Nabble.com.

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

Reply via email to