|
|
@ -123,9 +123,9 @@ public class DesignerActivator extends Activator { |
|
|
|
public void start() { |
|
|
|
public void start() { |
|
|
|
List<LocaleMarker> markers = rightCollectMutable(InterMutableKey.Path); |
|
|
|
List<LocaleMarker> markers = rightCollectMutable(InterMutableKey.Path); |
|
|
|
for (LocaleMarker marker : markers) { |
|
|
|
for (LocaleMarker marker : markers) { |
|
|
|
// if (marker.match(LocaleScope.DESIGN)) {
|
|
|
|
if (marker.match(LocaleScope.DESIGN)) { |
|
|
|
Toolkit.addResource(marker.getPath()); |
|
|
|
Toolkit.addResource(marker.getPath()); |
|
|
|
// }
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
designerModuleStart(); |
|
|
|
designerModuleStart(); |
|
|
|
preLoadPane(); |
|
|
|
preLoadPane(); |
|
|
|