comparison dwtx/jface/bindings/keys/SWTKeyLookup.d @ 40:da5ad8eedf5d

debug prints, dwt.dwthelper restructure, ...
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 08:59:39 +0200
parents e0f0aaf75edd
children 04b47443bb01
comparison
equal deleted inserted replaced
39:644f1334b451 40:da5ad8eedf5d
19 19
20 import dwt.DWT; 20 import dwt.DWT;
21 import dwtx.jface.util.Util; 21 import dwtx.jface.util.Util;
22 22
23 import dwt.dwthelper.utils; 23 import dwt.dwthelper.utils;
24 import dwt.dwthelper.Integer;
25 24
26 /** 25 /**
27 * <p> 26 * <p>
28 * A look-up table for the formal grammar for keys, and the integer values they 27 * A look-up table for the formal grammar for keys, and the integer values they
29 * represent. This look-up table is hard-coded to use DWT representations. By 28 * represent. This look-up table is hard-coded to use DWT representations. By