-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commits on May 14, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 6debfbf - Browse repository at this point
Copy the full SHA 6debfbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 869de18 - Browse repository at this point
Copy the full SHA 869de18View commit details -
_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.
Configuration menu - View commit details
-
Copy full SHA for 70e802a - Browse repository at this point
Copy the full SHA 70e802aView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 1a73c2b - Browse repository at this point
Copy the full SHA 1a73c2bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f99a52e - Browse repository at this point
Copy the full SHA f99a52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 883eb5a - Browse repository at this point
Copy the full SHA 883eb5aView commit details
Commits on May 15, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 9a5317a - Browse repository at this point
Copy the full SHA 9a5317aView commit details -
Fixed a bug that was causing inline editors to resize incorrectly. No…
…w inline editors resize exactly as their containing editors do.
Configuration menu - View commit details
-
Copy full SHA for a788f78 - Browse repository at this point
Copy the full SHA a788f78View commit details
Commits on May 18, 2012
-
Moved the logic that allows '-' to be used as a key from _buildKeyDes…
…criptor to _normalizeKeyDescriptorString.
Configuration menu - View commit details
-
Copy full SHA for 696e1d7 - Browse repository at this point
Copy the full SHA 696e1d7View commit details -
Added a refreshAll function that refreshes inline Editors as well as …
…the Editor itself.
Configuration menu - View commit details
-
Copy full SHA for a4e1f63 - Browse repository at this point
Copy the full SHA a4e1f63View commit details -
- 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.
Configuration menu - View commit details
-
Copy full SHA for 9438517 - Browse repository at this point
Copy the full SHA 9438517View commit details