Few RapidPHP 1014b4 bugs

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
ttx
Posts: 31
Joined: Wed Jul 28, 2010 10:20 am

Few RapidPHP 1014b4 bugs

Post by ttx »

Hi. I just tried the RapidPHP 2014b4 and found few bugs (tested after clean install):
1. I have a php file with html (template). Started typing "<a[space]" - editor will replace this into "<a href=""></a>" (nice new feature :) ), when i set cursor after the first "a": "<a[cursor] href="" <?php // some php code ?>></a>" and press space editor will mess up the code into this: "<a href=""></a> href="" <?php // some php code ?>></a>"

2. Next bug is present even in 2011 version:
I have html like this: <a href="" title="<?php echo $title; ?>">link text</a> - editor will stop autocomplete all html attributes after the php code (hapens in all html tags, not just "<a>") - this bothers mi a lot.

Thank you for fixing this.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Few RapidPHP 1014b4 bugs

Post by Karlis »

I think we can do this.

EDIT: Not ye tin beta 7, but this will come through in final release.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply