From the link: https://github.com/jugyo/SublimeRubyEval and http://kevinthompson.info/blog/2013/02/07/execute-ruby-code-inside-of-sublime-text.html. I got a good link to run the code in the editor itself like `IRB`. I have installed "RubyEval" using the ST2 package manger. Now can''t understand how to run the code? what is `super+k` command? I don''t understand what''s the hot key to run the code? can anyone help me for the same? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ed087ca6d06fd92fbc94ca7defc89d2e%40ruby-forum.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
Super is Command-key on Mac and Win-key on PC. Additionally, verify if you have in Keys Preferences something like that: { "keys": ["super+k"],"command": "ruby_eval"} Saludos, Ulises Cabanillas Sent with Airmail On 30 de mayo de 2013 at 17:13:06, Love U Ruby (lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org) wrote: From the link: https://github.com/jugyo/SublimeRubyEval and http://kevinthompson.info/blog/2013/02/07/execute-ruby-code-inside-of-sublime-text.html. I got a good link to run the code in the editor itself like `IRB`. I have installed "RubyEval" using the ST2 package manger. Now can''t understand how to run the code? what is `super+k` command? I don''t understand what''s the hot key to run the code? can anyone help me for the same? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ed087ca6d06fd92fbc94ca7defc89d2e%40ruby-forum.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/etPan.51aa1add.6b8b4567.9a45%40ULISESMBP.local?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
Yes, that has been configured. but when pressed `super + k`. nothing comes. On Saturday, June 1, 2013 9:31:33 PM UTC+5:30, Ulises Cabanillas wrote:> > Super is Command-key on Mac and Win-key on PC. > > Additionally, verify if you have in Keys Preferences something like that: > { "keys": ["super+k"],"command": "ruby_eval"} > > > Saludos, > Ulises Cabanillas > Sent with Airmail <http://airmailapp.info/tracking> > > On 30 de mayo de 2013 at 17:13:06, Love U Ruby (li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org<javascript:>) > wrote: > > From the link: https://github.com/jugyo/SublimeRubyEval and > > http://kevinthompson.info/blog/2013/02/07/execute-ruby-code-inside-of-sublime-text.html. > > > I got a good link to run the code in the editor itself like `IRB`. I > have installed "RubyEval" using the ST2 package manger. Now can''t > understand how to run the code? > > what is `super+k` command? I don''t understand what''s the hot key to run > the code? > > can anyone help me for the same? > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-ta...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. > To post to this group, send email to rubyonra...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:>. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/ed087ca6d06fd92fbc94ca7defc89d2e%40ruby-forum.com?hl=en-US. > > For more options, visit https://groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fb2442bc-94ca-42ad-b21c-08ad4e7456ef%40googlegroups.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
Ulises Cabanillas wrote in post #1110998:> Super is Command-key on Mac and Win-key on PC. > Additionally, verify if you have in Keys Preferences something like > that: {"keys": ["super+k"],"command": "ruby_eval"}Yes,I checked the that it is there. But still the code is not running with `super+k`. please help! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/140ddad99bb5e880e10dedd572ae97f0%40ruby-forum.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.