pas2js: showing install menu item

This commit is contained in:
mattias 2024-04-05 20:41:31 +02:00
parent 944fda4e6d
commit 4564e60ba5
2 changed files with 0 additions and 4 deletions

View File

@ -7,8 +7,6 @@
- set compileserver.exe in simplewebservergui
ToDo:
- test download timeout or wrong url
- download progress
- download pas2js via https
- download zip: delete old files
- resourcestrings

View File

@ -349,10 +349,8 @@ begin
PJSOptions.Load;
TPJSController.Instance.Hook; // this registers macros and events
{$IFDEF EnablePas2jsInstall}
// register menu item
RegisterIDEMenuCommand(itmOptionsDialogs,'Pas2jsInstall','Install/Update Pas2js',@Pas2JSHandler.OnInstallPas2js);
{$ENDIF}
// register new-project items
RegisterProjectDescriptor(TProjectPas2JSWebApp.Create);