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.
[resolved] Problems with auto-complete features
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
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;
[resolved] Problems with auto-complete features
Last edited by raymond on Tue May 13, 2008 10:24 pm, edited 1 time in total.
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: Problems with auto-complete features
Moving to Support forum...
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Problems with auto-complete features
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).
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).
Re: Problems with auto-complete features
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.
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.
Re: Problems with auto-complete features
Thank you for your report.
So, once you insert/delete lines, syntax check is executed and when it is finished, the result is shown in editor.
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.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 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)."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.
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
Gatis Avots
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Problems with auto-complete features
Try the latest version - 9.0.0.93. Maybe it helps.
Re: Problems with auto-complete features
Hi,
Many thanks Karlis. This issue is now resolve in 9.0.0.94.
Keep up the good work.
Many thanks Karlis. This issue is now resolve in 9.0.0.94.
Keep up the good work.