mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 07:38:14 +02:00
fpweb: less hints
This commit is contained in:
parent
2d2575d452
commit
d89c23fbeb
@ -381,6 +381,7 @@ end;
|
||||
|
||||
function ShowEditInputTagForm(const ATagType:string; const ADefValue:string = ''):string;
|
||||
begin
|
||||
Result:='';
|
||||
If Not CheckEditor then Exit;
|
||||
With TFpwebNewHTMLInputForm.Create(Application) do
|
||||
try
|
||||
@ -733,8 +734,6 @@ begin
|
||||
end;
|
||||
|
||||
procedure InsertTextToCurEditor(const S: string);
|
||||
var
|
||||
i:integer;
|
||||
begin
|
||||
{ TODO -oalexs : Add code for positiopn cursor to position of char |, also insert curent selection into new string at position of %s }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user