EmEditor (text editor) Forum Index
   EmEditor Core Enhancement Suggestions
     Please add the ability to swap lines
Register To Post

Flat Previous Topic | Next Topic
Poster Thread
ArthurZ
Posted on: 1/22/2013 8:57 am
Just can't stay away
Joined: 1/26/2012
From:
Posts: 78
Please add the ability to swap lines
Please add the ability to swap lines

E.g. when we have several lines like

Quote:
int main () {
ofstream myfile;
myfile.open ("example.txt");
myfile.close();
myfile << "Writing this to a file.\n";
return 0; }


May want to swap to
Quote:
int main () {
ofstream myfile;
myfile.open ("example.txt");
myfile << "Writing this to a file.\n";
myfile.close();
return 0; }


using a simply keystroke while standing within myfile.close (w/o the need to highlight the line).

Thank You!
Flat Previous Topic | Next Topic


Subject Poster Date
 » Please add the ability to swap lines ArthurZ 1/22/2013 8:57 am
     Re: Please add the ability to swap lines mguttman 1/22/2013 11:53 am
       Re: Please add the ability to swap lines ArthurZ 1/22/2013 1:01 pm
         Re: Please add the ability to swap lines Stefan 1/22/2013 8:50 pm
           Re: Please add the ability to swap lines ArthurZ 1/23/2013 5:59 am
           Re: Please add the ability to swap lines shx 1/25/2013 9:28 am
             Re: Please add the ability to swap lines ArthurZ 1/25/2013 12:25 pm
               Re: Please add the ability to swap lines TommyMills 1/27/2013 11:28 pm

Register To Post
 
English čeština Deutsch español français italiano 日本語 한국어 Русский 简体中文 繁體中文