search for: downarrow

Displaying 6 results from an estimated 6 matches for "downarrow".

2010 Mar 20
4
Displaying an image in a Rails form_for
Hi, I''ve got a public\images\DownArrow.jpg and app\views\expenses\new.html.erb that want to present this image in the following context: <p> <%= f.label :vendor %><br /> <%= f.text_field :vendor %> <%= f.image "DownArrow.jpg" %> <br> <%= select_tag "test",...
2012 Oct 10
2
history() does not work?
Hi, > history() gives Error in savehistory(file) : no history available to save although I can scroll throu history with C^uparrow an C^downarrow. How can I make history() work and/or show the current history in a file, so that I can choose from previous commands? The web did not throw up anything useful. TIA --Christian -- Christian W. Hoffmann, CH - 8915 Hausen am Albis, Switzerland Rigiblickstrasse 15 b, Tel.+41-44-7640853 c-w.hoff...
2007 Sep 21
3
TextMate Bundle and exception when switching to alternate file.
Hey, sorry if this is something better suited to another list. I''ve encountered a strange problem with the RSpec.tmbundle in trunk - namely that it was raising an exception when pressing ctrl-shift-downarrow (switch between spec and source - "Alternate File"). I tracked down the issue to be handling of the file_type in switch_command.rb#content_for() - the code expected the type string to be just ''spec'' when it can be ''view spec'' or ''model spec...
1998 Sep 28
0
adding math(s) symbols to src/main/plotmath.c
...quot;, 163, + "infinity", 165, + "clubsuit", 167, + "diamondsuit", 168, + "heartsuit", 169, + "spadesuit", 170, + "biarrow", 171, + "leftarrow", 172, + "uparrow", 173, + "rightarrow", 174, + "downarrow", 175, + "degree", 176, + "plusminus", 177, + "gteq", 179, + "times", 180, + "propto", 181, + "partial", 182, + "bullet", 183, + "divide", 184, + "notequal", 185, + "equiv", 186, + &q...
2012 Oct 10
0
history() does not work? 2
Hi, > history() gives Error in savehistory(file) : no history available to save although I can scroll throu history with C^uparrow an C^downarrow. How can I make history() work and/or show the current history in a *file*, so that I can choose from previous commands? The notion of having readline enabled: How can I do that on mac osx? I work with R version 2.15.1 (2012-06-22) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) TIA --Ch...
2007 Dec 12
0
Alternate file jump in Textmate
Hello all, Using RSpec 1.1 RC from the SVN source. Running in Textmate with the bundle, all working good. Got a problem with the Alternate File jump (Ctl Shift DownArrow) because it works fine in Rails with the html.erb templates, but I can not figure out how to get it working with HAML templates that I am using. For ref, my specs are called: spec/views/users/edit.html.haml_spec.rb For the corresponding view: app/views/users/edit.html.haml When I try the jum...