Skip to content

Commit 1c55c1e

Browse files
committed
x click go me to muster
1 parent f6c38ba commit 1c55c1e

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

doc/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Choice("adjective",{
3434

3535
} )
3636
```
37+
![](./gif/arg3.gif)
3738

3839
and
3940

@@ -50,8 +51,10 @@ Choice("vertical_direction",{
5051
```
5152

5253
usually followed by an integer. Beware the difference between up and above! As a rule of thumb, above only takes "interesting" lines into consideration:)
54+
![](./gif/big4.gif)
5355

5456
* in certain cases you can combine these two approaches:)
57+
![](./gif/big5.gif)
5558

5659
Details vary but that is the. spirit! Ok , what else?
5760

doc/SelectBigROI.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,24 @@ comes in useful:
7070

7171
![](./gif/big2.gif)
7272

73+
it is also important to note that with exception of the import statements, all other queries search only within the current function.
7374

7475
# Case two
7576

77+
another alternative are commands of the types:
78+
79+
```python
80+
"[smart] <adjective> <big_roi> [<big_roi_sub_index>]"
81+
```
82+
you should probably be already familiar with adjectives, so here is an example of how you can use them:
83+
84+
![](./gif/big3.gif)
85+
86+
as with case one, only the current function searched.
87+
88+
89+
90+
7691
# Case three
7792

7893
Another alternative you can use is to provide information about the relative vertical position of your ROI with a command like that:
@@ -117,14 +132,14 @@ Choice("block",{
117132
So essentially, we can specify a function using a relative vertical desciption with the above/below keywords!
118133

119134
```python
120-
<vertical_abstract_only_direction> [<ndir>] <block>
135+
"<vertical_abstract_only_direction> [<ndir>] <block>"
121136
```
122137

123138

124139
Once we have established which function we are to search, the command will then work more or less like cases one and two
125140

126141
```python
127-
[<adjective>] <big_roi> [<big_roi_sub_index>]
142+
"[<adjective>] <big_roi> [<big_roi_sub_index>]"
128143
```
129144

130145
but will search inside that function!

0 commit comments

Comments
 (0)