Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Fix for Issue #3720: File Rename should complete when clicking anywhere in project panel #4934

Merged
merged 4 commits into from
Sep 6, 2013
Merged

Conversation

lkcampbell
Copy link
Contributor

Fix for Issue #3720: File Rename should complete when clicking anywhere in project panel

@@ -1568,7 +1576,8 @@ define(function (require, exports, module) {
CommandManager.register(Strings.CMD_OPEN_FOLDER, Commands.FILE_OPEN_FOLDER, openProject);
CommandManager.register(Strings.CMD_PROJECT_SETTINGS, Commands.FILE_PROJECT_SETTINGS, _projectSettings);
CommandManager.register(Strings.CMD_FILE_REFRESH, Commands.FILE_REFRESH, refreshFileTree);

CommandManager.register(Strings.CMD_BEFORE_MENUPOPUP, Commands.APP_BEFORE_MENUPOPUP, forceFinishRename);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we really do this? It appears to be blocking Copy and Paste functionality, even when using shortcut keys.

@ghost ghost assigned JeffryBooher Aug 28, 2013
@JeffryBooher
Copy link
Contributor

Looks good. Merging

JeffryBooher added a commit that referenced this pull request Sep 6, 2013
Fix for Issue #3720: File Rename should complete when clicking anywhere in project panel
@JeffryBooher JeffryBooher merged commit 13d785c into adobe:master Sep 6, 2013
@lkcampbell lkcampbell deleted the fix-issue-3720 branch September 6, 2013 23:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants