guess we're all working on such a project!
Why we do not join efforts to create the best Qt IDE ever made ? Have you already start a sourceforge project? If not, I could do this.
About multiline edit: multiline edit is something like column selection on MS Word, let me try to illustrate:
| = will be our cursor
My text01, |my text02, my text03, my text04
My text05, my text06, my text07, my text08
My text09, my text10, my text11, my text12
My text13, my text14, my text15, my text16
My text01, |my text02, my text03, my text04
My text05, my text06, my text07, my text08
My text09, my text10, my text11, my text12
My text13, my text14, my text15, my text16
To copy to clipboard, switch view to plain text mode
In the above text our cursor is on the first line just before "my text02". This is normal edition, now in multiline edition we could have:
My text01, |my text02, my text03, my text04
My text05, |my text06, my text07, my text08
My text09, |my text10, my text11, my text12
My text13, |my text14, my text15, my text16
My text01, |my text02, my text03, my text04
My text05, |my text06, my text07, my text08
My text09, |my text10, my text11, my text12
My text13, |my text14, my text15, my text16
To copy to clipboard, switch view to plain text mode
Our multiline cursor is on all lines at the same time. If you type an 'a' character on first exemple, the resul shoud be like this:
My text01, a|my text02, my text03, my text04
My text05, my text06, my text07, my text08
My text09, my text10, my text11, my text12
My text13, my text14, my text15, my text16
My text01, a|my text02, my text03, my text04
My text05, my text06, my text07, my text08
My text09, my text10, my text11, my text12
My text13, my text14, my text15, my text16
To copy to clipboard, switch view to plain text mode
and on the multiline exemple the same action should produce:
My text01, a|my text02, my text03, my text04
My text05, a|my text06, my text07, my text08
My text09, a|my text10, my text11, my text12
My text13, a|my text14, my text15, my text16
My text01, a|my text02, my text03, my text04
My text05, a|my text06, my text07, my text08
My text09, a|my text10, my text11, my text12
My text13, a|my text14, my text15, my text16
To copy to clipboard, switch view to plain text mode
Bookmarks