mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:39:14 +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;
|
//DumpExceptionBackTrace;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
{$ifdef VerboseCodeHelp}
|
|
||||||
debugln(['TCodeHelpManager.GetHTMLHint ',HTMLHint]);
|
|
||||||
{$endif}
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCodeHelpManager.GetHTMLHintForNode(CTTool: TFindDeclarationTool;
|
function TCodeHelpManager.GetHTMLHintForNode(CTTool: TFindDeclarationTool;
|
||||||
|
@ -3660,15 +3660,13 @@ resourcestring
|
|||||||
lisLaunchingApplicationInvalid = 'Launching application invalid';
|
lisLaunchingApplicationInvalid = 'Launching application invalid';
|
||||||
lisTheLaunchingApplicationDoesNotExistsOrIsNotExecuta = 'The launching '
|
lisTheLaunchingApplicationDoesNotExistsOrIsNotExecuta = 'The launching '
|
||||||
+'application %s%s%'
|
+'application %s%s%'
|
||||||
+'s%sdoes not exist or is not executable.%s%sSee Run -> Run parameters -> '
|
+'s%sdoes not exist or is not executable.%s%sSee Run -> Run parameters -> Local';
|
||||||
+'Local';
|
|
||||||
lisTheLaunchingApplicationBundleDoesNotExists = 'The Application Bundle %s'
|
lisTheLaunchingApplicationBundleDoesNotExists = 'The Application Bundle %s'
|
||||||
+'%sneeded for execution does not exist or is not executable.%sDo you want to create one?'
|
+'%sneeded for execution does not exist or is not executable.%sDo you want to create one?'
|
||||||
+'%s%sSee Project -> Project Options -> Application for settings.';
|
+'%s%sSee Project -> Project Options -> Application for settings.';
|
||||||
lisDebuggerInvalid = 'Debugger invalid';
|
lisDebuggerInvalid = 'Debugger invalid';
|
||||||
lisTheDebuggerDoesNotExistsOrIsNotExecutableSeeEnviro = 'The debugger %s%s%'
|
lisTheDebuggerDoesNotExistsOrIsNotExecutableSeeEnviro = 'The debugger %s%s%'
|
||||||
+'s%sdoes not exist or is not executable.%s%sSee Tools -> Options -> Debugger '
|
+'s%sdoes not exist or is not executable.%s%sSee Tools -> Options -> Debugger options';
|
||||||
+'options';
|
|
||||||
lisUnableToRun = 'Unable to run';
|
lisUnableToRun = 'Unable to run';
|
||||||
lisTheDestinationDirectoryDoesNotExistPleaseCheckTheP = 'The destination '
|
lisTheDestinationDirectoryDoesNotExistPleaseCheckTheP = 'The destination '
|
||||||
+'directory %s%s%s does not exist.%sPlease check the project target file '
|
+'directory %s%s%s does not exist.%sPlease check the project target file '
|
||||||
|
Loading…
Reference in New Issue
Block a user