Desactivate automatic I18n display on view
Hi Guys,
I'm using Rubymine 3.2.3 and in my views the editor display by default the localised version of the strings, and when the mouse cursor is on a string the code is effectively displayed (like <%= t('app.start_on') %> instead of <%= "Started on" %>.
I've been searching in vain how to deactivate this feature, does anybody knows where it is ? I dont want Rubymine to translate the string in the views, i prefer seeing all the t.("blah") calls.
Thanks
Matt
Attachment(s):
Screen Shot 2011-08-08 at 12.35.52 PM.png
Screen Shot 2011-08-08 at 12.35.57 PM.png
Please sign in to leave a comment.
Hello Matt,
It cannot be configured in RubyMine 3.2.3. I've filed an issue - http://youtrack.jetbrains.net/issue/RUBY-9117, please track it.
Thanks Roman !