HTML and PHP completion bugs

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
Nisto
Posts: 2
Joined: Thu Jun 30, 2011 3:00 pm

HTML and PHP completion bugs

Post by Nisto »

I've noticed the following bugs when using Rapid PHP (I earlier used 2011, but the bugs remain in 2014).

The first one is that attributes such as "disabled" (for e.g. input tags in HTML) aren't selected even though it should be the best match. If I enter "di", it jumps to "dir" as expected, but if I add the letter "s", the focus disappears from the completion list all-together.

The second bug is in the code hint for some PHP functions, like preg_replace. For example, if I enter

Code: Select all

preg_replace(array('/abc/','/123/'),array('cba','321'),$Subject)
then, by the second preg_replace argument, the code hint will already have jumped to the $Subject argument, and not the $Replacement argument, like it should. Of course, understanding what causes this is probably not so hard, but I hope you can fix this (or these) bug(s) soon.
Last edited by Nisto on Thu Mar 28, 2013 12:54 pm, edited 1 time in total.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: HTML and PHP completion bugs

Post by Aivars »

It seems like what you said applies to all attributes with green icon. I'll find out if that is on purpose. And I have added the code hint problem to the list.
Blumentals Software Programmer
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: HTML and PHP completion bugs

Post by Aivars »

Confirmed - the autocomplete bug is a bug.
Blumentals Software Programmer
Post Reply