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 16137 - xemacs/gvim can not show current file
Summary: xemacs/gvim can not show current file
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: externaleditor (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on: 20442
Blocks:
  Show dependency tree
 
Reported: 2001-10-02 16:45 UTC by Sherry Zhou
Modified: 2009-12-21 06:58 UTC (History)
0 users

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 Sherry Zhou 2001-10-02 16:45:17 UTC
Netbean version : 20010925
ifdef:   nightly
vim:    /set/workshop/rufous/ifdef/vim_build/sparc-S2/bin/vim
xemacs:
/net/extend2/opt/SUNWspro/contrib/contrib6.1/XEmacs21.1.9/bin/sparc-sun-solaris2.6/xemacs

Load several files into xemacs/gvim  from ide explorer. When open one of
them again from explorer, xemace/gvim can not switch to this file. users have to
manually select it from exmacs/gvim buffer. It seems to users that ide having
problem to open these files.
Comment 1 Melih Ovadya 2002-02-06 00:40:00 UTC
I kindda solved this problem. With my fix it is now working 99% . The 
only time it fails, happens if one tries to double-click on a 
filename which is both opened in external editor and which is the 
selected text buffer in NB's dummy source editor. Since everything is 
implemented via focus in NB, it ignores if someone tries to open a 
file which has already the focus.

Because of that 1%, I am not marking this bug fixed, but I am only 
lowering its priority. 

Two possible solutions to keep in mind which may fix the problem 
totally are:
1)In DefaultContainerImpl::setSelectedTopComponent(tc) don't return 
if the TopComponent is already selected. Go ahead and reselect that 
component.
2)somehow add a listener to the Node so that we get notified each 
time one double-clicks in Explorer window.
Comment 2 Jan Chalupa 2002-10-27 17:44:11 UTC
[S1S-EVAL]
Comment 3 Quality Engineering 2009-12-21 06:58:25 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team