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

Fix for Issue 1617: Removed all references to CodeHintManager from Editor #5421

Merged
merged 5 commits into from
Oct 12, 2013

Conversation

WebsiteDeveloper
Copy link
Contributor

@dangoor to verify that #5412 wasn't introduced.
@RaymondLim since you were the original reviewer

@WebsiteDeveloper
Copy link
Contributor Author

Credits to @jbalsas for finding the fix i incorporated into this pull

@RaymondLim
Copy link
Contributor

@WebsiteDeveloper
We're closing down sprint 32. So I won't be merging this until sometime next week. In the mean time, can you restore all the white space changes in those files? We understand your intention, but it's not going to help us and it is harder for others to trace the actual changes in those files.

@WebsiteDeveloper
Copy link
Contributor Author

@RaymondLim i reverted some of the whitespace changes but decided to stop because i would have to revert them each manually.

@TuckerWhitehouse
Copy link
Contributor

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

@dangoor
Copy link
Contributor

dangoor commented Oct 10, 2013

Good tip, @TuckerWhitehouse

I have verified that #5412 is not re-introduced by this change.

@WebsiteDeveloper
Copy link
Contributor Author

Thanks for checking.

@RaymondLim time to review?

@ghost ghost assigned RaymondLim Oct 11, 2013
@@ -528,7 +528,7 @@ define(function (require, exports, module) {
* @param {Editor} editor
* @param {KeyboardEvent} event
*/
function handleKeyEvent(editor, event) {
function _handleKeyEvent(jqEvent, editor, event) {
Copy link
Contributor

Choose a reason for hiding this comment

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

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.

@RaymondLim
Copy link
Contributor

@WebsiteDeveloper Done with initial review. I think you need to merge with master to resolve the conflict.

@WebsiteDeveloper
Copy link
Contributor Author

@RaymondLim merged with master and fixed nits

*
* @param {Event} event
* @param {Editor} editor
* @param {{from: Pos, to: Pos, text: Array, origin: String}} changeList
Copy link
Contributor

Choose a reason for hiding this comment

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

One more minor nit: String -> string.

@WebsiteDeveloper
Copy link
Contributor Author

@RaymondLim fixed.

@RaymondLim
Copy link
Contributor

Looks good. Merging.

RaymondLim added a commit that referenced this pull request Oct 12, 2013
Fix for Issue 1617: Removed all references to CodeHintManager from Editor
@RaymondLim RaymondLim merged commit 60552cd into adobe:master Oct 12, 2013
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.

4 participants