Rapid PHP: End of line & whitespace question

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
Indy
Posts: 6
Joined: Wed Aug 18, 2010 1:41 am

Rapid PHP: End of line & whitespace question

Post by Indy »

I have a question about the Rapid PHP editor. Can you change a setting that makes the editor recognize the end of line when using the arrow keys to scroll through code? If I am making changes to code and I scroll right with the arrow key it will keep going beyond the end of my line instead of wrapping to the next line like I'd expect in an editor. Also how do you make it where if you click your mouse beyond the end of a line that the cursor would be place at the end of the line instead of beyond it in the whitespace? Same goes for clicking in the middle of indents. I'd expect the cursor to be place at the beginning of a tab instead of the middle somewhere.

Any help you can provide with this would be greatly appreciated.

Edit: I'm using Rapid PHP 2010 10.2.0.121
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Rapid PHP: End of line & whitespace question

Post by Gatis »

Hi,

Please try this: Open Rapid PHP, go to Main Menu; Options; Preferences; option group "Text Editor"; enable the check-box "Constrain cursor to text".
Kind regards,
Gatis Avots
Indy
Posts: 6
Joined: Wed Aug 18, 2010 1:41 am

Re: Rapid PHP: End of line & whitespace question

Post by Indy »

Thank you. That suggestion took care of the problem with the whitespace at the end of each line. I assume there is no way to prevent clicking in the middle of the 4 spaces or whatever that makes up a tab?
Post Reply