mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 15:25:07 +02:00
removed dependency on synedit
git-svn-id: trunk@9803 -
This commit is contained in:
parent
ec973c78eb
commit
e119fd2ed8
@ -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:=':';
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user