summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* postpone directory previews if not loaded yethut2009-12-202-3/+19
* fixed CTRL+Lhut2009-12-181-2/+2
* improved the file operationshut2009-12-181-10/+31
* notification widgethut2009-12-185-7/+110
* UI.redraw now redraws widgets. old redraw is now redraw_windowhut2009-12-183-5/+9
* added provisional filesystem operations (cp/cut/paste/delete/mkdir)hut2009-12-185-10/+103
* re-indented docstringshut2009-12-1713-57/+75
* added quick_open() in abstract Command classhut2009-12-171-0/+3
* quit command, aliaseshut2009-12-172-10/+23
* fixed colorschemes, added unittest for colorschemeshut2009-12-172-3/+34
* fixed history (fast_forward worked reversed)hut2009-12-171-3/+3
* added history to consolehut2009-12-172-16/+47
* extended history by a couple of methodshut2009-12-172-10/+33
* tons of stuffhut2009-12-178-38/+146
* fixed CD command / tab completionhut2009-12-153-49/+48
* Added console commands + tab completionhut2009-12-155-10/+180
* fine tuninghut2009-12-152-98/+107
* turned different console types into seperate subclasseshut2009-12-151-36/+46
* changed default key binding implementationhut2009-12-152-89/+79
* updated umlhut2009-12-154-5/+11
* cleanups, display link destinationshut2009-12-155-30/+71
* different way of squeezing the last columnhut2009-12-151-4/+14
* implemented statusbar widgethut2009-12-146-2/+187
* added an option for collapse_previewhut2009-12-143-1/+3
* fixed directory testhut2009-12-141-0/+3
* "poke" widgets, expand last column if there's no previewhut2009-12-144-9/+56
* Don't initialize options while importing.hut2009-12-143-42/+46
* updated / added testshut2009-12-139-24/+249
* clean ups, commentshut2009-12-1322-36/+77
* updated bookmarkshut2009-12-133-92/+143
* added docstrings everywherehut2009-12-1311-45/+137
* fixed issues with scrolling/invalid mouse bstateshut2009-12-132-3/+13
* implemented FileListContainerhut2009-12-128-52/+105
* updated UML projecthut2009-12-1220-2562/+1679
* merged main with __init__hut2009-12-125-93/+94
* clean ups/fixeshut2009-12-128-41/+58
* clean upshut2009-12-115-15/+7
* run all tests with a single executablehut2009-12-112-0/+16
* fixed cd-after-exithut2009-12-111-1/+1
* Reorganization of gui/widget hierarchy and directory structurehut2009-12-1117-247/+348
* restructurationshut2009-12-1121-104/+155
* add documentation of some builtin moduleshut2009-12-111-0/+5
* make_doc.py to generate documentationhut2009-12-111-0/+23
* moved/fixed testshut2009-12-117-1/+1
* moved commands from fm.py to actions.py, cleanupshut2009-12-117-194/+213
* Restructurationhut2009-12-1037-199/+302
* random stuffhut2009-12-063-0/+23
* jungle color schemehut2009-12-061-0/+50
* Renamed / added colorschemeshut2009-12-063-38/+58
* fix/clean ranger.helperhut2009-12-061-21/+23
an>location.hash; lineNum = lineNum.substr(1); /* strip off '#' */ if (lineNum.indexOf('L') == -1) { lineNum = 'L'+lineNum; } lineElem = document.getElementById(lineNum); /* Always jump to new location even if the line was hidden inside a fold, or * we corrected the raw number to a line ID. */ if (lineElem) { lineElem.scrollIntoView(true); } return true; } if ('onhashchange' in window) { window.onhashchange = JumpToLine; } --> </script> </head> <body onload='JumpToLine();'> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># To check our support for consoles in scenarios, rewrite tests from</span> <span id="L2" class="LineNr"> 2 </span><span class="Comment"># scenario_console.mu</span> <span id="L3" class="LineNr"> 3 </span><span class="Comment"># Tests for console interface.</span> <span id="L4" class="LineNr"> 4 </span> <span id="L5" class="LineNr"> 5 </span><span class="muScenario">scenario</span> read-key-in-mu [ <span id="L6" class="LineNr"> 6 </span> assume-console [ <span id="L7" class="LineNr"> 7 </span> <span class="Conceal">¦</span> type <span class="Constant">[abc]</span> <span id="L8" class="LineNr"> 8 </span> ] <span id="L9" class="LineNr"> 9 </span> run [ <span id="L10" class="LineNr">10 </span> <span class="Conceal">¦</span> 1:char, 2:bool <span class="Special">&lt;-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a> <span id="L11" class="LineNr">11 </span> <span class="Conceal">¦</span> 3:char, 4:bool <span class="Special">&lt;-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a> <span id="L12" class="LineNr">12 </span> <span class="Conceal">¦</span> 5:char, 6:bool <span class="Special">&lt;-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a> <span id="L13" class="LineNr">13 </span> <span class="Conceal">¦</span> 7:char, 8:bool <span class="Special">&lt;-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a> <span id="L14" class="LineNr">14 </span> ] <span id="L15" class="LineNr">15 </span> memory-should-contain [ <span id="L16" class="LineNr">16 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special">&lt;-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> <span id="L17" class="LineNr">17 </span> <span class="Conceal">¦</span><span class="Constant"> 2</span> <span class="Special">&lt;-</span><span class="Constant"> 1</span> <span id="L18" class="LineNr">18 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special">&lt;-</span><span class="Constant"> 98</span> <span class="Comment"># 'b'</span> <span id="L19" class="LineNr">19 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special">&lt;-</span><span class="Constant"> 1</span> <span id="L20" class="LineNr">20 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special">&lt;-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> <span id="L21" class="LineNr">21 </span> <span class="Conceal">¦</span><span class="Constant"> 6</span> <span class="Special">&lt;-</span><span class="Constant"> 1</span> <span id="L22" class="LineNr">22 </span> <span class="Conceal">¦</span><span class="Constant"> 7</span> <span class="Special">&lt;-</span><span class="Constant"> 0</span> <span class="Comment"># eof</span> <span id="L23" class="LineNr">23 </span> <span class="Conceal">¦</span><span class="Constant"> 8</span> <span class="Special">&lt;-</span><span class="Constant"> 1</span> <span id="L24" class="LineNr">24 </span> ] <span id="L25" class="LineNr">25 </span>] </pre> </body> </html> <!-- vim: set foldmethod=manual : -->