mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:50:19 +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
|
- set compileserver.exe in simplewebservergui
|
||||||
|
|
||||||
ToDo:
|
ToDo:
|
||||||
- test download timeout or wrong url
|
|
||||||
- download progress
|
|
||||||
- download pas2js via https
|
- download pas2js via https
|
||||||
- download zip: delete old files
|
- download zip: delete old files
|
||||||
- resourcestrings
|
- resourcestrings
|
||||||
|
@ -349,10 +349,8 @@ begin
|
|||||||
PJSOptions.Load;
|
PJSOptions.Load;
|
||||||
TPJSController.Instance.Hook; // this registers macros and events
|
TPJSController.Instance.Hook; // this registers macros and events
|
||||||
|
|
||||||
{$IFDEF EnablePas2jsInstall}
|
|
||||||
// register menu item
|
// register menu item
|
||||||
RegisterIDEMenuCommand(itmOptionsDialogs,'Pas2jsInstall','Install/Update Pas2js',@Pas2JSHandler.OnInstallPas2js);
|
RegisterIDEMenuCommand(itmOptionsDialogs,'Pas2jsInstall','Install/Update Pas2js',@Pas2JSHandler.OnInstallPas2js);
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
// register new-project items
|
// register new-project items
|
||||||
RegisterProjectDescriptor(TProjectPas2JSWebApp.Create);
|
RegisterProjectDescriptor(TProjectPas2JSWebApp.Create);
|
||||||
|
Loading…
Reference in New Issue
Block a user