Search found 2 matches

by ariod
Fri Nov 13, 2009 5:37 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: [Rapid PHP 2010] Strange auto-complete
Replies: 5
Views: 3233

Re: [Rapid PHP 2010] Strange auto-complete

That must be it. Thanks for the hint!
by ariod
Fri Nov 13, 2009 11:38 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: [Rapid PHP 2010] Strange auto-complete
Replies: 5
Views: 3233

[Rapid PHP 2010] Strange auto-complete

Hello, I'm trying to understand why this occurs. I'm writing an SQL query inside PHP like so: $query = <<< SQL SELECT * SQL; After I hit space, non-breaking space gets inserted: $query = <<< SQL SELECT* SQL; What kind of auto-replace feature is this and where can I configure it?