comparison dwtx/jface/text/templates/persistence/TemplateStore.d @ 135:65801ad2b265

Regex fix for anon classes
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:52:31 +0200
parents 51e6e63f930e
children 6dcb0baaa031
comparison
equal deleted inserted replaced
134:51e6e63f930e 135:65801ad2b265
124 * 124 *
125 * @since 3.2 125 * @since 3.2
126 */ 126 */
127 public final void startListeningForPreferenceChanges() { 127 public final void startListeningForPreferenceChanges() {
128 if (fPropertyListener is null) { 128 if (fPropertyListener is null) {
129 fPropertyListener= new IPropertyChangeListener() { 129 fPropertyListener= new class() IPropertyChangeListener {
130 public void propertyChange(PropertyChangeEvent event) { 130 public void propertyChange(PropertyChangeEvent event) {
131 /* 131 /*
132 * Don't load if we are in the process of saving ourselves. We are in sync anyway after the 132 * Don't load if we are in the process of saving ourselves. We are in sync anyway after the
133 * save operation, and clients may trigger reloading by listening to preference store 133 * save operation, and clients may trigger reloading by listening to preference store
134 * updates. 134 * updates.