mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
IDE: cleanup, formatting
git-svn-id: trunk@41366 -
This commit is contained in:
parent
682d0a56aa
commit
202b33fcb8
@ -2443,9 +2443,6 @@ begin
|
||||
//DumpExceptionBackTrace;
|
||||
end;
|
||||
end;
|
||||
{$ifdef VerboseCodeHelp}
|
||||
debugln(['TCodeHelpManager.GetHTMLHint ',HTMLHint]);
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
function TCodeHelpManager.GetHTMLHintForNode(CTTool: TFindDeclarationTool;
|
||||
|
@ -3660,15 +3660,13 @@ resourcestring
|
||||
lisLaunchingApplicationInvalid = 'Launching application invalid';
|
||||
lisTheLaunchingApplicationDoesNotExistsOrIsNotExecuta = 'The launching '
|
||||
+'application %s%s%'
|
||||
+'s%sdoes not exist or is not executable.%s%sSee Run -> Run parameters -> '
|
||||
+'Local';
|
||||
+'s%sdoes not exist or is not executable.%s%sSee Run -> Run parameters -> Local';
|
||||
lisTheLaunchingApplicationBundleDoesNotExists = 'The Application Bundle %s'
|
||||
+'%sneeded for execution does not exist or is not executable.%sDo you want to create one?'
|
||||
+'%s%sSee Project -> Project Options -> Application for settings.';
|
||||
lisDebuggerInvalid = 'Debugger invalid';
|
||||
lisTheDebuggerDoesNotExistsOrIsNotExecutableSeeEnviro = 'The debugger %s%s%'
|
||||
+'s%sdoes not exist or is not executable.%s%sSee Tools -> Options -> Debugger '
|
||||
+'options';
|
||||
+'s%sdoes not exist or is not executable.%s%sSee Tools -> Options -> Debugger options';
|
||||
lisUnableToRun = 'Unable to run';
|
||||
lisTheDestinationDirectoryDoesNotExistPleaseCheckTheP = 'The destination '
|
||||
+'directory %s%s%s does not exist.%sPlease check the project target file '
|
||||
|
Loading…
Reference in New Issue
Block a user