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

Fontsize #888

Merged
merged 11 commits into from
May 18, 2012
Merged

Fontsize #888

merged 11 commits into from
May 18, 2012

Commits on May 14, 2012

  1. Configuration menu
    Copy the full SHA
    6debfbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    869de18 View commit details
    Browse the repository at this point in the history
  3. _buildKeyDescriptor now takes as an optional param the original descr…

    …iptor so that if the key is empty, it can check to if it's because the key was '-'. There are many ways to enable '-' as a keyboard shortcut, but this seemed by far the least intrusive.
    cantrell committed May 14, 2012
    Configuration menu
    Copy the full SHA
    70e802a View commit details
    Browse the repository at this point in the history
  4. Removed the pre selector from the .code-font macro. It's more flexibl…

    …e to allow pre tags to inherit line-height (and hense, easier to change dynamically).
    cantrell committed May 14, 2012
    Configuration menu
    Copy the full SHA
    1a73c2b View commit details
    Browse the repository at this point in the history
  5. Added an override that defines line-height as 'inherit' in CodeMirror…

    … pre tags. This is required to handle a CM/bootstrap integration issue, and is fixed in the most recent version of CM, so this can eventually be removed.
    cantrell committed May 14, 2012
    Configuration menu
    Copy the full SHA
    f99a52e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    883eb5a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2012

  1. Removed an extra newline.

    cantrell committed May 15, 2012
    Configuration menu
    Copy the full SHA
    9a5317a View commit details
    Browse the repository at this point in the history
  2. Fixed a bug that was causing inline editors to resize incorrectly. No…

    …w inline editors resize exactly as their containing editors do.
    cantrell committed May 15, 2012
    Configuration menu
    Copy the full SHA
    a788f78 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2012

  1. Moved the logic that allows '-' to be used as a key from _buildKeyDes…

    …criptor to _normalizeKeyDescriptorString.
    cantrell committed May 18, 2012
    Configuration menu
    Copy the full SHA
    696e1d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4e1f63 View commit details
    Browse the repository at this point in the history
  3. - Added window to global JSLint vars.

    - Added validation to make sure we're only operating on fonts specified as px or em.
    - Made the minimum font size check more robust.
    - Changed the arguments to _adjustFontSize from "up" and "down" to 1 and -1.
    - Replaced document.createElement with some jQuery magic.
    - Moved some editor refresh logic into a function inside Editor itself.
    cantrell committed May 18, 2012
    Configuration menu
    Copy the full SHA
    9438517 View commit details
    Browse the repository at this point in the history