removed dependency on synedit

git-svn-id: trunk@9803 -
This commit is contained in:
vincents 2006-09-03 17:51:30 +00:00
parent ec973c78eb
commit e119fd2ed8
2 changed files with 3 additions and 3 deletions

View File

@ -200,7 +200,7 @@ function StringListPartToText(List: TStrings; FromIndex, ToIndex: integer;
// environment
function GetCurrentUserName: string;
function GetCurrentMailAddress: string;
procedure GetProgramSearchPath(var SearchPath: string; var Delim: char);
procedure GetProgramSearchPath(var SearchPath: string; out Delim: char);
function ProgramDirectory: string;
// debugging
@ -2002,7 +2002,7 @@ begin
Result:='<'+GetCurrentUserName+'@'+GetEnvironmentVariable('HOSTNAME')+'>';
end;
procedure GetProgramSearchPath(var SearchPath: string; var Delim: char);
procedure GetProgramSearchPath(var SearchPath: string; out Delim: char);
begin
SearchPath:=GetEnvironmentVariable('PATH');
Delim:=':';

View File

@ -35,7 +35,7 @@ uses
LCLIntf, LCLType, LCLProc,
Forms, Classes, SysUtils, Buttons, LResources, StdCtrls, Controls,
Dialogs, StringHashList,
SynEdit, SynEditKeyCmds, Laz_XMLCfg,
SynEditKeyCmds, Laz_XMLCfg,
LazarusIDEStrConsts, TextTools, IDECommands;
type