This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188886 - control browser launching
Summary: control browser launching
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 23:31 UTC by yadav
Modified: 2011-01-28 20:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yadav 2010-07-22 23:31:16 UTC
in my rails project, i would like a way to turn off a new browser opening everytime i run my project. it get annoying for me to have to close a new instance of the browser each time.

a) please put in a new setting "none" under tool > options > general > web browser 

this setting should prevent a external browser being launched each time

b) a better fix would be to be able to check if a browser is already opened, or was previously launched by the ide and not keep launching new instance each time
Comment 1 Petr Jiricka 2010-07-26 15:57:59 UTC
I think this should be addressed on the side of the Rails project, which is consistent with the way it is done for Java webapps and PHP.