Whenever I crank up Ulipad, I know it installs an InputAssistant that uses an ACP file.
The ACP file is in $ULIPAD/conf/$language.acp. So, if I have opened a python file, ulipad automagically installs the $ULIPAD/conf/python.acp file. python.acp has these "sub" acp's: [include] 1=django_py.acp 2=epydoc.acp This means I have access to the django and epydoc ACP's while editing python files. That's great. What I need is to have mako templates have automatic access to these "sub" acp's: [include] 1=jquery.acp 2=js.acp That is, I want to have calltip hints for jquery and javascript while editing mako templates. I find that I need this applied to other files also. For instance, i'd like to have jquery calltips occur when editing *any* js file. So, is there an easy way to have Ulipad *AUTOMATICALLY* use additional acp's when a specific one is loaded *WITHOUT* modifying the original ACP? Or asked another way -- When I open mako templates, how can I make Ulipad automatically use js and jquery ACP files? I'm pretty sure I could hack something into Ulipad, but I wanted to make sure this functionality was not already available. Yes, I am aware that I can select: Document -> Apply Autocompleted Files, but that is a manual process. Thanks! jw
