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 56257 - Allow change of separator for StringArrayEditor
Summary: Allow change of separator for StringArrayEditor
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2005-03-11 11:40 UTC by Jaroslav Tulach
Modified: 2008-12-22 17:26 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Test, fix and api changes (10.53 KB, patch)
2005-03-11 11:52 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2005-03-11 11:40:56 UTC
Ludo's team is using StringArrayEditor, but they would like to change the 
default separator (",") for something else. This can be easily suplied by 
ExPropertyEditor's properties mechanism. I'll attach diff with proposed 
changes.
Comment 1 Jaroslav Tulach 2005-03-11 11:52:12 UTC
Created attachment 20778 [details]
Test, fix and api changes
Comment 2 Jaroslav Tulach 2005-03-11 11:54:14 UTC
I plan to integrate on Feb18, but if reviewers agree, I'd be happy to 
integrate sooner. 
Comment 3 _ ludo 2005-03-11 12:13:11 UTC
Feb18?
:-)
I would really prefer to integrate before March18, if this is what you mean...
I tested it on my laptop, and so far, I am fine with the change and the test.
Comment 4 Jaroslav Tulach 2005-03-17 10:09:45 UTC
I am sorry for my "date" confusion. As there were no other comments, I will 
integrate tomorrow. 
Comment 5 Jaroslav Tulach 2005-03-18 07:13:12 UTC
cvs ci -m "#56257: StringArrayEditor honors item.separator" 
Checking in openide/openide-spec-vers.properties; 
/cvs/openide/openide-spec-vers.properties,v  <--  openide-spec-vers.properties 
new revision: 1.168; previous revision: 1.167 
done 
Checking in openide/api/doc/changes/apichanges.xml; 
/cvs/openide/api/doc/changes/apichanges.xml,v  <--  apichanges.xml 
new revision: 1.236; previous revision: 1.235 
done 
Checking in openide/api/doc/org/openide/explorer/doc-files/api.html; 
/cvs/openide/api/doc/org/openide/explorer/doc-files/api.html,v  <--  api.html 
new revision: 1.51; previous revision: 1.50 
done 
Checking in openide/arch/arch-openide-propertysheet.xml; 
/cvs/openide/arch/arch-openide-propertysheet.xml,v  <--  
arch-openide-propertysheet.xml 
new revision: 1.23; previous revision: 1.22 
done 
Checking in core/src/org/netbeans/beaninfo/editors/StringArrayEditor.java; 
/cvs/core/src/org/netbeans/beaninfo/editors/StringArrayEditor.java,v  <--  
StringArrayEditor.java 
new revision: 1.7; previous revision: 1.6 
done 
RCS 
file: /cvs/core/test/unit/src/org/netbeans/beaninfo/editors/StringArrayEditorTest.java,v 
done 
Checking in 
core/test/unit/src/org/netbeans/beaninfo/editors/StringArrayEditorTest.java; 
/cvs/core/test/unit/src/org/netbeans/beaninfo/