How to remove list entry in the Rails App Settings Dialog
Permanently deleted user
创建于
Hi I have an entry in the 'rails application setting' dialog under 'rails template' drop down list that I wish to remove; does anybody know how this is done. Thanks
The file name is so long it has expanded the dialog box over 2500 px and has made using the dialog cumbersome. Since this I have renamed all my templates to shorter names. But I need to remove this one as even though this one is not selected the dialog is the size of the largest filename in the select box list which is this one. Thanks David
At current moment you cannot delete it using UI. But you can edit xml file with templates settings. 0. Quit from RubyMine 1. Go to configuration folder:
WinXP:
C:\Documents and Settings\<user>\.RubyMine10\config
Vista:
C:\Users\<user>\.RubyMine10\config
2. Open file .\options\rubysettings.xml 3. You need wizardRailsFacetTemplates option, e.g:
Please attach a screenshot
The file name is so long it has expanded the dialog box over 2500 px and has made using the dialog cumbersome.
Since this I have renamed all my templates to shorter names. But I need to remove this one as even though this one is not selected the dialog is the size of the largest filename in the select box list which is this one.
Thanks
David
At current moment you cannot delete it using UI. But you can edit xml file with templates settings.
0. Quit from RubyMine
1. Go to configuration folder:
2. Open file .\options\rubysettings.xml
3. You need wizardRailsFacetTemplates option, e.g:
I've filed an issue about this usability problem - http://www.jetbrains.net/jira/browse/RUBY-4551
Hi
Thanks for the help
Regards
David