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