2 Rapid PHP bugs
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;
2 Rapid PHP bugs
First of let me say that this editor is by far the closest I have come to HomeSite (my current preferred code editor)! I am very impressed with the features offered in Rapid PHP. Once it is bug free I will most definenately be purchasing a copy.
1) it appears all you have to do is click on a document in multiple locations and the editor seems to think that the file has changed in the taskbar toolbar, and yes it still occurs even when you select "Constrain cursor to text", also when the incorrect file change is indicated by the taskbar, the undo buttons remain inactive, as a true indicator that the file really has not changed.
2) php syntax check does not seem to work at all! It always returns the syntax check as correct. I did provide the location to php.exe correctly.
1) it appears all you have to do is click on a document in multiple locations and the editor seems to think that the file has changed in the taskbar toolbar, and yes it still occurs even when you select "Constrain cursor to text", also when the incorrect file change is indicated by the taskbar, the undo buttons remain inactive, as a true indicator that the file really has not changed.
2) php syntax check does not seem to work at all! It always returns the syntax check as correct. I did provide the location to php.exe correctly.
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Thank you for your feedback.
1) Please describe close steps to reproduce the problem (e.g. open file, press that and click there). Also please add info about which editor options such as word wrap, tabs to spaces and cursor to text are used.
2) Could not reproduce, it works OK here. Which PHP exe file version are you using? Please try another php version - older or newer?
Thanks!
1) Please describe close steps to reproduce the problem (e.g. open file, press that and click there). Also please add info about which editor options such as word wrap, tabs to spaces and cursor to text are used.
2) Could not reproduce, it works OK here. Which PHP exe file version are you using? Please try another php version - older or newer?
Thanks!
I think this is caused by tabs in empty lines. When you type indented text and type "enter" two times, you have a tab at the beginning of the empty line. If you save the file now and reopen, then click on the right side of the empty line, you can see the cursorposition indented like the text above it. And now the bug: if you click some other place now, the tab in the empty line is obviously removed and the file appears changed, but undo is greyed out.admin wrote:I'm afraid I still can not reproduce this. Probably it depends on some characters used in the file. Please send your file and give exact instructions of where to click. Thanks in advance!
Hope this can help you!
there is another simpler way to reproduce:
- type a tabstop, then some letters.
- hit "enter" a couple of times
- save the file
- click somewhere to make it appear changed
I think it would be a good thing if those tabstops weren't removed once typed (if "constrain cursor to text" is activated). I often type empty function blocks, and when i move up to type the function, the cursor is at the beginning of the line again.
- type a tabstop, then some letters.
- hit "enter" a couple of times
- save the file
- click somewhere to make it appear changed
I think it would be a good thing if those tabstops weren't removed once typed (if "constrain cursor to text" is activated). I often type empty function blocks, and when i move up to type the function, the cursor is at the beginning of the line again.