comparison dwtx/jface/text/formatter/ContextBasedFormattingStrategy.d @ 134:51e6e63f930e

Regex fix for casts
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:46:20 +0200
parents c4fb132a086c
children 75302ef3f92f
comparison
equal deleted inserted replaced
133:7d818bd32d63 134:51e6e63f930e
47 47
48 /* 48 /*
49 * @see dwtx.jface.text.formatter.IFormattingStrategyExtension#format() 49 * @see dwtx.jface.text.formatter.IFormattingStrategyExtension#format()
50 */ 50 */
51 public void format() { 51 public void format() {
52 fCurrentPreferences= (Map)fPreferences.removeFirst(); 52 fCurrentPreferences= cast(Map)fPreferences.removeFirst();
53 } 53 }
54 54
55 /* 55 /*
56 * @see dwtx.jface.text.formatter.IFormattingStrategy#format(java.lang.String, bool, java.lang.String, int[]) 56 * @see dwtx.jface.text.formatter.IFormattingStrategy#format(java.lang.String, bool, java.lang.String, int[])
57 */ 57 */