comparison dwtx/jface/text/source/SourceViewerConfiguration.d @ 153:f70d9508c95c

Fix java Collection imports
author Frank Benoit <benoit@tionex.de>
date Mon, 25 Aug 2008 00:27:31 +0200
parents 02cd5f1224d3
children 25f1f92fa3df
comparison
equal deleted inserted replaced
152:07f3bab17e54 153:f70d9508c95c
76 76
77 77
78 import dwt.dwthelper.utils; 78 import dwt.dwthelper.utils;
79 79
80 80
81 import java.util.Arrays; 81 import dwtx.dwtxhelper.Collection;
82 82
83 import dwt.DWT; 83 import dwt.DWT;
84 import dwt.graphics.RGB; 84 import dwt.graphics.RGB;
85 import dwt.widgets.Shell; 85 import dwt.widgets.Shell;
86 import dwtx.jface.text.DefaultAutoIndentStrategy; 86 import dwtx.jface.text.DefaultAutoIndentStrategy;