comparison dwtx/jface/text/rules/RuleBasedPartitioner.d @ 150:5cf141e43417

...
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 23:05:26 +0200
parents 75302ef3f92f
children eb21d3dfc767
comparison
equal deleted inserted replaced
149:b411f1c62131 150:5cf141e43417
126 /* 126 /*
127 * @see dwtx.jface.text.IDocumentPartitionerExtension2#getManagingPositionCategories() 127 * @see dwtx.jface.text.IDocumentPartitionerExtension2#getManagingPositionCategories()
128 * @since 3.0 128 * @since 3.0
129 */ 129 */
130 public String[] getManagingPositionCategories() { 130 public String[] getManagingPositionCategories() {
131 return new String[] { fPositionCategory }; 131 return [ fPositionCategory ];
132 } 132 }
133 133
134 /* 134 /*
135 * @see IDocumentPartitioner#connect 135 * @see IDocumentPartitioner#connect
136 */ 136 */