rapidphp improvements

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
johnson
Posts: 20
Joined: Thu Jul 30, 2015 9:15 pm

rapidphp improvements

Post by johnson »

* Tabbed tabs of PHP, HTML, CSS, Javascript etc (Ribbin interface would be great)
* In Javascript menu there should be an option of Include common libraries like jQuery etc. When click it should write in text editor the following for example:
"<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>"
* There should be a tab or bar at top to show php errors.
* why there is no container for constants?
Image
* why this line. it should be removed.
Image
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: rapidphp improvements

Post by Aivars »

1) What do you mean by "Tabbed tabs of PHP, HTML, CSS, Javascript etc"?

2) PHP errors will be shown in the line where 1st error occurs if you have enabled Realtime PHP Syntax Check in settings.

3) You can remove the right margin line via menu Options -> Preferences -> Text Editor -> View -> Show right margin.

I'll +1 the other suggestions.
Blumentals Software Programmer
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: rapidphp improvements

Post by pmk65 »

johnson wrote:* In Javascript menu there should be an option of Include common libraries like jQuery etc. When click it should write in text editor the following for example:
"<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>"
Check out my CDNJS plugin. It does something similar to that. ;)
There are 10 types of people in the world: Those who understand binary and those who don't.
Post Reply