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 2425 - Open File launcher could offer to start the IDE if it did not receive a response
Summary: Open File launcher could offer to start the IDE if it did not receive a response
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Open File (show other bugs)
Version: 3.x
Hardware: All All
: P4 enhancement (vote)
Assignee: issues@utilities
URL:
Keywords:
: 14029 (view as bug list)
Depends on: 31396
Blocks:
  Show dependency tree
 
Reported: 1999-07-10 19:09 UTC by Jesse Glick
Modified: 2003-12-11 14:27 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 1999-07-10 19:09:36 UTC
E.g. -autostart PATH_TO_IDE.

However, would require callbacks even for -nowait.

Could be useful even for remote connections, if someone has ssh scripts or something. :-)
Comment 1 Jesse Glick 2000-11-02 10:11:59 UTC
Cf. discussion on nbdev (initiated Ian Formanek).

Suggested: in this case start the IDE with a system property telling Open File
code to open some file, rather than trying to do it via the socket or a special
commandline option.
Comment 2 Jan Chalupa 2001-05-06 15:21:33 UTC
Target milestone -> 3.3
Comment 3 Peter Zavadsky 2001-08-08 08:27:55 UTC
*** Issue 14029 has been marked as a duplicate of this issue. ***
Comment 4 Jan Chalupa 2001-11-27 17:26:36 UTC
Target milestone -> 3.3.1.
Comment 5 Marek Grummich 2002-07-22 11:55:29 UTC
Set target milestone to TBD
Comment 6 Marek Grummich 2002-07-22 11:57:24 UTC
Set target milestone to TBD
Comment 7 Jesse Glick 2003-09-11 19:11:06 UTC
Should be fine now, as part of issue #31396. Impl of issue #32054 will
check for existence of userdir lock and if it does not find one - or
if it finds one but fails to connect to the IDE instance supposedly
associated with it - will start the IDE and open the supplied file.