Multi Edit with multiple selections

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
mrlami
Posts: 3
Joined: Tue Aug 25, 2009 3:06 pm

Multi Edit with multiple selections

Post by mrlami »

something similar to what e-texteditor does on windows or textmate on mac would be great.

I am not advertising for "e" but I really liked it after watching their screencast on their home page.

This will be a good feature for Rapid PHP.
CaliforniaJerry
Posts: 88
Joined: Sat Aug 01, 2009 4:48 am
Location: Mountain View, CA
Contact:

Re: Multi Edit with multiple selections

Post by CaliforniaJerry »

Since some of us are not familiar with what e-TextEditor and TextMate do, can you give a detailed description of what you like about them...? I'd be interested to know. Thanks.
User avatar
EvilBMP
Posts: 120
Joined: Thu Jan 04, 2007 1:57 am
Location: Germany

Re: Multi Edit with multiple selections

Post by EvilBMP »

As I am interested in this feature too, I will explain it with some examples...

First example ... imagine you have a tiny code snippet with some bad variable naming...

Code: Select all

$a   = getSomeValue();
$tmp = $a;
$a   = substr($a, 0, 5);
Now you want to change the variable name of $a to a more meaningful one. So you would mark all occurences of $a and start typing the new variable name. Immidiately all marks change as you type... and the variable name is updated in one step.

Or another example... imagine you want to add some inline comments add the end of some lines.

You simply mark the end of the lines and start typing e.g. // some comment. Immidiately you written comment is attached to every line ending of your marked lines.

+1 from me

Greets
Post Reply