Feature Suggestions

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
User avatar
Capricorn
Posts: 63
Joined: Fri Aug 06, 2010 11:37 am
Location: Germany!
Contact:

Feature Suggestions

Post by Capricorn »

Hi,

after having a closer look on RapidPHP and testing some things I now have a few feature requests and suggestions. Not all might be needed by everybody, but I think there're definitely some programmers who need these functions.

Macro
It records keyboard inputs (for example "Down", "Line end", ";") and these records can be repeated (maybe also a editor for editing macro-scripts and im- or exporting them)

FTP, special characters and Color in Panel
Both are nice functions, but the popup window which impedes the editor usage is really annoying. Put them into a panel like the file or code explorer.

Line selection mode
Instead of just normal and block selection mode another mode which lets you just select complete lines.

Remove needless spaces
Lets you decide which spaces are needless (all, end of line, begin of line, ...) and removes those.

Line sorting
Sorts all ore selected lines by alphabet or numerical from A->Z, Z->A or 1->9, 9->1.
Also a "remove duplicates" might be very useful.

Insert and keep cursor position
Normal insert:

Code: Select all

<p>|</p>
:arrow:

Code: Select all

<p>Inserted text|</p>
This insert:

Code: Select all

<p>|</p>
:arrow:

Code: Select all

<p>|Inserted text</p>
As shortcut you can use Ctrl + Shift + V.

Fullscreen
Fullscreen mode to hide distracting OS bars and have a better view at large code constructions.

Better File-Tab Bar positioning
Image

Share Code Snippets
An option to share your own snippets with the RapidPHP Community by uploading it to a webserver. The same way you can receive code snippets by other users of RapidPHP. (Maybe you can use snipt.org for storing the code and just handle the index on your server).

HTML5 Inputs
Include the new HTML5 input elements.

File Comparison
Let RapidPHP compare two file versions or two other files and mark equal, slightly different and missing lines with colors.

Readonly Tab
An option to set a editor tab to Readonly, to prevent code changing by accident.

Divided editor
Divide the editor (like already possible with the preview) but then show in both sides the editor file to edit two different positions at the same time. Very useful if you often need functions, vars or code parts you programmed before and don't want to scroll up and down all the time.

Maybe not all suggestions sound expedient and some might only be implanted in far far future, but then it can be the best PHP editor available.
If you have a question, just ask!

Capricorn
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Feature Suggestions

Post by Gatis »

Hi, thank you for your suggestions!

=>Macro
This is in our to-do list under "Unscheduled"

=>FTP, special characters and Color in Panel
As far as I know, we have not considered changing this any time soon, because we have not had too many complaints about these windows so far.

=>Line selection mode
Not sure, how this would work. Currently you can use your mouse and start dragging and end dragging at the beginning of a line. The result will be the same.

=>Remove needless spaces, Line sorting, Insert and keep cursor position
I will add this to our list of things to discuss.

=>Fullscreen
Currently you have try to press F4 in full screen mode. This will hide all the panels. We have not considered to change anything else in nearest time.

=>Better File-Tab Bar positioning
As far as I know, not planned to change this in nearest time.

=>Share Code Snippets
This is planned for the next major version.

=>HTML5 Inputs
Will be in next major version.

=>File Comparison, Readonly Tab, Divided editor
These are currently not planned. A divided editor would be a useful feature, indeed, but currently it technically too difficult to implement.
Kind regards,
Gatis Avots
User avatar
MikeyB
Top Contributor
Posts: 511
Joined: Fri Jun 09, 2006 10:38 am
Location: UK
Contact:

Re: Feature Suggestions

Post by MikeyB »

Line selection mode

I find this works, if you have the gutter visable, where the line numbers appear, you can double-click in it to select the whole line.
Post Reply