T O P I C R E V I E W |
Dusan |
Posted - Nov 06 2013 : 03:16:29 AM It would be fine to have following extensions for selection along with refactoring tools in Visual Assist X:
select line:
select inner text:
select scope:
select outer text:
select statement:
select inner block:
select block scope:
select outer block:
select method body lines:
select method lines:
select class:
|
3 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Nov 25 2013 : 5:16:24 PM We are considering doing something like this at some point:
case=28489 |
foxmuldr |
Posted - Nov 07 2013 : 11:55:01 AM The editor I'm working on for Visual FreePro supports this. You can select out to the parent blocks, and also unselect back into the child blocks. |
jay.carlton |
Posted - Nov 07 2013 : 11:10:25 AM I like it. Even if it doesn't make it into VA X, this would be a useful extension by itself. I could see it working both before and after clicking on stuff: you could have selection filters that are set prior to clicking on things, or add something to the context menu to expand the selection to one of these scopes.
While you're at it, might as well add namespace, containing namespace, containing class, lambda body, c-style comment block, and "chunk of text up to all whitespace or blank lines".
|