Skip to content
Snippets Groups Projects
  1. Sep 10, 2012
  2. Sep 07, 2012
  3. Sep 06, 2012
  4. Sep 05, 2012
  5. Sep 04, 2012
    • Marijn Haverbeke's avatar
      Turn off scroller.draggable when clicking a widget · e00a4b83
      Marijn Haverbeke authored
      Closes #790
      e00a4b83
    • Marijn Haverbeke's avatar
      [widget demo] Wrap widget updates in operation() call · f772c3d3
      Marijn Haverbeke authored
      This seems to be a better fix for the scroll artifacts.
      
      Closes #795
      f772c3d3
    • Marijn Haverbeke's avatar
      a6d6f595
    • Marijn Haverbeke's avatar
      Fix widget demo on IE9 · 72a2ada9
      Marijn Haverbeke authored
      There's apparently a timing issue with adding widgets to
      a just-initialized editor.
      72a2ada9
    • Brandon Frohs's avatar
      [markdown mode] Improvements to parsing and tester · 75ff4561
      Brandon Frohs authored
      (Squashed commit. Below are the original commit messages:)
      
      - Add highlighting test for Markdown for consecutive backticks.
      
      - Make it possible to wrap inline code in multiple backticks.
      
      - Add highlighting test for Markdown mode to only allow a single space
        to separate brackets.
      
      - Make it possible to separate bracket groups with a space.
      
      - Allow for horizontal rules to use dashes.
      
      - Allow for *any* number of -'s or ='s for setex headers.
      
      - Remove requirement that the text for setext headers have to be
        highlighted.
      
      - Might revisit someday to work on this, but in the meantime, it's
        better to prevent regressions than to be picky about what would be
        highlighted in an ideal world.
      
      - Correctly match single line footnotes with title.
      
      - Match inline links in Markdown mode.
      
      - Don't match unclosed code blocks.
      
      - Get mode test highlighter in line with CodeMirror.highlight().
      
      - It would be nice to use all native functions, to avoid having to update this manually each time.
      
      - Fix tests per fixes made to mode test highlighter.
      
      - Properly handle multiple classes for mode tests.
      
      - More correct handling of EM and STRONG in Markdown mode.
      
        Per Markdown documentation: "You can use whichever style you prefer;
        the lone restriction is that the same character must be used to open
        and close an emphasis span." # This is the 15th commit message:
      
      - Allow escaping of * and _ by surrounding with spaces.
      
        Per Markdown documentation:
      
        "But if you surround an * or _ with spaces, it’ll be treated as a
        literal asterisk or underscore."
      
      - More correct support for inline code blocks.
      
      - Adjust Markdown highlighting tests to fit readability, rather than
        100% conformance with Markdown documentation.
      
        Although unclosed italics, bold, and inline code would not be
        formatted by a Markdown parser, it is extremely helpful to have the
        styles added even when it is not yet closed. It may be a good idea
        to add an 'incomplete' flag for each at some point, in order to
        style it (and mark it) as different. Perhaps piggyback off of
        "error".
      75ff4561
    • Marijn Haverbeke's avatar
      [shell mode] Fix unsafe use of object · 16521ef1
      Marijn Haverbeke authored
      Parsing the word constructor would look up words["constructor"], and
      return Object.prototype.constructor instead of a style string.
      
      Closes #793
      16521ef1
  6. Sep 03, 2012
Loading