Selecting all nodes between two points
-
I'm mostly work with text and often transform into curves to make some adjustments. In example below I would like to move a part of curve limited by two points to the right. I could select them one by one or by lasso, but it becomes tricky when path is complicated and have many points. Would be great to seIect first and the last point to select everything in between.
This can make it difficult to identify which part we want to select. Therefore, for now, I'm thinking of a solution based on three points: a starting point, an ending point, and one point in between, which would serve to define the range.
I coud not find this anywhere in VS .
Edit: I see my mistake. Three points don't make much difference unless you consider the order in which they are selected.