Customizing Behaviour of Rapid PHP 2008?

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
Eri
Posts: 1
Joined: Wed Jun 17, 2009 6:00 am

Customizing Behaviour of Rapid PHP 2008?

Post by Eri »

I am a die-hard Notepad user considering a conversion to Rapid PHP 2008--I really love most of the features, but others are incredibly annoying and I am hoping there is a way to turn them off.

When asked, I maintain that I use Notepad because it is faster than any GUI editor I've ever tried. Rapid PHP seems to have just enough "extras" above Notepad that it will do just what its name says--make things faster--without interfering with the speed of straight coding. But as I have been using it I've run into the following annoyances and wonder if there is a way to turn them off.

1) I can't seem to backspace from the first character of one line to the last character of the previous line. I do this a LOT. Is it possible to enable this? Sometimes it seems to work and others it doesn't.

2) I often want to click at the end of a line. In Notepad I can do this by placing my mouse anywhere on the line after the last character and the cursor automatically appears after the last character. In Rapid PHP the cursor appears wherever I click, resulting in having to spend extra time either perfectly lining up the mouse pointer or arrowing back to the correct location. I use a laptop with a touchpad frequently and lining up the cursor perfectly is time consuming. Is there a way to turn off the extra space at the end of the lines?

3) When creating tables (I produce a lot of scripts that use extensive tabular data) I like the automatic insertion of the closing tags, but it would be great to be able easily place them in the correct location (format-wise) when placing a table cell between tr tags. I find that I have to arrow over the closing tags and format them manually, which adds, rather than saves, time over just typing in the tags manually. Is there any way to adjust this?

Thanks for any tips!

--Eri
User avatar
MikeyB
Top Contributor
Posts: 511
Joined: Fri Jun 09, 2006 10:38 am
Location: UK
Contact:

Re: Customizing Behaviour of Rapid PHP 2008?

Post by MikeyB »

Hi Eri,

I use WeBuilder, but it's essentially the same, with a few more bits!

1) Never had that problem myself, I do it a lot it's never failed.

2) Goto Options -> Preferences -> Text Editor, and un-tick "Constraint cursor to text"

3) Not entirely sure what you mean, if I type <td> WeBuidler adds the </td> and the cursor is between the two.
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Re: Customizing Behaviour of Rapid PHP 2008?

Post by syrupcore »

If I understand 1) correctly, MikeyB's 2) should fix it.

I'm also not sure what you mean by 3). Is it that the editor is formatting it like <tr></tr> and you'd prefer something like:

Code: Select all

<tr>
    (caret here)
</tr>
I don't think there's a way to change the default behavior for this but if you haven't explored snippets, do! Any formatting you want all callable via callword or keyboard shortcut. take that notepad!
Post Reply