[Rapid PHP 2010] Strange auto-complete

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
ariod
Posts: 2
Joined: Fri Nov 13, 2009 11:31 am

[Rapid PHP 2010] Strange auto-complete

Post by ariod »

Hello,

I'm trying to understand why this occurs. I'm writing an SQL query inside PHP like so:

Code: Select all

$query = <<< SQL
        SELECT *        
SQL;
After I hit space, non-breaking space gets inserted:

Code: Select all

$query = <<< SQL
        SELECT* 
SQL;
What kind of auto-replace feature is this and where can I configure it?
User avatar
ringoffire
Posts: 26
Joined: Mon Feb 05, 2007 1:24 pm
Location: Istanbul
Contact:

Re: [Rapid PHP 2010] Strange auto-complete

Post by ringoffire »

Aren't you using SHIFT to capitalize parts of your code ? Normally, when you use SHIFT + Space editor converts the space into   (non-breaking space)
ariod
Posts: 2
Joined: Fri Nov 13, 2009 11:31 am

Re: [Rapid PHP 2010] Strange auto-complete

Post by ariod »

That must be it. Thanks for the hint!
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: [Rapid PHP 2010] Strange auto-complete

Post by chrisjlocke »

...and that can be turned off (well, removed) from the Tools | Keyboard Shortcuts menu option. :)
dmet
Posts: 20
Joined: Wed Jul 18, 2007 10:02 am

Re: [Rapid PHP 2010] Strange auto-complete

Post by dmet »

chrisjlocke wrote:...and that can be turned off (well, removed) from the Tools | Keyboard Shortcuts menu option. :)
Actually in my WeBuilder 2010 I have to :

1. Go to OPTIONS (not Tools) > KEYBOARD SHORTCUTS

2. Locate the (_) SPACE command

3. Click it and click Assign Shortcut and then tell it NONE
Blumentals customer since 2006
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: [Rapid PHP 2010] Strange auto-complete

Post by chrisjlocke »

Oops. My instructions were wrong. Thanks for the clarification and correction.
Post Reply