-
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
Open a newly pasted file #3425
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-enhancement
A request for a change that isn't a bug
Milestone
Comments
Added this to the M1 milestone. |
Set owner to @jwren. |
The PasteAction (com.google.dart.tools.ui.internal.filesview) used in the Dart Editor uses CopyFilesAndFoldersOperation (org.eclipse.ui.actions) which does not give access to the newly created resources. The amount of work required to add this feature would not be worth it. Added WontFix label. |
kevmoo
added
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-enhancement
A request for a change that isn't a bug
and removed
resolution-wont_fix
labels
Mar 1, 2016
copybara-service bot
pushed a commit
that referenced
this issue
May 30, 2023
Revisions updated by `dart tools/rev_sdk_deps.dart`. rev_sdk_deps is changed to default to `main` if no branch is found, as `origin` doesn't seem to work for impacted repos (e.g. csslib). dartdoc (https://github.com/dart-lang/dartdoc/compare/1d94484..950898f): 950898f5 Tue May 30 11:18:38 2023 -0700 Janice Collins Reintroduce remote linking file type assumption (#3425) ef552992 Tue May 30 09:49:16 2023 -0700 Sam Rawlins Refactor search ranking (#3424) http (https://github.com/dart-lang/http/compare/8a4a4a6..18a43a2): 18a43a2 Tue May 30 09:44:24 2023 -0700 Brian Quinlan Fix the failing cupertino_http tests (#949) lints (https://github.com/dart-lang/lints/compare/4236c43..edc28ed): edc28ed Tue May 30 11:56:29 2023 -0500 Parker Lougheed Add topics to the pubspec file (#122) logging (https://github.com/dart-lang/logging/compare/7ba155a..f2fe2ac): f2fe2ac Tue May 23 15:01:13 2023 -0700 Jacob MacDonald prep for release (#140) ce41605 Mon May 22 10:14:28 2023 -0700 Devon Carew blast_repo fixes (#142) tools (https://github.com/dart-lang/tools/compare/b90a7e8..d723a55): d723a55 Tue May 30 11:02:27 2023 -0700 Devon Carew Update pull_request_label.yml (#107) webdev (https://github.com/dart-lang/webdev/compare/4b69f1d..d442fa8): d442fa89 Tue May 30 14:36:53 2023 -0400 Anna Gringauze Check for new events more often in batched stream. (#2123) Change-Id: I9e8905363ee51462529341bfba268504336d90e3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/306314 Auto-Submit: Janice Collins <[email protected]> Reviewed-by: Devon Carew <[email protected]> Commit-Queue: Devon Carew <[email protected]> Commit-Queue: Janice Collins <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-enhancement
A request for a change that isn't a bug
Sometimes when I'm creating a new file I use the "New File..." menu item in the Files view. But if there is an existing file that is similar to what I want to create I will select the similar file in the Files view, copy the file, then paste the file.
When I use "New File...", editor assumes that I'm doing this because I want to edit the file so it is automatically opened for me. But when I paste a file it doesn't get opened. I would like paste to open the file automatically so that I can edit it.
The text was updated successfully, but these errors were encountered: