mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-18 06:08:38 +02:00
simplewebservergui: comments
This commit is contained in:
parent
75c66ff51b
commit
b4ca7445ee
@ -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;
|
||||
|
@ -14,6 +14,7 @@ uses
|
||||
SimpleWebSrvStrConsts, SimpleWebSrvOptions, SimpleWebSrvController;
|
||||
|
||||
type
|
||||
|
||||
{ TSimpleWebSrvOptsFrame }
|
||||
|
||||
TSimpleWebSrvOptsFrame = class(TAbstractIDEOptionsEditor)
|
||||
|
Loading…
Reference in New Issue
Block a user