[resolved] Problems with auto-complete features

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
raymond
Posts: 21
Joined: Fri Oct 26, 2007 4:16 am

[resolved] Problems with auto-complete features

Post by raymond »

Hello,
Product: Webuilder 2008 v9.0.0.92 RC

I'm having some problems auto-complete features. It would work then stop. When I press ctrl+j it does not popup the list at all.
I even tried the Code template callword feature and it's not poping up the list. It just insert the code template when I press ctrl+j.

Another thing is that "Find Declaration" does not search the project folder for a definition. When I click on it nothing happens.
Last edited by raymond on Tue May 13, 2008 10:24 pm, edited 1 time in total.
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Problems with auto-complete features

Post by chrisjlocke »

Moving to Support forum...
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Problems with auto-complete features

Post by Karlis »

Please do not confuse Code Templates and auto complete, these are different things. So I can not understand which one does not work for you.

Shortcut for Auto Complete is Ctrl+Space and it works only at places where auto-complete is possible.
Shortcut for Code Templates is Ctrl+J, it works everywhere providing you have added callwords to some snippets.

Find Declaration only works within the current PHP file and files directly included/required (first level includes).
Karlis Blumentals
Blumentals Software
www.blumentals.net
raymond
Posts: 21
Joined: Fri Oct 26, 2007 4:16 am

Re: Problems with auto-complete features

Post by raymond »

Hi Karlis,

When I Create a new PHP file it works when I start typing. After pressing Ctrl+J the autocomplete stops working. Even when I press Ctrl+Space. If I close the script and create a new PHP script then it will start working again until I press Ctrl+J.

PS. I've also noticed that the Automatic syntax check only shows up sometime and it take a few seconds before it is shown. Other times you will have to modify a section of the code in order to see the syntax check line.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Problems with auto-complete features

Post by Gatis »

Thank you for your report.
When I Create a new PHP file it works when I start typing. After pressing Ctrl+J the autocomplete stops working. Even when I press Ctrl+Space. If I close the script and create a new PHP script then it will start working again until I press Ctrl+J.
This should work fine now with update released before some minutes. The auto complete disappears now if there is only one template filtered and it is inserted right away.
PS. I've also noticed that the Automatic syntax check only shows up sometime and it take a few seconds before it is shown. Other times you will have to modify a section of the code in order to see the syntax check line.
This is from help file: "The realtime syntax check executer is initiated on the event of a line count change in a file (ie. when deleting or inserting lines)."
So, once you insert/delete lines, syntax check is executed and when it is finished, the result is shown in editor.
Kind regards,
Gatis Avots
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Problems with auto-complete features

Post by Karlis »

Try the latest version - 9.0.0.93. Maybe it helps.
Karlis Blumentals
Blumentals Software
www.blumentals.net
raymond
Posts: 21
Joined: Fri Oct 26, 2007 4:16 am

Re: Problems with auto-complete features

Post by raymond »

Hi,

Many thanks Karlis. This issue is now resolve in 9.0.0.94.

Keep up the good work.
Post Reply