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; //DumpExceptionBackTrace;
end; end;
end; end;
{$ifdef VerboseCodeHelp}
debugln(['TCodeHelpManager.GetHTMLHint ',HTMLHint]);
{$endif}
end; end;
function TCodeHelpManager.GetHTMLHintForNode(CTTool: TFindDeclarationTool; function TCodeHelpManager.GetHTMLHintForNode(CTTool: TFindDeclarationTool;

View File

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