From 049d26d60f8b4af598397f48204ec9b1751a7322 Mon Sep 17 00:00:00 2001 From: Eric Winger Date: Thu, 15 Nov 2018 11:08:20 -0800 Subject: [PATCH] Fixes #243 Ctrl-N not working runtime image missing method removed by image stripper --- sources/JadeiteProjectsBrowserPresenter.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/JadeiteProjectsBrowserPresenter.cls b/sources/JadeiteProjectsBrowserPresenter.cls index fdc13803..7e630705 100644 --- a/sources/JadeiteProjectsBrowserPresenter.cls +++ b/sources/JadeiteProjectsBrowserPresenter.cls @@ -706,7 +706,7 @@ jadeInspect jadeMenuStrings false ifTrue: [ - self abortTransaction; commitTransaction; newWorkspace; openSystemBrowser; findClass; gotoClass; refreshFromServer; exit. + self abortTransaction; commitTransaction; newBrowser; addSystemBrowser; maximizeCode; findClass; gotoClass; refreshFromServer; exit. ]. ^#( '&Jadeite'