IDE: cleanup, formatting

git-svn-id: trunk@41366 -
This commit is contained in:
juha 2013-05-23 11:37:29 +00:00
parent 682d0a56aa
commit 202b33fcb8
2 changed files with 2 additions and 7 deletions

View File

@ -2443,9 +2443,6 @@ begin
//DumpExceptionBackTrace;
end;
end;
{$ifdef VerboseCodeHelp}
debugln(['TCodeHelpManager.GetHTMLHint ',HTMLHint]);
{$endif}
end;
function TCodeHelpManager.GetHTMLHintForNode(CTTool: TFindDeclarationTool;

View File

@ -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 '