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;
Shift + left arrow and shift + right arrow doesn't work for selection. It select only one char and when I press arrow again it deselect current char and select another one.
The similar problem is with Ctrl+shift+arrow when selecting tag. It selects the first < char and when pressing right arrow again it deselect < and select tag text.
I'm getting an error trying to use the php tab in the code explorer. When I click on it I get a message box saying "Unable to insert an item". Plus nothing shows up in the list. Also this screws up the editor as moving the mouse over the page acts like you are dragging the mouse. ie you have clicked at the bottom of the page and are trying to select multiple lines. Once you do click somewhere in the page to try and insert you get the error message again and you are back into this dragging mode (if that makes any sense). The only way to get out of it is to close the page.
Okay .. just did some more investigation and it only happens if you have php code in the page and you try to access the php tab in the code browser.
ricktu wrote:Okay .. just did some more investigation and it only happens if you have php code in the page and you try to access the php tab in the code browser.
Yes I found this as well and as I am using this section most of the time it pretty much makes it unuseable
It appears to parse the Includes and Requires. It then gets the first function name and inserts it into the variables section and then pops up the error. (Hope this helps).
On other fronts, the built in php preview is pretty good. I will keep looking as time permits.
Recreating the bug is easy and you dont need an example file. Create a new file and add in some php code (it must contain at least one variable though) then select the php tab of the code explorer then bingo.
The error will not occur immediately if you already have the php tab selected when the php code is added. You must first select one of the other tabs then come back to the php one.