Fix for Issue 1617: Removed all references to CodeHintManager from Editor#5421
Fix for Issue 1617: Removed all references to CodeHintManager from Editor#5421RaymondLim merged 5 commits intoadobe:masterfrom
Conversation
|
Credits to @jbalsas for finding the fix i incorporated into this pull |
|
@WebsiteDeveloper |
|
@RaymondLim i reverted some of the whitespace changes but decided to stop because i would have to revert them each manually. |
|
Just a heads up, you can view the file changes and ignore any whitespace changes by adding ?w=1 to the end of the url, e.g. https://github.com/adobe/brackets/pull/5421/files?w=1 |
|
Good tip, @TuckerWhitehouse I have verified that #5412 is not re-introduced by this change. |
|
Thanks for checking. @RaymondLim time to review? |
There was a problem hiding this comment.
You need to update the JSDoc above by adding the first param jqEvent. Also, please change the function to _handleKeyEvents (plural) so that it has the same name as the one in Editor module.
|
@WebsiteDeveloper Done with initial review. I think you need to merge with master to resolve the conflict. |
|
@RaymondLim merged with master and fixed nits |
There was a problem hiding this comment.
One more minor nit: String -> string.
|
@RaymondLim fixed. |
|
Looks good. Merging. |
Fix for Issue 1617: Removed all references to CodeHintManager from Editor
@dangoor to verify that #5412 wasn't introduced.
@RaymondLim since you were the original reviewer