mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 19:58:18 +02:00
pas2js: showing install menu item
This commit is contained in:
parent
944fda4e6d
commit
4564e60ba5
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user