simplewebservergui: comments

This commit is contained in:
mattias 2022-04-10 11:48:39 +02:00
parent 75c66ff51b
commit b4ca7445ee
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
Working: Working:
- Start/Stop compileserver - Start/Stop compileserver
- server log - server log
- on socketerror find conflicting process (Linux, Windows, macos) - on socketerror find conflicting process (Linux, Windows, Macos)
- on socketerror find free port (Linux, Windows, macos) - on socketerror find free port (Linux, Windows, Macos)
- option: port - option: port
- option: interfaceaddress - option: interfaceaddress
- change port - change port
@ -33,7 +33,6 @@ ToDos:
- log with time and port - log with time and port
- ide macro SWSExe param: 'base', 'used' and '' - ide macro SWSExe param: 'base', 'used' and ''
- Windows: add GetUDPTable2 - Windows: add GetUDPTable2
- resourcestrings
- SSL - SSL
} }
unit SimpleWebSrvController; unit SimpleWebSrvController;

View File

@ -14,6 +14,7 @@ uses
SimpleWebSrvStrConsts, SimpleWebSrvOptions, SimpleWebSrvController; SimpleWebSrvStrConsts, SimpleWebSrvOptions, SimpleWebSrvController;
type type
{ TSimpleWebSrvOptsFrame } { TSimpleWebSrvOptsFrame }
TSimpleWebSrvOptsFrame = class(TAbstractIDEOptionsEditor) TSimpleWebSrvOptsFrame = class(TAbstractIDEOptionsEditor)