Block selection button
Posted: Mon Jun 11, 2012 6:54 pm
Flash Builder, which is also based on eclipse, has a handy button that you can click that allows you to block select text and make the same edit on each line. For example, if I have
private var foo:String;
private var bar:int;
I can block-select private and change that to public.
How is this useful in OxygenXML? Sometimes I have to bring in HTML text that originated some unknown place, came to me in Excel, then had to go through Word, Dreamweaver, etc. to be massaged into a useful format. But even in that useful format, it might have "indents" created by lots and lots of .
If I could just drag a selection around a "column" of and change it to whatever I neeed to, this would make for a smoother process in this use case. I'm sure that there are other use cases where this would be helful.
The fact that Adobe has already added this feature to Eclipse means that it's obviously technically possible.
Regards;
Amy
private var foo:String;
private var bar:int;
I can block-select private and change that to public.
How is this useful in OxygenXML? Sometimes I have to bring in HTML text that originated some unknown place, came to me in Excel, then had to go through Word, Dreamweaver, etc. to be massaged into a useful format. But even in that useful format, it might have "indents" created by lots and lots of .
If I could just drag a selection around a "column" of and change it to whatever I neeed to, this would make for a smoother process in this use case. I'm sure that there are other use cases where this would be helful.
The fact that Adobe has already added this feature to Eclipse means that it's obviously technically possible.
Regards;
Amy