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 218983 - Go to file opens property files as MultiBundleStructure not as single file
Summary: Go to file opens property files as MultiBundleStructure not as single file
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 13:46 UTC by Milutin Kristofic
Modified: 2013-01-08 02:23 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 Milutin Kristofic 2012-09-25 13:46:15 UTC
FileSearchAction in jumpto project fires

/jumpto/src/org/netbeans/modules/jumpto/file/FileDescription.java

open() where it receives dataobject from fileobject.

I would like to see Dataobject
/properties/src/org/netbeans/modules/properties/PropertiesDataObject.java

not as MultiBundleStructure but simple property editor.
Comment 1 Jan Peska 2013-01-03 13:49:22 UTC
In http://hg.netbeans.org/main-golden/rev/1b5cfdcd1598 changeset the behavior of this method was slightly changed. 

Originally it called EditorCookie and then OpenCookie as a fallback. In the changeset the EditorCookie was replaced by LineCookie but properties does not implement.

I think that you should add another fallback to EditorCookie if there is no LineCookie and leave OpenCookie as the last choice.
Comment 2 Tomas Zezula 2013-01-07 14:52:06 UTC
Fixed jet-main da12cd57cf02
Comment 3 Quality Engineering 2013-01-08 02:23:08 UTC
Integrated into 'main-golden', will be available in build *201301080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/da12cd57cf02
User: Tomas Zezula <tzezula@netbeans.org>
Log: #218983:Go to file opens property files as MultiBundleStructure not as single file