basgren / railways

A plugin for RubyMine and IntelliJ IDEA Ultimate that adds a panel with routes of Ruby on Rails application.
MIT License
46 stars 18 forks source link

Please Copy Name for the Path Helper and the URL Helper #21

Closed shingo-nakanishi closed 8 years ago

shingo-nakanishi commented 8 years ago

"Routes" panel can not copy. Please Copy Name for the Path Helper and the URL Helper to my code. And copy Route.

basgren commented 8 years ago

Hi. Sorry - I was on vacation a couldn't respond. Could you please explain the issue? Is copy functionality broken? What IDE version do you have?

shingo-nakanishi commented 8 years ago

Thank you respond. this is enhancement.

RubyMine version is RubyMine8.

copy_to_clipboad

basgren commented 8 years ago

Thanks for the explanation! Will try to do something with that :)

basgren commented 8 years ago

I added more copy options in 0.8.4. Now you can copy route path from route table (using hotkeys or right-click) and from route info panel. From route info panel displayed value is copied as is, while from table you can copy full path (i.e. "GET /books/:id") via context menu or by pressing Ctrl + Shift + C. Also now it's possible to copy multiple rows at once.

Please let me know if it works fine for you.

shingo-nakanishi commented 8 years ago

@basgren Thank you!