This commit is contained in:
Basile Burg 2014-08-08 01:34:14 +02:00
parent 60dda598ed
commit 6dccc904f1
4 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
module CoeditPlug;
module CoeditPlug;
/*
Under linux:

View File

@ -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;

View File

@ -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

View File

@ -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]);