Skip to content
Snippets Groups Projects
  1. Mar 05, 2013
  2. Mar 03, 2013
  3. Mar 01, 2013
  4. Feb 22, 2013
    • Metatheos's avatar
      [vim keymap] better r, t, new +/-/_ · 6d456805
      Metatheos authored
      - handling special keys better for commands requiring a character
      - r can operate on selection
      - fixed: t moves back if character not found
      - +/-/_ via extension of moveByLines motion
      6d456805
  5. Feb 15, 2013
    • Metatheos's avatar
      [vim mode] Added gj/gk, :noh, defineEx(). Better :{num}, <{Key}> handling · 3eae20a2
      Metatheos authored
      - gj/gk for moveByDisplayLines motion, allows vertical movement within
      wrapped lines
      - :noh[lsearch] is now an ex-command
      - new ex-commands can be defined through api, using
      CodeMirror.Vim.defineEx()
      - :{number} should now move to line with {number} on the gutter
      - parseKeyString now also accepts keys like <Space> (in addition to
      <C-{Key}>)
      3eae20a2
  6. Jan 22, 2013
  7. Jan 21, 2013
    • Adam King's avatar
      Fix for invalid matching symbol in vim keymap. · b2b2c516
      Adam King authored
      When the matching symbol of a closing bracket is on a different
      line, it will match to the incorrect opening bracket. For example,
      go to http://codemirror.net/demo/vim.html and place the cursor on
      the closing brace at line 11 and press '%'.  It will incorrectly
      match the opening brace on line 4 instead of the brace on line 8.
      This patch fixes that by starting the line search at the *end* of
      the line when searching backwards.
      b2b2c516
    • Marijn Haverbeke's avatar
      Implement first-class docs and linked docs · 381d89d4
      Marijn Haverbeke authored
       - Move a lot of methods from the CodeMirror to the Doc prototype
       - Allow getting, attaching, and copying of Doc objects
       - Add linkedDoc to create documents that stay in sync
       - Allow such linked docs to be sub-view on their parent
       - Rewrite history handling
       - Remove the concept of a view
      
      Documentation still failing.
      381d89d4
  8. Jan 04, 2013
  9. Jan 02, 2013
  10. Dec 30, 2012
  11. Dec 18, 2012
  12. Dec 17, 2012
  13. Dec 10, 2012
  14. Dec 07, 2012
  15. Dec 04, 2012
  16. Dec 03, 2012
Loading