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

Add adjustFontSize event to ViewCommandHandlers module #3787

Merged
merged 2 commits into from
May 13, 2013
Merged

Add adjustFontSize event to ViewCommandHandlers module #3787

merged 2 commits into from
May 13, 2013

Conversation

lkcampbell
Copy link
Contributor

This is needed for me to complete my Brackets Column Ruler extension

@ghost ghost assigned adragomir and njx May 13, 2013
@@ -24,6 +24,16 @@
/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */
/*global define, window, $ */

/**
* The ViewCommandHandlers object dispatches the following event(s):
* - adjustFontSize -- Triggered when the font size is adjusted via the
Copy link
Contributor

Choose a reason for hiding this comment

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

Naming nit: in general we name events like this by adding "change" to the end of the thing changing, so fontSizeChange would be a better name.

@njx
Copy link
Contributor

njx commented May 13, 2013

Looks fine aside from the name. Will merge once you fix that.

@lkcampbell
Copy link
Contributor Author

@njx, event name changed to fontSizeChange.

@njx
Copy link
Contributor

njx commented May 13, 2013

Looks good, merging.

njx added a commit that referenced this pull request May 13, 2013
Add adjustFontSize event to ViewCommandHandlers module
@njx njx merged commit 155e554 into adobe:master May 13, 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.

3 participants