mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:19:22 +02:00
IDE: less hints
git-svn-id: trunk@49613 -
This commit is contained in:
parent
08c9621520
commit
570d64b4ed
@ -168,6 +168,7 @@ begin
|
|||||||
StrRange.location := 0;
|
StrRange.location := 0;
|
||||||
StrRange.length := CFStringGetLength(AString);
|
StrRange.length := CFStringGetLength(AString);
|
||||||
|
|
||||||
|
StrSize:=0;
|
||||||
CFStringGetBytes(AString, StrRange, Encoding,
|
CFStringGetBytes(AString, StrRange, Encoding,
|
||||||
Ord('?'), False, nil, 0, StrSize);
|
Ord('?'), False, nil, 0, StrSize);
|
||||||
SetLength(Result, StrSize);
|
SetLength(Result, StrSize);
|
||||||
|
@ -41,7 +41,7 @@ uses
|
|||||||
ExprEval, BasicCodeTools, CodeToolManager, DefineTemplates, CodeCache,
|
ExprEval, BasicCodeTools, CodeToolManager, DefineTemplates, CodeCache,
|
||||||
FileProcs, CodeToolsCfgScript,
|
FileProcs, CodeToolsCfgScript,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LConvEncoding, FileUtil, LazFileUtils, LazUtilities, LazFileCache, LazUTF8,
|
LConvEncoding, FileUtil, LazFileUtils, LazFileCache, LazUTF8,
|
||||||
Laz2_XMLCfg,
|
Laz2_XMLCfg,
|
||||||
// IDEIntf
|
// IDEIntf
|
||||||
IDEOptionsIntf, ProjectIntf, MacroIntf, IDEDialogs, IDEExternToolIntf,
|
IDEOptionsIntf, ProjectIntf, MacroIntf, IDEDialogs, IDEExternToolIntf,
|
||||||
|
Loading…
Reference in New Issue
Block a user