You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cursorless-org-docs/src/docs/user/release-notes/1.1.0.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ Every language Cursorless supports now uses our next-gen scope engine, enabling
40
40
-**Full line scope**: The new `"full line"` scope includes leading and trailing whitespace, unlike the existing `"line"` scope which excludes surrounding whitespace. Try `"change full line"` when you want to grab the whole enchilada. ([#3095](https://github.com/cursorless-dev/cursorless/pull/3095))
41
41
-**Argument list scope**: Target the entire argument list of a function with `"arg list"` ([#2907](https://github.com/cursorless-dev/cursorless/pull/2907))
42
42
-**Java record statements**: Java records now have proper scope support ([#3089](https://github.com/cursorless-dev/cursorless/pull/3089))
43
-
-**Allow duplicate targets for bring**: You can now bring the same target multiple times ([#3083](https://github.com/cursorless-dev/cursorless/pull/3083))
44
43
-**`"move"` where destination contains source**: This now works ([#3056](https://github.com/cursorless-dev/cursorless/pull/3056))
45
44
-**`"from"` action enabled by default** ([#2939](https://github.com/cursorless-dev/cursorless/pull/2939))
0 commit comments