Searched +refs:mac +refs:scroll +refs:up +refs:line (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js26 var mac = ios || /Mac/.test(navigator.platform);
32 var flipCtrlCmd = mac && (qtwebkit || opera && (opera_version == null || opera_version < 12.11));
111 // Blinky cursor, and element used to ensure cursor fits at the end of a line
132 d.scroller = elt("div", [scrollerInner], "CodeMirror-scroll");
153 // Used to only resize the line number gutter when necessary (when
178 // Tracks the maximum line length so that the horizontal scrollbar
196 cm.doc.iter(function(line) {
197 if (line.stateAfter) line.stateAfter = null;
198 if (line
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim7 " Contributors: Chris Ruprecht <chrup@mac.com> (Chris, where are you now?)
51 " If you like to highlight the whole line of
70 syn keyword ProgressReserved fram[e] frame-col frame-db frame-down frame-field frame-file frame-inde[x] frame-line frame-name frame-row frame-val[ue]
74 syn keyword ProgressReserved last last-even[t] last-key last-of lastkey ldbname leave library like line-count[er] listi[ng] locked lookup machine-class
82 syn keyword ProgressReserved scroll sdbname search seek select self session set setuser[id] share[-lock] shared show-stat[s] skip some space status stream
84 syn keyword ProgressReserved to today top-only trans trans[action] trigger triggers trim true underl[ine] undo unform[atted] union unique unix up update
120 " This next line works reasonably well.
126 " operation appears at the beginning or end of a line.
127 " This next line trips up o
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim28 " If on a continued comment line, go back to the first comment line
29 let lnum = line(".")
30 let line = getline(lnum)
31 while line[0] == "\t"
33 let line = getline(lnum)
36 " <CR> on a "set" line executes the option line
37 if match(line, "^ \tset ") >= 0
44 exe line
[all...]

Completed in 198 milliseconds