I'm using version 10.2 (10.2.0.121) of RapidPHP and I was wondering if there is a support for multi-line auto-replace. Also, is there a provision for where to put the cursor after replacement? I'm currently using EditPlus and I have setup my autocomplete file like this:
Code: Select all
#T=redir
header("Cache-Control: no-cache");
header("Expires: -1");
header("Location: ^!");
exit;
#T=other
I am trying to migrate my current file for use into RapidPHP but am unable to so far. Other than that, I am really loving this new program. I am impressed on how fast it is, but I really need to get this Autoreplace to work as it saves me so much time.. so any help will be appreciated

Many Thanks,
San