-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve key binding consistency #3234
Labels
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
Comments
stevemessick
added
Type-Enhancement
closed-duplicate
Closed in favor of an existing report
labels
Jun 1, 2012
kevmoo
added
type-enhancement
A request for a change that isn't a bug
and removed
type-enhancement
labels
Mar 1, 2016
copybara-service bot
pushed a commit
that referenced
this issue
Dec 1, 2021
Changes: ``` > git log --format="%C(auto) %h %s" b9edfa5..dcb6aba https://dart.googlesource.com/pub.git/+/dcb6abac Merge remote-tracking branch 'origin/cherry-pick2-for-2.15.0' https://dart.googlesource.com/pub.git/+/dc857523 Remove duplicated lines in testdata (#3234) https://dart.googlesource.com/pub.git/+/acc8ab09 Refactor the test package-server (#3230) https://dart.googlesource.com/pub.git/+/1e78c688 Better error messages round 2 (#3223) https://dart.googlesource.com/pub.git/+/eaf36513 More links in the repository specification (#3220) https://dart.googlesource.com/pub.git/+/c888b018 Remove pedantic and cleanup a few lints (#3224) https://dart.googlesource.com/pub.git/+/a4d44c7e Global package server null safety (#3225) https://dart.googlesource.com/pub.git/+/ff941887 Merge branch 'cherry-pick-for-2.15.0' https://dart.googlesource.com/pub.git/+/efd24e64 Fix hanging event handler for `stdin`. (#3218) https://dart.googlesource.com/pub.git/+/d77c14e8 Gitignore validator should not follow symlink dirs (#3209) https://dart.googlesource.com/pub.git/+/7c190789 migrate rest of test/ to null-safety (#3207) https://dart.googlesource.com/pub.git/+/f24adb64 migrate test/oath2/ test/outdated/ test/token test/validator/ to null-safety (#3206) https://dart.googlesource.com/pub.git/+/e7d77a57 migrate test/add, test/cache, test/embedding plus a bit more to null-safety (#3205) https://dart.googlesource.com/pub.git/+/a6a73ad2 migrate test/lish/, test/run/, test/upgrade/ and golden_file.dart to null-safety (#3204) https://dart.googlesource.com/pub.git/+/b90efc1f Add test that `pub get` works with no $HOME in environment. (#3173) https://dart.googlesource.com/pub.git/+/c2fe3966 migrate test/get/ to null-safety (#3203) https://dart.googlesource.com/pub.git/+/1d106898 migrate test/hosted/ to null-safety (#3200) https://dart.googlesource.com/pub.git/+/afa9932b migrate test/cache and test/downgrade/ to null-safety (#3201) https://dart.googlesource.com/pub.git/+/352ca989 migrate test/global/ to null-safety (#3202) https://dart.googlesource.com/pub.git/+/64f20ca4 migrate test/descriptor/ and couple more files in test/ to null-safety (#3192) ``` Diff: https://dart.googlesource.com/pub.git/+/b9edfa5e288ea3d1a57d1db054ef844ae7b27d99~..dcb6abac2d7d43258c03b348be42bf4aab9529b1/ Change-Id: I30d33b0b8c3c19097a16543db15c6ae633f0afc2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/221633 Auto-Submit: Jonas Jensen <jonasfj@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Jonas Jensen <jonasfj@google.com>
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2022
Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/4902bea..3273437): 32734372 2022-10-30 Sam Rawlins Move Warnable.enclosingElement to ModelElement (#3236) 1ff17d8e 2022-10-28 Sam Rawlins Make ContainerMember.canonicalEnclosingContainer late final (#3234) c32e09ee 2022-10-28 Sam Rawlins Support displaying record types (#3233) 9d194476 2022-10-26 Sam Rawlins Update the text in test/README (#3232) mockito (https://github.com/dart-lang/mockito/compare/02ad6c7..094d07c): 094d07c 2022-10-25 Sam Rawlins Require analyzer 5.2.0 test (https://github.com/dart-lang/test/compare/f704d5a..b82fc0b): b82fc0b5 2022-10-27 Jacob MacDonald Experimental wasm support (#1777) 262bc7bd 2022-10-26 Nate Bosch Bump to the latest matcher and prepare to publish (#1778) fa81b45d 2022-10-26 Nate Bosch Expand test_api pubspec description (#1775) web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/4b46c0c..eba1541): eba1541 2022-10-27 Siva Remove language version from spawnHybrid code (#232) webdriver (https://github.com/google/webdriver.dart/compare/f56cc6a..c28cf51): c28cf51 2022-10-26 Devon Carew misc updates and rev in prep for publishing (#256) Change-Id: I3876e957ffa21333ced4ad3f6df4ef35103674a2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/266720 Reviewed-by: Kevin Moore <kevmoo@google.com> Commit-Queue: Devon Carew <devoncarew@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com> Auto-Submit: Devon Carew <devoncarew@google.com>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
(Combined a few related feedback messages into a single issue.)
Cmd-{ and Cmd-} does not switch between open tabs (as a Chrome and Safari user would expect).
Instead it implements the weird and unusable Eclipse behavior of go back and forth.
Cmd-Left does not jump to the beginning of the line. I have to hit it twice to jump there.
When I hit the End key, the Editor jumps to the end of the file. This is not consistent with behavior in other Mac Applications and not consistent with Eclipse behavior on the Mac.
Also, I cannot find a shortcut to jump back to where I came from.
ahe@google.com
////////////////////////////////////////////////////////////////////////////////////
Editor Version: 7905
////////////////////////////////////////////////////////////////////////////////////
OS: Mac OS X - x86_64 (10.6.8)
SDK installed = true
Dartium installed = true
AnalysisServer enabled = true
////////////////////////////////////////////////////////////////////////////////////
The text was updated successfully, but these errors were encountered: