mirror of https://gitlab.com/basile.b/dexed.git
typos
This commit is contained in:
parent
60dda598ed
commit
6dccc904f1
|
@ -53,7 +53,7 @@ begin
|
||||||
exit;
|
exit;
|
||||||
while DCD_client.Running do;
|
while DCD_client.Running do;
|
||||||
DCD_client.Parameters.Clear;
|
DCD_client.Parameters.Clear;
|
||||||
DCD_client.Parameters.Add(--shutdown);
|
DCD_client.Parameters.Add('--shutdown');
|
||||||
DCD_client.Execute;
|
DCD_client.Execute;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
|
@ -280,8 +280,6 @@ begin
|
||||||
srcpos := curr.SelStart;
|
srcpos := curr.SelStart;
|
||||||
if curr.GetWordAtRowCol(curr.LogicalCaretXY) <> '' then
|
if curr.GetWordAtRowCol(curr.LogicalCaretXY) <> '' then
|
||||||
ce_dcd.getSymbolLoc(fname, srcpos);
|
ce_dcd.getSymbolLoc(fname, srcpos);
|
||||||
CEMainForm.MessageWidget.addCeInf(fname);
|
|
||||||
CEMainForm.MessageWidget.addCeInf(intToStr(srcpos));
|
|
||||||
if fname <> ftempname then if fileExists(fname) then
|
if fname <> ftempname then if fileExists(fname) then
|
||||||
CEMainForm.openFile(fname);
|
CEMainForm.openFile(fname);
|
||||||
if srcpos <> -1 then
|
if srcpos <> -1 then
|
||||||
|
|
|
@ -76,6 +76,7 @@ var
|
||||||
begin
|
begin
|
||||||
if not dcdOn then exit;
|
if not dcdOn then exit;
|
||||||
//
|
//
|
||||||
|
//ce_dcd.stopServer;
|
||||||
for i := 0 to fCol.Count-1 do
|
for i := 0 to fCol.Count-1 do
|
||||||
begin
|
begin
|
||||||
itm := TLibraryItem(fCol.Items[i]);
|
itm := TLibraryItem(fCol.Items[i]);
|
||||||
|
|
Loading…
Reference in New Issue