Parenth autocomplete hang

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
bistromathics
Posts: 15
Joined: Mon Jul 12, 2010 9:28 pm

Parenth autocomplete hang

Post by bistromathics »

I'm using Rapid PHP 11.0.0.126. This problem occurs when editing a large-ish PHP file, but not when I edit a blank file. Autocomplete for parentheses is turned on. When I type an open parenth anywhere in the code, and then try to do anything else, such as type more characters, select some text, or whatever, the whole program hangs for 1.5 - 2 seconds. This problem does not occur when autocomplete is off for parentheses.

Also, when I click the lightning bolt icon, it has an option for "Disable Angle Bracket Auto Complete". I didn't type any angle bracket, I typed a parenthesis!
koshin
Posts: 5
Joined: Wed Jul 13, 2011 8:42 am

Re: Parenth autocomplete hang

Post by koshin »

Same here, when auto close of brackets or quotes is off - it is fine, but, when this nice feature is on - almost in every open bracket (any kind) - editor stop working for 1 - 1.5 seconds.
Stop working - i mean i can't write, i can't move cursor.

Auto close bracket and quotes is very helpfull so it will be nice to use it.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Parenth autocomplete hang

Post by Gatis »

Hi!
When I type an open parenth anywhere in the code, and then try to do anything else, such as type more characters, select some text, or whatever, the whole program hangs for 1.5 - 2 seconds. This problem does not occur when autocomplete is off for parentheses.
Yes, with version 2011 it seems slower than it was in version 2010. The reason for this a text parsing function that in version 2010 sometimes caused access violation. As it seems, it does not happen anymore in version 2011, but it is slower. We shall look for ways to speed the function up.
Also, when I click the lightning bolt icon, it has an option for "Disable Angle Bracket Auto Complete". I didn't type any angle bracket, I typed a parenthesis!
Will be fixed with next update, thanks!
Kind regards,
Gatis Avots
ank
Posts: 4
Joined: Tue Aug 09, 2011 2:50 am

Re: Parenth autocomplete hang

Post by ank »

I'd prefer the access violation screens than the current autocomplete delay :D
it's really annoying, I had to turn AC off...
Post Reply