mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 00:19:32 +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.length := CFStringGetLength(AString);
|
||||
|
||||
StrSize:=0;
|
||||
CFStringGetBytes(AString, StrRange, Encoding,
|
||||
Ord('?'), False, nil, 0, StrSize);
|
||||
SetLength(Result, StrSize);
|
||||
|
@ -41,7 +41,7 @@ uses
|
||||
ExprEval, BasicCodeTools, CodeToolManager, DefineTemplates, CodeCache,
|
||||
FileProcs, CodeToolsCfgScript,
|
||||
// LazUtils
|
||||
LConvEncoding, FileUtil, LazFileUtils, LazUtilities, LazFileCache, LazUTF8,
|
||||
LConvEncoding, FileUtil, LazFileUtils, LazFileCache, LazUTF8,
|
||||
Laz2_XMLCfg,
|
||||
// IDEIntf
|
||||
IDEOptionsIntf, ProjectIntf, MacroIntf, IDEDialogs, IDEExternToolIntf,
|
||||
|
Loading…
Reference in New Issue
Block a user