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

View File

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