Rails Console Doesn't wrap Results

Does anyone know how to make the rails console in Ruby Mine automatcially wrap the resutls? Right now, the results show on a single line.

Thanks.

-- Rodney

0
6 comments
Avatar
Permanently deleted user

Hi Rodney,

Does anyone know how to make the rails console in Ruby Mine automatcially wrap the resutls? Right now, the results show on a single line.


RubyMine doesn't have wrap functionality within editors yet, but it is
in progress.

Regards,
Oleg


0
Avatar
Permanently deleted user

Thanks Oleg. Definitely looking forward to it. Rails console in Rubymine is very challenging when results have hundreds of characters.

0
Avatar
Permanently deleted user

Thanks. I read that one. I would love that feature as well but this one is about things like all the windows that should output from commands like console, server log and rails console where you run test commands like "Books.find(:all, :limit => 500)". This command would return 500 books on one long line with no wrapping.

0

Our console view window is based on the same Editor component. So soft-wrap feature for all editors will allow us to enable it in consoles.

0

Hello Rodney,

Does anyone know how to make the rails console in Ruby Mine
automatcially wrap the resutls? Right now, the results show on a
single line.


At the moment this is not possible. We plan to implement word wrapping in
the editors and console in RubyMine 2.5.

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Please sign in to leave a comment.