Babel Pseudo Translations Index for tools.cdt
Version: 3.7.0.v20120721081147
- tools.cdt705379 Eclipse C/C++ Development Tools
- tools.cdt705380 Eclipse CDT
- tools.cdt705381 Create a Hello World Program in C++
- tools.cdt705382 Hello World
- tools.cdt705383 Debug Update Modes
- tools.cdt705384 Debug Services Framework
- tools.cdt705385 CDT-DSF Debug Services Framework
- tools.cdt705386 C/C++ debugging with the DSF GDB debugger
- tools.cdt705387 CDT DSF-GDB - GDB Debugging
- tools.cdt705388 Commands for C/C++ debugging
- tools.cdt705389 CDT Debug - C/C++ Development Tools
- tools.cdt705390 C/C++ debugging with the CDI (legacy) GDB debugger
- tools.cdt705391 CDT CDI-GDB - GDB Debugging (Legacy)
- tools.cdt697177 Eclipse CDT
- tools.cdt697178 CDT GCC Cross Compiler Support
- tools.cdt697187 Eclipse CDT
- tools.cdt697188 Codan Checkers
- tools.cdt697189 Assignment in condition
- tools.cdt697190 Finds statements like 'if (a=b)'
- tools.cdt697191 Possible assignment in condition ''{0}''
- tools.cdt697192 Assignment in condition
- tools.cdt697193 StatementHasNoEffectChecker
- tools.cdt697194 Finds statements like 'a;' or '-a;' or 'a-b;' which do no seems to have any side effect therefore su ...
- tools.cdt697195 Statement has no effect ''{0}''
- tools.cdt697196 Statement has no effect
- tools.cdt697197 NonVirtualDestructorChecker
- tools.cdt697198 If destructor is not declared virtual - destructor of derived class would not be called.
- tools.cdt697199 Class ''{0}'' has virtual method ''{1}'' but non-virtual destructor
- tools.cdt697200 Class has a virtual method and non-virtual destructor
- tools.cdt697201 CatchByReferenceChecker
- tools.cdt697202 Catching by reference is recommended by C++ experts, "Throw by value, catch by reference". ...
- tools.cdt697203 Catching by reference is recommended ''{0}''
- tools.cdt697204 Catching by reference is recommended
- tools.cdt697205 SuggestedParenthesisChecker
- tools.cdt697206 This checker finds problems related to either lack of understanding precedence of operators or missp ...
- tools.cdt697207 Suggested parenthesis around expression ''{0}''
- tools.cdt697208 Suggested parenthesis around expression
- tools.cdt697209 NamingConventionFunctionChecker
- tools.cdt697210 Finds and reports functions name of which does not match pattern parameter
- tools.cdt697211 Bad function name "{0}" (pattern /{1}/)
- tools.cdt697212 Name convention for function
- tools.cdt697213 Return inconsistencies
- tools.cdt697214 Return statement has no return value, if somebody would use return value from this function it would ...
- tools.cdt697215 Return without value, in function returning non-void
- tools.cdt697216 No return value
- tools.cdt697217 Return statement has a value, but function is declared to return void. Did you mean to declare funct ...
- tools.cdt697218 Return has value, in function returning void
- tools.cdt697219 Unused return value
- tools.cdt697220 No return statement in a function which is declared to return value
- tools.cdt697221 No return, in function returning non-void
- tools.cdt697222 No return
- tools.cdt697223 Format String
- tools.cdt697224 Finds statements lead to format string vulnerability (e.g. 'char[5] str; scanf("%10s", str ...
- tools.cdt697225 Format string vulnerability in ''{0}''
- tools.cdt697226 Format String Vulnerability
- tools.cdt697227 Assignment to itself
- tools.cdt697228 Assignment to itself ''{0}''
- tools.cdt697229 Assignment to itself
- tools.cdt697230 Finds expression where left and right side of the assignment is the same, i.e. 'var = var'
- tools.cdt697231 Return with parenthesis
- tools.cdt697232 Return with parenthesis
- tools.cdt697233 Return statement has invalid style. Return value should be surrounded by parenthesis
- tools.cdt697234 Checks for return statements that do no return the value in parenthesis. For example 'return 0;'
- tools.cdt697235 Suspicious semicolon
- tools.cdt697236 Suspicious semicolon
- tools.cdt697237 Suspicious semicolon
- tools.cdt697238 A semicolon is used as a null statement in a condition. For example, 'if(expression);'
- tools.cdt697239 No break at end of case
- tools.cdt697240 Looks for "case" statements which end without a "break" statement
- tools.cdt697241 No break at the end of this case
- tools.cdt697242 Problem Binding Checker
- tools.cdt697243 Name resolution problem found by the indexer
- tools.cdt697244 Symbol ''{0}'' could not be resolved
- tools.cdt697245 Symbol is not resolved
- tools.cdt697246 Name resolution problem found by the indexer
- tools.cdt697247 Invalid overload of ''{0}''
- tools.cdt697248 Invalid overload
- tools.cdt697249 Name resolution problem found by the indexer
- tools.cdt697250 ''{0}'' is ambiguous ''{1}''
- tools.cdt697251 Ambiguous problem
- tools.cdt697252 Name resolution problem found by the indexer
- tools.cdt697253 Circular inheritance encountered in ''{0}''
- tools.cdt697254 Circular inheritance
- tools.cdt697255 Name resolution problem found by the indexer
- tools.cdt697256 Invalid redeclaration of ''{0}''
- tools.cdt697257 Invalid redeclaration
- tools.cdt697258 Name resolution problem found by the indexer
- tools.cdt697259 Invalid redefinition of ''{0}''
- tools.cdt697260 Invalid redefinition
- tools.cdt697261 Name resolution problem found by the indexer
- tools.cdt697262 Member declaration not found
- tools.cdt697263 Member declaration not found
- tools.cdt697264 Name resolution problem found by the indexer
- tools.cdt697265 Label ''{0}'' not found
- tools.cdt697266 Label statement not found
- tools.cdt697267 Name resolution problem found by the indexer
- tools.cdt697268 Invalid template arguments
- tools.cdt697269 Invalid template argument
- tools.cdt697270 Name resolution problem found by the indexer
- tools.cdt697271 Type ''{0}'' could not be resolved
- tools.cdt697272 Type cannot be resolved
- tools.cdt697273 Name resolution problem found by the indexer
- tools.cdt697274 Function ''{0}'' could not be resolved
- tools.cdt697275 Function cannot be resolved
- tools.cdt697276 Name resolution problem found by the indexer
- tools.cdt697277 Invalid arguments ''{0}''
- tools.cdt697278 Invalid arguments
- tools.cdt697279 Name resolution problem found by the indexer
- tools.cdt697280 Method ''{0}'' could not be resolved
- tools.cdt697281 Method cannot be resolved
- tools.cdt697282 Name resolution problem found by the indexer
- tools.cdt697283 Field ''{0}'' could not be resolved
- tools.cdt697284 Field cannot be resolved
- tools.cdt697285 Abstract class cannot be instantiated
- tools.cdt697286 Abstract class cannot be instantiated
- tools.cdt697287 The type ''{0}'' must implement the inherited pure virtual method ''{1}''
- tools.cdt697288 All inherited pure virtual methods must be implemented to allow instantiation of the class
- tools.cdt697289 Unused symbols and declarations in file scope
- tools.cdt697290 Finds unused global variable declarations in file scope
- tools.cdt697291 Unused declaration of variable ''{0}''
- tools.cdt697292 Unused variable declaration in file scope
- tools.cdt697293 Finds unused function declarations
- tools.cdt697294 Unused declaration of function ''{0}''
- tools.cdt697295 Unused function declaration
- tools.cdt697296 Finds static functions which cannot be possible used not being referenced inside the file
- tools.cdt697297 Unused static function ''{0}''
- tools.cdt697298 Unused static function
- tools.cdt697299 Comment text to suppress the problem (regular expression):
- tools.cdt697300 Check also empty case statement (except if last)
- tools.cdt697301 Check also the last case statement
- tools.cdt697302 Report a problem if type cannot be resolved
- tools.cdt697303 Name Pattern
- tools.cdt697304 Also check C++ method names
- tools.cdt697305 Also check functions with implicit return value
- tools.cdt697306 Exceptions (value of the problem argument)
- tools.cdt697307 Value of the argument
- tools.cdt697308 Report problem in statements that comes from macro expansion
- tools.cdt697309 Suggest parenthesis around not operator
- tools.cdt697310 Report an error if semicolon is right after else statement
- tools.cdt697311 Do not report an error after 'if' when 'else' exists
- tools.cdt697312 Candidates are:
- tools.cdt697313 Identifier character sequence:
- tools.cdt697314 Exceptions (identifier character sequence)
- tools.cdt697179 Eclipse CDT
- tools.cdt697180 Codan Checkers Ui
- tools.cdt697181 Change to use '&'
- tools.cdt697182 Change to '=='
- tools.cdt697183 Surround with '()'
- tools.cdt697184 Create field
- tools.cdt697185 Create local variable
- tools.cdt697186 Create parameter
- tools.cdt697317 Eclipse CDT
- tools.cdt697318 Code Analysis Core
- tools.cdt697319 Code Analysis Project Builder
- tools.cdt697320 Code Analysis Nature
- tools.cdt697321 Code Analysis Problem
- tools.cdt697322 Potential Programming Problems
- tools.cdt697323 Coding Style
- tools.cdt697324 Syntax and Semantic Errors
- tools.cdt697325 Code Analysis Checkers
- tools.cdt697326 Semantic Error
- tools.cdt697327 Security Vulnerabilities
- tools.cdt697328 Error: project {0} does not exist
- tools.cdt697329 Running code analysis on project
- tools.cdt697330 Running code analysis on workspace
- tools.cdt697331 Usage: [options] <project1> <project2> ...
- tools.cdt697332 Options:
- tools.cdt697333 -all - run on all projects in workspace
- tools.cdt697334 -verbose - print verbose build information
- tools.cdt697335 Code analysis on
- tools.cdt697336 Error
- tools.cdt697337 Info
- tools.cdt697338 Warning
- tools.cdt697339 Exclusion and Inclusion
- tools.cdt697315 Eclipse CDT
- tools.cdt697316 Code Analysis Core for C/C++
- tools.cdt697344 Eclipse CDT
- tools.cdt697345 Code Analysis UI
- tools.cdt697346 Run Code Analysis
- tools.cdt697347 Code Analysis
- tools.cdt697348 Code Analysis
- tools.cdt697349 Launching
- tools.cdt697350 Code Analysis
- tools.cdt697351 Run Code Analysis
- tools.cdt697352 Problem Details
- tools.cdt697353 Codan Problem Details
- tools.cdt697354 Codan Marker Resolution
- tools.cdt697355 Code Analysis Problems
- tools.cdt697356 Code Analysis Problem Type
- tools.cdt697357 Unknown
- tools.cdt697358 Programming Problems
- tools.cdt697359 Semantic Errors
- tools.cdt697360 Coding Style
- tools.cdt697361 Codan Errors
- tools.cdt697362 Codan Warnings
- tools.cdt697363 Codan Info
- tools.cdt697364 Customize Problem...
- tools.cdt697365 Set launch method for checkers, you can override this by editing individual problem settings
- tools.cdt697366 Run as you &type (selected checkers)
- tools.cdt697367 &Run with build
- tools.cdt697368 Selection cannot be empty
- tools.cdt697369 Customize Selected...
- tools.cdt697370 Description:
- tools.cdt697371 This problem has extra preferences
- tools.cdt697372 Info
- tools.cdt697373 Message:
- tools.cdt697374 No description
- tools.cdt697375 Parameters:
- tools.cdt697376 Launching
- tools.cdt697377 Preferences
- tools.cdt697378 Scope
- tools.cdt697379 Edit problem preferences, scope and launch options
- tools.cdt697380 Customize Problem...
- tools.cdt697381 Running Code Analysis
- tools.cdt697382 <do not change>
- tools.cdt697383 This problem is enabled
- tools.cdt697384 Message Pattern
- tools.cdt697385 New Value
- tools.cdt697386 No extra preferences
- tools.cdt697387 Severity
- tools.cdt697388 Name
- tools.cdt697389 Problems
- tools.cdt697390 Severity
- tools.cdt697391 Sample Message:
- tools.cdt697392 Use &workspace settings
- tools.cdt697393 Use pr&oject settings
- tools.cdt697394 &Configure Workspace Settings...
- tools.cdt697395 Cannot write resource property
- tools.cdt697396 Inclusion and Exclusion Patterns
- tools.cdt697397 Included and excluded resources for ''{0}''.
- tools.cdt697398 Add or remove inclusion and exclusion patterns to resources for which problem is reported
- tools.cdt697399 E&xclusion patterns:
- tools.cdt697400 I&nclusion patterns:
- tools.cdt697401 A&dd...
- tools.cdt697402 Add &Multiple...
- tools.cdt697403 &Remove
- tools.cdt697404 &Edit...
- tools.cdt697405 &Add...
- tools.cdt697406 Add M&ultiple...
- tools.cdt697407 Rem&ove
- tools.cdt697408 Edi&t...
- tools.cdt697409 Exclusion Pattern Selection
- tools.cdt697410 &Choose folders or files to exclude:
- tools.cdt697411 Inclusion Pattern Selection
- tools.cdt697412 &Choose folders or files to include:
- tools.cdt697413 Add Exclusion Pattern
- tools.cdt697414 Edit Exclusion Pattern
- tools.cdt697415 Enter a pattern for excluding files from the source folder. Allowed wildcards are '*', '?' and '**'. ...
- tools.cdt697416 E&xclusion pattern (Path relative to ''{0}''):
- tools.cdt697417 Add Inclusion Pattern
- tools.cdt697418 Edit Inclusion Pattern
- tools.cdt697419 Enter a pattern for including files to the source folder. Allowed wildcards are '*', '?' and '**'. E ...
- tools.cdt697420 I&nclusion pattern (Path relative to ''{0}''):
- tools.cdt697421 Bro&wse...
- tools.cdt697422 Enter a pattern.
- tools.cdt697423 Pattern must be a relative path.
- tools.cdt697424 Pattern already exists.
- tools.cdt697425 Exclusion Pattern Selection
- tools.cdt697426 &Choose a folder or file to exclude:
- tools.cdt697427 Inclusion Pattern Selection
- tools.cdt697428 &Choose a folder or file to include:
- tools.cdt697429 Run as you type
- tools.cdt697430 Run on demand
- tools.cdt697431 Run on full build
- tools.cdt697432 Run on incremental build
- tools.cdt697340 Run C/C++ Code Analysis
- tools.cdt697341 Eclipse CDT
- tools.cdt697342 Codan Analysis UI for C/C++
- tools.cdt697343 C
- tools.cdt697459 Location to index {0} does not exist
- tools.cdt697460 Option {0} takes exactly {1} parameters
- tools.cdt697461 Error creating class {0} from project refresh settings
- tools.cdt697462 Error instantiating XML document builder.
- tools.cdt697463 Error instantiating XML transformer.
- tools.cdt697464 Error transforming XML.
- tools.cdt697465 Error parsing refresh settings from project {0}
- tools.cdt697466 Error loading refresh settings: no project description for project {0}
- tools.cdt697467 Resource Exclusions
- tools.cdt697468 illegal kind
- tools.cdt697469 illegal kind
- tools.cdt697470 illegal kind
- tools.cdt697471 illegal type
- tools.cdt697472 PathEntryTranslator: failed to apply output entries: Build Data is null, ignoring..
- tools.cdt697473 no id attribute for configuration
- tools.cdt697474 failed to create configuration
- tools.cdt697475 no id attribute for folder data
- tools.cdt697476 no path attribute for folder data
- tools.cdt697477 failed to create folder data
- tools.cdt697478 no id attribute for file data
- tools.cdt697479 no path attribute for file data
- tools.cdt697480 failed to create file data
- tools.cdt697481 no id attribute for build data
- tools.cdt697482 failed to create build data
- tools.cdt697483 no id attribute for target platform data
- tools.cdt697484 failed to create target platform data
- tools.cdt697485 no id attribute for language data
- tools.cdt697486 failed to create language data
- tools.cdt697487 Internal Error:
- tools.cdt697488 Failed to initialize: {0}
- tools.cdt697489 Template Engine
- tools.cdt697490 Insufficient information to create new project
- tools.cdt697491 Condition block not executing:
- tools.cdt697492 Condition has an unexpandable macro:
- tools.cdt697493 Argument
- tools.cdt697494 \ has an unexpandable macro:
- tools.cdt697495 -->Error:
- tools.cdt697496 -->Success:
- tools.cdt697497 -->Info:
- tools.cdt697498 Unknown process:
- tools.cdt697499 Executed successfully with args:
- tools.cdt697500 Unexpected arguments found.
- tools.cdt697501 Missing arguments.
- tools.cdt697502 Argument type mismatch:
- tools.cdt697503 -->Error:
- tools.cdt697504 -->Success:
- tools.cdt697505 -->Info:
- tools.cdt697506 File not found:
- tools.cdt697507 Add File failure: template source not found:
- tools.cdt697508 Add Files failure: template source not found:
- tools.cdt697509 Add Files failure: cannot read template source:
- tools.cdt697510 Add File failure: cannot read template source:
- tools.cdt697511 Add Files failure: File already exists.
- tools.cdt697512 Add Files failure:
- tools.cdt697513 Add Files failure:
- tools.cdt697514 Add File failure: template source not found:
- tools.cdt697515 Add File failure: template source not found:
- tools.cdt697516 Add File failure: cannot read template source:
- tools.cdt697517 Add File failure: cannot read template source:
- tools.cdt697518 Add File failure:
- tools.cdt697519 Add Link failure:
- tools.cdt697520 SetMBSBooleanOptionValue failure:
- tools.cdt697521 SetMBSBooleanOptionValue failure: No such file exists:
- tools.cdt697522 SetMBSStringOptionValue failure:
- tools.cdt697523 SetMBSStringOptionValue failure: No such file exists:
- tools.cdt697524 SetMBSStringListOptionValues failure:
- tools.cdt697525 SetMBSStringListOptionValues failure: No such file exists:
- tools.cdt697526 New Project failure:
- tools.cdt697527 New Project failure: No Configurations specified for
- tools.cdt697528 Add File failure: template source not found:
- tools.cdt697529 Append failure: template source not found:
- tools.cdt697530 Append failure: cannot read template source:
- tools.cdt697531 Append failure: failed while trying to append contents.
- tools.cdt697532 AppendToMBSStringOptionValue failure:
- tools.cdt697533 AppendToMBSStringOptionValue failure: No such file exists:
- tools.cdt697534 AppendToMBSStringListOptionValues failure:
- tools.cdt697535 AppendToMBSStringListOptionValues failure: No such file exists:
- tools.cdt697536 Create Folder failure: project does not exist:
- tools.cdt697537 Create Folder failure:
- tools.cdt697538 Create Source Folder failure:
- tools.cdt697539 Create Include Folder failure: while setting include path:
- tools.cdt697540 ExcludeResources can only process CDT Managed projects
- tools.cdt697541 Add File failure: template source not found:
- tools.cdt697542 Copy failure: template source not found:
- tools.cdt697543 Copy failure: cannot read template source:
- tools.cdt697544 Copy failure: failed while copying contents.
- tools.cdt697545 Copy failure: failed while copying contents.
- tools.cdt697546 Add File failure: template source not found:
- tools.cdt697547 Copy failure: template source not found:
- tools.cdt697548 Copy failure: cannot read template source:
- tools.cdt697549 Append failure: failed while trying to append contents.
- tools.cdt697550 line {0}, external location: {1}
- tools.cdt697551 Build Error
- tools.cdt697552 Searching for Binaries
- tools.cdt697553 Parser/Scanner construction failure.
- tools.cdt697554 Parse failure
- tools.cdt697555 Archives
- tools.cdt697556 Binaries
- tools.cdt697557 Error in C Plugin
- tools.cdt697558 not a binary file
- tools.cdt697559 Null Format
- tools.cdt697560 Illegal container entry
- tools.cdt697561 Duplicate path entries found ({0}), path: [{1}]
- tools.cdt697562 Nested path entries
- tools.cdt697563 Invalid path
- tools.cdt697564 Command canceled
- tools.cdt697565 Project must have a cnature
- tools.cdt697566 No Binary Format
- tools.cdt697567 (Deprecated)
- tools.cdt697568 Invalid CDT Project owner ID
- tools.cdt697569 CDT Project already configured
- tools.cdt697570 An exception occurred during descriptor notification
- tools.cdt697571 No CDT Project owner
- tools.cdt697572 CDT Project async save
- tools.cdt697573 CDT Project owner not installed
- tools.cdt697574 CDTProject already exists
- tools.cdt697575 CDTProject already exists but does not match owner ID
- tools.cdt697576 CDTProject file not found
- tools.cdt697577 Missing owner id
- tools.cdt697578 Missing cdtproject element
- tools.cdt697579 Extension not found.
- tools.cdt697580 Internal Error
- tools.cdt697581 An exception occurred during resolver model change notification
- tools.cdt697582 Not a valid archive file.
- tools.cdt697583 Array to small
- tools.cdt697584 Not a PE format
- tools.cdt697585 Not ELF format
- tools.cdt697586 Not DOS EXE format
- tools.cdt697587 Not XCOFF32 format
- tools.cdt697588 Unknow machine/format
- tools.cdt697589 Path is null
- tools.cdt697590 No file associated with Binary
- tools.cdt697591 missing bytes
- tools.cdt697592 no more data
- tools.cdt697593 Cannot create pty
- tools.cdt697594 close error
- tools.cdt697595 Setting terminal size is not supported
- tools.cdt697596 Cannot run program "{0}": {1}
- tools.cdt697597 unknown C++ encoded name
- tools.cdt697598 Unknown debug format
- tools.cdt697599 CDT PathEntry variable not specified
- tools.cdt697600 CTags output file missing
- tools.cdt697601 CTags not installed or not in path
- tools.cdt697602 File not indexed because it was not built
- tools.cdt697603 Language not found
- tools.cdt697604 Indexer not found
- tools.cdt697605 PDOM Database has grown too large (> {1} bytes): {0}
- tools.cdt697606 C/C++ Indexer
- tools.cdt697607 Indexing
- tools.cdt697608 Update Monitor
- tools.cdt697609 The team-shared index cannot be imported, its format is no longer supported.
- tools.cdt697610 The team-shared index cannot be imported, it has been created with a more recent version of CDT.
- tools.cdt697611 Project: {0} is closed or inaccessible\!
- tools.cdt697612 Save preferences
- tools.cdt697613 the project is not a CDT project
- tools.cdt697614 description based descriptor operation can not be nested
- tools.cdt697615 can not perform descriptor operation based on the read only description
- tools.cdt697616 Failed to create descriptor
- tools.cdt697617 error: read-only configuration can not be used for CDescriptor
- tools.cdt697618 the project does not contain valid configurations
- tools.cdt697619 CDT Startup
- tools.cdt697620 Illegal usage of Eclipse variable: {0}
- tools.cdt697621 Changes
- tools.cdt697622 Generated Group
- tools.cdt697623 BUILD SYSTEM
- tools.cdt697624 ECLIPSE ENV
- tools.cdt697625 USER: PREFS
- tools.cdt697626 UNKNOWN
- tools.cdt697627 USER: CONFIG
- tools.cdt697628 Find Bindings
- tools.cdt697629 Cannot obtain index for project ''{0}''
- tools.cdt697630 Ignoring unrecognized implementation of IIndexProvider contributed by {0}
- tools.cdt697631 No compatible index fragment found for fragment id: {0}
- tools.cdt697632 ''{0}'' is an illegal identifier
- tools.cdt697633 ''{0} is an invalid identifier
- tools.cdt697634 ''{0}'' is a reserved keyword
- tools.cdt697635 Scope starts with underscore
- tools.cdt697636 Scope starts with lower case
- tools.cdt697637 Scope name is null
- tools.cdt697638 Scope name is empty
- tools.cdt697639 Scope name starts or ends with a '.'
- tools.cdt697640 Scope name contains blanks
- tools.cdt697641 Class name is null
- tools.cdt697642 Class name contains blanks
- tools.cdt697643 Class name contains $
- tools.cdt697644 Class name starts with underscore
- tools.cdt697645 Class name starts with lower case
- tools.cdt697646 Class name ''{0}'' is invalid
- tools.cdt697647 Namespace is null
- tools.cdt697648 Namespace contains blanks
- tools.cdt697649 Namespace contains $
- tools.cdt697650 Namespace starts with underscore
- tools.cdt697651 File name is blank
- tools.cdt697652 File name contains non-standard or illegal characters
- tools.cdt697653 File name contains spaces
- tools.cdt697654 File extension does not correspond to known header file types
- tools.cdt697655 File extension does not correspond to known source file types
- tools.cdt697656 Enum name is null
- tools.cdt697657 Enum name contains blanks
- tools.cdt697658 Enum name contains $
- tools.cdt697659 Enum name starts with underscore
- tools.cdt697660 Enum name starts with lower case
- tools.cdt697661 Enum name is invalid
- tools.cdt697662 Unexpected error
- tools.cdt697663 Address is outside valid range.
- tools.cdt697664 Internal error while trying to load XML document
- tools.cdt697665 Internal error while trying to serialize XML Document.
- tools.cdt697666 Operation requires one or more elements.
- tools.cdt697667 Operation requires a name.
- tools.cdt697668 Operation requires a path.
- tools.cdt697669 Operation requires an absolute path. Relative path specified was: ''{0}''
- tools.cdt697670 Operation requires a String.
- tools.cdt697671 Operation not supported for specified element type(s):
- tools.cdt697672 Operation canceled.
- tools.cdt697673 Container cannot be null.
- tools.cdt697674 Copying elements...
- tools.cdt697675 Moving elements...
- tools.cdt697676 Renaming elements...
- tools.cdt697677 Copying resources...
- tools.cdt697678 Moving resources...
- tools.cdt697679 Renaming resources...
- tools.cdt697680 Creating a field...
- tools.cdt697681 Creating a method...
- tools.cdt697682 Deleting elements...
- tools.cdt697683 Deleting resources...
- tools.cdt697684 Path ''{0}'' must denote location inside project {1}
- tools.cdt697685 Committing working copy...
- tools.cdt697686 Operation requires a path with no device. Path specified was: {0}
- tools.cdt697687 Element {0} does not exist.
- tools.cdt697688 Core exception.
- tools.cdt697689 Evaluation error: {0}.
- tools.cdt697690 I/O exception.
- tools.cdt697691 Index out of bounds.
- tools.cdt697692 Invalid contents specified.
- tools.cdt697693 Invalid destination: ''{0}''.
- tools.cdt697694 Invalid name specified: {0}.
- tools.cdt697695 Invalid path: ''{0}''.
- tools.cdt697696 Invalid project: {0}.
- tools.cdt697697 Invalid project path: {0}.
- tools.cdt697698 Invalid resource: {0}.
- tools.cdt697699 Invalid resource type for {0}.
- tools.cdt697700 Invalid sibling: {0}.
- tools.cdt697701 {0} already exists in target.
- tools.cdt697702 Cannot find local contents for resource: {0}
- tools.cdt697703 OK
- tools.cdt697704 Parser error.
- tools.cdt697705 {0} is read-only.
- tools.cdt697706 Update conflict.
- tools.cdt697707 Missing project folder or file: {0} for {1}
- tools.cdt697708 Include path not found ({0})
- tools.cdt697709 Source attachment not found ({0})
- tools.cdt697710 Library not found ({0})
- tools.cdt697711 Referenced project is not accessible
- tools.cdt697712 Referenced project is not a C/C++ project
- tools.cdt697713 Workspace include path inaccessible ({0})
- tools.cdt697714 Workspace library path inaccessible ({0})
- tools.cdt697715 (anonymous)
- tools.cdt697719 #error encountered with text: {0}
- tools.cdt697720 #warning encountered with text: {0}
- tools.cdt697721 Unresolved inclusion: {0}
- tools.cdt697722 Macro definition not found: {0}
- tools.cdt697723 Macro definition malformed for macro: {0}
- tools.cdt697724 Invalid macro redefinition for macro: {0}
- tools.cdt697725 Preprocessor conditionals unbalanced: {0}
- tools.cdt697726 Expression evaluation error for condition: {0}
- tools.cdt697727 Macro usage error for macro: {0}
- tools.cdt697728 Circular inclusion for file: {0}
- tools.cdt697729 Invalid preprocessor directive: {0}
- tools.cdt697730 Invalid use of macro pasting in macro: {0}
- tools.cdt697731 missing '')'' in parameter list of macro: {0}
- tools.cdt697732 __VA_ARGS__ can only appear in the expansion of a variadic macro
- tools.cdt697733 Invalid escape character encountered
- tools.cdt697734 Unbounded string encountered
- tools.cdt697735 Invalid floating point format encountered
- tools.cdt697736 Invalid binary format encountered
- tools.cdt697737 Invalid hexadecimal format encountered
- tools.cdt697738 Invalid octal format encountered
- tools.cdt697739 Invalid decimal format encountered
- tools.cdt697740 Assignment not allowed
- tools.cdt697741 Division by zero not allowed
- tools.cdt697742 Missing right parenthesis )
- tools.cdt697743 Expression syntax error
- tools.cdt697744 Illegal identifier in defined()
- tools.cdt697745 Bad conditional expression
- tools.cdt697746 Unexpected End Of File encountered
- tools.cdt697747 Bad character sequence encountered: {0}
- tools.cdt697748 Syntax error
- tools.cdt697749 Missing ';'
- tools.cdt697750 {0} in file: {1}:{2, number, integer}
- tools.cdt697751 Attempt to use symbol failed: {0}
- tools.cdt697752 Ambiguity encountered during lookup: {0}
- tools.cdt697753 A scope could not be created to represent the name {0}
- tools.cdt697754 Invalid type encountered in: {0}
- tools.cdt697755 Circular inheritance encountered in: {0}
- tools.cdt697756 Invalid overload of the name: {0}
- tools.cdt697757 Invalid using directive/declaration: {0}
- tools.cdt697758 A definition was not found for {0}
- tools.cdt697759 A declaration was not found for the K&R parameter {0}
- tools.cdt697760 A label statement was not found for the name {0}
- tools.cdt697761 Invalid redefinition of the name {0}
- tools.cdt697762 Invalid redeclaration of the name {0}
- tools.cdt697763 Recursion while looking up ''{0}''
- tools.cdt697764 A declaration could not be found for this member definition: {0}: return "ASTProblemFactor ...
- tools.cdt697765 A template id provides illegal arguments for the instantiation: {0}: return "ASTProblemFac ...
- tools.cdt697766 Type specification lacks a name
- tools.cdt697767 Type depends on an unresolved name
- tools.cdt697768 Illegally auto-typed static field
- tools.cdt697769 Failure to determine auto-type
- tools.cdt697770 Failure to determine type of expression
- tools.cdt697771 Failure to store type in the index
- tools.cdt697772 BTree degree must be >=2
- tools.cdt697773 Deletion of key not in btree: {0} mode={1}
- tools.cdt697774 BTree unknown deletion mode error
- tools.cdt697775 BTree integrity error
- tools.cdt697776 [{0} blanks inconsistent b={1} nb={2}]
- tools.cdt697777 [{0} wrong number of children with respect to key count]
- tools.cdt697778 [{0} key count out of range]
- tools.cdt697779 Leaf nodes at differing depths
- tools.cdt697780 Unable to translate location to internal format:
- tools.cdt697781 Unable to translate from internal format for
- tools.cdt697782 == Initializing
- tools.cdt697783 Generation failed: {0}
- tools.cdt697784 Pre-built index content is incomplete or out of date
- tools.cdt697785 IExportProjectProvider implementation of getLocationConverter() returned null ({0})
- tools.cdt697786 IExportProjectProvider implementation of createProject() returned null ({0})
- tools.cdt697787 Pre-built index content successfully generated
- tools.cdt697788 Could not find IExportProjectProvider: {0}
- tools.cdt697789 -pprovider not specified - defaulting to {0}
- tools.cdt697790 == Generation starts
- tools.cdt697791 {0} takes zero or one argument
- tools.cdt697792 == Generation ends
- tools.cdt697793 Collecting files (project ''{0}'')
- tools.cdt697794 Indexed ''{0}'' ({1} sources, {2} headers) in {3} sec: {4} declarations; {5} references; {6} unresol ...
- tools.cdt697795 The version of the cdt-index to import for project {0} does not match
- tools.cdt697796 Invalid Archive: {0}
- tools.cdt697797 Reading Index from archive
- tools.cdt697798 Reading checksums from archive
- tools.cdt697799 Checking files in project
- tools.cdt697800 Verifying Checksums
- tools.cdt697801 Updating File List
- tools.cdt697802 Importing Index
- tools.cdt697803 Error rebuilding index: {0}
- tools.cdt697804 Deleting task tags
- tools.cdt697805 {0} {1}
- tools.cdt697806 Updating task tags
- tools.cdt697807 Notify Index Change Listeners
- tools.cdt697808 Setting up indexer
- tools.cdt697809 Close database
- tools.cdt697810 Notify Listeners
- tools.cdt697811 {0}/{1} sources, {2} headers
- tools.cdt697812 A pdom already exists at location {0}
- tools.cdt697813 Creation of index was interrupted
- tools.cdt697814 Error resolving ''{0}'' in {1}.
- tools.cdt697815 Error while parsing {0}.
- tools.cdt697816 Computing checksums
- tools.cdt697817 Cannot create temp file
- tools.cdt697818 Export team shared index
- tools.cdt697819 Cannot write to temporary file
- tools.cdt697820 Error creating archive
- tools.cdt697821 parsing {0} ({1})
- tools.cdt697822 Error while parsing {0}.
- tools.cdt697823 Too many errors while indexing, stopping indexer.
- tools.cdt697824 illegal provider implementation
- tools.cdt697825 no provider defined
- tools.cdt697826 data was not created
- tools.cdt697827 expected proxy of type ICFileDescription, but was
- tools.cdt697828 data was not created
- tools.cdt697829 expected proxy of type ICFolderDescription, but was
- tools.cdt697830 configurations settings invalid
- tools.cdt697831 description is read only
- tools.cdt697832 illegal provider implementation
- tools.cdt697833 no provider defined
- tools.cdt697834 required build system is not installed
- tools.cdt697835 invalid project file format: no PROCESSING_INSTRUCTION_NODE defined
- tools.cdt697836 incompatible preference file format: versions do not match
- tools.cdt697837 invalid preference file format
- tools.cdt697838 invalid preference file format
- tools.cdt697839 storage file not found
- tools.cdt697840 invalid project file format: no PROCESSING_INSTRUCTION_NODE defined
- tools.cdt697841 incompatible project file format: versions do not match
- tools.cdt697842 invalid project file format
- tools.cdt697843 Initiating resource change handling..
- tools.cdt697844 invalid project file format
- tools.cdt697845 storage file not found
- tools.cdt697846 Serializing CDT Project settings..
- tools.cdt697847 Refreshing the project settings
- tools.cdt697848 workspace info element does not exist
- tools.cdt697849 Preference Configuration
- tools.cdt697850 attempt to set description for a project which does not exist or not open
- tools.cdt697851 unable to apply the invalid project description for project
- tools.cdt697852 Configuration with ID: {0} already exists in passed in settings storage
- tools.cdt697853 Failed to get storage for project:
- tools.cdt697854 Illegal delta kind
- tools.cdt697855 Wrong type of resource description:
- tools.cdt697856 data was not created
- tools.cdt697857 expected proxy of type ICLanguageSetting, but was
- tools.cdt697858 data was not created
- tools.cdt697859 expected proxy of type ICLanguageSetting, but was
- tools.cdt697860 writable ref info is requested for the read only config
- tools.cdt697861 invalid id: project name not specified
- tools.cdt697862 invalid setting provider class specified
- tools.cdt697863 provider element not specified
- tools.cdt697864 no project associated with the context
- tools.cdt697865 can not accept the not-context project description
- tools.cdt697866 C/C++ Development Tools Core
- tools.cdt697867 Eclipse CDT
- tools.cdt697868 C Nature
- tools.cdt697869 C++ Nature
- tools.cdt697870 C/C++ Problem
- tools.cdt697871 Path Entry Problem
- tools.cdt697872 C Builder Command
- tools.cdt697873 C Project
- tools.cdt697874 C Builder Console
- tools.cdt697875 Process List
- tools.cdt697876 Error Parser
- tools.cdt697877 Binary Parser
- tools.cdt697878 Path Entry Store
- tools.cdt697879 Scanner Information Provider
- tools.cdt697880 C/C++ Indexer
- tools.cdt697881 CDT Language
- tools.cdt697882 C/C++ Code Formatter
- tools.cdt697883 C/C++ Task
- tools.cdt697884 Indexer Marker
- tools.cdt697885 Elf Parser
- tools.cdt697886 GNU Elf Parser
- tools.cdt697887 PE Windows Parser
- tools.cdt697888 Cygwin PE Parser
- tools.cdt697889 AIX XCOFF32 Parser
- tools.cdt697890 Mach-O Parser (Deprecated)
- tools.cdt697891 Mach-O 64 Parser
- tools.cdt697892 HP-UX SOM Parser
- tools.cdt697893 CDT GNU C/C++ Error Parser
- tools.cdt697907 CDT GNU Linker Error Parser
- tools.cdt697914 CDT GNU Assembler Error Parser
- tools.cdt697915 CDT pushd/popd CWD Locator
- tools.cdt697916 CDT GNU Make Error Parser 7.0
- tools.cdt697917 CDT GNU Make Error Parser 6.0 (Deprecated)
- tools.cdt697918 CDT Visual C Error Parser
- tools.cdt697919 Path Entry Container Initializer
- tools.cdt697920 Assembly
- tools.cdt697921 C Source File
- tools.cdt697922 C++ Source File
- tools.cdt697923 Assembly Source File
- tools.cdt697924 C Header File
- tools.cdt697925 C++ Header File
- tools.cdt697926 C/C++ Development Tools Core for AIX
- tools.cdt697927 C/C++ Development Tools Core for Linux
- tools.cdt697928 C/C++ Development Tools Core for Linux (ia64)
- tools.cdt697929 C/C++ Development Tools Core for Linux (ppc)
- tools.cdt697930 C/C++ Development Tools Core for Linux (ppc64)
- tools.cdt697931 C/C++ Development Tools Core for Linux (x86)
- tools.cdt697932 C/C++ Development Tools Core for Linux (x86_64)
- tools.cdt697933 C/C++ Development Tools Core for QNX
- tools.cdt697934 C/C++ Development Tools Core for Solaris
- tools.cdt697935 C/C++ Development Tools Core for Windows
- tools.cdt697936 C/C++ Development Tools Core for MacOS X
- tools.cdt697937 C Source File
- tools.cdt697938 C Header File
- tools.cdt697939 C++ Source File
- tools.cdt697940 C++ Header File
- tools.cdt697941 Assembly Source File
- tools.cdt697942 Binary File
- tools.cdt697943 CDT PathEntry Variable
- tools.cdt697944 PDOM Provider
- tools.cdt697945 Fast Indexer
- tools.cdt697948 Assembly
- tools.cdt697949 CConfigurationData provider
- tools.cdt697950 project converter
- tools.cdt697951 CIndex
- tools.cdt697952 External Settings provider
- tools.cdt697953 GeneratePDOM
- tools.cdt697954 Default Provider
- tools.cdt697955 Templates Extension point
- tools.cdt697956 Process Types Extension point
- tools.cdt697957 Template Associations
- tools.cdt697958 Project Description Storage Extension point
- tools.cdt697959 Xml Storage (single file)
- tools.cdt697960 Xml Storage (Separate Files)
- tools.cdt697961 Scanner Info Provider
- tools.cdt697962 EFSExtensionProvider
- tools.cdt697963 Refresh Exclusion Factory
- tools.cdt697964 UNC Path Converter
- tools.cdt697447 LR Parser Plug-in
- tools.cdt697448 Eclipse CDT
- tools.cdt697449 LR Parser Plug-in
- tools.cdt697433 These settings are project-specific. The settings listed here override <a href="org.eclipse. ...
- tools.cdt697434 Support For XL C/C++ Language Extensions
- tools.cdt697435 Allow vector type declarations
- tools.cdt697436 Allow decimal floating-point types (_Decimal32, _Decimal64, _Decimal128)
- tools.cdt697437 Allow complex type in C++ (_Complex)
- tools.cdt697438 Allow 'restrict' keyword in C++ (restrict, __restrict, __restrict__)
- tools.cdt697439 Allow static assert declarations (__static_assert)
- tools.cdt697440 XLCParser Plug-in
- tools.cdt697441 Eclipse CDT
- tools.cdt697442 XLC Parser Plug-in
- tools.cdt697443 XL C
- tools.cdt697444 XL C++
- tools.cdt697445 XL C/C++ Language Options
- tools.cdt697453 UPC Parser Plug-in
- tools.cdt697454 Eclipse CDT
- tools.cdt697455 UPC Parser Plug-in
- tools.cdt697456 UPC Source File
- tools.cdt697457 upc_forall loop
- tools.cdt697458 UPC_MAX_BLOCKSIZE keyword
- tools.cdt697965 No such debugger
- tools.cdt697966 [line: {0}]
- tools.cdt697967 [address: {0}]
- tools.cdt697968 [function: {0}]
- tools.cdt697969 [ignore count: {0}]
- tools.cdt697970 [condition: {0}]
- tools.cdt697971 [expression: ''{0}'']
- tools.cdt697972 [memory space: {0}]
- tools.cdt697973 [units: {0}]
- tools.cdt697974 [type: {0}]
- tools.cdt697975 Regular
- tools.cdt697976 Hardware
- tools.cdt697977 Temporary
- tools.cdt697978 Software
- tools.cdt697979 A project was not specified in the launch configuration.
- tools.cdt697980 The project specified in the launch configuration is not a C/C++ one.
- tools.cdt697981 {0} not found
- tools.cdt697982 The program file specified in the launch configuration does not exist
- tools.cdt697983 A program file was not specified in the launch configuration.
- tools.cdt697984 Project {0} does not exist. Please check that your launch configuration specifies a valid project in ...
- tools.cdt697985 Project {0} is closed
- tools.cdt697986 Unable to parser binary information from file
- tools.cdt697987 Source lookup error
- tools.cdt697988 Absolute File Path
- tools.cdt697989 Program Relative File Path
- tools.cdt697990 Invalid global variables data.
- tools.cdt697991 Expression ''{0}'' evaluated to invalid address value.
- tools.cdt697992 Invalid expression type: ''{0}''
- tools.cdt697993 Invalid expression: ''{0}''
- tools.cdt697994 Memory initialization: invalid memento.
- tools.cdt697995 Invalid address: ''{0}''
- tools.cdt697996 Format of encoded address is invalid.
- tools.cdt697997 Request cannot be handled at this time, probably because debug session has terminated.
- tools.cdt697998 This debugger no longer supports this operation
- tools.cdt697999 This debugger does not support debugging external files
- tools.cdt698000 Debugger Process
- tools.cdt698001 Program file not specified
- tools.cdt698002 Unable to restore register groups - invalid memento.
- tools.cdt698003 Unable to restore register groups - expecting register group list element.
- tools.cdt698004 Address breakpoint: {0}
- tools.cdt698005 Address tracepoint: {0}
- tools.cdt698006 \ [ignore count: {0}]
- tools.cdt698007 \ if {0}
- tools.cdt698008 Function breakpoint: {0}
- tools.cdt698009 Function tracepoint: {0}
- tools.cdt698010 Line breakpoint: {0}
- tools.cdt698011 Line tracepoint: {0}
- tools.cdt698012 Write watchpoint: {0}
- tools.cdt698013 Read watchpoint: {0}
- tools.cdt698014 Access watchpoint: {0}
- tools.cdt698015 Watchpoint: {0}
- tools.cdt698016 Breakpoint could not be set at line {0}, moved to line {1}
- tools.cdt698017 Unresolved breakpoint
- tools.cdt698018 Tracepoints are not supported
- tools.cdt698019 Unable to get globals. Reason:
- tools.cdt698020 Type is not available.
- tools.cdt698021 Qualified name is not available.
- tools.cdt698022 Execution is suspended because of error.
- tools.cdt698023 Error stopping at {0}.
- tools.cdt698024 Error stopping at {0}.\nReason: {1}\nContinue?
- tools.cdt698025 Unable to set value.
- tools.cdt698026 Unable to set value.
- tools.cdt698027 {0} at {1}: {2}
- tools.cdt698028 Stack is not available: {0}.
- tools.cdt698029 Stack is not available: {0}.
- tools.cdt698030 not available: {0}
- tools.cdt698031 not available: {0}
- tools.cdt698032 not available: {0}
- tools.cdt698033 Variable does not support value modification.
- tools.cdt698034 Variable does not support value modification.
- tools.cdt698035 Qualified name is not available.
- tools.cdt698036 Type is not available.
- tools.cdt698037 Index out of bounds.
- tools.cdt698038 Index out of bounds.
- tools.cdt698039 Specified range out of bounds.
- tools.cdt698040 Unknown
- tools.cdt698041 Unknown
- tools.cdt698042 Invalid symbols file.
- tools.cdt698043 Not supported
- tools.cdt698044 Cannot load library from file: {0}. Library name must match file name.
- tools.cdt698045 Error loading symbols.
- tools.cdt698046 Error loading symbols.
- tools.cdt698047 Unable to restore register group - invalid memento.
- tools.cdt698048 Unable to restore register group - expecting register group element.
- tools.cdt698049 Unable to restore register group - missing name attribute.
- tools.cdt698050 Unable to restore register - missing attributes.
- tools.cdt698051 Register doesn't exist on this target.
- tools.cdt698052 Unable to create memento for C/C++ directory source location {0}.
- tools.cdt698053 Unable to initialize source location - missing directory path.
- tools.cdt698054 Unable to initialize source location - invalid directory path {0}.
- tools.cdt698055 Exception occurred initializing source location.
- tools.cdt698056 Unable to restore directory source lookup entry - missing path attribute.
- tools.cdt698057 Unable to restore directory source lookup entry - expecting directory element.
- tools.cdt698058 Unable to restore directory source lookup entry - invalid memento.
- tools.cdt698059 Unable to restore compilation directory source lookup entry - missing path attribute.
- tools.cdt698060 Unable to restore compilation directory source lookup entry - expecting directory element.
- tools.cdt698061 Unable to restore compilation directory source lookup entry - invalid memento.
- tools.cdt698062 Project
- tools.cdt698063 Unable to restore project source lookup entry - expecting project element.
- tools.cdt698064 Unable to restore project source lookup entry - invalid memento.
- tools.cdt698065 Unable to create memento for C/C++ project source location {0}.
- tools.cdt698066 Unable to initialize source location - missing project name
- tools.cdt698067 Exception occurred initializing source location.
- tools.cdt698068 Unable to create memento for C/C++ source locator.
- tools.cdt698069 Unable to restore C/C++ source locator - invalid format.
- tools.cdt698070 Exception occurred initializing source locator.
- tools.cdt698071 Error initializing directory source location.
- tools.cdt698072 Source lookup: unable to restore map entry - missing backend path attribute.
- tools.cdt698073 Source lookup: unable to restore map entry - missing local path attribute.
- tools.cdt698074 Source lookup: unable to restore map entry - expecting map entry element.
- tools.cdt698075 Source lookup: unable to restore map entry - invalid memento.
- tools.cdt698076 Source lookup: unable to restore map entry - expecting memento attribute.
- tools.cdt698077 Source lookup: unable to restore mapping - expecting mapping element.
- tools.cdt698078 Source lookup: unable to restore mapping - invalid memento.
- tools.cdt698079 Source lookup: unable to restore program relative source container - invalid memento.
- tools.cdt698080 Project - Path Relative to Source Folders
- tools.cdt698081 {0} - Path Relative to Source Folders
- tools.cdt698082 Unable to restore source folders relative path source lookup entry - expecting project element.
- tools.cdt698083 Unable to restore source folders relative path source lookup entry - invalid memento.
- tools.cdt698084 Mapping
- tools.cdt698085 C/C++ Development Tools Debug Model
- tools.cdt698086 Eclipse CDT
- tools.cdt698087 C/C++ Application
- tools.cdt698088 C/C++ Attach to Application
- tools.cdt698089 C/C++ Postmortem Debugger
- tools.cdt698090 C/C++ Remote Application
- tools.cdt698091 C/C++ Development Tools Core Debugger Extension
- tools.cdt698092 Breakpoint Action Extension
- tools.cdt698093 C/C++ Supported Source Container Types Extension
- tools.cdt698094 C/C++ Line Breakpoints
- tools.cdt698095 C/C++ Address Breakpoints
- tools.cdt698096 C/C++ Function Breakpoints
- tools.cdt698097 C/C++ Watchpoints
- tools.cdt698098 C/C++ Event Breakpoints
- tools.cdt698099 C/C++ Line Tracepoints
- tools.cdt698100 C/C++ Address Tracepoints
- tools.cdt698101 C/C++ Function Tracepoints
- tools.cdt698102 C/C++ Breakpoint Problem
- tools.cdt698103 Project
- tools.cdt698104 A project in the workspace.
- tools.cdt698105 Path Mapping
- tools.cdt698106 A path mapping.
- tools.cdt698107 Path Map Entry
- tools.cdt698108 An entry in a path mapping.
- tools.cdt698109 File System Directory
- tools.cdt698110 A directory in the local file system.
- tools.cdt698111 Compilation Directory
- tools.cdt698112 A directory in the local file system used for running the C/C++ compiler.
- tools.cdt698113 Project - Path Relative to Source Folders
- tools.cdt698114 A project where file system directories corresponding to source folders are used for running C/C++ c ...
- tools.cdt698115 Absolute File Path
- tools.cdt698116 An absolute path to a file in the local file system.
- tools.cdt698117 Program Relative File Path
- tools.cdt698118 Program relative path to a file in the local file system.
- tools.cdt698119 C/C++ Source Locator
- tools.cdt698120 Executables Provider
- tools.cdt698121 Source Files Provider
- tools.cdt698122 Source Remapping Provider
- tools.cdt698123 Executables Importer
- tools.cdt698126 EDC - Eclipse Debugger for C/C++
- tools.cdt698128 Cannot read memory at 0x{0}
- tools.cdt698129 divide by zero
- tools.cdt698130 did not detect type
- tools.cdt698131 invalid number format
- tools.cdt698132 array type has no bounds
- tools.cdt698133 cannot indirect temporary
- tools.cdt698134 error dereferencing array
- tools.cdt698135 only arrays or pointers may be subscripted
- tools.cdt698136 reading past end of string
- tools.cdt698137 subscript not an integral type
- tools.cdt698138 unhandled size {0}
- tools.cdt698139 cannot resolve {0}
- tools.cdt698140 no location found for {0}
- tools.cdt698141 ''{0}'' not found
- tools.cdt698142 left operand of '->' not a pointer to a class, struct, or union
- tools.cdt698143 left operand of '.' not a class, struct, or union, or reference to one
- tools.cdt698144 ''{0}'' is an invalid class, struct, or union member
- tools.cdt698145 ''{0}'' matches 2 or more members (possibly inherited) of ''{1}''
- tools.cdt698146 cannot dereference this type
- tools.cdt698147 unhandled operand size
- tools.cdt698148 internal error: type promotion failure
- tools.cdt698149 cannot use composite type in expression
- tools.cdt698150 empty stack
- tools.cdt698151 unhandled type combination {0} and {1}
- tools.cdt698152 unhandled type code
- tools.cdt698153 operation not supported on strings
- tools.cdt698154 cannot get address of {0}
- tools.cdt698155 cannot read from unspecified type
- tools.cdt698156 cannot read from void
- tools.cdt698157 Unhandled type
- tools.cdt698158 variable has no address
- tools.cdt698159 unary '&' requires a memory location
- tools.cdt698160 cannot get memory address of the variable because it is in register
- tools.cdt698161 cannot get memory address of a bit-field
- tools.cdt698162 cannot cast string literal
- tools.cdt698163 unary '*' requires a pointer
- tools.cdt698164 unary '*' cannot be applied to a bit-field
- tools.cdt698165 cannot dereference a function pointer
- tools.cdt698166 unhandled type {0}
- tools.cdt698167 subtracting pointer from non-pointer
- tools.cdt698168 adding two pointers
- tools.cdt698169 Cannot locate variable
- tools.cdt698170 12-byte long double not implemented
- tools.cdt698171 Unhandled type
- tools.cdt698172 unknown location
- tools.cdt698173 Variable has no type
- tools.cdt698174 cannot cast expressions outside stack frame
- tools.cdt698175 Cannot modify the value of a composite type
- tools.cdt698176 cannot parse expression
- tools.cdt698177 syntax error
- tools.cdt698178 Error in variable formatter:
- tools.cdt698179 expression has no location
- tools.cdt698180 Cannot read memory at {0} (length {1})
- tools.cdt698181 No disassembler is available yet.
- tools.cdt698182 Can't write to an invalid variable location
- tools.cdt698183 Cannot find frame
- tools.cdt698184 cannot read address {0}
- tools.cdt698185 cannot write address {0}
- tools.cdt698187 \ (link time)
- tools.cdt698191 cannot read register without frame
- tools.cdt698192 cannot write register without frame
- tools.cdt698193 cannot modify derived value
- tools.cdt698194 no value available
- tools.cdt698195 Unknown variable address
- tools.cdt698196 Not implemented ({0})
- tools.cdt698197 Cannot resolve compilation unit header for type at
- tools.cdt698198 \ in
- tools.cdt698199 DWARF debug info provider for
- tools.cdt698200 Failed to read CIE at
- tools.cdt698201 Cannot parse type at
- tools.cdt698202 \ in
- tools.cdt698203 <<unhandled type>>
- tools.cdt698204 Cannot read register {0} at {1}
- tools.cdt698205 Cannot write register {0} at {1}
- tools.cdt698206 Internal error calculating location
- tools.cdt698207 No CIE for {0}
- tools.cdt698208 Failed to open or create the dump file:
- tools.cdt698209 Failed to read frame indices
- tools.cdt698210 Failed to parse debug info from section
- tools.cdt698211 \ in file
- tools.cdt698212 Failed to parse source files from section
- tools.cdt698213 \ in file
- tools.cdt698214 Failed to parse type debug info from section
- tools.cdt698215 \ in file
- tools.cdt698216 Failed to read ranges
- tools.cdt698217 Read Debug Info
- tools.cdt698218 Reading Debug Symbol Information:
- tools.cdt698219 Read type
- tools.cdt698220 Name of subprogram at
- tools.cdt698221 \ not found
- tools.cdt698222 Address parse for
- tools.cdt698223 \ :
- tools.cdt698224 Addresses parse for
- tools.cdt698225 Finished addresses parse
- tools.cdt698226 Address parse for
- tools.cdt698227 Finished address parse
- tools.cdt698228 Finished initial parse
- tools.cdt698229 Finished quick parse
- tools.cdt698230 Initial parse for
- tools.cdt698231 Parsing types for
- tools.cdt698232 \ @
- tools.cdt698233 Quick parse for
- tools.cdt698234 Address parse of
- tools.cdt698235 \ @
- tools.cdt698236 Type parse of
- tools.cdt698237 \ :
- tools.cdt698238 Internal error ({0})
- tools.cdt698239 Stack size not 1
- tools.cdt698240 DW_OP
- tools.cdt698241 multi-register variable
- tools.cdt698242 Unexpected DW_OP
- tools.cdt698243 C Project not specified
- tools.cdt698244 Project is not a C/C++ project
- tools.cdt698245 Program file not specified
- tools.cdt698246 Program file does not exist
- tools.cdt698247 {0} not found
- tools.cdt698248 Project {0} does not exist
- tools.cdt698249 Project {0} is closed
- tools.cdt698250 The EDC session thread pool has been overwhelmed. This may be indicative of either a problem with th ...
- tools.cdt698251 Unhandled exception
- tools.cdt698252 Unhandled exception
- tools.cdt698253 User cancelled operation
- tools.cdt698254 cannot resolve base type of
- tools.cdt698255 cannot resolve type
- tools.cdt698256 expected an integer constant, got
- tools.cdt698257 decltype() not implemented
- tools.cdt698258 no type to cast
- tools.cdt698259 unhandled type:
- tools.cdt698124 Debug Current Instruction Pointer
- tools.cdt698125 Debug Call Stack
- tools.cdt698342 Eclipse GDB Hardware Debugging Plug-in
- tools.cdt698343 Eclipse CDT
- tools.cdt698260 Starting debug session
- tools.cdt698261 Error getting debug target
- tools.cdt698262 Executing run commands
- tools.cdt698263 Connecting to remote
- tools.cdt698264 GDB command:
- tools.cdt698265 Failed command
- tools.cdt698266 Executing init commands
- tools.cdt698267 Loading image
- tools.cdt698268 Loading symbolics
- tools.cdt698269 No answer
- tools.cdt698270 Symbolics loading was requested but file was not specified or not found.
- tools.cdt698271 Image loading was requested but file was not specified or not found.
- tools.cdt698272 GDB Hardware Debugging
- tools.cdt698273 Eclipse GDB Hardware Debug Core Plug-in
- tools.cdt698274 Eclipse CDT
- tools.cdt698275 JTAG Device
- tools.cdt698276 Standard GDB Hardware Debugging
- tools.cdt698277 Jtag hardware debugging using the standard debugger Framework (CDI).
- tools.cdt698278 GDB (DSF) Hardware Debugging
- tools.cdt698279 Jtag hardware debugging using the Debugger Services Framework (DSF).
- tools.cdt698280 Initialization Commands
- tools.cdt698281 Reset and Delay (seconds):
- tools.cdt698282 Halt
- tools.cdt698283 Load Image and Symbols
- tools.cdt698284 Load image
- tools.cdt698285 Image file name:
- tools.cdt698286 Select image file
- tools.cdt698287 Select image file
- tools.cdt698288 Image offset (hex):
- tools.cdt698289 Workspace...
- tools.cdt698290 Select a workspace resource
- tools.cdt698291 File System...
- tools.cdt698292 Select a file from file system
- tools.cdt698293 Load symbols
- tools.cdt698294 Symbols file name:
- tools.cdt698295 Select symbols file
- tools.cdt698296 Select symbols file
- tools.cdt698297 Symbols offset (hex):
- tools.cdt698298 Use project binary:
- tools.cdt698299 Use file:
- tools.cdt698300 Use C/C++ application specified in the Main tab.
- tools.cdt698301 Runtime Options
- tools.cdt698302 Set program counter at (hex):
- tools.cdt698303 Set breakpoint at:
- tools.cdt698304 Resume
- tools.cdt698305 Run Commands
- tools.cdt698306 Image file name not specified
- tools.cdt698307 Image file does not exist
- tools.cdt698308 Image offset not specified
- tools.cdt698309 Symbols file name not specified
- tools.cdt698310 Symbols file does not exist
- tools.cdt698311 Symbols offset not specified
- tools.cdt698312 Program counter not specified
- tools.cdt698313 Breakpoint location not specified
- tools.cdt698314 GDB Setup
- tools.cdt698315 GDB Command:
- tools.cdt698316 Browse...
- tools.cdt698317 Select GDB Binary
- tools.cdt698318 Variables...
- tools.cdt698319 Command Set:
- tools.cdt698320 Protocol Version:
- tools.cdt698321 Verbose console mode
- tools.cdt698322 Remote Target
- tools.cdt698323 Use remote target
- tools.cdt698324 JTAG Device:
- tools.cdt698325 Host name or IP address:
- tools.cdt698326 Port number:
- tools.cdt698327 GDB Connection String:
- tools.cdt698328 Force thread list update on suspend
- tools.cdt698329 Eclipse GDB Hardware Debug UI Plug-in
- tools.cdt698330 Eclipse CDT
- tools.cdt698331 Abatron BDI2000
- tools.cdt698332 Macraigor USB2Demon
- tools.cdt698333 Generic Serial
- tools.cdt698334 OpenOCD (via pipe)
- tools.cdt698335 Generic TCP/IP
- tools.cdt698336 Main
- tools.cdt698337 Debugger
- tools.cdt698338 Startup
- tools.cdt698339 Source
- tools.cdt698340 Common
- tools.cdt698344 No answer
- tools.cdt698345 Unable to get pid.
- tools.cdt698346 Invalid pid.
- tools.cdt698347 Attach to process {0} failed.
- tools.cdt698348 Error initializing:
- tools.cdt698349 Can not set Baud
- tools.cdt698350 GDBServer does not support attaching
- tools.cdt698351 GDBServer does not support core files
- tools.cdt698352 Target selection failed.
- tools.cdt698353 Error initializing shared library options:
- tools.cdt698354 Error creating session:
- tools.cdt698355 Launch timeout
- tools.cdt698356 Launch cancel
- tools.cdt698357 Debugger Process
- tools.cdt698358 Process Terminated
- tools.cdt698359 {R,T}xThread terminated
- tools.cdt698360 Target is not suspended
- tools.cdt698361 Session terminated
- tools.cdt698362 Inferior terminated
- tools.cdt698363 Target is not responding (timed out)
- tools.cdt698364 Error initializing shared library options:
- tools.cdt698365 target is suspended
- tools.cdt698366 No MI Session
- tools.cdt698367 Failed to interrupt
- tools.cdt698368 Invalid session type:
- tools.cdt698369 Error creating session
- tools.cdt698370 Debugger Process
- tools.cdt698371 No answer
- tools.cdt698372 Not Implemented
- tools.cdt698373 Unknown type
- tools.cdt698374 Wrong register type
- tools.cdt698375 Not a CDT breakpoint
- tools.cdt698376 Not Supported
- tools.cdt698377 Parsing Error
- tools.cdt698378 Unable to set arguments: target is not responding
- tools.cdt698379 Unable to set environment:
- tools.cdt698380 Unable to set working directory:
- tools.cdt698381 Unkown target
- tools.cdt698382 Unknown type
- tools.cdt698383 Wrong variable type
- tools.cdt698384 Unknown variable object
- tools.cdt698385 Target is not responding
- tools.cdt698386 Unknown thread
- tools.cdt698387 Target is not responding
- tools.cdt698388 Can not switch to thread
- tools.cdt698389 Inferior is already running
- tools.cdt698390 Bad Offset
- tools.cdt698391 Bad location
- tools.cdt698392 Error instantiating command factory.
- tools.cdt698393 C/C++ Development Tools GDB/MI CDI Debugger Core
- tools.cdt698394 Eclipse CDT
- tools.cdt698395 gdbserver
- tools.cdt698396 gdb/mi
- tools.cdt698397 MinGW gdb
- tools.cdt698398 Standard
- tools.cdt698399 Standard (Linux)
- tools.cdt698400 Standard (Windows)
- tools.cdt698401 Standard (Mac OS)
- tools.cdt698402 CygWin
- tools.cdt698403 Cygwin GDB Debugger Options
- tools.cdt698404 Debugger executable must be specified.
- tools.cdt698405 GDB Debugger Options
- tools.cdt698406 Main
- tools.cdt698407 GDB debugger:
- tools.cdt698408 &Browse...
- tools.cdt698409 GDB Debugger
- tools.cdt698410 GDB command file:
- tools.cdt698411 B&rowse...
- tools.cdt698412 GDB Command File
- tools.cdt698413 (Warning: Some commands in this file may interfere with the startup operation of the debugger, for e ...
- tools.cdt698414 Shared Libraries
- tools.cdt698415 Protocol:
- tools.cdt698416 Default
- tools.cdt698417 Debugger executable must be specified.
- tools.cdt698418 GDB Debugger Options
- tools.cdt698419 Main
- tools.cdt698420 GDB debugger:
- tools.cdt698421 &Browse...
- tools.cdt698422 GDB Debugger
- tools.cdt698423 GDB command file:
- tools.cdt698424 B&rowse...
- tools.cdt698425 GDB Command File
- tools.cdt698426 (Warning: Some commands in this file may interfere with the startup operation of the debugger, for e ...
- tools.cdt698427 Shared Libraries
- tools.cdt698428 Protocol:
- tools.cdt698429 GDB command set:
- tools.cdt698430 Verbose console mode
- tools.cdt698431 Use full file path to set breakpoints
- tools.cdt698432 TCP
- tools.cdt698433 Serial
- tools.cdt698434 Connection
- tools.cdt698435 Main
- tools.cdt698436 GDB debugger
- tools.cdt698437 &Browse...
- tools.cdt698438 GDB Debugger
- tools.cdt698439 GDB command file:
- tools.cdt698440 B&rowse...
- tools.cdt698441 GDB Command File
- tools.cdt698442 Type:
- tools.cdt698443 Load shared library symbols automatically
- tools.cdt698444 Stop on shared library events
- tools.cdt698445 Device:
- tools.cdt698446 Speed:
- tools.cdt698447 Device must be specified.
- tools.cdt698448 Invalid device.
- tools.cdt698449 Speed must be specified.
- tools.cdt698450 Add...
- tools.cdt698451 Up
- tools.cdt698452 Down
- tools.cdt698453 Remove
- tools.cdt698454 Directories:
- tools.cdt698455 Select directory that contains shared library.
- tools.cdt698456 Select From List
- tools.cdt698457 Select Libraries
- tools.cdt698458 Select libraries to load symbols automatically.
- tools.cdt698459 No libraries found.
- tools.cdt698460 Add Directory
- tools.cdt698461 Host name or IP address:
- tools.cdt698462 Port number:
- tools.cdt698463 Host name or IP address must be specified.
- tools.cdt698464 Invalid host name or IP address.
- tools.cdt698465 Port number must be specified.
- tools.cdt698466 Invalid port number.
- tools.cdt698467 Exceptions occurred attempting to set 'Automatically Load Symbols' mode.
- tools.cdt698468 Set 'Automatically Load Symbols' mode failed.
- tools.cdt698469 General settings for GDB MI.
- tools.cdt698470 Communication
- tools.cdt698471 &Debugger timeout (ms):
- tools.cdt698472 &Launch timeout (ms):
- tools.cdt698473 Value must be an integer between {0} and {1}.
- tools.cdt698474 Automatically refresh modules
- tools.cdt698475 Automatically refresh modules
- tools.cdt698476 Save console content
- tools.cdt698477 Verbose console mode
- tools.cdt698478 File exists, do you want overwrite it?
- tools.cdt698479 Error during save console content. Task failed.
- tools.cdt698480 C/C++ Development Tools GDB/MI CDI Debugger UI
- tools.cdt698481 Eclipse CDT
- tools.cdt698482 GDB MI
- tools.cdt698483 Automatically Load Shared Libraries
- tools.cdt698484 Automatically Load Shared Libraries On/Off
- tools.cdt698485 GDB/MI Options
- tools.cdt698486 Verbose Mode
- tools.cdt698487 Verbose Mode For gdb Console
- tools.cdt698685 Computing hover expression
- tools.cdt698686 unknown
- tools.cdt698687 Allocating image for wrong display.
- tools.cdt698688 <not available>
- tools.cdt698689 <terminated>
- tools.cdt698690 <disconnected>
- tools.cdt698691 <not available: {0}>
- tools.cdt698692 {0} (Exited.{1})
- tools.cdt698693 Signal ''{0}'' received. Description: {1}.
- tools.cdt698694 Exit code = {0}.
- tools.cdt698695 {0} (Suspended)
- tools.cdt698696 Thread [{0}]
- tools.cdt698697 Thread [{0}] (Terminated)
- tools.cdt698698 <Error. {0}>
- tools.cdt698699 Thread [{0}] (Stepping)
- tools.cdt698700 Thread [{0}] (Running)
- tools.cdt698701 signal
- tools.cdt698702 : Signal ''{0}'' received. Description: {1}.
- tools.cdt698703 : Watchpoint triggered. Old value: ''{0}''. New value: ''{1}''.
- tools.cdt698704 : Watchpoint is out of scope.
- tools.cdt698705 : Breakpoint hit.
- tools.cdt698706 : Shared library event.
- tools.cdt698707 Thread [{0}] (Suspended{1})
- tools.cdt698708 Thread [{0}]
- tools.cdt698709 : Event breakpoint hit [{0}].
- tools.cdt698710 <symbol is not available>
- tools.cdt698711 (disabled)
- tools.cdt698712 Infinity
- tools.cdt698713 -Infinity
- tools.cdt698714 (disabled)
- tools.cdt698715 C/C++ breakpoint
- tools.cdt698716 C/C++ watchpoint
- tools.cdt698717 Error
- tools.cdt698718 Expression \"{0}\" evaluated to an unusable value.
- tools.cdt698719 Expression \"{0}\" could not be evaluated.
- tools.cdt698720 Error
- tools.cdt698721 Unable to load symbols of shared library.
- tools.cdt698722 Operation failed.
- tools.cdt698723 Load Symbols For All
- tools.cdt698724 Load symbols for all shared libraries.
- tools.cdt698725 Error(s) occurred loading the symbols.
- tools.cdt698726 Load Symbols For All
- tools.cdt698727 Error
- tools.cdt698728 Operation failed.
- tools.cdt698729 Unable to load symbols.
- tools.cdt698730 Unable to load symbols.
- tools.cdt698731 Unable to resume ignoring the signal.
- tools.cdt698732 Operation failed.
- tools.cdt698733 Error
- tools.cdt698734 Operation failed.
- tools.cdt698735 Empty editor
- tools.cdt698736 Run To Line failed.
- tools.cdt698737 Missing document
- tools.cdt698738 Empty editor
- tools.cdt698739 Missing document
- tools.cdt698740 Missing resource
- tools.cdt698741 Invalid line
- tools.cdt698742 Empty editor
- tools.cdt698743 Error
- tools.cdt698744 Missing document
- tools.cdt698745 Missing resource
- tools.cdt698746 Invalid expression:
- tools.cdt698747 Operation is not supported.
- tools.cdt698748 &Enable Breakpoint
- tools.cdt698749 Enabling/disabling breakpoints
- tools.cdt698750 Exceptions occurred enabling or disabling the breakpoint
- tools.cdt698751 &Disable Breakpoint
- tools.cdt698752 Toggle &Breakpoint
- tools.cdt698753 Operation failed.
- tools.cdt698754 Error
- tools.cdt698755 Operation failed
- tools.cdt698756 Breakpoint &Properties...
- tools.cdt698757 Error
- tools.cdt698758 Error
- tools.cdt698759 Resume at line failed
- tools.cdt698760 Unable to restore the default type.
- tools.cdt698761 Error
- tools.cdt698762 Error(s) occurred restoring default register groups.
- tools.cdt698763 Error
- tools.cdt698764 Move to line failed
- tools.cdt698765 Empty editor
- tools.cdt698766 Missing document
- tools.cdt698767 Empty editor
- tools.cdt698768 Operation is not supported.
- tools.cdt698769 Move To Line failed.
- tools.cdt698770 Global Variables
- tools.cdt698771 Error(s) occurred adding globals.
- tools.cdt698772 Error
- tools.cdt698773 Operation failed.
- tools.cdt698774 Unable to deliver the signal to the target.
- tools.cdt698775 Operation failed.
- tools.cdt698776 Select Variables:
- tools.cdt698777 Add global variables failed.
- tools.cdt698778 Unable to set format.
- tools.cdt698779 Add Watch Expression
- tools.cdt698780 Expression to watch:
- tools.cdt698781 The 'Type' field must not be empty.
- tools.cdt698782 Cast To Type
- tools.cdt698783 Enter type:
- tools.cdt698784 Unable to cast to type.
- tools.cdt698785 Display As Array
- tools.cdt698786 Start index:
- tools.cdt698787 Length
- tools.cdt698788 The 'First index' field must not be empty.
- tools.cdt698789 Invalid first index.
- tools.cdt698790 The 'Last index' field must not be empty.
- tools.cdt698791 Invalid last index.
- tools.cdt698792 The length must be greater than 0.
- tools.cdt698793 Unable to display this variable as an array.
- tools.cdt698794 Exceptions occurred enabling the variable(s).
- tools.cdt698795 Enable variable(s) failed.
- tools.cdt698796 Cannot add watchpoint.
- tools.cdt698797 Add Watchpoint
- tools.cdt698798 Expression to watch:
- tools.cdt698799 Access
- tools.cdt698800 Write
- tools.cdt698801 Read
- tools.cdt698802 Memory space:
- tools.cdt698803 Units:
- tools.cdt698804 Failed to get variable/expression size
- tools.cdt698805 Error
- tools.cdt698806 Empty editor
- tools.cdt698807 Missing document
- tools.cdt698808 Empty editor
- tools.cdt698809 Operation is not supported.
- tools.cdt698810 Resume At Line failed.
- tools.cdt698811 New Group
- tools.cdt698812 Select All
- tools.cdt698813 Deselect All
- tools.cdt698814 Group Name:
- tools.cdt698815 Choose From The List:
- tools.cdt698816 Register Group
- tools.cdt698817 Select the group registers
- tools.cdt698818 The group name field must not be empty.
- tools.cdt698819 Vertical View Orientation
- tools.cdt698820 Place the Detail Pane Underneath the Main Tree View
- tools.cdt698821 Place the Detail Pane Underneath the Main Tree View
- tools.cdt698822 Horizontal View Orientation
- tools.cdt698823 Place the Detail Pane on the Right of the Main Tree View
- tools.cdt698824 Place the Detail Pane on the Right of the Main Tree View
- tools.cdt698825 Hide the Detail Pane so that only the Main Tree View is Visible
- tools.cdt698826 Hide the Detail Pane so that only the Main Tree View is Visible
- tools.cdt698827 Error
- tools.cdt698828 Error(s) occurred adding register group.
- tools.cdt698829 Unable to edit register group.
- tools.cdt698830 Error adding Event Breakpoint
- tools.cdt698831 Action is not supported by installed debuggers
- tools.cdt698832 Standard C/C++ breakpoint type.
- tools.cdt698833 C/C++ Breakpoints
- tools.cdt698834 Standard C/C++ tracepoint type.
- tools.cdt698835 C/C++ Tracepoints
- tools.cdt698836 Error
- tools.cdt698837 Operation failed
- tools.cdt698838 The operation is unavailable on the current selection. Please place the cursor on valid line to run ...
- tools.cdt698839 The operation is unavailable on the current selection. Please place the cursor on valid line to run ...
- tools.cdt698840 Add Event Breakpoint...
- tools.cdt698841 Type
- tools.cdt698842 Name
- tools.cdt698843 Value
- tools.cdt698844 Application Launcher
- tools.cdt698845 Choose a debug configuration to debug
- tools.cdt698846 Choose a configuration to run
- tools.cdt698847 C Local Application
- tools.cdt698848 Choose a local application to debug
- tools.cdt698849 Choose a local application to run
- tools.cdt698850 Launch failed. Binary not found.
- tools.cdt698851 Launch failed
- tools.cdt698852 Launch Debug Configuration Selection
- tools.cdt698853 Launch Configuration Selection
- tools.cdt698854 Invalid launch mode
- tools.cdt698855 Invalid launch mode.
- tools.cdt698856 Invalid launch mode.
- tools.cdt698857 Choose a launch configuration to debug
- tools.cdt698858 Choose a launch configuration to run
- tools.cdt698859 Launch failed no project selected
- tools.cdt698860 Binaries:
- tools.cdt698861 Qualifier:
- tools.cdt698862 Color of source lines:
- tools.cdt698863 Natural
- tools.cdt698864 Hexadecimal
- tools.cdt698865 Decimal
- tools.cdt698866 General settings for C/C++ Debugging.
- tools.cdt698867 Opened view default settings
- tools.cdt698868 Default variable format:
- tools.cdt698869 Default expression format:
- tools.cdt698870 Default register format:
- tools.cdt698871 Disassembly options
- tools.cdt698872 Maximum number of displayed instructions:
- tools.cdt698873 Value must be an integer between {0} and {1}.
- tools.cdt698874 Binary
- tools.cdt698875 Show source files in binaries
- tools.cdt698876 Character encoding:
- tools.cdt698877 Default S&ource Lookup Path:
- tools.cdt698878 Select All
- tools.cdt698879 Deselect All
- tools.cdt698880 Default
- tools.cdt698881 default
- tools.cdt698882 Active debugger types:
- tools.cdt698883 Ignore count must be a nonnegative integer
- tools.cdt698884 Not available
- tools.cdt698885 Function name:
- tools.cdt698886 C/C++ function breakpoint
- tools.cdt698887 Not available
- tools.cdt698888 Address:
- tools.cdt698889 C/C++ address breakpoint
- tools.cdt698890 File:
- tools.cdt698891 C/C++ line breakpoint
- tools.cdt698892 Line number:
- tools.cdt698893 Project:
- tools.cdt698894 C/C++ read watchpoint
- tools.cdt698895 C/C++ watchpoint
- tools.cdt698896 C/C++ access watchpoint
- tools.cdt698897 Expression to watch:
- tools.cdt698898 &Condition:
- tools.cdt698899 Invalid condition.
- tools.cdt698900 &Ignore count:
- tools.cdt698901 Class:
- tools.cdt698902 Enabled
- tools.cdt698903 File:
- tools.cdt698904 C/C++ Event Breakpoint
- tools.cdt698905 &Restrict to Selected Targets and Threads:
- tools.cdt698906 Description: {0}.
- tools.cdt698907 Pass this signal to the program.
- tools.cdt698908 Suspend the program when this signal happens.
- tools.cdt698909 Operation failed.
- tools.cdt698910 Unable to change signal's properties.
- tools.cdt698911 Type:
- tools.cdt698912 executable
- tools.cdt698913 shared library
- tools.cdt698914 Browse...
- tools.cdt698915 CPU:
- tools.cdt698916 not available
- tools.cdt698917 Base address:
- tools.cdt698918 not available
- tools.cdt698919 Size:
- tools.cdt698920 not available
- tools.cdt698921 Symbols:
- tools.cdt698922 loaded
- tools.cdt698923 not loaded
- tools.cdt698924 Symbols file:
- tools.cdt698925 not found
- tools.cdt698926 Unable to load symbols.
- tools.cdt698927 not available
- tools.cdt698928 &Add...
- tools.cdt698929 Add Source
- tools.cdt698930 Select the type of source to add to the source lookup path
- tools.cdt698931 &Down
- tools.cdt698932 &Edit...
- tools.cdt698933 New Mapping
- tools.cdt698934 Add/Modify path mapping
- tools.cdt698935 Compilation path
- tools.cdt698936 Local file system path
- tools.cdt698937 Add
- tools.cdt698938 Up
- tools.cdt698939 Down
- tools.cdt698940 Absolute Path
- tools.cdt698941 Specify the mapping paths
- tools.cdt698942 Compilation path:
- tools.cdt698943 Local file system path:
- tools.cdt698944 &Browse...
- tools.cdt698945 Path Mapping
- tools.cdt698946 The compilation path must not be empty
- tools.cdt698947 Invalid compilation path.
- tools.cdt698948 The local file systems path must not be empty
- tools.cdt698949 The specified local file system path doesn't exist
- tools.cdt698950 The local file system path must be a directory
- tools.cdt698951 The local file system path must be absolute
- tools.cdt698952 Modify the path mappings
- tools.cdt698953 Name:
- tools.cdt698954 &Add...
- tools.cdt698955 &Edit...
- tools.cdt698956 Re&move
- tools.cdt698957 Path Mappings
- tools.cdt698958 Re&move
- tools.cdt698959 Path Mapping:
- tools.cdt698960 U&p
- tools.cdt698961 Can''t find a source file at \"{0}\" \nLocate the file or edit the source lookup path to i ...
- tools.cdt698962 Locate File...
- tools.cdt698963 Missing Source File
- tools.cdt698964 No source available for \"{0}\" \n
- tools.cdt698965 View Disassembly...
- tools.cdt698966 Edit Source Lookup Path...
- tools.cdt698967 Directory Selection
- tools.cdt698968 Choose directory to add:
- tools.cdt698969 Compilation directory
- tools.cdt698970 Specify directory and whether subdirectories are also used for compilation
- tools.cdt698971 &Directory:
- tools.cdt698972 &Browse...
- tools.cdt698973 &Subdirectories are also used for compilation
- tools.cdt698974 Add Compilation Directory
- tools.cdt698975 Edit Compilation Directory
- tools.cdt698976 Referenced Projects
- tools.cdt698977 Specify whether referenced projects should be included
- tools.cdt698978 Add projects &referenced by the target project
- tools.cdt698979 Choose &project(s) to add:
- tools.cdt698980 Fetching executables
- tools.cdt698981 Columns
- tools.cdt698982 Configure Columns
- tools.cdt698983 Confirm Remove Executables
- tools.cdt698984 Are you sure you want to remove the selected executables?
- tools.cdt698985 Executable Date
- tools.cdt698986 Executable Location
- tools.cdt698987 Executable Name
- tools.cdt698988 Executable Project
- tools.cdt698989 Executable Size
- tools.cdt698990 Executable Type
- tools.cdt698991 Finding source files in
- tools.cdt698992 Import
- tools.cdt698993 Import an executable file
- tools.cdt698994 Import Executables
- tools.cdt698995 Refresh
- tools.cdt698996 Refresh the list of executables
- tools.cdt698997 Remove
- tools.cdt698998 Remove Executables
- tools.cdt698999 Remove the selected executables
- tools.cdt699000 Select Executable
- tools.cdt699001 Select the columns to show
- tools.cdt699002 Select an executable file
- tools.cdt699003 Source File Date
- tools.cdt699004 Source File Location
- tools.cdt699005 Source File Name
- tools.cdt699006 Source File Original Location
- tools.cdt699007 Source File Size
- tools.cdt699008 Source File Type
- tools.cdt699009 Executable Name
- tools.cdt699010 Location
- tools.cdt699011 Modified
- tools.cdt699012 Project
- tools.cdt699013 Refresh Executables View
- tools.cdt699014 Size
- tools.cdt699015 Type
- tools.cdt699016 No source files found in
- tools.cdt699017 Reading Debug Symbol Information:
- tools.cdt699018 Refreshing...
- tools.cdt699019 Parse canceled. Hit refresh to restart.
- tools.cdt699020 Refresh Source Files
- tools.cdt699021 Location
- tools.cdt699022 Modified
- tools.cdt699023 Original
- tools.cdt699024 Size
- tools.cdt699025 Source File Name
- tools.cdt699026 Type
- tools.cdt699027 Enter memory space and address
- tools.cdt699028 Enter expression
- tools.cdt699029 or
- tools.cdt699030 Monitor Memory
- tools.cdt699031 Add Memory Monitor
- tools.cdt699032 Failed to get memory monitor.
- tools.cdt699033 Add Memory Monitor Failed.
- tools.cdt699034 Input is invalid.
- tools.cdt699035 executable
- tools.cdt699036 Size:
- tools.cdt699037 \ (symbols loaded)
- tools.cdt699038 (symbols not loaded)
- tools.cdt699039 Select &All
- tools.cdt699040 &Copy
- tools.cdt699041 shared library
- tools.cdt699042 Type:
- tools.cdt699043 Symbols:
- tools.cdt699044 loaded
- tools.cdt699045 not loaded
- tools.cdt699046 Symbols file:
- tools.cdt699047 CPU:
- tools.cdt699048 Base address:
- tools.cdt699049 Name
- tools.cdt699050 Pass
- tools.cdt699051 Suspend
- tools.cdt699052 Description
- tools.cdt699053 yes
- tools.cdt699054 no
- tools.cdt699055 Error
- tools.cdt699056 Actions for this breakpoint:
- tools.cdt699057 Available actions:
- tools.cdt699058 Actions available for any breakpoint in the workspace:
- tools.cdt699059 Default value
- tools.cdt699060 Name
- tools.cdt699061 Type
- tools.cdt699062 Summary
- tools.cdt699063 Attach
- tools.cdt699064 New...
- tools.cdt699065 Edit...
- tools.cdt699066 Delete
- tools.cdt699067 Name
- tools.cdt699068 Type
- tools.cdt699069 Summary
- tools.cdt699070 Remove
- tools.cdt699071 Up
- tools.cdt699072 Down
- tools.cdt699073 New Breakpoint Action
- tools.cdt699074 Action name:
- tools.cdt699075 Action type:
- tools.cdt699076 Select a sound to play when the breakpoint is hit:
- tools.cdt699077 Choose a sound file:
- tools.cdt699078 Browse...
- tools.cdt699079 Play Sound
- tools.cdt699080 That sound file does not exist.
- tools.cdt699081 Missing sound file "{0}"
- tools.cdt699082 Sound Action
- tools.cdt699083 Untitled Sound Action
- tools.cdt699084 Message to log when the breakpoint is hit:
- tools.cdt699085 Evaluate as expression
- tools.cdt699086 Log Action Messages
- tools.cdt699087 Untitled Log Action
- tools.cdt699088 Log Action
- tools.cdt699089 Could not execute log action: "{0}".
- tools.cdt699090 External Tool:
- tools.cdt699091 External Tools
- tools.cdt699092 Choose an External Tool to run
- tools.cdt699093 Choose...
- tools.cdt699094 External Tools...
- tools.cdt699095 Run {0}
- tools.cdt699096 There is no launch configuration named "{0}".
- tools.cdt699097 Could not launch "{0}".
- tools.cdt699098 External Tool Action
- tools.cdt699099 Untitled Resume Action
- tools.cdt699100 Resume immediately
- tools.cdt699101 Resume after
- tools.cdt699102 Resume after {0} seconds
- tools.cdt699103 seconds
- tools.cdt699104 Resume Action
- tools.cdt699105 IResumeActionEnabler not registered in context.
- tools.cdt699106 Could not resume.
- tools.cdt699107 Import C/C++ Executable Files
- tools.cdt699108 Select a file or a directory to search for C/C++ executable files.
- tools.cdt699109 Select binary parser:
- tools.cdt699110 Select executable:
- tools.cdt699111 Select a directory to search for C/C++ executable files.
- tools.cdt699112 Enter a project name.
- tools.cdt699113 Processing results
- tools.cdt699114 Enter a launch configuration name.
- tools.cdt699115 That project already exists, enter a new name.
- tools.cdt699116 Debug_
- tools.cdt699117 C/C++ Executable Files:
- tools.cdt699118 Choose an executable file
- tools.cdt699119 Search directory:
- tools.cdt699120 Choose an existing project or create a new one.
- tools.cdt699121 Invalid project name.
- tools.cdt699122 New project name:
- tools.cdt699123 Existing project:
- tools.cdt699124 All Files
- tools.cdt699125 Applications
- tools.cdt699126 That file does not exist.
- tools.cdt699127 Deselect All
- tools.cdt699128 Choose Project
- tools.cdt699129 The new project will let you debug but not build the executable.
- tools.cdt699130 Create a Launch Configuration:
- tools.cdt699131 Libraries
- tools.cdt699132 Browse...
- tools.cdt699133 Search...
- tools.cdt699134 Name:
- tools.cdt699135 Not an executable file.
- tools.cdt699136 Select All
- tools.cdt699137 Searching:
- tools.cdt699138 Import Executable
- tools.cdt699139 Error importing:
- tools.cdt699140 Create Launch Configuration
- tools.cdt699141 Unable to create memento for C/C++ source locator.
- tools.cdt699142 Unable to restore prompting source locator - invalid format.
- tools.cdt699143 Unable to restore prompting source locator - invalid format.
- tools.cdt699144 Unable to restore prompting source locator - project {0} not found.
- tools.cdt699145 Unable to restore prompting source locator - invalid format.
- tools.cdt699146 Exception occurred initializing source locator.
- tools.cdt699147 Selection needed
- tools.cdt699148 Debugger has found multiple files with the same name.\nPlease select one associated with the selecte ...
- tools.cdt699149 Project ''{0}'' does not exist.
- tools.cdt699150 C/C++ Development Tools Debugger UI
- tools.cdt699151 Eclipse CDT
- tools.cdt699152 Memory
- tools.cdt699153 Signals
- tools.cdt699154 Executables
- tools.cdt699155 C Debugger UI Page
- tools.cdt699156 Memory View
- tools.cdt699157 Debug
- tools.cdt699158 Source Lookup Path
- tools.cdt699159 Debugger Types
- tools.cdt699160 Breakpoint Action UI Page
- tools.cdt699161 &Run
- tools.cdt699162 C/C++ Debug
- tools.cdt699163 Instruction Stepping Mode
- tools.cdt699164 Instruction Stepping Mode
- tools.cdt699165 Show Debugger Console
- tools.cdt699166 Show Debugger Console On Target Selection
- tools.cdt699167 Toggle &Breakpoint
- tools.cdt699168 &Toggle Breakpoint Enabled
- tools.cdt699169 Breakpoint P&roperties...
- tools.cdt699170 C/C++ Breakpoint Properties
- tools.cdt699171 View and edit properties for a given C/C++ breakpoint
- tools.cdt699172 Toggle Breakpoint
- tools.cdt699173 Toggle Function/Method Breakpoint
- tools.cdt699174 Toggle Watchpoint
- tools.cdt699175 Toggle Variable Watchpoint
- tools.cdt699176 P&roperties...
- tools.cdt699177 Add Watch Expression...
- tools.cdt699178 Run To &Line
- tools.cdt699179 Resume At Li&ne
- tools.cdt699180 &Move To Line
- tools.cdt699181 Resume At Li&ne (C/C++)
- tools.cdt699182 Move to Line (C/C++)
- tools.cdt699183 Show Full &Paths
- tools.cdt699184 Show Full Paths
- tools.cdt699185 Add Watchpoint (C/C++)...
- tools.cdt699186 Add Watchpoint (C/C++)
- tools.cdt699187 Add Event Breakpoint (C/C++)...
- tools.cdt699188 Add Event Breakpoint (C/C++)
- tools.cdt699189 Add Global Variables...
- tools.cdt699190 Add Global Variables
- tools.cdt699191 Remove Global Variables
- tools.cdt699192 Remove Selected Global Variables
- tools.cdt699193 Remove All Global Variables
- tools.cdt699194 Remove All Global Variables
- tools.cdt699195 Format
- tools.cdt699196 Hexadecimal
- tools.cdt699197 Decimal
- tools.cdt699198 Natural
- tools.cdt699199 Binary
- tools.cdt699200 C/C++ Debug
- tools.cdt699201 Load Symbols
- tools.cdt699202 Load Modules's Symbols
- tools.cdt699203 Load Symbols For All
- tools.cdt699204 Load Symbols For All Modules
- tools.cdt699205 Resume With Signal
- tools.cdt699206 Resume With Signal
- tools.cdt699207 Signal Properties...
- tools.cdt699208 Open Signal Properties Dialog
- tools.cdt699209 Cast To Type...
- tools.cdt699210 Cast Variable To Type
- tools.cdt699211 Restore Original Type
- tools.cdt699212 Restore Original Type Of Variable
- tools.cdt699213 Display As Array...
- tools.cdt699214 Display Variable As Array
- tools.cdt699215 Enable
- tools.cdt699216 Enable Selected Variables
- tools.cdt699217 Disable
- tools.cdt699218 Disable Selected Variables
- tools.cdt699219 Default C/C++ Source Locator
- tools.cdt699220 Default C/C++ Source Locator (old)
- tools.cdt699221 Breakpoints
- tools.cdt699222 C/C++ Debug Appearance
- tools.cdt699223 Disassembly
- tools.cdt699224 Category for disassembly commands
- tools.cdt699225 Open Disassembly
- tools.cdt699226 Open disassembly window
- tools.cdt699227 Open Disassembly
- tools.cdt699228 Open disassembly window
- tools.cdt699229 Disassembly
- tools.cdt699230 Disassembly
- tools.cdt699231 Disassembly
- tools.cdt699232 Debugger
- tools.cdt699233 Shows the value of the expression selected in the debug perspective.
- tools.cdt699234 Debugging C/C++
- tools.cdt699235 Debugging C/C++ Programs
- tools.cdt699236 Common
- tools.cdt699237 Filtering
- tools.cdt699238 Common
- tools.cdt699239 Common
- tools.cdt699240 Modules View Detail Pane Text Font
- tools.cdt699241 The text font used in the detail pane of the Modules view.
- tools.cdt699242 Properties...
- tools.cdt699243 Open Module Properties Dialog
- tools.cdt699244 Add Register Group
- tools.cdt699245 Add Register Group
- tools.cdt699246 Remove Register Group
- tools.cdt699247 Remove Register Group
- tools.cdt699248 Edit Register Group
- tools.cdt699249 Edit Register Group
- tools.cdt699250 Restore Default Register Groups
- tools.cdt699251 Restore Default Register Groups
- tools.cdt699252 C/C++ Executable
- tools.cdt699253 Imports a C/C++ executable file. Will create a project and launch configuration for debugging.
- tools.cdt699254 Actions
- tools.cdt699255 Breakpoint Actions
- tools.cdt699256 Sound Action
- tools.cdt699257 Log Action
- tools.cdt699258 Resume Action
- tools.cdt699259 External Tool Action
- tools.cdt699260 Type
- tools.cdt699261 Regular
- tools.cdt699262 Hardware
- tools.cdt699263 Temporary
- tools.cdt699264 Hardware Temporary
- tools.cdt699265 Local C/C++ Application
- tools.cdt699266 Runs a local C/C++ application
- tools.cdt699267 Debugs a local C/C++ application
- tools.cdt699268 Run Control Commands
- tools.cdt699269 Set of commands for Run Control
- tools.cdt699270 Resume Without Signal
- tools.cdt699271 Resume Without Signal
- tools.cdt699272 Resume Without Signal
- tools.cdt699273 Resume Ignoring Signal
- tools.cdt699274 View variable in memory view
- tools.cdt699275 View Memory
- tools.cdt699276 Reverse Debugging
- tools.cdt699277 Reverse Debugging Commands
- tools.cdt699278 Set of commands for Reverse Debugging
- tools.cdt699279 Reverse Toggle
- tools.cdt699280 Toggle Reverse Debugging
- tools.cdt699281 Toggle Reverse Debugging
- tools.cdt699282 Reverse Resume
- tools.cdt699283 Perform Reverse Resume
- tools.cdt699284 Reverse Resume
- tools.cdt699285 Reverse Step Into
- tools.cdt699286 Perform Reverse Step Into
- tools.cdt699287 Reverse Step Into
- tools.cdt699288 Reverse Step Over
- tools.cdt699289 Perform Reverse Step Over
- tools.cdt699290 Reverse Step Over
- tools.cdt699291 Uncall
- tools.cdt699292 Perform Uncall
- tools.cdt699293 Uncall
- tools.cdt699294 Debug View Layout
- tools.cdt699295 Debug View Layout Commands
- tools.cdt699296 Set of commands for controlling the Debug View Layout
- tools.cdt699297 Group
- tools.cdt699298 Groups the selected debug contexts
- tools.cdt699299 Ungroup
- tools.cdt699300 Ungroups the selected debug contexts
- tools.cdt699301 B&reakpoint Types
- tools.cdt699302 C/C++ Tracepoints
- tools.cdt699303 Category for Tracing Commands
- tools.cdt699304 Tracing Commands
- tools.cdt699305 Start Tracing Experiment
- tools.cdt699306 Start Tracing
- tools.cdt699307 Stop Tracing Experiment
- tools.cdt699308 Stop Tracing
- tools.cdt699309 Save Trace Data to File
- tools.cdt699310 Save Trace Data
- tools.cdt699311 C/C++ Source Not Found Editor
- tools.cdt699312 Set of commands for displaying variables and expressions as other types or arrays.
- tools.cdt699313 Cast to Type or Array
- tools.cdt699314 Pin to Debug Context
- tools.cdt699315 Open New View
- tools.cdt698488 Enter an expression
- tools.cdt698489 Go
- tools.cdt698490 New Tab
- tools.cdt698491 Default Rendering
- tools.cdt698492 Unable to Go To specified address
- tools.cdt698493 Eclipse CDT
- tools.cdt698494 Memory Browser
- tools.cdt698495 Memory Browser
- tools.cdt698496 Clear Expressions
- tools.cdt698497 Pin to Debug Context
- tools.cdt698498 Open New View
- tools.cdt698499 Find / Replace Memory
- tools.cdt698500 Find
- tools.cdt698501 Find All
- tools.cdt698502 Replace/Find
- tools.cdt698503 Replace
- tools.cdt698504 Replace All
- tools.cdt698505 Close
- tools.cdt698506 Find:
- tools.cdt698507 Replace With:
- tools.cdt698508 Direction
- tools.cdt698509 Forward
- tools.cdt698510 Backward
- tools.cdt698511 Range
- tools.cdt698512 Start address:
- tools.cdt698513 End address:
- tools.cdt698514 Format
- tools.cdt698515 ASCII String
- tools.cdt698516 Hexadecimal
- tools.cdt698517 Octal
- tools.cdt698518 Binary
- tools.cdt698519 Decimal
- tools.cdt698520 Byte Sequence
- tools.cdt698521 Options
- tools.cdt698522 Wrap Search
- tools.cdt698523 Case Insensitive
- tools.cdt698524 Memory Read Failed
- tools.cdt698525 Memory Search Failure
- tools.cdt698526 Repositioning Memory View Failed
- tools.cdt698527 Searching memory for
- tools.cdt698528 Memory Search
- tools.cdt698529 Repositioning Memory View Failed
- tools.cdt698530 Eclipse CDT
- tools.cdt698531 Memory Search
- tools.cdt698532 Find Next
- tools.cdt698533 Find/Replace...
- tools.cdt698534 Find Next
- tools.cdt698535 Find/Replace...
- tools.cdt698536 Go To Address
- tools.cdt698537 Reset To Base Address
- tools.cdt698538 Refresh
- tools.cdt698539 Address
- tools.cdt698540 All
- tools.cdt698541 Binary
- tools.cdt698542 Text
- tools.cdt698543 1 byte
- tools.cdt698544 2 bytes
- tools.cdt698545 4 bytes
- tools.cdt698546 8 bytes
- tools.cdt698547 ISO-8859-1
- tools.cdt698548 US-ASCII
- tools.cdt698549 UTF-8
- tools.cdt698550 UTF-16
- tools.cdt698551 Big
- tools.cdt698552 Little
- tools.cdt698553 Hex
- tools.cdt698554 Decimal Signed
- tools.cdt698555 Decimal Unsigned
- tools.cdt698556 Default
- tools.cdt698557 Octal
- tools.cdt698558 Panes
- tools.cdt698559 Endian
- tools.cdt698560 Cell Size
- tools.cdt698561 Radix
- tools.cdt698562 Traditional
- tools.cdt698563 Failure in retrieving start address.
- tools.cdt698564 Failure in retrieving base address.
- tools.cdt698565 Called on non-dispatch thread
- tools.cdt698566 Failed reading memory.
- tools.cdt698567 Error writing memory.
- tools.cdt698568 Failed to determine address size.
- tools.cdt698569 Failed to position cursor.
- tools.cdt698570 Failed to start selection.
- tools.cdt698571 Failed to append selection.
- tools.cdt698572 Failed to determine cell location.
- tools.cdt698573 Failed to paint.
- tools.cdt698574 Failed copy operation.
- tools.cdt698575 Columns
- tools.cdt698576 Auto Size to Fill
- tools.cdt698585 Custom...
- tools.cdt698586 Copy
- tools.cdt698587 Copy Address
- tools.cdt698588 Copy all visible data (address, binary, text)
- tools.cdt698589 Copy the selected address
- tools.cdt698590 Copy selected data
- tools.cdt698591 Copy selected data in text format
- tools.cdt698592 Update Mode
- tools.cdt698593 Always
- tools.cdt698594 On Breakpoint
- tools.cdt698595 Manual
- tools.cdt698596 &Background Color:
- tools.cdt698597 Brighten Alternate Cells
- tools.cdt698598 &Changed Color:
- tools.cdt698599 Traditional Memory Rendering
- tools.cdt698600 Edit Buffer
- tools.cdt698601 &Edit Color:
- tools.cdt698602 History &Trail Levels
- tools.cdt698603 Save on E&nter, Cancel on Focus Lost
- tools.cdt698604 Save on Enter or Focus L&ost
- tools.cdt698605 &Selection Color:
- tools.cdt698606 &Text Color:
- tools.cdt698607 Use Global B&ackground Color
- tools.cdt698608 Use Global Se&lection Color
- tools.cdt698609 Use Global Te&xt Color
- tools.cdt698610 Traditional Rendering Preferences...
- tools.cdt698611 Eclipse CDT
- tools.cdt698612 Traditional Memory Rendering
- tools.cdt698613 Traditional
- tools.cdt698614 Traditional Memory Rendering
- tools.cdt698619 Format:
- tools.cdt698620 Export Memory
- tools.cdt698621 Could not reposition rendering to address 0x{0}.
- tools.cdt698622 Format:
- tools.cdt698623 Import Memory
- tools.cdt698624 All Files
- tools.cdt698625 Browse...
- tools.cdt698626 Could not write to file.
- tools.cdt698627 Could not read from target.
- tools.cdt698628 Failure exporting memory
- tools.cdt698629 File name:
- tools.cdt698630 Transferring %s bytes at address 0x%s
- tools.cdt698631 Transferring Data
- tools.cdt698632 All Files
- tools.cdt698633 Browse...
- tools.cdt698634 Could not read from file.
- tools.cdt698635 Could not write to target.
- tools.cdt698636 Failure importing from file
- tools.cdt698637 File name:
- tools.cdt698638 Transferring Data
- tools.cdt698639 Choose memory export file
- tools.cdt698640 End address:
- tools.cdt698641 Length:
- tools.cdt698642 Plain Text
- tools.cdt698643 Start address:
- tools.cdt698644 Choose memory import file
- tools.cdt698645 Invalid file format. Expected integer at line %d
- tools.cdt698646 Plain Text
- tools.cdt698647 Restore to address:
- tools.cdt698648 Scroll to restore address
- tools.cdt698649 Choose memory export file
- tools.cdt698650 End address:
- tools.cdt698651 Length:
- tools.cdt698652 SRecord
- tools.cdt698653 Start address:
- tools.cdt698654 Checksum failure of line =
- tools.cdt698655 Choose memory import file
- tools.cdt698656 Restore to this address:
- tools.cdt698657 Restore to address specified in the file
- tools.cdt698658 Invalid file format. Invalid address at line %d
- tools.cdt698659 Invalid file format. Invalid checksum format at line %d
- tools.cdt698660 Invalid file format. Invalid data at line %d
- tools.cdt698661 Invalid file format. Invalid line length at line %d
- tools.cdt698662 SRecord
- tools.cdt698663 Scroll to restore address
- tools.cdt698664 Choose memory export file
- tools.cdt698665 End address:
- tools.cdt698666 Length:
- tools.cdt698667 RAW Binary
- tools.cdt698668 Start address:
- tools.cdt698669 Choose memory import file
- tools.cdt698670 RAW Binary
- tools.cdt698671 Restore to address:
- tools.cdt698672 Scroll to restore address
- tools.cdt698673 Export
- tools.cdt698674 Import
- tools.cdt698675 Eclipse CDT
- tools.cdt698676 Memory Transport Plug-in
- tools.cdt698677 org.eclipse.cdt.debug.ui.memory.transport.dd
- tools.cdt698678 SRecordImporter
- tools.cdt698679 SRecordExporter
- tools.cdt698680 PlainTextImporter
- tools.cdt698681 PlainTextExporter
- tools.cdt698682 RAWBinaryImporter
- tools.cdt698683 RAWBInaryExporter
- tools.cdt698684 memoryTransport
- tools.cdt699316 C/C++ Plugin Developer Guide
- tools.cdt699317 Eclipse CDT
- tools.cdt699320 intro/css/graphics/c_dev.png
- tools.cdt699321 intro/css/graphics/c_dev_hov.png
- tools.cdt699322 intro/css/graphics/c_dev.png
- tools.cdt699323 intro/css/graphics/c_dev_hov.png
- tools.cdt699324 C/C++ Development User Guide
- tools.cdt699325 Eclipse CDT
- tools.cdt699326 C/C++ Development
- tools.cdt699327 Creating C/C++ Projects
- tools.cdt699328 Use this tutorial to learn how to create a simple C/C++ project.
- tools.cdt699329 Importing C/C++ Projects
- tools.cdt699330 Use this tutorial to learn how to successfully import a CDT project.
- tools.cdt700054 Debug Services Framework Core
- tools.cdt700055 Eclipse CDT
- tools.cdt699645 The required DSF memory service is not available.
- tools.cdt699646 Error reading memory block
- tools.cdt699647 Error writing memory block
- tools.cdt699648 Encoded address has unexpected format
- tools.cdt699649 Tracepoint
- tools.cdt699650 Record
- tools.cdt699651 Untitled Collect Action
- tools.cdt699652 Untitled Evaluate Action
- tools.cdt699653 Untitled While-Stepping Action
- tools.cdt699654 Collect Action
- tools.cdt699655 Evaluate Action
- tools.cdt699656 While-Stepping Action
- tools.cdt699657 CDT Debugger not installed
- tools.cdt699658 C Project not specified
- tools.cdt699659 Project is not a C/C++ project
- tools.cdt699660 Program file not specified
- tools.cdt699661 Program file does not exist
- tools.cdt699662 {0} not found
- tools.cdt699663 Working directory does not exist
- tools.cdt699664 The working directory {0} does not exist.
- tools.cdt699665 Project {0} does not exist
- tools.cdt699666 Project {0} is closed
- tools.cdt699667 Debugger Process
- tools.cdt699668 Building prerequisite project list
- tools.cdt699669 Building
- tools.cdt699670 Searching for compile errors
- tools.cdt699671 Searching for compile errors in
- tools.cdt699672 Building prerequisite project list
- tools.cdt699673 Program is not a recognized executable.
- tools.cdt699674 Launching Local C/C++ Application
- tools.cdt699675 Failed to set program arguments, environment or working directory.
- tools.cdt699676 Error starting process
- tools.cdt699677 Eclipse runtime does not support working directory
- tools.cdt699678 Attaching to Local C/C++ Application
- tools.cdt699679 No Process ID selected
- tools.cdt699680 Select Process
- tools.cdt699681 Current platform does not support listing processes
- tools.cdt699682 Select a Process to attach the debugger to:
- tools.cdt699683 CDT Launch Error
- tools.cdt699684 Launching postmortem debugger
- tools.cdt699685 No Corefile selected
- tools.cdt699686 No Shell available in Launch
- tools.cdt699687 Select Corefile
- tools.cdt699688 Core file is not accessible.
- tools.cdt699689 Core file does not exist or is not readable.
- tools.cdt699690 Post-mortem debugging failed
- tools.cdt699691 Application Launcher
- tools.cdt699692 Choose a debug configuration to debug
- tools.cdt699693 Choose a configuration to run
- tools.cdt699694 C Local Application
- tools.cdt699695 Choose a local application to debug
- tools.cdt699696 Choose a local application to run
- tools.cdt699697 Launch failed no binaries
- tools.cdt699698 Launch failed
- tools.cdt699699 Launch Debug Configuration Selection
- tools.cdt699700 Launch Configuration Selection
- tools.cdt699701 Invalid launch mode
- tools.cdt699702 Invalid launch mode.
- tools.cdt699703 Invalid launch mode.
- tools.cdt699704 Choose a launch configuration to debug
- tools.cdt699705 Choose a launch configuration to run
- tools.cdt699706 Launch failed no project selected
- tools.cdt699707 No debugger available
- tools.cdt699708 Debugger
- tools.cdt699709 Error Loading Debugger UI Component.
- tools.cdt699710 Error
- tools.cdt699711 Project required
- tools.cdt699712 Project must first be entered before searching for a program
- tools.cdt699713 Program Selection
- tools.cdt699714 Project must first be entered before browsing for a program
- tools.cdt699715 Program selection
- tools.cdt699716 Selection must be a file
- tools.cdt699717 Selection must be a binary file
- tools.cdt699718 Project Selection
- tools.cdt699719 Choose a &project to constrain the search for a program
- tools.cdt699720 Project not specified
- tools.cdt699721 Program not specified
- tools.cdt699722 Project must be opened
- tools.cdt699723 Program does not exist
- tools.cdt699724 File does not exist
- tools.cdt699725 Main
- tools.cdt699726 &Project:
- tools.cdt699727 C/C++ Application:
- tools.cdt699728 Core file
- tools.cdt699729 Trace file
- tools.cdt699730 Core file (leave blank to trigger prompt):
- tools.cdt699731 Trace data file (leave blank to trigger prompt):
- tools.cdt699732 Searc&h Project...
- tools.cdt699733 Choose a &program to run:
- tools.cdt699734 Choose a program to run from {0}:
- tools.cdt699735 Connect process input && output to a terminal.
- tools.cdt699736 Application Selection
- tools.cdt699737 Core File Selection
- tools.cdt699738 Trace File Selection
- tools.cdt699739 Post Mortem file type:
- tools.cdt699740 Advanced Options
- tools.cdt699741 Stop on startup at:
- tools.cdt699742 Automatically track the values of
- tools.cdt699743 The "Stop on startup at" field can not be empty.
- tools.cdt699744 Debugger Options
- tools.cdt699745 Mode ''{0}'' is not supported by selected debugger
- tools.cdt699746 Advanced...
- tools.cdt699747 Variables
- tools.cdt699748 Registers
- tools.cdt699749 No debugger available
- tools.cdt699750 The CPU is not supported by selected debugger.
- tools.cdt699751 The project platform is not supported by the selected debugger.
- tools.cdt699752 No debugger available
- tools.cdt699753 The project platform is not supported by the selected debugger.
- tools.cdt699754 Edit Variable
- tools.cdt699755 New Variable
- tools.cdt699756 Name:
- tools.cdt699757 Value:
- tools.cdt699758 Name
- tools.cdt699759 Value
- tools.cdt699760 New...
- tools.cdt699761 Import...
- tools.cdt699762 Edit...
- tools.cdt699763 Remove
- tools.cdt699764 Environment
- tools.cdt699765 Existing Environment Variable
- tools.cdt699766 Environment variable \" {0} \" exists.\nDo you want to overwrite?
- tools.cdt699767 Program arguments:
- tools.cdt699768 Arguments
- tools.cdt699769 Variables...
- tools.cdt699770 Configuring GDB
- tools.cdt699771 Aborting configuring GDB
- tools.cdt699772 Launching debugger session
- tools.cdt699773 Debugging remote C/C++ application
- tools.cdt699774 Post Mortem Debugging of C/C++ application
- tools.cdt699775 Debugging local C/C++ application
- tools.cdt699776 Select a &workspace relative working directory:
- tools.cdt699777 Select a working directory for the launch configuration:
- tools.cdt699778 W&orkspace...
- tools.cdt699779 Working Directory
- tools.cdt699780 Working directory:
- tools.cdt699781 Working directory does not exist
- tools.cdt699782 Use de&fault
- tools.cdt699783 Variabl&es...
- tools.cdt699784 File S&ystem...
- tools.cdt699785 Exception occurred reading configuration:
- tools.cdt699786 Exception occurred reading configuration {0}
- tools.cdt699787 Debugger:
- tools.cdt699788 Binaries:
- tools.cdt699789 Qualifier:
- tools.cdt699790 &Browse...
- tools.cdt699791 B&rowse...
- tools.cdt699792 Bro&wse...
- tools.cdt699793 Project does not exist
- tools.cdt699794 Launching Local C/C++ Application
- tools.cdt699795 Launching debugger session
- tools.cdt699796 Debugging local C/C++ application
- tools.cdt699797 Attaching to Local C/C++ Application
- tools.cdt699798 No Process ID selected.
- tools.cdt699799 Launching postmortem debugger session
- tools.cdt699800 No core file selected
- tools.cdt699801 Core file does not exist or is not readable.
- tools.cdt699802 Error starting process.
- tools.cdt699803 Eclipse runtime does not support working directory.
- tools.cdt699804 Failed to set program arguments, environment or working directory.
- tools.cdt699805 Initializing debugger services
- tools.cdt699806 Aborting debugger services initialization
- tools.cdt699807 Breakpoint attribute problem: {0}
- tools.cdt699808 installation failed
- tools.cdt699809 N/A (child of pretty-printed object)
- tools.cdt699810 GDB DSF Debugger Integration Core
- tools.cdt699811 Eclipse CDT
- tools.cdt699812 GDB (DSF) Create Process
- tools.cdt699813 Start new application under control of GDB debugger integrated using the Debugger Services Framework ...
- tools.cdt699814 GDB (DSF) Manual Remote Debugging
- tools.cdt699815 Debug a new application that was manually started on a remote system under control of GDB debugger i ...
- tools.cdt699816 GDB (DSF) Attach to Process
- tools.cdt699817 Attach the GDB debugger, integrated using the Debugger Services Framework (DSF), to a running progra ...
- tools.cdt699818 GDB (DSF) Postmortem Debugger
- tools.cdt699819 Load an application dump using the GDB debugger integrated using the Debugger Services Framework (DS ...
- tools.cdt699331 Standard C/C++ tracepoint type.
- tools.cdt699332 C/C++ Tracepoints
- tools.cdt699333 Count must be a nonnegative integer
- tools.cdt699334 Not available
- tools.cdt699335 Function name:
- tools.cdt699336 C/C++ function tracepoint
- tools.cdt699337 Address:
- tools.cdt699338 C/C++ address tracepoint
- tools.cdt699339 File:
- tools.cdt699340 C/C++ line tracepoint
- tools.cdt699341 Line number:
- tools.cdt699342 Project:
- tools.cdt699343 &Condition:
- tools.cdt699344 Invalid condition.
- tools.cdt699345 &Ignore count:
- tools.cdt699346 &Pass count:
- tools.cdt699347 Class:
- tools.cdt699348 Enabled
- tools.cdt699349 gdb traces
- tools.cdt699350 <terminated>
- tools.cdt699351 Save console content
- tools.cdt699352 Confirm overwrite
- tools.cdt699353 File exists, do you want overwrite it?
- tools.cdt699354 Error
- tools.cdt699355 Error during save console content. Task failed.
- tools.cdt699356 Debugger executable must be specified.
- tools.cdt699357 GDB Debugger Options
- tools.cdt699358 Main
- tools.cdt699359 GDB debugger:
- tools.cdt699360 &Browse...
- tools.cdt699361 GDB Debugger
- tools.cdt699362 GDB command file:
- tools.cdt699363 B&rowse...
- tools.cdt699364 GDB Command File
- tools.cdt699365 (Warning: Some commands in this file may interfere with the startup operation of the debugger, for e ...
- tools.cdt699366 Shared Libraries
- tools.cdt699367 Non-stop mode (Note: Requires non-stop GDB)
- tools.cdt699368 Enable Reverse Debugging at startup (Note: Requires Reverse GDB)
- tools.cdt699369 Force thread list update on suspend
- tools.cdt699370 Automatically debug forked processes (Note: Requires Multi Process GDB)
- tools.cdt699371 Debugger executable must be specified.
- tools.cdt699372 GDB Debugger Options
- tools.cdt699373 Main
- tools.cdt699374 GDB debugger:
- tools.cdt699375 &Browse...
- tools.cdt699376 GDB Debugger
- tools.cdt699377 GDB command file:
- tools.cdt699378 B&rowse...
- tools.cdt699379 GDB Command File
- tools.cdt699380 (Warning: Some commands in this file may interfere with the startup operation of the debugger, for e ...
- tools.cdt699381 Shared Libraries
- tools.cdt699382 Protocol:
- tools.cdt699383 GDB command set:
- tools.cdt699384 Verbose console mode
- tools.cdt699385 Use full file path to set breakpoints
- tools.cdt699386 TCP
- tools.cdt699387 Serial
- tools.cdt699388 Connection
- tools.cdt699389 Main
- tools.cdt699390 GDB debugger
- tools.cdt699391 &Browse...
- tools.cdt699392 GDB Debugger
- tools.cdt699393 GDB command file:
- tools.cdt699394 B&rowse...
- tools.cdt699395 GDB Command File
- tools.cdt699396 Type:
- tools.cdt699397 Load shared library symbols automatically
- tools.cdt699398 Stop on shared library events
- tools.cdt699399 Use shared library symbols for debugged applications
- tools.cdt699400 Device:
- tools.cdt699401 Speed:
- tools.cdt699402 Device must be specified.
- tools.cdt699403 Invalid device.
- tools.cdt699404 Speed must be specified.
- tools.cdt699405 Add...
- tools.cdt699406 Up
- tools.cdt699407 Down
- tools.cdt699408 Remove
- tools.cdt699409 Directories:
- tools.cdt699410 Select directory that contains shared library.
- tools.cdt699411 Select From List
- tools.cdt699412 Select Libraries
- tools.cdt699413 Select libraries to load symbols automatically.
- tools.cdt699414 No libraries found.
- tools.cdt699415 Add Directory
- tools.cdt699416 Host name or IP address:
- tools.cdt699417 Port number:
- tools.cdt699418 Host name or IP address must be specified.
- tools.cdt699419 Invalid host name or IP address.
- tools.cdt699420 Port number must be specified.
- tools.cdt699421 Invalid port number.
- tools.cdt699422 CDT Debugger not installed
- tools.cdt699423 C Project not specified
- tools.cdt699424 Project is not a C/C++ project
- tools.cdt699425 Program file not specified
- tools.cdt699426 Program file does not exist
- tools.cdt699427 {0} not found
- tools.cdt699428 Working directory does not exist
- tools.cdt699429 The working directory {0} does not exist.
- tools.cdt699430 Project {0} does not exist. Please check that your launch configuration specifies a valid project in ...
- tools.cdt699431 Project {0} is closed
- tools.cdt699432 Debugger Process
- tools.cdt699433 Building prerequisite project list
- tools.cdt699434 Building
- tools.cdt699435 Searching for compile errors
- tools.cdt699436 Searching for compile errors in
- tools.cdt699437 Building prerequisite project list
- tools.cdt699438 Program is not a recognized executable.
- tools.cdt699439 Launching Local C/C++ Application
- tools.cdt699440 Failed to set program arguments, environment or working directory.
- tools.cdt699441 Error starting process
- tools.cdt699442 Eclipse runtime does not support working directory
- tools.cdt699443 Attaching to Local C/C++ Application
- tools.cdt699444 No Process ID selected
- tools.cdt699445 Select Process
- tools.cdt699446 Current platform does not support listing processes
- tools.cdt699447 Select a Process to attach debugger to:
- tools.cdt699448 CDT Launch Error
- tools.cdt699449 Launching postmortem debugger
- tools.cdt699450 No Corefile selected
- tools.cdt699451 No Shell available in Launch
- tools.cdt699452 Select Corefile
- tools.cdt699453 Core file is not accessible.
- tools.cdt699454 Core file does not exist or is not readable.
- tools.cdt699455 Post-mortem debugging failed
- tools.cdt699456 Application Launcher
- tools.cdt699457 Choose a debug configuration to debug
- tools.cdt699458 Choose a configuration to run
- tools.cdt699459 C Local Application
- tools.cdt699460 Choose a local application to debug
- tools.cdt699461 Choose a local application to run
- tools.cdt699462 Launch failed. Binary not found.
- tools.cdt699463 Launch failed
- tools.cdt699464 Launch Debug Configuration Selection
- tools.cdt699465 Launch Configuration Selection
- tools.cdt699466 Invalid launch mode
- tools.cdt699467 Invalid launch mode.
- tools.cdt699468 Invalid launch mode.
- tools.cdt699469 Choose a launch configuration to debug
- tools.cdt699470 Choose a launch configuration to run
- tools.cdt699471 Launch failed no project selected
- tools.cdt699472 No debugger available
- tools.cdt699473 Debugger
- tools.cdt699474 Error Loading Debugger UI Component.
- tools.cdt699475 Error
- tools.cdt699476 Project required
- tools.cdt699477 Project must first be entered before searching for a program
- tools.cdt699478 Program Selection
- tools.cdt699479 Project must first be entered before browsing for a program
- tools.cdt699480 Program selection
- tools.cdt699481 Selection must be a file
- tools.cdt699482 Selection must be a binary file
- tools.cdt699483 Project Selection
- tools.cdt699484 Choose a &project to constrain the search for a program
- tools.cdt699485 Project not specified
- tools.cdt699486 Program not specified
- tools.cdt699487 Project must be opened
- tools.cdt699488 Program does not exist
- tools.cdt699489 Main
- tools.cdt699490 &Project:
- tools.cdt699491 C/C++ Application:
- tools.cdt699492 Searc&h Project...
- tools.cdt699493 Choose a &program to run:
- tools.cdt699494 Choose a program to run from {0}:
- tools.cdt699495 Connect process input && output to a terminal.
- tools.cdt699496 Program is not a recognized executable.
- tools.cdt699497 Advanced Options
- tools.cdt699498 Stop on startup at:
- tools.cdt699499 Automatically track the values of
- tools.cdt699500 The "Stop on startup at" field can not be empty.
- tools.cdt699501 Debugger Options
- tools.cdt699502 Mode ''{0}'' is not supported by the selected debugger
- tools.cdt699503 Advanced...
- tools.cdt699504 Variables
- tools.cdt699505 Registers
- tools.cdt699506 No debugger available
- tools.cdt699507 The CPU is not supported by the selected debugger.
- tools.cdt699508 The project platform is not supported by the selected debugger.
- tools.cdt699509 No debugger available
- tools.cdt699510 The project platform is not supported by the selected debugger.
- tools.cdt699511 Edit Variable
- tools.cdt699512 New Variable
- tools.cdt699513 Name:
- tools.cdt699514 Value:
- tools.cdt699515 Name
- tools.cdt699516 Value
- tools.cdt699517 New...
- tools.cdt699518 Import...
- tools.cdt699519 Edit...
- tools.cdt699520 Remove
- tools.cdt699521 Environment
- tools.cdt699522 Existing Environment Variable
- tools.cdt699523 Environment variable \" {0} \" exists.\nDo you want to overwrite?
- tools.cdt699524 Program arguments:
- tools.cdt699525 Arguments
- tools.cdt699526 Variables...
- tools.cdt699527 Select a &workspace relative working directory:
- tools.cdt699528 Select a working directory for the launch configuration:
- tools.cdt699529 W&orkspace...
- tools.cdt699530 Working Directory
- tools.cdt699531 Working directory:
- tools.cdt699532 Working directory does not exist
- tools.cdt699533 Use de&fault
- tools.cdt699534 Variabl&es...
- tools.cdt699535 File S&ystem...
- tools.cdt699536 Exception occurred reading configuration:
- tools.cdt699537 Exception occurred reading configuration {0}
- tools.cdt699538 Debugger:
- tools.cdt699539 Binaries:
- tools.cdt699540 Qualifier:
- tools.cdt699541 &Browse...
- tools.cdt699542 B&rowse...
- tools.cdt699543 Project does not exist
- tools.cdt699544 Launching Local C/C++ Application
- tools.cdt699545 Launching debugger session
- tools.cdt699546 Debugging local C/C++ application
- tools.cdt699547 Attaching to Local C/C++ Application
- tools.cdt699548 No Process ID selected.
- tools.cdt699549 Launching postmortem debugger session
- tools.cdt699550 No core file selected
- tools.cdt699551 Core file does not exist or is not readable.
- tools.cdt699552 Error starting process.
- tools.cdt699553 Eclipse runtime does not support working directory.
- tools.cdt699554 Failed to set program arguments, environment or working directory.
- tools.cdt699555 core
- tools.cdt699556 cores
- tools.cdt699557 New...
- tools.cdt699558 General settings for GDB Debugging
- tools.cdt699559 Traces
- tools.cdt699560 Enable GDB traces
- tools.cdt699561 Limit GDB traces output (number of characters):
- tools.cdt699562 Termination
- tools.cdt699563 Terminate GDB when last process exits
- tools.cdt699564 Debug Text Hover
- tools.cdt699565 Use enhanced debug hover
- tools.cdt699566 Pretty Printing
- tools.cdt699567 Enable pretty printers in variable/expression tree
- tools.cdt699568 (requires python-enabled GDB)
- tools.cdt699569 For collections, initially limit child count to
- tools.cdt699570 Debug Configurations Defaults
- tools.cdt699571 Actions for this tracepoint:
- tools.cdt699572 Available actions:
- tools.cdt699573 Name
- tools.cdt699574 Type
- tools.cdt699575 Summary
- tools.cdt699576 Attach
- tools.cdt699577 New...
- tools.cdt699578 Edit...
- tools.cdt699579 Delete
- tools.cdt699580 Remove
- tools.cdt699581 Up
- tools.cdt699582 Down
- tools.cdt699583 Actions available for any tracepoint in the workspace:
- tools.cdt699584 Step count:
- tools.cdt699585 New Tracepoint Action
- tools.cdt699586 Action name:
- tools.cdt699587 Action type:
- tools.cdt699588 Data to collect (comma-separated list):
- tools.cdt699589 Expressions to evaluate (comma-separated list):
- tools.cdt699590 Sub-actions for While-stepping
- tools.cdt699591 Refresh
- tools.cdt699592 Last updated at:
- tools.cdt699593 Manage Trace Variables
- tools.cdt699594 Initial value must be an integer
- tools.cdt699595 Tracing unavailable
- tools.cdt699596 Trace Variable Details
- tools.cdt699597 Name
- tools.cdt699598 Initial Value
- tools.cdt699599 Current Value
- tools.cdt699600 Refresh
- tools.cdt699601 Create
- tools.cdt699602 Name:
- tools.cdt699603 Value:
- tools.cdt699604 Error creating trace variable
- tools.cdt699605 Cannot create variable with empty name
- tools.cdt699606 Exit Visualization Mode
- tools.cdt699607 Unable to retrieve trace variables
- tools.cdt699608 Internal Error
- tools.cdt699609 <...more children...>
- tools.cdt699610 {0,choice,0#Thread|1#{1}}{2,choice,0#|1# [{3}]}{4,choice,0#|1# {5}}{6,choice,0#|1# [core: {7}]} ({8, ...
- tools.cdt699611 <unavailable>
- tools.cdt699612 {0,choice,0#Process|1#{1}}{2,choice,0#|1# [{3}]}{4,choice,0#|1# [cores: {5}]}
- tools.cdt699613 <unavailable>
- tools.cdt699614 GDB DSF Debugger Integration UI
- tools.cdt699615 Eclipse CDT
- tools.cdt699616 Connect...
- tools.cdt699617 Connect to a process
- tools.cdt699618 GDB
- tools.cdt699619 Main
- tools.cdt699620 Arguments
- tools.cdt699621 Debugger
- tools.cdt699622 Source
- tools.cdt699623 Common
- tools.cdt699624 Environment
- tools.cdt699625 Filter
- tools.cdt699626 Common
- tools.cdt699627 Actions
- tools.cdt699628 Actions
- tools.cdt699629 Tracepoint Actions
- tools.cdt699630 Trace Control
- tools.cdt699631 Start Tracing
- tools.cdt699632 Stop Tracing
- tools.cdt699633 Save Trace Data
- tools.cdt699634 Next Trace Record
- tools.cdt699635 Previous Trace Record
- tools.cdt699636 Next Trace Record
- tools.cdt699637 Previous Trace Record
- tools.cdt699638 Select Next Trace Record
- tools.cdt699639 Select Previous Trace Record
- tools.cdt699640 C/C++ debugging with the DSF GDB debugger
- tools.cdt699641 CDT DSF-GDB - GDB Debugging
- tools.cdt699642 C/C++ debugging with the DSF GDB debugger
- tools.cdt699643 CDT DSF-GDB - GDB Debugging
- tools.cdt699644 Fetch More Children
- tools.cdt699820 Standard C/C++ breakpoint type.
- tools.cdt699821 C/C++ Breakpoints
- tools.cdt699822 &Find in Current Document...
- tools.cdt699823 Find Text in the Currently Loaded Disassembly Content.
- tools.cdt699825 Opens a dialog to search for text patterns in the currently loaded disassembly content.
- tools.cdt699826 Show Addresses
- tools.cdt699827 Show Function Offsets
- tools.cdt699828 Show Source
- tools.cdt699829 Show Symbols
- tools.cdt699830 Go to Program Counter
- tools.cdt699831 Go to Current Program Counter
- tools.cdt699832 Go to Address...
- tools.cdt699833 &Copy
- tools.cdt699834 Select &All
- tools.cdt699835 Breakpoint Properties...
- tools.cdt699836 Disable Breakpoint
- tools.cdt699837 Enable Breakpoint
- tools.cdt699838 Re&fresh View
- tools.cdt699839 &Preferences...
- tools.cdt699840 Link with Active Debug Context
- tools.cdt699841 Track Expression
- tools.cdt699842 Go to Address
- tools.cdt699843 Address expression:
- tools.cdt699844 Enter location here
- tools.cdt699845 Specified location is invalid
- tools.cdt699846 Error
- tools.cdt699847 OK
- tools.cdt699848 No debug context
- tools.cdt699849 Expression does not evaluate to an address
- tools.cdt699850 Unable to locate file:\
- tools.cdt699851 Cannot read source file:\
- tools.cdt699852 Use this format for the instruction address
- tools.cdt699853 Address display format:
- tools.cdt699854 Force radix prefixes
- tools.cdt699855 Show source
- tools.cdt699856 Show source code interleaved with instructions
- tools.cdt699857 Show symbols
- tools.cdt699858 Show symbols used by the instructions
- tools.cdt699859 Not a valid number format
- tools.cdt699860 Address cannot be negative
- tools.cdt699861 Octal
- tools.cdt699862 Decimal
- tools.cdt699863 Hexadecimal
- tools.cdt699864 Show function offsets
- tools.cdt699865 Show offsets of addresses in a function
- tools.cdt699866 Show instruction address
- tools.cdt699867 Show the address of each instruction
- tools.cdt699868 Show '0x' with hexadecimal addresses
- tools.cdt699869 Debug Current Instruction Pointer
- tools.cdt699870 Debug Call Stack
- tools.cdt699871 Reading source file
- tools.cdt699872 Coloring source file
- tools.cdt699873 Finding best match for source file
- tools.cdt699874 Retrieving module timestamp
- tools.cdt699875 Searching local history
- tools.cdt699876 Unable to retrieve disassembly data from backend.
- tools.cdt699877 General settings for debuggers using Debug Services Framework (DSF):
- tools.cdt699878 Limit number of stack frames to
- tools.cdt699879 Minimum interval between steps (in milliseconds)
- tools.cdt699880 Performance
- tools.cdt699881 Wait for views to update after every step
- tools.cdt699882 Error
- tools.cdt699883 Operation failed
- tools.cdt699884 No update policies for current selection
- tools.cdt699885 No update scopes for current selection
- tools.cdt699886 Number Formats Viewer
- tools.cdt699887 Detail viewer showing selected variable in all available formats.
- tools.cdt699888 {0} : {1}
- tools.cdt699889 Select &All
- tools.cdt699890 &Copy
- tools.cdt699891 &Wrap Text
- tools.cdt699892 &Max Length...
- tools.cdt699893 Configure Details Pane
- tools.cdt699894 &Maximum characters to display in details pane (0 = unlimited):
- tools.cdt699895 Integer must be non-negative
- tools.cdt699896 Enter an integer
- tools.cdt699897 :
- tools.cdt699898 Name :
- tools.cdt699901 ...
- tools.cdt699902 Debug Current Instruction Pointer
- tools.cdt699903 Debug Call Stack
- tools.cdt699904 Error: {0}
- tools.cdt699906 Expression
- tools.cdt699907 Name
- tools.cdt699908 Type
- tools.cdt699909 Value
- tools.cdt699910 Address
- tools.cdt699911 Description
- tools.cdt699912 Invalid expression
- tools.cdt699913 Invalid expression
- tools.cdt699914 Add new expression
- tools.cdt699915 (disabled)
- tools.cdt699916 {0} (disabled)
- tools.cdt699917 <...more frames...>
- tools.cdt699918 {1} at {2}:{3} {0}{4,choice,0#|1# :{4}}
- tools.cdt699919 {1}() at {2}:{3} {0}{4,choice,0#|1# :{4}}
- tools.cdt699920 {1} [{2}] at {0}
- tools.cdt699921 {1}() [{2}] at {0}
- tools.cdt699922 [{1}] at {0}
- tools.cdt699923 {1} at {0}
- tools.cdt699924 {1}() at {0}
- tools.cdt699925 {0}
- tools.cdt699926 {0,choice,0#Process|1#{1}}{2,choice,0#|1# [{3}]}
- tools.cdt699927 <unavailable>
- tools.cdt699928 {0,choice,0#Thread|1#{1}}{2,choice,0#|1# [{3}]} ({4,choice,0#Running|1#Suspended}{5,choice,0#|1# : { ...
- tools.cdt699929 <unavailable>
- tools.cdt699930 Unknown
- tools.cdt699931 User Request
- tools.cdt699932 Step
- tools.cdt699933 Breakpoint
- tools.cdt699934 Exception
- tools.cdt699935 Container
- tools.cdt699936 Watchpoint
- tools.cdt699937 Signal
- tools.cdt699938 Shared Library
- tools.cdt699939 Error
- tools.cdt699940 Evaluation
- tools.cdt699941 Event Breakpoint
- tools.cdt699942 {0}
- tools.cdt699943 executable
- tools.cdt699944 shared library
- tools.cdt699945 Type:
- tools.cdt699946 Symbols:
- tools.cdt699947 loaded
- tools.cdt699948 not loaded
- tools.cdt699949 Symbols file:
- tools.cdt699950 CPU:
- tools.cdt699951 Base address:
- tools.cdt699952 Size:
- tools.cdt699953 \ (symbols loaded)
- tools.cdt699954 (symbols not loaded)
- tools.cdt699955 Select &All
- tools.cdt699956 &Copy
- tools.cdt699957 Default
- tools.cdt699958 Decimal
- tools.cdt699959 Hex
- tools.cdt699960 Octal
- tools.cdt699961 Binary
- tools.cdt699962 String
- tools.cdt699963 {0}
- tools.cdt699964 Number formats not available
- tools.cdt699965 {0} ({1})
- tools.cdt699966 {0}
- tools.cdt699967 Name
- tools.cdt699968 Type
- tools.cdt699969 Value
- tools.cdt699970 Description
- tools.cdt699971 {0}
- tools.cdt699972 {0}
- tools.cdt699973 {0}
- tools.cdt699974 {0} - {1}
- tools.cdt699975 {0} - Error:{1}
- tools.cdt699976 {0}
- tools.cdt699977 {0}
- tools.cdt699978 {0,choice,0#Unsigned|1#Floating Point} / {1,choice,0#ReadNone|1#Readable|2#ReadOnce},{2,choice,0#Wri ...
- tools.cdt699979 {0}
- tools.cdt699980 {0} = {1}
- tools.cdt699981 {0} = {1} (type: {2,choice,0#Unsigned|1#Floating Point} / {3,choice,0#ReadNone|1#Readable|2#ReadOn ...
- tools.cdt699982 {0} - Error:{1}
- tools.cdt699983 {0}
- tools.cdt699984 {0}
- tools.cdt699985 {0,choice,0#ReadNone|1#Readable|2#ReadOnce},{1,choice,0#WriteNone|1#Writeable|2#WriteOnce}
- tools.cdt699986 {0} - {1}
- tools.cdt699987 {0}
- tools.cdt699988 {0} = {1}
- tools.cdt699989 {0} = {1} (type: {2,choice,0#ReadNone|1#Readable|2#ReadOnce},{3,choice,0#WriteNone|1#Writeable|2#W ...
- tools.cdt699990 {0} = {1} - {2}
- tools.cdt699991 {0} = {1} - {2} (type: {3,choice,0#ReadNone|1#Readable|2#ReadOnce},{4,choice,0#WriteNone|1#Writeab ...
- tools.cdt699992 {0} - Error:{1}
- tools.cdt699993 Breakpoint Hit
- tools.cdt699994 Name
- tools.cdt699995 Type
- tools.cdt699996 Value
- tools.cdt699997 Location
- tools.cdt699998 Cannot cast this variable
- tools.cdt700008 {0} = {1} (type: {2})
- tools.cdt700009 {0} = {1} {2} (type: {3})
- tools.cdt700011 {0} - Error: {1}
- tools.cdt700012 <unknown>
- tools.cdt700013 Multiple errors reported.
- tools.cdt700014 Automatic
- tools.cdt700015 Refresh to see view data
- tools.cdt700016 Manual
- tools.cdt700017 All Elements
- tools.cdt700018 Visible Elements
- tools.cdt700019 Debugger Services Framework UI
- tools.cdt700020 Eclipse CDT
- tools.cdt700021 Disassembly
- tools.cdt700022 Disassembly
- tools.cdt700023 Go to Program Counter
- tools.cdt700024 Navigate to current program counter
- tools.cdt700025 Go to Address...
- tools.cdt700026 Navigate to address
- tools.cdt700027 Go to Symbol...
- tools.cdt700028 Navigate to symbolic address
- tools.cdt700029 Toggle Breakpoint
- tools.cdt700030 Toggle breakpoint in disassembly ruler
- tools.cdt700031 In Disassembly
- tools.cdt700032 When debugging in assembly mode
- tools.cdt700033 Breakpoint Properties...
- tools.cdt700034 Toggle Breakpoint
- tools.cdt700035 Update Policy
- tools.cdt700036 Threads Update Policy
- tools.cdt700037 Update Scope
- tools.cdt700038 Number Format
- tools.cdt700039 View Performance
- tools.cdt700040 E&xpand Stack
- tools.cdt700041 Refresh Debug Views
- tools.cdt700042 Refresh
- tools.cdt700043 Add Watch Expression...
- tools.cdt700044 Resume At Li&ne
- tools.cdt700045 &Move To Line
- tools.cdt700046 Run To &Line
- tools.cdt700047 Stale data foreground color
- tools.cdt700048 This color is used to indicate that a given element of data in a view is stale. User should refresh ...
- tools.cdt700049 Stale data background color
- tools.cdt700050 This color is used to indicate that a given element of data in a view is stale. User should refresh ...
- tools.cdt700051 Debug Update Modes
- tools.cdt700052 Pin to Debug Context
- tools.cdt700053 Open New View
- tools.cdt700056 xlC Error Parser Test Plugin
- tools.cdt700057 Eclipse CDT
- tools.cdt700058 CDT xlC Error Parser
- tools.cdt700068 Debugger Services Framework Examples
- tools.cdt700069 Eclipse CDT
- tools.cdt700065 PDA Example Device Debugging Core Plug-in
- tools.cdt700066 Eclipse CDT
- tools.cdt700059 Content &Assist
- tools.cdt700060 Content Assist
- tools.cdt700062 Content Assist
- tools.cdt700063 PDA Example Device Debugging UI Plug-in
- tools.cdt700064 Eclipse CDT
- tools.cdt700081 GDB Common
- tools.cdt700082 Eclipse CDT
- tools.cdt700070 GDB UI Common
- tools.cdt700071 Eclipse CDT
- tools.cdt700072 Event Type
- tools.cdt700073 syscall called
- tools.cdt700074 System call name or number
- tools.cdt700075 exception caught
- tools.cdt700076 exception thrown
- tools.cdt700077 fork called
- tools.cdt700078 vfork called
- tools.cdt700079 exec called
- tools.cdt700121 CDT Debugger not installed
- tools.cdt700122 C Project not specified
- tools.cdt700123 Project is not a C/C++ project
- tools.cdt700124 Program file not specified
- tools.cdt700125 Program file does not exist
- tools.cdt700126 {0} not found
- tools.cdt700127 Working directory does not exist
- tools.cdt700128 The working directory {0} does not exist.
- tools.cdt700129 Project {0} does not exist. Please check that your launch configuration specifies a valid project in ...
- tools.cdt700130 Project {0} is closed
- tools.cdt700131 Debugger Process
- tools.cdt700132 Building prerequisite project list
- tools.cdt700133 Building
- tools.cdt700134 Searching for compile errors
- tools.cdt700135 Searching for compile errors in
- tools.cdt700136 Building prerequisite project list
- tools.cdt700137 Program is not a recognized executable.
- tools.cdt700138 Build before launch -
- tools.cdt700139 Performing required build...
- tools.cdt700140 Performing incremental workspace build...
- tools.cdt700141 Refresh
- tools.cdt700142 Launching Local C/C++ Application
- tools.cdt700143 Failed to set program arguments, environment or working directory.
- tools.cdt700144 Error starting process
- tools.cdt700145 Eclipse runtime does not support working directory
- tools.cdt700146 Attaching to Local C/C++ Application
- tools.cdt700147 No Process ID selected
- tools.cdt700148 Select Process
- tools.cdt700149 Current platform does not support listing processes
- tools.cdt700150 Select a Process to attach debugger to:
- tools.cdt700151 CDT Launch Error
- tools.cdt700152 Launching postmortem debugger
- tools.cdt700153 No Corefile selected
- tools.cdt700154 No Shell available in Launch
- tools.cdt700155 Select Corefile
- tools.cdt700156 Core file is not accessible.
- tools.cdt700157 Core file does not exist or is not readable.
- tools.cdt700158 Post-mortem debugging failed
- tools.cdt700159 No debugger available
- tools.cdt700160 Debugger
- tools.cdt700161 Error Loading Debugger UI Component.
- tools.cdt700162 Update C/C++ launch configurations
- tools.cdt700163 Error
- tools.cdt700164 Project required
- tools.cdt700165 Project must first be entered before searching for a program
- tools.cdt700166 Program Selection
- tools.cdt700167 Project must first be entered before browsing for a program
- tools.cdt700168 Program selection
- tools.cdt700169 Selection must be a file
- tools.cdt700170 Selection must be a binary file
- tools.cdt700171 Project Selection
- tools.cdt700172 Choose a &project to constrain the search for a program
- tools.cdt700173 Project not specified
- tools.cdt700174 Program not specified
- tools.cdt700175 Project must be opened
- tools.cdt700176 Program does not exist
- tools.cdt700177 Core file does not exist
- tools.cdt700178 Main
- tools.cdt700179 &Project:
- tools.cdt700180 C/C++ Application:
- tools.cdt700181 Core file (leave blank to trigger prompt):
- tools.cdt700182 Searc&h Project...
- tools.cdt700183 Choose a &program to run:
- tools.cdt700184 Choose a program to run from {0}:
- tools.cdt700185 Connect process input && output to a terminal.
- tools.cdt700186 Program specification is not a valid project-relative path.
- tools.cdt700187 Build configuration:
- tools.cdt700188 Use Active
- tools.cdt700189 Select configuration using 'C/C++ Application'
- tools.cdt700190 {0} {1}
- tools.cdt700191 Build (if required) before launching
- tools.cdt700192 Disable auto build
- tools.cdt700193 Requires manually building project before launching (this may improve launch performance)
- tools.cdt700194 Enable auto build
- tools.cdt700195 Always build project before launching (this may impact launch performance)
- tools.cdt700196 Use workspace settings
- tools.cdt700197 Use workspace settings
- tools.cdt700198 <a>Configure Workspace Settings...</a>
- tools.cdt700199 Advanced Options
- tools.cdt700200 Stop on startup at:
- tools.cdt700201 Automatically track the values of
- tools.cdt700202 The "Stop on startup at" field can not be empty.
- tools.cdt700203 Debugger Options
- tools.cdt700204 Mode ''{0}'' is not supported by the selected debugger
- tools.cdt700205 Advanced...
- tools.cdt700206 Variables
- tools.cdt700207 Registers
- tools.cdt700208 No debugger available
- tools.cdt700209 The CPU is not supported by the selected debugger.
- tools.cdt700210 The project platform is not supported by the selected debugger.
- tools.cdt700211 No debugger available
- tools.cdt700212 The project platform is not supported by the selected debugger.
- tools.cdt700213 Edit Variable
- tools.cdt700214 New Variable
- tools.cdt700215 Name:
- tools.cdt700216 Value:
- tools.cdt700217 Name
- tools.cdt700218 Value
- tools.cdt700219 New...
- tools.cdt700220 Import...
- tools.cdt700221 Edit...
- tools.cdt700222 Remove
- tools.cdt700223 Environment
- tools.cdt700224 Existing Environment Variable
- tools.cdt700225 Environment variable \"{0}\" exists.\nDo you want to overwrite?
- tools.cdt700226 Program arguments:
- tools.cdt700227 Arguments
- tools.cdt700228 Variables...
- tools.cdt700229 Select a &workspace relative working directory:
- tools.cdt700230 Select a working directory for the launch configuration:
- tools.cdt700231 W&orkspace...
- tools.cdt700232 Working Directory
- tools.cdt700233 Working directory:
- tools.cdt700234 Working directory does not exist
- tools.cdt700235 Use de&fault
- tools.cdt700236 Variabl&es...
- tools.cdt700237 File S&ystem...
- tools.cdt700238 Exception occurred reading configuration:
- tools.cdt700239 Exception occurred reading configuration {0}
- tools.cdt700240 Debugger:
- tools.cdt700241 Binaries:
- tools.cdt700242 Qualifier:
- tools.cdt700243 &Browse...
- tools.cdt700244 B&rowse...
- tools.cdt700245 Bro&wse...
- tools.cdt700246 Project does not exist
- tools.cdt700247 Launching Local C/C++ Application
- tools.cdt700248 Launching debugger session
- tools.cdt700249 Debugging local C/C++ application
- tools.cdt700250 Attaching to Local C/C++ Application
- tools.cdt700251 No Process ID selected.
- tools.cdt700252 Launching postmortem debugger session
- tools.cdt700253 No core file selected
- tools.cdt700254 Core file does not exist or is not readable.
- tools.cdt700255 Error starting process.
- tools.cdt700256 Eclipse runtime does not support working directory.
- tools.cdt700257 Failed to set program arguments, environment or working directory.
- tools.cdt700258 Launching
- tools.cdt700259 Cannot launch ''{0}'' in the ''{1}'' mode
- tools.cdt700260 Infinite loop detected for ''{0}'' configuration
- tools.cdt700261 None
- tools.cdt700262 Wait until terminated
- tools.cdt700263 Delay
- tools.cdt700264 Waiting for termination of
- tools.cdt700265 Delaying next launch by {0} seconds
- tools.cdt700266 Launch Configuration Selector
- tools.cdt700267 Launch Mode:
- tools.cdt700268 Use default mode when launching
- tools.cdt700269 Select a launch configuration
- tools.cdt700270 Post launch action:
- tools.cdt700271 Seconds:
- tools.cdt700272 Enter valid number of seconds
- tools.cdt700273 Select only one launch configuration
- tools.cdt700274 Add Launch Configuration
- tools.cdt700275 Edit Launch Configuration
- tools.cdt700276 Add one or more launch configurations to the launch group
- tools.cdt700277 Edit an existing entry in the launch group
- tools.cdt700278 Up
- tools.cdt700279 Down
- tools.cdt700280 Edit...
- tools.cdt700281 Add...
- tools.cdt700282 Remove
- tools.cdt700283 Name
- tools.cdt700284 Mode
- tools.cdt700285 Launches
- tools.cdt700286 seconds
- tools.cdt700287 Action
- tools.cdt700288 Delay {0} seconds
- tools.cdt700289 Launch {0} does not exist.
- tools.cdt700290 Launch {0} is filtered.
- tools.cdt700291 Must have at least one valid enabled launch.
- tools.cdt700292 Update launch configuration "{0}"
- tools.cdt700293 Failed to save updated launch configuration "{0}"
- tools.cdt700294 Errors exist in project \"{0}\" having built not-active build configuration \"{1}\&qu ...
- tools.cdt700295 Errors exist in the active configuration of project \"{0}\". Proceed with launch?
- tools.cdt700296 One or more projects referenced by project \"{0}\", build configuration \"{1}\" ...
- tools.cdt700297 One or more projects referenced by the active configuration of project \"{0}\" has build e ...
- tools.cdt700298 C/C++ Development Tools Launching Support
- tools.cdt700299 Eclipse CDT
- tools.cdt700300 Standard Create Process
- tools.cdt700301 Start new application optionally under control of the standard debugger.
- tools.cdt700302 Standard Attach to Process
- tools.cdt700303 Attach standard debugger to a running program using.
- tools.cdt700304 Standard Postmortem Debugger
- tools.cdt700305 Load an application dump into the standard debugger.
- tools.cdt700306 Launch Group
- tools.cdt700307 Launch several other configurations sequentially
- tools.cdt700308 Main
- tools.cdt700309 Arguments
- tools.cdt700310 Environment
- tools.cdt700311 Debugger
- tools.cdt700312 Source
- tools.cdt700313 Common
- tools.cdt700314 Debugger
- tools.cdt700315 Refresh
- tools.cdt700316 C/C++ Launch Configuration Rename Participant
- tools.cdt700317 CDT Launch Config Affinity
- tools.cdt700084 Launching
- tools.cdt700085 Remote Shell
- tools.cdt700086 Unidentified mode {0} passed to RemoteRunLaunchDelegate
- tools.cdt700087 Initializing RSE
- tools.cdt700088 Starting Debugger
- tools.cdt700089 Could not find the remote connection.
- tools.cdt700090 Downloading
- tools.cdt700091 Wrong service requested.
- tools.cdt700092 No subsystem found.\n
- tools.cdt700093 Could not connect to the remote system.
- tools.cdt700094 Error during file upload.
- tools.cdt700095 Could not create the hostShellProcess.\n
- tools.cdt700096 Executing {0} {1}
- tools.cdt700097 Starting Program
- tools.cdt700098 Commands to execute before application
- tools.cdt700099 Remote Absolute File Path for C/C++ Application:
- tools.cdt700100 Skip download to target path.
- tools.cdt700101 Remote GDB Debugger Options
- tools.cdt700102 Remote executable path is not specified.
- tools.cdt700103 Remote Connection must be selected.
- tools.cdt700104 Browse...
- tools.cdt700105 Connection:
- tools.cdt700106 New...
- tools.cdt700107 Gdbserver Settings
- tools.cdt700108 Gdbserver name:
- tools.cdt700109 Port number:
- tools.cdt700110 Select Remote C/C++ Application File
- tools.cdt700111 Properties...
- tools.cdt700112 Properties
- tools.cdt700113 Remote workspace location:
- tools.cdt700114 Skip download to target path by default
- tools.cdt700115 C/C++ Remote Debug Launcher
- tools.cdt700116 Eclipse CDT
- tools.cdt700117 Standard Remote Create Process
- tools.cdt700118 Automatically start and optionally debug a new application on a remote system under control of the s ...
- tools.cdt700119 GDB (DSF) Automatic Remote Debugging
- tools.cdt700120 Automatically start and debug a new application on a remote system under control of GDB debugger int ...
- tools.cdt700318 Add Scanner Discovery markers
- tools.cdt700319 Error adding markers.
- tools.cdt700320 [Discovery Options] page in project properties
- tools.cdt700321 Entering directory
- tools.cdt700322 Leaving directory
- tools.cdt700323 Error launching builder ({0})
- tools.cdt700324 Invoking Make Builder...
- tools.cdt700325 Invoking Command:
- tools.cdt700326 Updating project...
- tools.cdt700327 Generating markers...
- tools.cdt700328 Error determining working directory.
- tools.cdt700329 Missing Builder:
- tools.cdt700330 Cannot add make targets to workspace root
- tools.cdt700331 Cannot add temporary Target to manager.
- tools.cdt700332 Target exists
- tools.cdt700333 Failed initializing make targets
- tools.cdt700334 Error writing target file
- tools.cdt700335 Error reading project targets.
- tools.cdt700336 Invoking scanner config builder on project
- tools.cdt700337 building per-configuratin info
- tools.cdt700338 Missing or closed project
- tools.cdt700339 Missing Builder:
- tools.cdt700340 CDT Built-in Specs Console, {0}
- tools.cdt700341 Reading specs ...
- tools.cdt700342 Invoking Command:
- tools.cdt700343 Parsing output ...
- tools.cdt700344 Generating markers ...
- tools.cdt700345 Warning:
- tools.cdt700346 Error launching external scanner info generator ({0})
- tools.cdt700347 Working directory: {0}
- tools.cdt700348 Program ''{0}'' is not found in $PATH
- tools.cdt700349 Processing discovered scanner configuration ...
- tools.cdt700350 Updating Scanner Configuration for project
- tools.cdt700351 Error accessing scanner config file for project
- tools.cdt700352 Error persisting discovered scanner config
- tools.cdt700353 Error creating specs file
- tools.cdt700354 CDT Path Discovery is unable to determine source file name in build command:
- tools.cdt700355 CDT Path Discovery is unable to resolve ambiguous file path:
- tools.cdt700356 CDT Path Discovery is unable to determine working directory of the build command
- tools.cdt700357 CDT Path Discovery has discovered and will ignore a non-existent include path:
- tools.cdt700358 Discovered Paths
- tools.cdt700359 Invalid scanner configuration discovery profile scope
- tools.cdt700360 Error launching 'cygpath' command
- tools.cdt700361 Error Build
- tools.cdt700362 Error resource
- tools.cdt700363 Warning info
- tools.cdt700364 Warning
- tools.cdt700365 unknown
- tools.cdt700366 Checking file :
- tools.cdt700367 File checked
- tools.cdt700368 else missing if condition
- tools.cdt700369 Endif missing if/else condition
- tools.cdt700370 endef missing [override] define
- tools.cdt700371 unknow directive
- tools.cdt700372 No matching endif for condition
- tools.cdt700373 No matching endef for [override] define
- tools.cdt700374 can not remove the default info
- tools.cdt700375 C/C++ Standard make Build Core
- tools.cdt700376 Eclipse CDT
- tools.cdt700377 Target Builder Extension
- tools.cdt700378 CDT Make Nature
- tools.cdt700379 CDT Makefile Builder
- tools.cdt700380 Scanner Configuration Nature
- tools.cdt700381 Scanner Configuration Builder
- tools.cdt700382 C/C++ External Scanner Info Provider Extension
- tools.cdt700383 Default External Scanner Info Provider
- tools.cdt700384 GNU C/C++ Scanner Info Console Parser Extension
- tools.cdt700385 GNU C/C++ Scanner Info Parser
- tools.cdt700386 GNU C/C++ Compiler Specs Parser
- tools.cdt700387 GNU C/C++ Scanner Info per project profile
- tools.cdt700388 GNU C/C++ Scanner Info per file profile
- tools.cdt700389 Makefile
- tools.cdt700390 Make Data Provider
- tools.cdt700391 Configuration Support Nature
- tools.cdt700392 C/Make Project
- tools.cdt700393 Create a New C Project using 'make' to build it
- tools.cdt700394 &Remove
- tools.cdt700395 New Environment Variable
- tools.cdt700396 Overwrite variable?
- tools.cdt700397 A variable named {0} already exists. Overwrite?
- tools.cdt700398 Select &environment variables to add:
- tools.cdt700399 Select Environment Variables
- tools.cdt700400 Edit Environment Variable
- tools.cdt700401 &Append environment to native environment
- tools.cdt700402 Re&place native environment with specified environment
- tools.cdt700403 Creating C project with Make builder...
- tools.cdt700404 C++/Make Project
- tools.cdt700405 Create a New C++ Project using 'make' to build it
- tools.cdt700406 Creating C++ project with Make builder...
- tools.cdt700407 Variable
- tools.cdt700408 Value
- tools.cdt700409 &Name:
- tools.cdt700410 &Value:
- tools.cdt700411 Environment
- tools.cdt700412 Environment used for make builder
- tools.cdt700413 Environment variables to set
- tools.cdt700414 N&ew...
- tools.cdt700415 Se&lect...
- tools.cdt700416 E&dit...
- tools.cdt700417 C/Make Project Settings
- tools.cdt700418 Define the project and 'make' builder settings
- tools.cdt700419 C++/Make Project Settings
- tools.cdt700420 Define the project and 'make' builder settings
- tools.cdt700421 Convert to a C/C++ project
- tools.cdt700422 The wizard adds C/C++ Nature to the selected projects to enable C/C++ Tools Support for them. It als ...
- tools.cdt700423 Converting to C/C++ Project...
- tools.cdt700424 Project options
- tools.cdt700425 Specify project type
- tools.cdt700426 Project type:
- tools.cdt700427 Show project types and toolchains only if they are supported on the platform
- tools.cdt700428 Make Project Migration
- tools.cdt700429 Make Project Migration
- tools.cdt700430 Migrate older make projects to new make builder.
- tools.cdt700431 Project list
- tools.cdt700432 No projects to update
- tools.cdt700433 No projects selected
- tools.cdt700434 Select All
- tools.cdt700435 Deselect All
- tools.cdt700436 {0} of {1} Selected
- tools.cdt700437 Make Builder
- tools.cdt700438 Make builder settings.
- tools.cdt700439 Build Settings
- tools.cdt700440 Stop on first build error
- tools.cdt700441 Run all project builders
- tools.cdt700442 Same as the target name
- tools.cdt700443 Build Command
- tools.cdt700444 Use default
- tools.cdt700445 Use builder settings
- tools.cdt700446 Build command:
- tools.cdt700447 Build Location
- tools.cdt700448 Build directory:
- tools.cdt700449 Workspace...
- tools.cdt700450 Filesystem...
- tools.cdt700451 Workbench Build Behavior
- tools.cdt700452 Workbench build type:
- tools.cdt700453 Make build target:
- tools.cdt700454 Build on resource save (Auto Build)
- tools.cdt700455 Note:
- tools.cdt700456 See Workbench automatic build preference.
- tools.cdt700457 Build (Incremental Build)
- tools.cdt700458 Clean
- tools.cdt700459 Auto Build Target
- tools.cdt700460 Incremental Build Target
- tools.cdt700461 Clean Target
- tools.cdt700462 Variables...
- tools.cdt700463 Target
- tools.cdt700464 Target name:
- tools.cdt700465 Builder is missing or disabled on project.
- tools.cdt700466 Make Target
- tools.cdt700467 Make target:
- tools.cdt700468 Build make targets in background.
- tools.cdt700469 Error creating element.
- tools.cdt700470 Add make Target
- tools.cdt700471 Add make Target
- tools.cdt700472 Add make Target
- tools.cdt700473 Internal Error
- tools.cdt700474 Open include directive
- tools.cdt700475 Open an include directive
- tools.cdt700476 Include Directive
- tools.cdt700477 Internal Error
- tools.cdt700478 Target Build Error
- tools.cdt700479 Building Targets...
- tools.cdt700480 Building Targets
- tools.cdt700481 Add...
- tools.cdt700482 Remove
- tools.cdt700483 Edit...
- tools.cdt700484 Target
- tools.cdt700485 Location
- tools.cdt700486 Error
- tools.cdt700487 An error occurred performing the selected action
- tools.cdt700488 Error
- tools.cdt700489 Error updating Make Projects
- tools.cdt700490 Converting Make Targets...
- tools.cdt700491 Updating make Projects...
- tools.cdt700492 Browse...
- tools.cdt700493 Set the include paths and preprocessor symbols for this project
- tools.cdt700494 Setting Scanner Info
- tools.cdt700495 Make Targets
- tools.cdt700496 Build
- tools.cdt700497 Make Targets for:
- tools.cdt700498 Not target builders on the project
- tools.cdt700499 Create Make Target
- tools.cdt700500 Modify Make Target
- tools.cdt700501 Must specify a non-empty target name
- tools.cdt700502 Target with that name already exists
- tools.cdt700503 Must specify a build command
- tools.cdt700504 Update
- tools.cdt700505 Create
- tools.cdt700506 Internal error, see logs for details
- tools.cdt700507 Error adding target
- tools.cdt700508 Moving make targets to
- tools.cdt700509 Moving target
- tools.cdt700510 Copying make targets to
- tools.cdt700511 Copying target
- tools.cdt700512 Deleting make targets
- tools.cdt700513 Deleting target
- tools.cdt700514 Create Make Target Information
- tools.cdt700515 Attempt to create non-file targets will be ignored. Only file selection is supported by this operati ...
- tools.cdt700516 Create Make Target Error
- tools.cdt700517 There were errors creating make targets in Make Target View. See log for more details.
- tools.cdt700518 Confirm Creating Make Targets
- tools.cdt700519 Do you really want to create multiple make targets ({0}) from the multiline text?\n\n
- tools.cdt700520 Confirm Overwriting Make Target
- tools.cdt700521 Make target "{0}" exists in this folder. Do you want to overwrite it?
- tools.cdt700522 Apply action to all conflicting targets
- tools.cdt700523 &Rename
- tools.cdt700524 Copy of {0}
- tools.cdt700525 Copy ({0}) of {1}
- tools.cdt700526 Selection Location to build from.
- tools.cdt700527 Builder is missing or disabled on project.
- tools.cdt700528 Applying Settings...
- tools.cdt700529 Must enter a build command
- tools.cdt700530 &Delete
- tools.cdt700531 Delete Make Target
- tools.cdt700532 Confirm Target Deletion
- tools.cdt700533 Are you sure you want to delete ''{0}''?
- tools.cdt700534 Confirm Multiple Target Deletion
- tools.cdt700535 Are you sure you want to delete these {0} targets?
- tools.cdt700536 Make Target Remove Error
- tools.cdt700537 Error deleting Make target
- tools.cdt700538 Build &Target
- tools.cdt700539 Build Make Target
- tools.cdt700540 Rebuild &Last Target
- tools.cdt700541 Rebuild the last make target for the selected container or project.
- tools.cdt700542 Build...
- tools.cdt700543 &Edit...
- tools.cdt700544 Edit Make Target
- tools.cdt700545 Internal Error
- tools.cdt700546 Error editing target.
- tools.cdt700547 &New...
- tools.cdt700548 New Make Target
- tools.cdt700549 Error Adding Make Target
- tools.cdt700550 There was an error adding make target in Make Target View. See log for more details.
- tools.cdt700551 &Copy
- tools.cdt700552 Copy Make Target
- tools.cdt700553 Problem Copying to Clipboard
- tools.cdt700554 There was a problem when accessing the system clipboard.
- tools.cdt700555 &Paste
- tools.cdt700556 Paste Make Target
- tools.cdt700557 Hide Empty Folders
- tools.cdt700558 Hide Empty Folders
- tools.cdt700559 Update make projects
- tools.cdt700560 Older \'make\' projects have been detected in your workspace. \n These projects are no longer suppor ...
- tools.cdt700561 Specify the settings used as defaults by the New Standard Make Project creation wizard.
- tools.cdt700562 Build Make target in the background.
- tools.cdt700563 Rebuild Last Target
- tools.cdt700564 From selected &project
- tools.cdt700565 From selected &folder
- tools.cdt700566 From project &root
- tools.cdt700567 Project Closed
- tools.cdt700568 An Internal error has occur please check error log.
- tools.cdt700569 Content Assist@Ctrl+SPACE
- tools.cdt700570 Content Assist
- tools.cdt700571
- tools.cdt700572 Content Assist
- tools.cdt700573 Content Tip@Ctrl+SHIFT+SPACE
- tools.cdt700574 Content Tip
- tools.cdt700575
- tools.cdt700576 Content Tip
- tools.cdt700577 Show Source of Selected Element Only
- tools.cdt700578 Show Source of Selected Element Only
- tools.cdt700579 Enable/Disable Segmented Source Viewer
- tools.cdt700580 &Comment
- tools.cdt700581 Comment the Selected Lines
- tools.cdt700582 Turn the selected lines into # style comments
- tools.cdt700583 Uncommen&t
- tools.cdt700584 Uncomment the Selected # comment Lines
- tools.cdt700585 Uncomment the selected # comment lines
- tools.cdt700586 &Open Declaration@F3
- tools.cdt700587 Open an editor on the referenced element
- tools.cdt700588 Open an editor on the referenced element
- tools.cdt700589 Sort
- tools.cdt700590 Sorts the elements in the outliner
- tools.cdt700591 Sort
- tools.cdt700592 Do Not Sort
- tools.cdt700593 Sort
- tools.cdt700594 Manage include paths
- tools.cdt700595 User specified include paths
- tools.cdt700596 Discovered include paths
- tools.cdt700597 Selected:
- tools.cdt700598 Removed:
- tools.cdt700599 Up
- tools.cdt700600 Down
- tools.cdt700601 Disable
- tools.cdt700602 Enable
- tools.cdt700603 Delete
- tools.cdt700604 Delete all
- tools.cdt700605 disabled
- tools.cdt700606 Manage defined symbols
- tools.cdt700607 User specified symbol definitions
- tools.cdt700608 Discovered symbol definitions
- tools.cdt700609 Discovery Options
- tools.cdt700610 Set the scanner configuration discovery options for this project
- tools.cdt700611 Automated discovery of paths and symbols
- tools.cdt700612 Automate discovery of paths and symbols
- tools.cdt700613 Report path detection problems
- tools.cdt700614 Discovery profile:
- tools.cdt700615 Discovery profile options
- tools.cdt700616 Enable build output scanner info discovery
- tools.cdt700617 Load build output from file
- tools.cdt700618 Browse...
- tools.cdt700619 Build output file:
- tools.cdt700620 Load
- tools.cdt700621 Enable generate scanner info command
- tools.cdt700622 Compiler invocation command
- tools.cdt700623 Compiler invocation arguments
- tools.cdt700624 Browse...
- tools.cdt700625 'gcc' command:
- tools.cdt700626 Show output in a dedicated console in the Console view (global preference)
- tools.cdt700627 Must enter compiler invocation command
- tools.cdt700628 Setting scanner configuration discovery options...
- tools.cdt700629 Variables...
- tools.cdt700630 Setting C/C++ Make Project Discovery Options
- tools.cdt700631 The C/C++ Make Project Discovery Options property page contains unsaved modifications. Do you want t ...
- tools.cdt700632 Apply
- tools.cdt700633 Cancel
- tools.cdt700634 Error Setting Project Discovery options
- tools.cdt700635 An error occurred while setting the project discovery options
- tools.cdt700636 Edit container
- tools.cdt700637 Manage discovered scanner configuration
- tools.cdt700638 Discovered include paths and symbol definitions
- tools.cdt700639 Error initializing Discovered paths container
- tools.cdt700640 Copy
- tools.cdt700641 Copy as text
- tools.cdt700642 Copy as text
- tools.cdt700643 &Browse...
- tools.cdt700644 Select a file:
- tools.cdt700645 Varia&bles...
- tools.cdt700646 Make Compare Viewer
- tools.cdt700647 &Enable Folding
- tools.cdt700648 Toggles Folding
- tools.cdt700649 Toggles folding for the current editor
- tools.cdt700651 Expand &All
- tools.cdt700652 Expands All Collapsed Regions
- tools.cdt700653 Expands any collapsed regions in the current editor
- tools.cdt700655 E&xpand
- tools.cdt700656 Expands the Current Collapsed Region
- tools.cdt700657 Expands the collapsed region at the current selection
- tools.cdt700659 Collapse A&ll
- tools.cdt700660 Collapses All Expanded Regions
- tools.cdt700661 Collapse any expanded regions in the current editor
- tools.cdt700663 Colla&pse
- tools.cdt700664 Collapses the Current Region
- tools.cdt700665 Collapses the Current Region
- tools.cdt700667 &Reset Structure
- tools.cdt700668 Restore the Original Folding Structure
- tools.cdt700669 Restores the original folding structure
- tools.cdt700671 F&olding
- tools.cdt700672 These settings are global to the entire workspace. They are overridden by project-specific settings ...
- tools.cdt700673 Makefile Editor settings:
- tools.cdt700674 Invalid print margin column specified
- tools.cdt700675 No print margin column specified
- tools.cdt700676 Appeara&nce
- tools.cdt700677 Print margin col&umn:
- tools.cdt700678 Show overview &ruler
- tools.cdt700679 Show lin&e numbers
- tools.cdt700680 Hi&ghlight current line
- tools.cdt700681 Sho&w print margin
- tools.cdt700682 C&olor:
- tools.cdt700683 Appearance co&lor options:
- tools.cdt700684 Line number foreground
- tools.cdt700685 Current line highlight
- tools.cdt700686 Print margin
- tools.cdt700687 Text
- tools.cdt700688 Processing instructions
- tools.cdt700689 ConstMakefile strings
- tools.cdt700690 Tags
- tools.cdt700691 Comments
- tools.cdt700692 Displayed &tab width:
- tools.cdt700693 No tab width specified
- tools.cdt700694 Invalid tab width specified
- tools.cdt700695 System de&fault
- tools.cdt700696 &Insert spaces for tabs when typing
- tools.cdt700697 Selection foreground color
- tools.cdt700698 Selection background color
- tools.cdt700699 Synta&x
- tools.cdt700700 Background color
- tools.cdt700701 C&ustom:
- tools.cdt700702 Fore&ground:
- tools.cdt700703 &Bold
- tools.cdt700704 I&talic
- tools.cdt700705 &Folding
- tools.cdt700706 Enable folding when &opening a new editor
- tools.cdt700707 comment
- tools.cdt700708 macro definition
- tools.cdt700709 macro reference
- tools.cdt700710 function
- tools.cdt700711 keyword
- tools.cdt700712 target
- tools.cdt700713 default
- tools.cdt700714 Style of Makefile
- tools.cdt700715 Makefile include directories
- tools.cdt700716 directory
- tools.cdt700717 C/C++ Standard make Build UI
- tools.cdt700718 Eclipse CDT
- tools.cdt700719 Discovery Profile Page
- tools.cdt700720 Standard Make C Project
- tools.cdt700721 Create a new C Project which uses a simple makefile.
- tools.cdt700722 Standard Make C++ Project
- tools.cdt700723 Create a new C++ Project which uses a simple makefile.
- tools.cdt700724 Convert to a C/C++ Project
- tools.cdt700725 Convert to a C/C++ Project
- tools.cdt700726 Make Target
- tools.cdt700727 Create...
- tools.cdt700728 Build...
- tools.cdt700729 Update Old Make Project...
- tools.cdt700730 Update Old Make Project
- tools.cdt700731 Make Target Build
- tools.cdt700732 Invoke a make target build for the selected container.
- tools.cdt700733 Create Make Target
- tools.cdt700734 Create a new make build target for the selected container.
- tools.cdt700735 Rebuild Last Target
- tools.cdt700736 Rebuild the last make target for the selected container or project.
- tools.cdt700737 Settings
- tools.cdt700738 Error Parsers
- tools.cdt700739 Error Parsers scan build output and report errors in Problems view
- tools.cdt700740 New Make Projects
- tools.cdt700741 Make Targets
- tools.cdt700742 Makefile Editor
- tools.cdt700743 Settings
- tools.cdt700744 C/C++ Make Project
- tools.cdt700745 Make
- tools.cdt700746 Make Actions
- tools.cdt700747 Update Make Projects
- tools.cdt700748 Makefile Editor
- tools.cdt700749 Editor for makefiles
- tools.cdt700750 Makefile Source
- tools.cdt700751 Makefile Source Actions
- tools.cdt700752 Comment
- tools.cdt700753 Turn the selected lines into # style comments
- tools.cdt700754 Uncomment
- tools.cdt700755 Uncomment the selected # style comment lines
- tools.cdt700756 Open declaration
- tools.cdt700757 Follow to the directive definition
- tools.cdt700758 Makefile Editor
- tools.cdt700759 C/C++ Include Paths and Symbols
- tools.cdt700760 C/C++ Project Paths
- tools.cdt700761 Discovered scanner configuration container
- tools.cdt700762 GCC per project scanner info profile
- tools.cdt700763 GCC per file scanner info profile
- tools.cdt700764 C/C++ Project paths and symbols
- tools.cdt700765 Includes
- tools.cdt700766 Includes list
- tools.cdt700767 Symbols
- tools.cdt700768 Macros list
- tools.cdt700769 Make Targets
- tools.cdt700770 Makefile compare text font
- tools.cdt700771 The Makefile compare text font is used by Makefile compare/merge tools.
- tools.cdt700772 Add &Task...
- tools.cdt700773 Add Task...
- tools.cdt700774 Add Boo&kmark...
- tools.cdt700775 Add Bookmark...
- tools.cdt700776 Updating discovered includes and macros
- tools.cdt700777 Error updating discovered info.
- tools.cdt700778 Processing discovered scanner configuration ...
- tools.cdt700779 Updating Scanner Configuration for project
- tools.cdt700780 XL C/C++ Make Core
- tools.cdt700781 Eclipse CDT
- tools.cdt700786 UPC toolchain
- tools.cdt700787 Berkeley UPC Compiler
- tools.cdt700788 General
- tools.cdt700789 Preprocess only (-E)
- tools.cdt700790 Debug
- tools.cdt700791 Generate optimized objects
- tools.cdt700792 Enable experimental UPC translator optimizations
- tools.cdt700793 UPC options
- tools.cdt700794 Network API
- tools.cdt700795 Default
- tools.cdt700796 MPI
- tools.cdt700797 UDP
- tools.cdt700798 ELAN
- tools.cdt700799 IBM LAPI
- tools.cdt700800 Myrinet GM
- tools.cdt700801 SMP
- tools.cdt700802 VAPI
- tools.cdt700803 OpenIB
- tools.cdt700804 Dolphin SCI
- tools.cdt700805 SHMEM
- tools.cdt700806 Cray XT Portals
- tools.cdt700807 BlueGene/P DCMF
- tools.cdt700808 -shared-heap=
- tools.cdt700809 -T=
- tools.cdt700810 Symbols
- tools.cdt700811 Defined symbols (-D)
- tools.cdt700812 Undefined symbols (-U)
- tools.cdt700813 Directories
- tools.cdt700814 Include paths (-I)
- tools.cdt700815 Advanced options
- tools.cdt700816 -pthreads=
- tools.cdt700817 Miscellaneous
- tools.cdt700818 Other options
- tools.cdt700819 Verbose (-v)
- tools.cdt700820 Extra verbose (-vv)
- tools.cdt700821 UPC sources
- tools.cdt700822 Object Files
- tools.cdt700823 Berkeley UPC Linker
- tools.cdt700824 General
- tools.cdt700825 Debug
- tools.cdt700826 Strip the symbolic information from the final executable
- tools.cdt700827 UPC options
- tools.cdt700828 Network API
- tools.cdt700829 -shared-heap=
- tools.cdt700830 -T=
- tools.cdt700831 Libraries
- tools.cdt700832 Libraries (-l)
- tools.cdt700833 Library search path (-L)
- tools.cdt700834 Advanced options
- tools.cdt700835 -pthreads=
- tools.cdt700836 Other options
- tools.cdt700837 Executables
- tools.cdt700838 Linux Berkeley UPC
- tools.cdt700839 MacOSX Berkeley UPC
- tools.cdt700840 Debug Platform
- tools.cdt700841 Debug configuration
- tools.cdt700842 Debug
- tools.cdt700843 Release configuration
- tools.cdt700844 Release
- tools.cdt700845 Eclipse CDT
- tools.cdt700846 Berkeley UPC Tool Chain
- tools.cdt700847 Hello World UPC Project
- tools.cdt700848 A skeletal Managed C Hello World project. Creates a folder for sources and another for include.
- tools.cdt700849 Basic Settings
- tools.cdt700850 Basic properties of a project
- tools.cdt700851 Author
- tools.cdt700852 Name of the author
- tools.cdt700853 Copyright notice
- tools.cdt700854 Your copyright notice
- tools.cdt700855 Your copyright notice
- tools.cdt700856 Hello UPC World
- tools.cdt700857 Your hello world greeting message
- tools.cdt700858 Hello world greeting
- tools.cdt700859 Source
- tools.cdt700860 Directory for hello world project source files
- tools.cdt700861 src
- tools.cdt700862 Generated resource conflict: \ntwo resources of the same name: {0} \ngenerated by different tools \n ...
- tools.cdt700863 the specified type does not exist
- tools.cdt700864 Unsupported property id=
- tools.cdt700865 property type of the specified id already exists and has different name
- tools.cdt700866 specified property type does not exist
- tools.cdt700867 property value of the specified id already exists and has different name
- tools.cdt700868 specified property type does not exist
- tools.cdt700869 id not specified
- tools.cdt700870 name not specified
- tools.cdt700871 id not specified
- tools.cdt700872 name not specified
- tools.cdt700873 property not specified
- tools.cdt700874 \ already exists in the workspace\!
- tools.cdt700875 Couldn't BUILD project
- tools.cdt700876 Building All Projects...
- tools.cdt700877 \ can't be found\!
- tools.cdt700878 Couldn't CLEAN project
- tools.cdt700879 Cleaning All Projects...
- tools.cdt700880 Could not obtain lock for workspace location
- tools.cdt700881 Directory:
- tools.cdt700882 \ \ \ -Ea {var=value} append value to environment variable when running all tools
- tools.cdt700883 \ \ \ -Ep {var=value} prepend value to environment variable when running all tools
- tools.cdt700884 \ \ \ -Er {var} remove/unset the given environment variable
- tools.cdt700885 \ \ \ -E {var=value} replace/add value to environment variable when running all tools
- tools.cdt700886 Error:
- tools.cdt700887 Invalid Arguments:
- tools.cdt700888 \ is not accessible\!
- tools.cdt700889 \ is not valid in the workspace\!
- tools.cdt700890 No arguments specified.
- tools.cdt700891 WARNING: No Config matched "
- tools.cdt700892 WARNING: No Project matched "
- tools.cdt700893 \ doesn't appear to be a CDT project. Skipping...
- tools.cdt700894 Project:
- tools.cdt700895 "
- tools.cdt700896 Project/Configuration Regular Expression Syntax error:
- tools.cdt700897 Skipping "
- tools.cdt700898 ". Skipping...
- tools.cdt700899 Unknown argument:
- tools.cdt700900 URI:
- tools.cdt700901 Usage:
- tools.cdt700902 \ \ \ -build {project_name_reg_ex{/config_reg_ex} | all}
- tools.cdt700903 \ \ \ -cleanBuild {project_name_reg_ex{/config_reg_ex} | all}
- tools.cdt700904 \ \ \ -import {[uri:/]/path/to/project}
- tools.cdt700905 \ \ \ -importAll {[uri:/]/path/to/projectTreeURI} Import all projects under URI
- tools.cdt700906 \ \ \ -include {include_file} additional include_file to pass to tools
- tools.cdt700907 \ \ \ -I {include_path} additional include_path to add to tools
- tools.cdt700908 Invalid project URI:
- tools.cdt700909 Must specify a location for the workspace. Restart with the '-data' switch.
- tools.cdt700910 \ \ \ -D {prepoc_define} addition preprocessor defines to pass to the tools
- tools.cdt700911 \ \ \ -T {toolid} {optionid=value} replace a tool option value in each configuration built
- tools.cdt700912 \ \ \ -Ta {toolid} {optionid=value} append to a tool option value in each configuration buil ...
- tools.cdt700913 \ \ \ -Tp {toolid} {optionid=value} prepend to a tool option value in each configuration bui ...
- tools.cdt700914 \ \ \ -Tr {toolid} {optionid=value} remove a tool option value in each configuration built
- tools.cdt700915 \ \ \ Tool option values are parsed as a string, comma separated list of strings or a bo ...
- tools.cdt700916 Workspace
- tools.cdt700917 Workspace already in use\!
- tools.cdt700918 Starting the build for project {0}
- tools.cdt700919 Regenerating makefiles for project {0}
- tools.cdt700920 Updating makefiles for project {0}
- tools.cdt700921 Updating makefiles for project {0}
- tools.cdt700922 Updating project files...
- tools.cdt700923 Calling {0} for project {1}
- tools.cdt700924 Internal Builder
- tools.cdt700925 Regenerating dependency files for {0}
- tools.cdt700926 Updating dependency files for {0}
- tools.cdt700927 Generating markers...
- tools.cdt700928 **** {0} of configuration {1} for project {2} ****
- tools.cdt700929 **** Internal Builder is used for build ****
- tools.cdt700930 Nothing to build for {0}
- tools.cdt700931 Build error
- tools.cdt700932 Error refreshing project
- tools.cdt700933 Build complete for project {0}
- tools.cdt700934 Build cancelled
- tools.cdt700935 Build completed with errors
- tools.cdt700936 Build failed: Internal builder error occurred
- tools.cdt700937 Build error occurred, build is stopped
- tools.cdt700938 Removing build artifacts from {0}
- tools.cdt700939 Trying a make clean in {0}
- tools.cdt700940 Program "{0}" is not found in PATH
- tools.cdt700941 **** Build Finished ****
- tools.cdt700942 Clean-only build
- tools.cdt700943 Build
- tools.cdt700944 Rebuild
- tools.cdt700945 **** WARNING: The "{0}" Configuration may not build ****\n**** because it uses the &quo ...
- tools.cdt700946 Error:
- tools.cdt700947 Bad value for type
- tools.cdt700948 addTarget: owner not null
- tools.cdt700949 addTarget: null owner
- tools.cdt700950 addTarget: owner not project
- tools.cdt700951 Managed Build System Version Error
- tools.cdt700952 The version number defined in the plugin manifest file\n{0}\nis greater than the version of the Mana ...
- tools.cdt700953 Managed Build system manifest file error:
- tools.cdt700954 Unable to resolve the {0} identifier {1} in the {2} {3}.
- tools.cdt700955 Duplicate identifier {1} for element type {0}.
- tools.cdt700956 Could not load icon "{0}".
- tools.cdt700957 Option {0} uses a null category that is invalid in its context. The option was ignored.
- tools.cdt700958 Option {0} uses an unsupported resourceFilter attribute value. The option was ignored.
- tools.cdt700959 Could not load value handler {0} in option {1}.
- tools.cdt700960 Managed Make Project File Error
- tools.cdt700961 The Managed Make project file could not be read because of the following error:\n\n{0}\n\nManaged Ma ...
- tools.cdt700962 Managed Make Project File Write Error
- tools.cdt700963 The Managed Make project file could not be written because of the following error:\n\n{0}\n
- tools.cdt700964 File {0} is read-only.
- tools.cdt700965 The version number of the project {0} is greater than the Managed Build System version number.
- tools.cdt700966 Error loading Managed Make project information for project {0}. The tool definitions used to create ...
- tools.cdt700967 The Managed Make project file for project {0} is missing.
- tools.cdt700968 Building file:
- tools.cdt700969 Finished building:
- tools.cdt700970 Building target:
- tools.cdt700971 Finished building target:
- tools.cdt700972 Regenerating dependency file:
- tools.cdt700973 No tool found that can build the extension specified with the build artifact name
- tools.cdt700974 Adding folder {0} to sources
- tools.cdt700975 Generating makefile for source folder {0}
- tools.cdt700976 Calculating the delta for project {0}
- tools.cdt700977 Finding source files in project {0}
- tools.cdt700978 Every subdirectory with source files must be described here
- tools.cdt700979 Add inputs and outputs from these tool invocations to the build variables
- tools.cdt700980 All of the sources participating in the build are defined here
- tools.cdt700981 Each subdirectory must supply rules for building sources it contributes
- tools.cdt700982 Tool invocations
- tools.cdt700983 All Target
- tools.cdt700984 Main-build Target
- tools.cdt700985 Other Targets
- tools.cdt700986 Include the makefiles for each source subdirectory
- tools.cdt700987 Include automatically-generated dependency list:
- tools.cdt700988 Automatically-generated dependency list:
- tools.cdt700989 Automatically-generated file. Do not edit!
- tools.cdt700990 Cannot generate makefile for folder with spaces in name
- tools.cdt700991 Invoking Make Builder...
- tools.cdt700992 Invoking Command:
- tools.cdt700993 Updating project...
- tools.cdt700994 Generating markers...
- tools.cdt700995 Nothing to build for project {0}
- tools.cdt700996 A nameProvider or outputNames must be specified with multipleType == true
- tools.cdt700997 Initializing path container for {0}
- tools.cdt700998 Initializing path container succeeded for {0}
- tools.cdt700999 Verifying contents of dependency file {0}
- tools.cdt701000 Orphaned CDT build configuration [{0}]: parent extension cfg [{1}] not found
- tools.cdt701001 Invoking:
- tools.cdt701002 Problem discovering arguments for Tool option: {0} ({1})
- tools.cdt701003 Wrong arguments
- tools.cdt701004 Failed to persist macros: Wrong arguments
- tools.cdt701005 Macro {0} is undefined
- tools.cdt701006 Building Selected Files
- tools.cdt701007 IO exception occurred:
- tools.cdt701008 IO exception occurred:
- tools.cdt701009 Build the selected file.
- tools.cdt701010 Macros {0} and {1} reference each other
- tools.cdt701011 Macro {0} reference is incorrect
- tools.cdt701012 Macro {0} is not of String type
- tools.cdt701013 Macro {0} is not of String-list type
- tools.cdt701014 Error occurred
- tools.cdt701015
- tools.cdt701016 Missing Builder:
- tools.cdt701017 Build Info Serialization
- tools.cdt701018 Build of selected resources is complete.
- tools.cdt701019 Building selected file(s) incrementally
- tools.cdt701020 Rebuilding selected file(s)
- tools.cdt701021 Building file
- tools.cdt701022 info is null
- tools.cdt701023 cfg is null
- tools.cdt701024 Cleaning output file(s) for
- tools.cdt701025 Building
- tools.cdt701026 Build File(s)
- tools.cdt701027 Initializing Resource Change Handling
- tools.cdt701028 Internal Builder: {0}
- tools.cdt701029 Nothing to be done for project {0}
- tools.cdt701030 Only type {0} is supported in this method.
- tools.cdt701031 Clean File(s)
- tools.cdt701032 Clean the selected file(s).
- tools.cdt701033 Cleaning files
- tools.cdt701034 can not find builder with the specified id
- tools.cdt701035 converter invocation failed
- tools.cdt701036 tool parent must be one of configuration, toolchain, or resource configuration
- tools.cdt701037 tool parent must be one of configuration, toolchain, or resource configuration
- tools.cdt701038 tool parent must be one of configuration, toolchain, or resource configuration
- tools.cdt701039 customized builder created for builder that does not support customization
- tools.cdt701040 request for building non active configuration for the builder that does not support this
- tools.cdt701041 Time consumed: {0} ms.
- tools.cdt701042 Parallel threads used: {0}
- tools.cdt701043 can not clean programmatically: build workspace path is not specified
- tools.cdt701044 can not clean programmatically: build workspace path is not the project path
- tools.cdt701045 can not clean programmatically: build workspace path is not folder
- tools.cdt701046 can not clean programmatically: build folder is not accessible
- tools.cdt701047 Building referenced configurations..
- tools.cdt701048 Buildfile generation error occurred..
- tools.cdt701049 Build stopped..
- tools.cdt701050
- tools.cdt701051 Unhandled parent type: not ITool nor IToolChain
- tools.cdt701052 project build settings update job
- tools.cdt701053 conversion failure
- tools.cdt701054 the tool is removed
- tools.cdt701055 failed to load the build info for the old-style project
- tools.cdt701056 the specified project is not an old style make project, the owner ID is
- tools.cdt701057 project conversion failed
- tools.cdt701058 project conversion failed for project {0} with the following error:\n {1}
- tools.cdt701059 failed to load the build info for the old-style project
- tools.cdt701060 the specified project is not an old style project: the number of configurations is
- tools.cdt701061 the specified project is not an old style project: the number of configurations is
- tools.cdt701062 the specified project is not an old style make project: nature IDs are
- tools.cdt701063 the specified project can not be converted
- tools.cdt701064 the project conversion failed
- tools.cdt701065 targets conversion
- tools.cdt701066 the project conversion failed due to unknown reason
- tools.cdt701067 the given project is not a valid CDT project
- tools.cdt701068 The configuration support is not installed on the system
- tools.cdt701069 Orphaned configuration. No base extension cfg exists for {0}
- tools.cdt701070 Toolchain is incompatible with the current configuration
- tools.cdt701071 Builder is incompatible with the current configuration
- tools.cdt701072 Tool is incompatible with the current configuration
- tools.cdt701073 Tool-chain modification rules initialization
- tools.cdt701074 Updating managed Project
- tools.cdt701075 Backing up the settings file for {0}
- tools.cdt701076 Updating build settings for project {0}
- tools.cdt701077 No configurations were found for project {0}
- tools.cdt701078 Build exception occurred while creating Managed Make project {0} : {1}
- tools.cdt701079 convertConfiguration: Configuration {0} was not found
- tools.cdt701080 convertToolRef: Tool ID attribute does not exist
- tools.cdt701081 convertToolRef: Toolchain does not contain tools
- tools.cdt701082 convertToolRef: Parent not found for tool {0}
- tools.cdt701083 convertOptionRef: option ID attribute does not exist
- tools.cdt701084 convertOptionRef: option {0} not found
- tools.cdt701085 convertOptionRef: BuildException occurred: {0}
- tools.cdt701086 Project type {0} not found
- tools.cdt701087 The Managed Make information for the project is not valid.
- tools.cdt701088 Backing up the settings file for {0}
- tools.cdt701089 Updating build settings for project {0}
- tools.cdt701090 configuration {0} not found
- tools.cdt701091 Parent not found for option {0}
- tools.cdt701092 option {0} not found
- tools.cdt701093 convertOptionRef: BuildException occurred: {0}
- tools.cdt701094 Project type {0} not found
- tools.cdt701095 No configurations were found for project {0}
- tools.cdt701096 Build exception occurred while creating Managed Make project {0} : {1}
- tools.cdt701097 Toolchain does not contain tools
- tools.cdt701098 Parent not found for tool {0}
- tools.cdt701099 tool {0} not found
- tools.cdt701100 The Managed Make information for the project is not valid.
- tools.cdt701101 Backup File Already Exists
- tools.cdt701102 A backup file {0} already exists for the project {1}.\n Do you want to convert the project anyway?
- tools.cdt701103 The update operation has been cancelled.\n The build system will not be able to read the project set ...
- tools.cdt701104 Update Managed Build Project
- tools.cdt701105 The project {0} build settings are stored in a format that is no longer supported (version {1}).\n\n ...
- tools.cdt701106 Managed Make project conversion failed: \n Managed Build System version {0} is not equivalent to the ...
- tools.cdt701107 the project .cdtbuild file does not exist
- tools.cdt701108 project conversion was cancelled
- tools.cdt701109 Error launching builder ({0})
- tools.cdt701110 Missing Builder:
- tools.cdt701111 Cannot add make targets to workspace root
- tools.cdt701112 Cannot add temporary Target to manager.
- tools.cdt701113 Target exists
- tools.cdt701114 Failed initializing make targets
- tools.cdt701115 Error writing target file
- tools.cdt701116 Error reading project targets.
- tools.cdt701117 Invoking scanner config builder on project
- tools.cdt701118 Missing or closed project
- tools.cdt701119 Missing Builder:
- tools.cdt701120 Error launching external scanner info generator ({0})
- tools.cdt701121 Reading specs ...
- tools.cdt701122 Invoking Command:
- tools.cdt701123 Parsing output ...
- tools.cdt701124 Generating markers ...
- tools.cdt701125 Processing discovered scanner configuration ...
- tools.cdt701126 Updating Scanner Configuration for project
- tools.cdt701127 Error accessing scanner config file for project
- tools.cdt701128 Error persisting discovered scanner config
- tools.cdt701129 Error creating specs file
- tools.cdt701130 CDT Path Discovery is unable to determine source file name in build command:
- tools.cdt701131 CDT Path Discovery is unable to resolve ambiguous file path:
- tools.cdt701132 CDT Path Discovery is unable to determine working directory of the build command
- tools.cdt701133 CDT Path Discovery has discovered and will ignore a non-existent include path:
- tools.cdt701134 Discovered Paths
- tools.cdt701135 Invalid scanner configuration discovery profile scope
- tools.cdt701136 Error launching 'cygpath' command
- tools.cdt701137 CDT Build System Core
- tools.cdt701138 Eclipse CDT
- tools.cdt701139 CDT Builder
- tools.cdt701140 CDT Builder Project
- tools.cdt701141 CDT Builder Project
- tools.cdt701142 Object File
- tools.cdt701143 Executable File
- tools.cdt701144 Static Library
- tools.cdt701145 Shared Library
- tools.cdt701146 Scanner Configuration Nature
- tools.cdt701147 Scanner Configuration Builder
- tools.cdt701148 C/C++ External Scanner Info Provider Extension
- tools.cdt701149 Default External Scanner Info Provider
- tools.cdt701150 GNU C/C++ Scanner Info Console Parser Extension
- tools.cdt701151 GNU C/C++ Scanner Info Parser
- tools.cdt701152 GNU C/C++ Compiler Specs Parser
- tools.cdt701153 GNU C/C++ Scanner Info per project profile
- tools.cdt701154 GNU C/C++ Scanner Info per file profile
- tools.cdt701155 CDT Internal Builder
- tools.cdt701156 Gnu Make Builder
- tools.cdt701157 CDT Build System
- tools.cdt701158 pre-4.0 projects converter
- tools.cdt701159 Debug;
- tools.cdt701160 Release
- tools.cdt701161 Build Type
- tools.cdt701162 Build Artefact Type
- tools.cdt701163 Executable
- tools.cdt701164 Static Library
- tools.cdt701165 Shared Library
- tools.cdt701166 Configuration1
- tools.cdt701167 Configuration1
- tools.cdt701168 GNU C/C++ managed make per project SCD profile
- tools.cdt701169 GNU C/C++ managed make per project SCD profile
- tools.cdt701170 GNU C/C++ managed make per project SCD profile
- tools.cdt701171 GNU C/C++ managed make per project SCD profile (Windows)
- tools.cdt701172 GNU C/C++ managed make per project SCD profile (Windows)
- tools.cdt701173 GNU C/C++ managed make per project SCD profile (Windows)
- tools.cdt701174 Base Build Properties Definition
- tools.cdt701175 Empty Configurations for make projects
- tools.cdt701176 No ToolChain
- tools.cdt701177 holder for library settings
- tools.cdt701178 Library Paths
- tools.cdt701179 Library Files
- tools.cdt701180 holder for includes and symbols settings
- tools.cdt701181 Include Paths
- tools.cdt701182 Symbols
- tools.cdt701183 Symbol Files
- tools.cdt701184 Include Files
- tools.cdt701185 Undefined Include Paths
- tools.cdt701186 Undefined Symbols
- tools.cdt701187 Undefined Symbol Files
- tools.cdt701188 Undefined Include Files
- tools.cdt701189 CDT Headless Build
- tools.cdt701190 Managed Build Tools 2.0 (Deprecated)
- tools.cdt701191 Managed Build Definitions
- tools.cdt701192 Managed Build Project Converter
- tools.cdt701193 Build Properties
- tools.cdt701194 ToolChain Modification Info
- tools.cdt701195 GNU Managed Build Definitions
- tools.cdt701196 Eclipse CDT
- tools.cdt701198 Gnu Executable
- tools.cdt701199 Gnu Shared Library
- tools.cdt701200 Gnu Static Library
- tools.cdt701201 Cygwin Executable
- tools.cdt701202 Cygwin DLL
- tools.cdt701203 Cygwin Library
- tools.cdt701204 MacOS X Executable
- tools.cdt701205 MacOS X Shared Library
- tools.cdt701206 MacOS X Static Library
- tools.cdt701207 Solaris Gnu Executable
- tools.cdt701208 Solaris Gnu Shared Library
- tools.cdt701209 Solaris Gnu Static Library
- tools.cdt701211 Cygwin Export Library (DLL)
- tools.cdt701213 Linux Executable
- tools.cdt701214 Linux Shared Library
- tools.cdt701215 Linux Static Library
- tools.cdt701217 GCC Tool Chain
- tools.cdt701218 GCC Tool Chain
- tools.cdt701219 Linux GCC
- tools.cdt701220 Cygwin GCC
- tools.cdt701221 MinGW GCC
- tools.cdt701222 MacOSX GCC
- tools.cdt701223 Solaris GCC
- tools.cdt701224 Release Platform
- tools.cdt701225 Debug Platform
- tools.cdt701226 Gnu Make
- tools.cdt701227 Gnu Make
- tools.cdt701228 Preprocessor
- tools.cdt701229 C Compiler
- tools.cdt701230 C++ Compiler
- tools.cdt701231 Archiver
- tools.cdt701232 C Linker
- tools.cdt701233 C++ Linker
- tools.cdt701234 Resource compiler
- tools.cdt701235 GCC C Compiler
- tools.cdt701236 GCC C++ Compiler
- tools.cdt701237 GCC C Linker
- tools.cdt701238 GCC C++ Linker
- tools.cdt701239 GCC Archiver
- tools.cdt701240 GCC Assembler
- tools.cdt701241 Cygwin C Linker
- tools.cdt701242 Cygwin C++ Linker
- tools.cdt701243 Cygwin C Compiler
- tools.cdt701244 Cygwin C++ Compiler
- tools.cdt701245 MinGW C Linker
- tools.cdt701246 MinGW C++ Linker
- tools.cdt701247 MacOS X C Linker
- tools.cdt701248 MacOS X C++ Linker
- tools.cdt701249 Solaris C Compiler
- tools.cdt701250 Solaris C++ Compiler
- tools.cdt701251 Symbols
- tools.cdt701252 Preprocessor
- tools.cdt701253 Includes
- tools.cdt701254 General
- tools.cdt701255 Optimization
- tools.cdt701256 Debugging
- tools.cdt701257 Warnings
- tools.cdt701258 Miscellaneous
- tools.cdt701259 Libraries
- tools.cdt701260 Shared Library Settings
- tools.cdt701261 Preprocess only (-E)
- tools.cdt701262 Do not search system directories (-nostdinc)
- tools.cdt701263 Defined symbols (-D)
- tools.cdt701264 Undefined symbols (-U)
- tools.cdt701265 Include paths (-I)
- tools.cdt701266 Include files (-include)
- tools.cdt701267 Optimization Level
- tools.cdt701268 None (-O0)
- tools.cdt701269 Optimize (-O1)
- tools.cdt701270 Optimize more (-O2)
- tools.cdt701271 Optimize most (-O3)
- tools.cdt701272 Optimize for size (-Os)
- tools.cdt701273 Other optimization flags
- tools.cdt701274 Debug Level
- tools.cdt701275 None
- tools.cdt701276 Minimal (-g1)
- tools.cdt701277 Default (-g)
- tools.cdt701278 Maximum (-g3)
- tools.cdt701279 Other debugging flags
- tools.cdt701280 Generate gprof information (-pg)
- tools.cdt701281 Generate prof information (-p)
- tools.cdt701282 Check syntax only (-fsyntax-only)
- tools.cdt701283 Pedantic (-pedantic)
- tools.cdt701284 Pedantic warnings as errors (-pedantic-errors)
- tools.cdt701285 Inhibit all warnings (-w)
- tools.cdt701286 All warnings (-Wall)
- tools.cdt701287 Warnings as errors (-Werror)
- tools.cdt701288 Verbose (-v)
- tools.cdt701289 Other flags
- tools.cdt701290 Support ANSI programs (-ansi)
- tools.cdt701291 Position Independent Code (-fPIC)
- tools.cdt701292 Do not use standard start files (-nostartfiles)
- tools.cdt701293 Do not use default libraries (-nodefaultlibs)
- tools.cdt701294 No startup or default libs (-nostdlib)
- tools.cdt701295 Omit all symbol information (-s)
- tools.cdt701296 Omit debug symbol information (-S)
- tools.cdt701297 No shared libraries (-static)
- tools.cdt701298 Other options (-Xlinker [option])
- tools.cdt701299 Linker flags
- tools.cdt701300 Libraries (-l)
- tools.cdt701301 Library search path (-L)
- tools.cdt701302 Other objects
- tools.cdt701303 Shared (-shared)
- tools.cdt701304 Shared object name (-Wl,-soname=)
- tools.cdt701305 Import Library name (-Wl,--out-implib=)
- tools.cdt701306 DEF file name (-Wl,--output-def=)
- tools.cdt701307 Archiver flags
- tools.cdt701308 Assembler flags
- tools.cdt701309 Suppress warnings (-W)
- tools.cdt701310 Announce version (-v)
- tools.cdt701311 Output format
- tools.cdt701312 coff (--output-format coff)
- tools.cdt701313 rc (--output-format rc)
- tools.cdt701314 res (--output-format res)
- tools.cdt701315 Shared (-dynamiclib)
- tools.cdt701316 Gnu Make Builder
- tools.cdt701317 Managed Build Tools Description
- tools.cdt701318 Empty Project
- tools.cdt701319 An empty project template
- tools.cdt701320 Hello World C++ Project
- tools.cdt701321 A skeletal Managed C++ Hello World project. Creates a folder for sources and another for include.
- tools.cdt701322 Hello World ANSI C Project
- tools.cdt701323 A skeletal Managed C Hello World project. Creates a folder for sources and another for include.
- tools.cdt701324 Basic Settings
- tools.cdt701325 Basic properties of a project
- tools.cdt701326 Author
- tools.cdt701327 Name of the author
- tools.cdt701328 Copyright notice
- tools.cdt701329 Your copyright notice
- tools.cdt701330 Your copyright notice
- tools.cdt701331 !!!Hello World!!!
- tools.cdt701332 Your hello world greeting message
- tools.cdt701333 Hello world greeting
- tools.cdt701334 Source
- tools.cdt701335 Directory for hello world project source files
- tools.cdt701336 src
- tools.cdt701337 Hello World C++ Project
- tools.cdt701338 A skeletal Managed C++ Hello World project. Creates a folder for sources and another for include.
- tools.cdt701339 Hello World ANSI C Project
- tools.cdt701340 A skeletal Managed C Hello World project. Creates a folder for sources and another for include.
- tools.cdt701341 Basic Settings
- tools.cdt701342 Basic properties of a project
- tools.cdt701343 Author
- tools.cdt701344 Name of the author
- tools.cdt701345 Copyright notice
- tools.cdt701346 Your copyright notice
- tools.cdt701347 Your copyright notice
- tools.cdt701348 !!!Hello World!!!
- tools.cdt701349 Your hello world greeting message
- tools.cdt701350 Hello world greeting
- tools.cdt701351 Source
- tools.cdt701352 Directory for hello world project source files
- tools.cdt701353 src
- tools.cdt701354 Hello World C++ Project
- tools.cdt701355 A Hello World C++ Project
- tools.cdt701356 Basic Settings
- tools.cdt701357 Basic properties of a project
- tools.cdt701358 Author
- tools.cdt701359 Name of the author
- tools.cdt701360 Copyright notice
- tools.cdt701361 Your copyright notice
- tools.cdt701362 Your copyright notice
- tools.cdt701363 Hello World!!!
- tools.cdt701364 Your hello world greeting message
- tools.cdt701365 Hello world greeting
- tools.cdt701366 Build error
- tools.cdt701367 Building {1}[{2}], ... [{0}]
- tools.cdt701368 Cleaning {1}[{2}], ... [{0}]
- tools.cdt701369 [Active]
- tools.cdt701370 Build selected configurations
- tools.cdt701371 Clean selected configurations
- tools.cdt701372 Clean and Rebuild Configurations
- tools.cdt701373 Select configurations to rebuild.
- tools.cdt701374 Builder
- tools.cdt701375 Builder &type:
- tools.cdt701376 External builder
- tools.cdt701377 Internal builder
- tools.cdt701378 &Use default build command
- tools.cdt701379 Build &command:
- tools.cdt701380 Makefile generation
- tools.cdt701381 &Generate Makefiles automatically
- tools.cdt701382 &Expand Env. Variable Refs in Makefiles
- tools.cdt701383 Build settings
- tools.cdt701384 Stop on first build error
- tools.cdt701385 Use parallel build
- tools.cdt701386 Use optimal jobs number
- tools.cdt701387 Use parallel jobs:
- tools.cdt701388 Workbench Build Behavior
- tools.cdt701389 Workbench build type:
- tools.cdt701390 Make build target:
- tools.cdt701391 Build on resource save (Auto build)
- tools.cdt701392 Note: See Workbench automatic build preference
- tools.cdt701393 Build (Incremental build)
- tools.cdt701394 Clean
- tools.cdt701395 Build location
- tools.cdt701396 Build &directory:
- tools.cdt701397 Command:
- tools.cdt701398 Description:
- tools.cdt701399 Pre-build steps
- tools.cdt701400 Post-build steps
- tools.cdt701401 Resource Custom Build Step
- tools.cdt701402 Additional input file name(s):
- tools.cdt701403 Output file name(s):
- tools.cdt701404 Artifact Type:
- tools.cdt701405 Artifact name:
- tools.cdt701406 Artifact extension:
- tools.cdt701407 Output prefix:
- tools.cdt701408 Show system variables
- tools.cdt701409 Discovery profiles scope
- tools.cdt701410 Per Language
- tools.cdt701411 Configuration-wide
- tools.cdt701412 Unknown
- tools.cdt701413 Tools:
- tools.cdt701414 No profiles found
- tools.cdt701415 InfoContexts are different \!
- tools.cdt701416 Configuration:
- tools.cdt701417 Clear
- tools.cdt701418 Clear discovered entries now:
- tools.cdt701419 Clear entries
- tools.cdt701420 Discovered entries cleared. Scanner discovery will re-aquire the settings when run (normally during ...
- tools.cdt701421 Error clearing entries:
- tools.cdt701422 Select tools
- tools.cdt701423 Available tools
- tools.cdt701424 Used tools
- tools.cdt701425 Tool conflict:
- tools.cdt701426 Tool does not support managed build \!
- tools.cdt701427 Props not defined \!
- tools.cdt701428 Props not supported \!
- tools.cdt701429 Req. props not supported \!
- tools.cdt701430 Add tool -->
- tools.cdt701431 <-- Remove tool
- tools.cdt701432 <<- Replace ->>
- tools.cdt701433 Allow all changes
- tools.cdt701434 This tool can replace
- tools.cdt701435 Display compatible toolchains only
- tools.cdt701436 Current toolchain:
- tools.cdt701437 builder
- tools.cdt701438 configuration
- tools.cdt701439 file info
- tools.cdt701440 folder info
- tools.cdt701441 tool
- tools.cdt701442 Error \#
- tools.cdt701443 :
- tools.cdt701444 \n
- tools.cdt701445 Current builder:
- tools.cdt701446 Used tools
- tools.cdt701447 Select Tools...
- tools.cdt701448 Select tool
- tools.cdt701449 -- NO TOOL --
- tools.cdt701450 incompatibility with
- tools.cdt701451 source extension conflict with
- tools.cdt701452 toolchain
- tools.cdt701453 Orphaned builder {0} ({1})
- tools.cdt701454 Orphaned toolchain {0} ({1})
- tools.cdt701455 Variable name:
- tools.cdt701456 Apply to all configurations
- tools.cdt701457 Existing configuration
- tools.cdt701458 Default configuration
- tools.cdt701459 Cannot create config
- tools.cdt701460 >>
- tools.cdt701461 Settings will be applied to CDT new project wizard during project creation process
- tools.cdt701462 Show only supported toolchains, by default
- tools.cdt701463 Group old-style toolchains to <Others> folder
- tools.cdt701464 Preferred toolchain will be selected by default in Wizard
- tools.cdt701465 Make toolchain(s) preferred
- tools.cdt701466 Make toolchain(s) not preferred
- tools.cdt701467 Preferred toolchain(s):
- tools.cdt701468 Hover over an option to display its tooltip
- tools.cdt701469 No tooltip is available for this option
- tools.cdt701470 Automate discovery of paths and symbols
- tools.cdt701471 Automated discovery of paths and symbols
- tools.cdt701472 Report path detection problems
- tools.cdt701473 Discovery profile:
- tools.cdt701474 -- Other Toolchain --
- tools.cdt701475 Default
- tools.cdt701476 creation Make project: IBuilder is null
- tools.cdt701477 Others
- tools.cdt701478 Toolchains:
- tools.cdt701479 A Toolchain is a set of tools\n
- tools.cdt701480 (compiler, linker, assembler)\n
- tools.cdt701481 intended to build your project.\n
- tools.cdt701482 Additional tools, like a debugger,\n
- tools.cdt701483 can be associated with a toolchain.
- tools.cdt701484 Cannot create managed project with NULL configuration
- tools.cdt701485 Makefile project
- tools.cdt701486 At least one toolchain should be selected
- tools.cdt701487 Show project types and toolchains only if they are supported on the platform
- tools.cdt701488 Empty Project
- tools.cdt701489 Import Existing Code
- tools.cdt701490 Importing Existing Code
- tools.cdt701491 Import Existing Code
- tools.cdt701492 Import Existing Code
- tools.cdt701493 Toolchain for Indexer Settings
- tools.cdt701494 <none>
- tools.cdt701495 Create a new Makefile project from existing code in that same directory
- tools.cdt701496 Project Name
- tools.cdt701497 Project already exists
- tools.cdt701498 Existing Code Location
- tools.cdt701499 Browse...
- tools.cdt701500 Select root directory of existing code
- tools.cdt701501 Not a valid directory
- tools.cdt701502 Languages
- tools.cdt701503 Unknown type of element in tree of type {0}
- tools.cdt701504 Unknown element type
- tools.cdt701505 \ for extension point
- tools.cdt701506 Unknown child element type
- tools.cdt701507 \ for wizardPage element in extension point
- tools.cdt701508 Missing projectType ID
- tools.cdt701509 Missing toolchain ID
- tools.cdt701510 Missing nature ID
- tools.cdt701511 No configuration selected for project "{0}".
- tools.cdt701512 Name
- tools.cdt701513 Type
- tools.cdt701514 Value
- tools.cdt701515 Build Variable Deletion Confirmation
- tools.cdt701516 Are you sure you want to delete the selected user Build Variable(s)?
- tools.cdt701517 Build Variables Deletion Confirmation
- tools.cdt701518 Are you sure you want to delete all user Build Variables?
- tools.cdt701519 <ECLIPSE DYNAMIC VARIABLE>
- tools.cdt701520 String
- tools.cdt701521 String List
- tools.cdt701522 File
- tools.cdt701523 Directory
- tools.cdt701524 File List
- tools.cdt701525 Directory List
- tools.cdt701526 Path
- tools.cdt701527 Path List
- tools.cdt701528 Value:
- tools.cdt701529 Type:
- tools.cdt701530 String
- tools.cdt701531 String List
- tools.cdt701532 File
- tools.cdt701533 Directory
- tools.cdt701534 File List
- tools.cdt701535 Directory List
- tools.cdt701536 Path
- tools.cdt701537 Path List
- tools.cdt701538 Browse
- tools.cdt701539 Define a New Build Variable
- tools.cdt701540 Edit Existing Build Variable
- tools.cdt701541 Value of Build Variable
- tools.cdt701542 Add Exception
- tools.cdt701543 Exceptions of all available exception types already exist for the selection. Please edit the existi ...
- tools.cdt701544 Cannot Add Exception
- tools.cdt701545 Edit Exception
- tools.cdt701546 Exception Properties
- tools.cdt701547 Exception Type:
- tools.cdt701548 Add Exception...
- tools.cdt701549 Add Resource...
- tools.cdt701550 Select a resource to refresh:
- tools.cdt701551 Resource Selection
- tools.cdt701552 Delete...
- tools.cdt701553 You are removing an exception that has nested exceptions. Removing this exception will remove all n ...
- tools.cdt701554 You are removing a resource that has exceptions. Removing this resource will also remove all associ ...
- tools.cdt701555 Delete
- tools.cdt701556 Edit Exception...
- tools.cdt701557 Exceptions
- tools.cdt701558 Resources
- tools.cdt701559 The following resources will be refreshed after the project is built (external builder only):
- tools.cdt701560 Resources that will be refreshed after the project is built
- tools.cdt701561 Custom Build Step Applicability
- tools.cdt701562 Apply Custom Build Step Before Other Tools
- tools.cdt701563 Apply Custom Build Step After Other Tools
- tools.cdt701564 Apply Custom Build Step Overriding Other Tools
- tools.cdt701565 Disable Custom Build Step
- tools.cdt701566 Name:
- tools.cdt701567 Description:
- tools.cdt701568 Copy settings from
- tools.cdt701569 Default configuration:
- tools.cdt701570 Existing configuration:
- tools.cdt701571 Note: The configuration name will be used as a directory name in the file system. Please ensure tha ...
- tools.cdt701572 A configuration named "{0}" already exists.
- tools.cdt701573 A configuration name that differs only in case to "{0}" exists.
- tools.cdt701574 The name "{0}" is invalid.
- tools.cdt701575 All options:
- tools.cdt701576 Command:
- tools.cdt701577 Command\nline pattern:
- tools.cdt701578 Expert settings:
- tools.cdt701579 Project Conversion Error
- tools.cdt701580 Error has occurred during the conversion of the project {0} .
- tools.cdt701581 There are no converters available to convert the project {0} .
- tools.cdt701582 Project Converters for {0}
- tools.cdt701583 Add/remove/change affected elements, do not touch others
- tools.cdt701584 Replace existing string lists with string list shown to user
- tools.cdt701585 String List Display Mode
- tools.cdt701586 Define how string lists from different configurations should be combined for display when lists are ...
- tools.cdt701587 Show common elements (conjunction)
- tools.cdt701588 Show all elements except doubles (disjunction)
- tools.cdt701589 String List Write Mode
- tools.cdt701590 Define how to save changes in string lists for different configurations:
- tools.cdt701591 Show "Manage Configurations..." button
- tools.cdt701592 Display "Data Hierarchy" tab
- tools.cdt701593 Display "Export Settings" tab
- tools.cdt701594 Save Property Dialog Bounds
- tools.cdt701595 Save size and position
- tools.cdt701596 Save size only
- tools.cdt701597 Do not save at all
- tools.cdt701598 Display tool option tips of "Tool Settings" tab at fixed location
- tools.cdt701599 Display "Tool Chain Editor" tab
- tools.cdt701600 Discovery Profiles Naming Rule
- tools.cdt701601 Show disc. page names if they are unique. Else names + profile IDs.
- tools.cdt701602 Show disc. page names if they are unique. Else show profile IDs.
- tools.cdt701603 Always show names + profile IDs
- tools.cdt701604 Always show profile IDs only
- tools.cdt701605 Display "Include Files" tab
- tools.cdt701606 Converters List
- tools.cdt701607 \ Preference settings will be applied to new projects \n only when there were no toolchains selected ...
- tools.cdt701608 Current String List DISPLAY mode. Double-click to change
- tools.cdt701609 Current String List WRITE mode. Double-click to change
- tools.cdt701610 These settings will affect behavior of CDT property pages
- tools.cdt701611 Select Configurations
- tools.cdt701612 Select platforms and configurations you wish to deploy on
- tools.cdt701613 Project type:
- tools.cdt701614 Toolchains:
- tools.cdt701615 Configurations:
- tools.cdt701616 Select all
- tools.cdt701617 Deselect all
- tools.cdt701618 At least one configuration should be available. Project cannot be created.
- tools.cdt701619 At least one configuration should be selected. Please check needed configurations.
- tools.cdt701620 Use "Advanced settings" button to edit project's properties.\n\nAdditional configurations ...
- tools.cdt701621 Advanced settings...
- tools.cdt701622 Project type:
- tools.cdt701623 Select configurations
- tools.cdt701624 No converter
- tools.cdt701625 Cannot create new configuration
- tools.cdt701626 -- not selected --
- tools.cdt701627 Import from projects
- tools.cdt701628 Import predefined
- tools.cdt701629 C/C++ Managed Builder UI
- tools.cdt701630 Eclipse CDT
- tools.cdt701631 Managed Make C Project
- tools.cdt701632 Create a new C project and let Eclipse create and manage the makefile
- tools.cdt701633 Managed Make C++ Project
- tools.cdt701634 Create a new C++ project and let Eclipse create and manage the makefile
- tools.cdt701635 C/C++ Build
- tools.cdt701636 Error/Binary Parsers
- tools.cdt701637 Makefile Project
- tools.cdt701638 Managed Build
- tools.cdt701639 New CDT Project Wizard
- tools.cdt701640 Build Variables
- tools.cdt701641 Environment
- tools.cdt701642 Property Pages Settings
- tools.cdt701643 C/C++ Build
- tools.cdt701644 Convert To...
- tools.cdt701645 Build Selected &File(s)
- tools.cdt701646 C&lean Selected File(s)
- tools.cdt701647 Build/Clean Selected File(s)
- tools.cdt701648 Rebuilds the selected file(s)
- tools.cdt701649 Cleans the output file(s) for the selected file(s)
- tools.cdt701650 C/C++ Build
- tools.cdt701651 Paths and Symbols
- tools.cdt701652 Export Settings
- tools.cdt701653 Settings
- tools.cdt701654 Tool Chain Editor
- tools.cdt701655 Build Variables
- tools.cdt701656 Discovery Options
- tools.cdt701657 Environment
- tools.cdt701658 Build configurations
- tools.cdt701659 Build All
- tools.cdt701660 Clean All
- tools.cdt701661 Build Selected...
- tools.cdt701662 Build
- tools.cdt701663 Clean
- tools.cdt701664 Build System Wizard
- tools.cdt701665 Make Project Wizard
- tools.cdt701666 Create New Configuration
- tools.cdt701667 Convert to a C/C++ Project (Adds C/C++ Nature)
- tools.cdt701668 Convert to a C/C++ Project
- tools.cdt701669 Existing Code as Makefile Project
- tools.cdt701670 Creates a new Makefile project in a directory containing existing code
- tools.cdt701671 Makefile Project with Existing Code
- tools.cdt701672 Tool Settings
- tools.cdt701673 Build Steps
- tools.cdt701674 Build Artifact
- tools.cdt701675 Builder Settings
- tools.cdt701676 Behaviour
- tools.cdt701677 Refresh Policy
- tools.cdt701678 Includes
- tools.cdt701679 Includes list
- tools.cdt701680 Include Files
- tools.cdt701681 Include Files list
- tools.cdt701682 Symbols
- tools.cdt701683 Macros list
- tools.cdt701684 Libraries
- tools.cdt701685 Libraries list
- tools.cdt701686 Library Paths
- tools.cdt701687 References
- tools.cdt701688 Source Location
- tools.cdt701689 Output Location
- tools.cdt701690 Binary Parsers
- tools.cdt701691 Error Parsers
- tools.cdt701692 Data Hierarchy
- tools.cdt701693 Preferred Toolchains
- tools.cdt701694 Wizard Defaults
- tools.cdt701695 Property Page Settings
- tools.cdt701696 Managed Build System - per project scanner info profile
- tools.cdt701697 Multiple Configurations Edit
- tools.cdt701698 Build Configurations
- tools.cdt701699 Build Definitions UI
- tools.cdt701700 Custom MBS New Wizard Pages
- tools.cdt701701 XL C/C++ Compiler Support\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Ecl ...
- tools.cdt701702 XL C/C++ Managed Build Core
- tools.cdt701703 Eclipse CDT
- tools.cdt701704 Object File
- tools.cdt701705 XL C managed make per project scanner discovery profile
- tools.cdt701706 XL C++ managed make per project scanner discovery profile
- tools.cdt701707 CDT XL C/C++ Compiler Support\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright ...
- tools.cdt701708 v8.0
- tools.cdt701709 v9.0
- tools.cdt701710 v10.1
- tools.cdt701711 XL C/C++ Compiler Preferences
- tools.cdt701712 Compiler Root Path:
- tools.cdt701713 Compiler Version:
- tools.cdt701714 Compiler path does not exist on the local machine.
- tools.cdt701715 Compiler Root Path:
- tools.cdt701716 Compiler Version:
- tools.cdt701717 Compiler path does not exist on the local machine.
- tools.cdt701718 XL C/C++ Settings
- tools.cdt701719 Compiler Root Path:
- tools.cdt701720 Browse...
- tools.cdt701721 Compiler Version:
- tools.cdt701722 Please select the path to your compiler, and the version of the compiler that you are using.
- tools.cdt701723 XL Compiler Settings
- tools.cdt701724 XL C/C++ Managed Build UI Plugin
- tools.cdt701725 Eclipse CDT
- tools.cdt701726 XL C/C++ Compiler Root Location
- tools.cdt701727 Executable (XL C/C++)
- tools.cdt701728 Shared Library (XL C/C++)
- tools.cdt701729 Static Library(XL C/C++)
- tools.cdt701730 XL C/C++ Tool Chain
- tools.cdt701731 XL C/C++ Tool Chain
- tools.cdt701732 Release Platform
- tools.cdt701733 Debug Platform
- tools.cdt701734 GNU Make
- tools.cdt701735 GNU Make
- tools.cdt701736 XL C Compiler
- tools.cdt701737 XL C++ Compiler
- tools.cdt701738 XL C Executable Linker
- tools.cdt701739 XL C++ Executable Linker
- tools.cdt701740 Archiver
- tools.cdt701741 XL Assembler
- tools.cdt701742 XL C++ Shared Object Linker
- tools.cdt701743 XL C Shared Object Linker
- tools.cdt701744 Linking
- tools.cdt701745 Libraries and Paths
- tools.cdt701746 Integer and Floating Point
- tools.cdt701747 Compiler Customization
- tools.cdt701748 Listings and Messages
- tools.cdt701749 Error Checking and Debugging
- tools.cdt701750 Input Control
- tools.cdt701751 Output Control
- tools.cdt701752 Optimization
- tools.cdt701753 Compatibility
- tools.cdt701754 Miscellaneous
- tools.cdt701755 Assembler Options
- tools.cdt701756 General
- tools.cdt701757 Object code control
- tools.cdt701758 none
- tools.cdt701759 default
- tools.cdt701760 Other compiler flags
- tools.cdt701761 Preserve comments in pre-processed output (-C)
- tools.cdt701762 Define a macro name (-D)
- tools.cdt701763 Specify an additional search path for #include s (-I)
- tools.cdt701764 Undefine a macro name (-U)
- tools.cdt701765 Enable compiler support for vector data types (-qaltivec)
- tools.cdt701766 Control the interpretation of and subsequent generation of code for asm statement (-qasm)
- tools.cdt701767 Default
- tools.cdt701768 Standard (-qasm=stdcpp)
- tools.cdt701769 GCC (-qasm=gcc)
- tools.cdt701770 Specify C standard search location (-qc_stdinc)
- tools.cdt701771 Specify C++ standard search location (-qcpp_stdinc)
- tools.cdt701772 Wrap include files in GCC pragmas (-qcomplexgccincl)
- tools.cdt701773 Don't recognize C++ comments in C source files(-qnocpluscmt)
- tools.cdt701774 Enable recognition of multi-byte characters (-qmbcs)
- tools.cdt701775 Enable recognition of digraph characters (-qdigraph)
- tools.cdt701776 Allow $ symbols to be used in identifiers (-qdollar)
- tools.cdt701777 Change the search path (-qidirfirst)
- tools.cdt701778 Ignore certain pragmas (-qignprag=)
- tools.cdt701779 disjoint
- tools.cdt701780 isolated
- tools.cdt701781 all
- tools.cdt701782 IBM(R)
- tools.cdt701783 omp
- tools.cdt701784 Treat specified name as a keyword(-qkeyword)
- tools.cdt701785 Language level (-qlanglvl=)
- tools.cdt701786 classic
- tools.cdt701787 extended
- tools.cdt701788 SAA
- tools.cdt701789 SAA Level 2
- tools.cdt701790 C89 standard
- tools.cdt701791 C99 standard
- tools.cdt701792 C89 with extensions
- tools.cdt701793 C99 with extensions
- tools.cdt701794 UCS
- tools.cdt701795 Convert pascal string literals into null-terminated string literals (-qmacpstr)
- tools.cdt701796 Recognize and accept the keyword pascal (-qpascal)
- tools.cdt701797 Override source type (-qsourcetype)
- tools.cdt701798 c
- tools.cdt701799 C++
- tools.cdt701800 assembler
- tools.cdt701801 Search standard framework directories (-qstdframework)
- tools.cdt701802 Specify additional framework directories (-qframeworkdir)
- tools.cdt701803 Don't search the default search path directories (-qnostdinc)
- tools.cdt701804 Perform syntax checking without generating an object file(-qsyntaxonly)
- tools.cdt701805 Recognize tri-graph key combinations
- tools.cdt701806 Enable recognition of UTF literal syntax (-qutf)
- tools.cdt701807 Compile any file as a C++ file (-+)
- tools.cdt701808 Insert extern "C" {} in the specified include files (-qcinc)
- tools.cdt701809 Change GCC headers search location (-qgcc_c_stdinc)
- tools.cdt701810 Change G++ headers search location (-qgcc_cpp_stdinc)
- tools.cdt701811 Preview the steps for compilation(-#)
- tools.cdt701812 Maximum size of the area shared by the static data and the heap (-bmaxdata=)
- tools.cdt701813 Pass the source files through compiler component only(-c)
- tools.cdt701814 Preprocess the source files and create an output preprocessed source file (-E)
- tools.cdt701815 Remove comments from preprocessed output (-C!)
- tools.cdt701816 Create an output file that contains targets for the make command (-M)
- tools.cdt701817 Substitute inline code for calls to alloca (-ma)
- tools.cdt701818 Specify an output location for the files created by the compiler (-o)
- tools.cdt701819 Preprocess the source files and create an output preprocessed source file for each source file(-P)
- tools.cdt701820 Generate an assembler language file for each source file(-S)
- tools.cdt701821 Strip symbol table, line number information and relocation information from source file(-s)
- tools.cdt701822 Select 64-bit compiler mode(-q64)
- tools.cdt701823 Specify what alignment rules compiler uses for compilation(-qalign)
- tools.cdt701824 full
- tools.cdt701825 natural
- tools.cdt701826 two byte
- tools.cdt701827 packed
- tools.cdt701828 bit packed
- tools.cdt701829 Substitute inline code for calls to function alloca(-qalloca)
- tools.cdt701830 Specify if bit fields are signed(-qbitfields)
- tools.cdt701831 signed
- tools.cdt701832 unsigned
- tools.cdt701833 Specify if chars are signed
- tools.cdt701834 signed (-qchars=signed)
- tools.cdt701835 unsigned (-qcharse=unsigned)
- tools.cdt701836 Enable generation of VMX instructions(-qenablevmx)
- tools.cdt701837 Specify the amount of storage occupied by enumerations(-qenum=)
- tools.cdt701838 Int
- tools.cdt701839 Intlong
- tools.cdt701840 small
- tools.cdt701841 1
- tools.cdt701842 2
- tools.cdt701843 4
- tools.cdt701844 8
- tools.cdt701845 Generate position independent code suitable for use in libraries(-qpic=)
- tools.cdt701846 Small
- tools.cdt701847 Large
- tools.cdt701848 Do not place string literals in read only storage (-qnoro)
- tools.cdt701849 Do not place constant values in read only storage (-qnoroconst)
- tools.cdt701850 Place constant pointers in read only storage (-qroptr)
- tools.cdt701851 Generate symbols for static variables (-qstatsym )
- tools.cdt701852 Generate code to treat static functions as external functions (-qxcall )
- tools.cdt701853 Place instructions for each function in a separate object file control section or csect (-qfuncset)
- tools.cdt701854 Enable generation of #line directive in the preprocessed output (-qppline)
- tools.cdt701855 Preserve the unsigned specification when performing integral promotions (-qupconv)
- tools.cdt701856 Name mangling scheme for external symbol names (-qnamemangling=)
- tools.cdt701857 Name mangling scheme for external symbol names (-qnamemangling=)
- tools.cdt701858 ANSI (-qnamemangling=ansi)
- tools.cdt701859 VisualAge(R) C++ v6 (-qnamemangling=v6)
- tools.cdt701860 VisualAge(R) C++ v5 (-qnamemangling=v5)
- tools.cdt701861 VisualAge(R) C++ v4 (-qnamemangling=v4)
- tools.cdt701862 Compatibility mode (-qnamemangling=v3)
- tools.cdt701863 IBM XL C/C++ v7 (-qnamemangling=v7)
- tools.cdt701864 IBM XL C/C++ v8 (-qnamemangling=v8)
- tools.cdt701865 IBM XL C/C++ v9 (-qnamemangling=v9)
- tools.cdt701866 IBM XL C/C++ v10 (-qnamemangling=v10)
- tools.cdt701867 Object model (-qobjmodel=)
- tools.cdt701868 classic (-qobjmodel=classic)
- tools.cdt701869 IBM(R) (-qobjmodel=ibm)
- tools.cdt701870 Generate RunTime Type Information (-qrtti)
- tools.cdt701871 all (-qrrti=all)
- tools.cdt701872 type (-qrtti=type)
- tools.cdt701873 dynamic cast (-qrtti=dynamiccast)
- tools.cdt701874 Save the command line compiler options into an object file (-qsaveopt)
- tools.cdt701875 Treat inline functions as static (-qstaticinline)
- tools.cdt701876 Add static variables to the symbol table (-qstatsym)
- tools.cdt701877 Enable multi-threaded execution (-qthreaded)
- tools.cdt701878 Generate unique names for static constructor/deconstructor file compilation units (-qunique)
- tools.cdt701879 Generate unique names for static constructor/deconstructor file compilation units (-qunique)
- tools.cdt701880 Do not generate virtual function table (-qnovftable)
- tools.cdt701881 Maintain the VRSAVE register (-qvrsave)
- tools.cdt701882 Generate weak symbols (-qweaksymbol)
- tools.cdt701883 Emit macro definitions to preprocessed output (-qshowmacros)
- tools.cdt701884 all (-qshowmacros=all)
- tools.cdt701885 predefined (-qshowmacros=pre)
- tools.cdt701886 no macros (-qshowmacros=nopre)
- tools.cdt701887 Suppress insert of implicit timestamps into an object file (-qnotimestamps)
- tools.cdt701888 Optimization level
- tools.cdt701889 -O
- tools.cdt701890 -O2
- tools.cdt701891 -O3
- tools.cdt701892 -O4
- tools.cdt701893 -O5
- tools.cdt701894 Function inlining
- tools.cdt701895 inline all functions (-Q)
- tools.cdt701896 disable inlining (-Q!)
- tools.cdt701897 Specify functions to be inlined(-Q+name1:name2:...:nameN)
- tools.cdt701898 Specify functions to not inline (-Q-name1:name2:...:nameN)
- tools.cdt701899 Enable destructive copy operations for structs and unions
- tools.cdt701900 no overlap (-qaggrcopy=nooverlap)
- tools.cdt701901 overlap (-qaggrcopy=overlap)
- tools.cdt701902 Apply aliasing instructions to compilation unit (-qalias=)
- tools.cdt701903 Variables are not disjoint from pointers (-qalias=addrtaken)
- tools.cdt701904 Variables are disjoint from pointers unless their address is taken (-qalias=notaddrtaken)
- tools.cdt701905 Pointers are aliased (-qalias=allptrs)
- tools.cdt701906 Pointers are never aliased (-qalias=noallptrs)
- tools.cdt701907 Pointers can only point to an object of the same type (-qalias=ansi)
- tools.cdt701908 Pointers can point to an object of a different type (-qalias=notansi)
- tools.cdt701909 Pointers to different types are aliased (-qalias=typeptr)
- tools.cdt701910 Pointers to different types are never aliased (-qalias=notypeptr)
- tools.cdt701911 Specify the processor architecture to generate code and optimize for (-qarch=)
- tools.cdt701912 PowerPC(R) 64-bit
- tools.cdt701913 PowerPC(R) with graphics instructions
- tools.cdt701914 PowerPC(R) 64-bit with graphics instructions
- tools.cdt701915 PowerPC(R) 64-bit with graphics and square root instructions
- tools.cdt701916 PowerPC(R) 64-bit with AltiVec
- tools.cdt701917 Specify the processor architecture to tune code for (-qtune=)
- tools.cdt701918 auto
- tools.cdt701919 Assert program behaviours (-qassert=)
- tools.cdt701920 Specify the cache configuration (-qcache=option1:option2:...:optionN)
- tools.cdt701921 Avoid transformations that lead to code expansion (-qcompact)
- tools.cdt701922 Name the variables to be imported (-qdataimported=name1:name2:...:nameN)
- tools.cdt701923 Name the variables which are local (-qdatalocal=name1:name2:...:nameN)
- tools.cdt701924 Write-through enabled or cache-inhibited storage may be referenced (-qdirectstorage)
- tools.cdt701925 Exception handling
- tools.cdt701926 Enable exception handling (-qeh)
- tools.cdt701927 Disable exception handling (-qnoeh)
- tools.cdt701928 VisualAge(R) C++ v5.0 compatibility
- tools.cdt701929 VisualAge(R) C++ v6.0 compatibility
- tools.cdt701930 Include data required by fdpr utility (-qfdpr)
- tools.cdt701931 Perform high-order loop analysis and transformations during optimization (-qhot=)
- tools.cdt701932 Perform optimizations which assume errno is not modified by system calls (-qignerrno)
- tools.cdt701933 Attempt to inline functions (-qinline=)
- tools.cdt701934 Customize interprocedural analysis optimizations(-qipa=)
- tools.cdt701935 Functions in source file that have no side effects (-qisolated_call=name1:name2:...:nameN)
- tools.cdt701936
- tools.cdt701937 Exploit large page heaps available on POWER4(TM) systems running AIX(R) 5.1D or later (-qlargepage)
- tools.cdt701938 Assume all functions in the name of ansi C function are system functions (-qlibansi)
- tools.cdt701939 Tune optimizations through Profile Directed Feedback: first run (-qpdf1)
- tools.cdt701940 Tune optimizations through Profile Directed Feedback: second run (-qpdf2)
- tools.cdt701941 Disable generation of prefetching instructions in compiled code (-qnoprefetch)
- tools.cdt701942 Mark functions as imported (-qprocimported=)
- tools.cdt701943 Mark functions as local (-qlocal=)
- tools.cdt701944 Mark functions as unknown (-qprocunknown=)
- tools.cdt701945 Add additional call and block count profiling information to the executable (-qshowpdf)
- tools.cdt701946 Reduce the size of the stack frame (-qsmallstack)
- tools.cdt701947 Enable parallelization of code (-qsmp)
- tools.cdt701948 Specify parallelization of code (-qsmp=name1:name2:...:nameN)
- tools.cdt701949 Possible values: nostackcheck, opt, norec_locks, noomp, nonested_par, \nexplicit, auto, omp, nested_ ...
- tools.cdt701950 Specify the register allocation spill area (-qspill=)
- tools.cdt701951 Turn off aggressive optimizations (-qstrict)
- tools.cdt701952 Specify the optimizations (-qstrict=name1:name2:...:nameN)
- tools.cdt701953 Possible values: all, none, precision, noprecision, exceptions, noexceptions, \nieeefp, noieeefp, na ...
- tools.cdt701954 Loop induction settings
- tools.cdt701955 Strict induction
- tools.cdt701956 No induction
- tools.cdt701957 Mark data as local
- tools.cdt701958 Specify options to pass to specific compiler components (-W)
- tools.cdt701959 Control how shared objects are processed by the editor (-b)
- tools.cdt701960 Enable runtime linking for the output file (-brtl)
- tools.cdt701961 Set the entry name for the shared executable(-e )
- tools.cdt701962
- tools.cdt701963 Create a shared object enabled for runtime linking (-G)
- tools.cdt701964 Search the path directory for the library files specified by the -lkey option (-L)
- tools.cdt701965 Search the specified library file(-l)
- tools.cdt701966 Produce a relocatable object (-r)
- tools.cdt701967 Specify a prefix for library search path (-Z)
- tools.cdt701968 Generate fast external linkage (-qinlglue)
- tools.cdt701969 Link with standard system libraries (-qlib)
- tools.cdt701970 Create a shared object from generated object files (-qmkshrobj)
- tools.cdt701971 Specify the priority level for initialization of static objects (-qpriority)
- tools.cdt701972 Enable Run time linking (-brtl)
- tools.cdt701973 Do not use standard start files (-nostartfiles)
- tools.cdt701974 Do not use default libraries (-nodefaultlibs)
- tools.cdt701975 No startup or default libs (-nostdlib)
- tools.cdt701976 Strip all symbol information (-s)
- tools.cdt701977 Strip debug symbol information (-S)
- tools.cdt701978 No shared libraries (-bstatic)
- tools.cdt701979 Other options (-Wl, [option1,option2,...optionN])
- tools.cdt701980 Other linker flags
- tools.cdt701981 Libraries (-l)
- tools.cdt701982 Library search path (-L)
- tools.cdt701983 Other objects
- tools.cdt701984 Shared (-qmkshrobj)
- tools.cdt701985 Shared object name (-o=)
- tools.cdt701986 Import Library name (-Wl,--out-implib=)
- tools.cdt701987 DEF file name (-Wl,--output-def=)
- tools.cdt701988 Create a bundle (-bundle)
- tools.cdt701989 Specify the name of bundle loader program (-bundle_loader=)
- tools.cdt701990 Specify file containing a list of object files for the compiler to pass to the linker (-f)
- tools.cdt701991 Save all the exported symbols in the designated file (-qexpfile=)
- tools.cdt701992 Other archiver flags
- tools.cdt701993 Specify compile time rounding mode (-y)
- tools.cdt701994 n
- tools.cdt701995 m
- tools.cdt701996 p
- tools.cdt701997 z
- tools.cdt701998 Specify floating point options (-qfloat=)
- tools.cdt701999 Trap floating point exceptions (-qflttrap=)
- tools.cdt702000 Allow long long integer types in the program
- tools.cdt702001 Allow long long (-qlonglong)
- tools.cdt702002 Do not allow long long (-qnolonglong)
- tools.cdt702003 Control compile-time rounding mode of floating point expressions( -qrndflt)
- tools.cdt702004 Nearest
- tools.cdt702005 Minus infinity
- tools.cdt702006 Plus infinity
- tools.cdt702007 Zero
- tools.cdt702008 Decimal floating-point support for types and literals
- tools.cdt702009 Enabled (-qdfp)
- tools.cdt702010 Disabled (-qnodfp)
- tools.cdt702011 Determine substitute program path name (-B)
- tools.cdt702012 Specify alternate configuration file (-F)
- tools.cdt702013 Add prefix to designated programs (-t)
- tools.cdt702014 Amount of memory used during optimization (-qmaxmem=)
- tools.cdt702015 Alternate program name for compiler components (-qpath=)
- tools.cdt702016 Specify the thread local storage model (-qtls=)
- tools.cdt702017 unsupported
- tools.cdt702018 default
- tools.cdt702019 global-dynamic
- tools.cdt702020 initial-exec
- tools.cdt702021 local-dynamic
- tools.cdt702022 local-exec
- tools.cdt702023 No tls
- tools.cdt702024 Report information on the progress of compilation (-V)
- tools.cdt702025 Pedantic (-pedantic)
- tools.cdt702026 Pedantic warnings as errors (-pedantic-errors)
- tools.cdt702027 Inhibit all warnings (-w)
- tools.cdt702028 All warnings (-Wall)
- tools.cdt702029 Warnings as errors (-Werror)
- tools.cdt702030 Produce a compiler listing (-qattr)
- tools.cdt702031 Does not produce an attribute listing for identifiers in program (-qnoattr)
- tools.cdt702032 Report attributes of all identifiers (-qattr=full)
- tools.cdt702033 Report attributes of only used identifiers (-qattr)
- tools.cdt702034 Specify the minimum severity level of the diagnostic messages (-qflag=)
- tools.cdt702035 Warn of possible problems with string input and output format specifications (-qformat=)
- tools.cdt702036 Instruct the compiler to stop after compilation if it encounters errors of specified severity or hig ...
- tools.cdt702037 Information (-qhalt=i)
- tools.cdt702038 Warning (-qhalt=w)
- tools.cdt702039 Error (-qhalt=e)
- tools.cdt702040 Severe error (-qhalt=s)
- tools.cdt702041 Unrecoverable error (-qhalt=u)
- tools.cdt702042 Produce informational messages (-qinfo=)
- tools.cdt702043 Produce a compiler listing that includes an object listing (-qlist)
- tools.cdt702044 Produce a compiler listing that displays all options in effect(-qlistopt)
- tools.cdt702045 Report the time taken in each compilation phase (-qphsinfo)
- tools.cdt702046 Suppress all listings (-qnoprint )
- tools.cdt702047 Show all included files in the source listing (-qshowinc)
- tools.cdt702048 Produce a compiler listing and include the source code (-qsource)
- tools.cdt702049 Add the corresponding source code lines to the diagnostic messages in stderr file (-qsrcmsg)
- tools.cdt702050 Suppress the specified informational or warning messages (-qsuppress=)
- tools.cdt702051 Change the tab-size (-qtabsize=)
- tools.cdt702052 Produce a cross reference listing of identifiers (-qxref)
- tools.cdt702053 Do not report identifiers in the program (-qnoxref)
- tools.cdt702054 Report all the identifiers in the program (-qxref = full)
- tools.cdt702055 Report only those identifiers which are used (-qxref)
- tools.cdt702056 Enable warning of four-character constants in source
- tools.cdt702057 Produce listing files that show how sections of code have been optimized (-qreport)
- tools.cdt702058 Generate debugging information (-g)
- tools.cdt702059 Enable debugging of optimized code (-qoptdebug)
- tools.cdt702060 Debug Level
- tools.cdt702061 Minimal (-g1)
- tools.cdt702062 Default (-g)
- tools.cdt702063 Maximum (-g3)
- tools.cdt702064 Other debugging flags
- tools.cdt702065 Generate gprof information (-pg)
- tools.cdt702066 Generate prof information (-p)
- tools.cdt702067 Include information about unreferenced symbols (-qdbxextra)
- tools.cdt702068 Generate prof information (-p)
- tools.cdt702069 Generate gprof information (-pg)
- tools.cdt702070 Generate code which performs certain types of runtime checking (-qcheck)
- tools.cdt702071 Include all typedefs, structs, unions, enums for debugging (-qdbxextra)
- tools.cdt702072 Generate bind-time type checking information and check for compile time consistency (-qextchk)
- tools.cdt702073 Preserve absolute path name of source files used with -g option (-qfullpath)
- tools.cdt702074 Produce ANSI prototypes from K&R definitions
- tools.cdt702075 Generate prototypes with parameter names
- tools.cdt702076 Include parameter names in prototypes
- tools.cdt702077 Enable debug versions of memory management functions (-qheapdebug)
- tools.cdt702078 Initialize the automatic variables (-qinitauto=)
- tools.cdt702079 Generate line number and source file name info for the debugger (-qlinedebug)
- tools.cdt702080 Halt compilation after this many errors (-qmaxerr=)
- tools.cdt702081 All functions are prototyped (-qproto)
- tools.cdt702082 Other assembler flags
- tools.cdt702083 Suppress warnings (-W)
- tools.cdt702084 Announce version (-v)
- tools.cdt702085 XL C/C++ Compiler
- tools.cdt702086 XL C/C++ Compiler
- tools.cdt702087 Managed Build Tools Description
- tools.cdt702088 Abstract XL Compiler
- tools.cdt702089 Abstract XL Linker
- tools.cdt702090 Abstract XL Shared Object Linker
- tools.cdt702091 Abstract XL C Compiler
- tools.cdt702092 Abstract XL C++ Compiler
- tools.cdt702093 Abstract XL Compiler
- tools.cdt702094 Abstract XL Linker
- tools.cdt702095 Abstract XL Shared Object Linker
- tools.cdt702096 Local XL C Compiler
- tools.cdt702097 Local C Sources
- tools.cdt702098 Local XL C++ Compiler
- tools.cdt702099 Local C Sources
- tools.cdt702100 Local C++ Sources
- tools.cdt702101 UPC Project
- tools.cdt702102 Create UPC project of selected type
- tools.cdt702103 XL UPC Settings
- tools.cdt702104 XL Compiler Settings
- tools.cdt702105 Eclipse CDT
- tools.cdt702106 XL UPC Managed Build UI Plugin
- tools.cdt702107 XL UPC
- tools.cdt702108 XL UPC Project
- tools.cdt702109 XL UPC Compiler
- tools.cdt702110 XL UPC Linker
- tools.cdt702111 Abstract XL UPC Linker
- tools.cdt702112 Executable (XL UPC)
- tools.cdt702113 Shared Library (XL UPC)
- tools.cdt702114 Static Library(XL UPC)
- tools.cdt702115 XL UPC Tool Chain
- tools.cdt702116 Debug
- tools.cdt702117 Release
- tools.cdt702118 Release Platform
- tools.cdt702119 Debug Platform
- tools.cdt702120 Executable (XL UPC)
- tools.cdt702121 Static Library (XL UPC)
- tools.cdt702122 Shared Library (XL UPC)
- tools.cdt702123 XL UPC Compiler Options
- tools.cdt702124 Use filename suffix to determine the programming language (-qsourcetype)
- tools.cdt702125 default
- tools.cdt702126 upc
- tools.cdt702127 UPC runtime implementation (-qupc=rts=<suboption>)
- tools.cdt702128 default
- tools.cdt702129 lapi
- tools.cdt702130 smp
- tools.cdt702131 Number of static THREADS (-qupc=threads=<n>)
- tools.cdt702132 Select either 32-bit or 64-bit compilation mode
- tools.cdt702133 -q32
- tools.cdt702134 -q64
- tools.cdt702135 Base Build Properties Definition
- tools.cdt702136 XL UPC Executable Linker
- tools.cdt702137 XL UPC Shared Object Linker
- tools.cdt702138 Abstract XL UPC Compiler
- tools.cdt702139 Local XL UPC Compiler
- tools.cdt702140 Local UPC Sources
- tools.cdt702141 Local C Sources
- tools.cdt702142 Create a new XL UPC project
- tools.cdt702144 C/C++ Compiler (cl)
- tools.cdt702145 Resource Compiler (rc)
- tools.cdt702146 Linker (link)
- tools.cdt702147 Library Manager (lib)
- tools.cdt702148 Debug
- tools.cdt702149 Release
- tools.cdt702151 Install Artifact Repository
- tools.cdt702152 Eclipse CDT
- tools.cdt702153 CDT P2 customizations for SDKs
- tools.cdt702155 Eclipse C/C++ Development Tools SDK
- tools.cdt702156 Eclipse CDT
- tools.cdt702160 Some resources are out of sync
- tools.cdt702161 Resource ''{0}'' is out of sync with file system.
- tools.cdt702162 There are modified resources
- tools.cdt702163 File ''{0}'' has been modified since the beginning of the operation
- tools.cdt702164 Name of source file
- tools.cdt702165 Name of source file without extension
- tools.cdt702166 Enclosing method name
- tools.cdt702167 Enclosing project name
- tools.cdt702168 Argument names of enclosing method
- tools.cdt702169 Enclosing method return type
- tools.cdt702170 Todo task tag
- tools.cdt702171 Todo task tag
- tools.cdt702172 Generated type declaration
- tools.cdt702173 Generated declarations of class members
- tools.cdt702174 The name of field
- tools.cdt702175 The type of the field
- tools.cdt702176 Content of code template 'Comments > Types'
- tools.cdt702177 The enclosing type
- tools.cdt702178 Generated include statements
- tools.cdt702179 Beginning of namespace declaration
- tools.cdt702180 End of namespace declaration
- tools.cdt702181 Name of the current namespace
- tools.cdt702182 Name of the current class
- tools.cdt702183 Name of the current type
- tools.cdt702184 Base clauses
- tools.cdt702185 Include guard symbol
- tools.cdt702186 The enclosing method
- tools.cdt702187 Return statement or super call
- tools.cdt702188 Return type of the enclosing method
- tools.cdt702189 Content of code template 'Comments > Files'
- tools.cdt702190 Pattern is not a valid C/C++ comment.
- tools.cdt702191 C Source File
- tools.cdt702192 C Header File
- tools.cdt702193 C++ Source File
- tools.cdt702194 C++ Header File
- tools.cdt702195 Assembly Source File
- tools.cdt702196 Resolve Eclipse core variables
- tools.cdt702197 Variable ''{0}'' is unknown.
- tools.cdt702198 Variable ''{0}'' is required.
- tools.cdt702199 Current date
- tools.cdt702200 Name of the file
- tools.cdt702201 Name of the file without extension
- tools.cdt702202 File system location of the file
- tools.cdt702203 Workspace path of the file
- tools.cdt702204 Name of the enclosing project
- tools.cdt702205 Project properties
- tools.cdt702206 Always clear console before building
- tools.cdt702207 Open console when building
- tools.cdt702208 Bring console to top when building (if present)
- tools.cdt702209 Limit console output (number of lines):
- tools.cdt702210 Value must be an integer between 10 and 2147483647
- tools.cdt702211 Display tab width:
- tools.cdt702212 Value must be an integer between 1 and 100
- tools.cdt702213 Console text color settings
- tools.cdt702214 Output text color
- tools.cdt702215 Information message text color
- tools.cdt702216 Error message text color
- tools.cdt702217 Background color
- tools.cdt702218 Background color for build errors
- tools.cdt702219 Background color for build warnings
- tools.cdt702220 Background color for build informational messages
- tools.cdt702221 Highlighting color for build problems
- tools.cdt702222 Error Parsers
- tools.cdt702223 Set the error parsers for this project
- tools.cdt702224 Binary Parser
- tools.cdt702225 Set required binary parser for this project
- tools.cdt702226 C/C++ Indexer
- tools.cdt702227 C/C++ Indexer setting for this project.
- tools.cdt702228 Indexer Options
- tools.cdt702229 Projects
- tools.cdt702230 Referenced C/C++ Projects
- tools.cdt702231 The build command is an executable program which will be used by the builder to build your C project ...
- tools.cdt702232 Build can be either incremental or full. You can specify different build arguments\nfor the two kind ...
- tools.cdt702233 Additional build arguments
- tools.cdt702234 Build command:
- tools.cdt702235 Browse...
- tools.cdt702236 Full Build Arguments:
- tools.cdt702237 Incremental Build Arguments:
- tools.cdt702238 Invalid build command
- tools.cdt702239 Build Settings
- tools.cdt702240 Keep Going On Error
- tools.cdt702241 Stop On Error
- tools.cdt702242 Build Command
- tools.cdt702243 Use Default
- tools.cdt702244 Build Command:
- tools.cdt702245 Platform:
- tools.cdt702246 Select the platform you wish to deploy on
- tools.cdt702247 Configurations:
- tools.cdt702248 Build Information
- tools.cdt702249 Project Type
- tools.cdt702250 Application
- tools.cdt702251 Shared Library/DLL
- tools.cdt702252 Static Library
- tools.cdt702253 Build Settings
- tools.cdt702254 Continue On Error
- tools.cdt702255 Stop On Error
- tools.cdt702256 Paths and Symbols
- tools.cdt702257 Include paths:
- tools.cdt702258 Defined symbols:
- tools.cdt702259 New Include Path
- tools.cdt702260 Path:
- tools.cdt702261 New Defined Symbol
- tools.cdt702262 Symbol:
- tools.cdt702263 Standard Make Error
- tools.cdt702264 Standard Make Project
- tools.cdt702265 Create a new Standard Make project.
- tools.cdt702266 Standard Make Settings
- tools.cdt702267 Define the Standard Make build settings.
- tools.cdt702268 Standard Make C Project
- tools.cdt702269 Create a new Standard Make C project.
- tools.cdt702270 Standard Make C Settings
- tools.cdt702271 Define the Standard Make C build settings.
- tools.cdt702272 Standard Make C++ Project
- tools.cdt702273 Create a new Standard Make C++ Project.
- tools.cdt702274 Standard Make C++ Settings
- tools.cdt702275 Define the Standard Make C++ build settings.
- tools.cdt702276 Managed Make Error
- tools.cdt702277 Managed Make Project
- tools.cdt702278 Create a new Managed Make project.
- tools.cdt702279 Managed Make Settings
- tools.cdt702280 Define the Managed Make build settings.
- tools.cdt702281 Managed Make C Project
- tools.cdt702282 Create a new Managed Make C project.
- tools.cdt702283 Managed Make C Settings
- tools.cdt702284 Define the Managed Make C build settings.
- tools.cdt702285 Managed Make C++ Project
- tools.cdt702286 Create a new Managed Make C++ Project.
- tools.cdt702287 Managed Make C++ Settings
- tools.cdt702288 Define the Managed Make C++ build settings.
- tools.cdt702289 Error Creating Project
- tools.cdt702290 Project cannot be created
- tools.cdt702291 C Project Wizard
- tools.cdt702292 New Project
- tools.cdt702293 C Project Wizard
- tools.cdt702294 C Project Wizard
- tools.cdt702295 C Wizard Page
- tools.cdt702296 Convert to a C/C++ Project
- tools.cdt702297 Select project(s) for conversion
- tools.cdt702298 Add a C++ Nature to project(s)
- tools.cdt702299 Candidates for conversion:
- tools.cdt702300 Convert Projects to C or C++
- tools.cdt702301 Select project(s) for conversion
- tools.cdt702302 Add a C or C++ Nature to selected project(s)
- tools.cdt702303 Tab Folder Page
- tools.cdt702304 Project
- tools.cdt702305 Project Settings
- tools.cdt702306 Not a C builder
- tools.cdt702307 C information is not available for a closed project
- tools.cdt702308 CDT Build Console
- tools.cdt702309 Could not execute builder "{0}" configured in the project property page.
- tools.cdt702310 name
- tools.cdt702311 cpu
- tools.cdt702312 text
- tools.cdt702313 data
- tools.cdt702314 bss
- tools.cdt702315 type
- tools.cdt702316 soname
- tools.cdt702317 debug
- tools.cdt702318 needed
- tools.cdt702319 C Compare Viewer
- tools.cdt702320 C Compare
- tools.cdt702321 Assembly Compare Viewer
- tools.cdt702322 &Open
- tools.cdt702323 Open the Selected Include in the Editor
- tools.cdt702324 Open the selected include in the editor
- tools.cdt702325 Open Include
- tools.cdt702326 Select the file to open
- tools.cdt702327 No Includes Found
- tools.cdt702328 No include files were found that matched that name.
- tools.cdt702329 C/C++ Search...
- tools.cdt702330 Opens C/C++ Search Dialog
- tools.cdt702331 Opens C/C++ Search Dialog
- tools.cdt702332 Sort
- tools.cdt702333 Sorts the elements in the outliner
- tools.cdt702334 Sort
- tools.cdt702335 Do Not Sort
- tools.cdt702336 Sort
- tools.cdt702337 Clea&r Console
- tools.cdt702338 Clear Console
- tools.cdt702339 &File
- tools.cdt702340 F&older
- tools.cdt702341 already exists. Would you like to overwrite it?
- tools.cdt702342 Project is closed
- tools.cdt702343 The project {0} containing that declaration is closed.
- tools.cdt702344 Enable indexer
- tools.cdt702345 Rebuild Index
- tools.cdt702346 Open Definition
- tools.cdt702347 Find References
- tools.cdt702348 Find Declarations
- tools.cdt702349 Toggle Show Externals
- tools.cdt702350 Show Externaly Defined Symbols
- tools.cdt702351 Use Fast Indexer
- tools.cdt702352 Count Symbols
- tools.cdt702353 Symbol Count
- tools.cdt702354 The selected PDOMs contain {0} files, {1} macros; {2} symbols\r\n{3} references, {4} declarations, { ...
- tools.cdt702355 Drag and Drop Problem
- tools.cdt702356 {0} is read only. Do you still wish to delete it?
- tools.cdt702357 See error log for more details.
- tools.cdt702358 Multiple markers at this line
- tools.cdt702359 Error
- tools.cdt702360 Error setting options
- tools.cdt702361 Error in {0} tab
- tools.cdt702362 Binary Parser:
- tools.cdt702363 Up
- tools.cdt702364 Down
- tools.cdt702365 Binary Parser Options
- tools.cdt702366 Setting Binary Parser...
- tools.cdt702367 Reference Projects
- tools.cdt702368 Saving Attributes
- tools.cdt702369 addr2line Command:
- tools.cdt702370 &Browse...
- tools.cdt702371 B&rowse...
- tools.cdt702372 Br&owse...
- tools.cdt702373 c++filt Command:
- tools.cdt702374 cygpath Command:
- tools.cdt702375 nm Command:
- tools.cdt702376 Setting Error Parsers...
- tools.cdt702377 Convert to C or C++
- tools.cdt702378 Select All
- tools.cdt702379 C Project
- tools.cdt702380 C++ Project
- tools.cdt702381 Deselect All
- tools.cdt702382 Up
- tools.cdt702383 Down
- tools.cdt702384 Select All
- tools.cdt702385 Unselect All
- tools.cdt702386 Error Parsers
- tools.cdt702387 Binary Info
- tools.cdt702388 {0} items selected
- tools.cdt702389 Check All
- tools.cdt702390 Uncheck All
- tools.cdt702391 Help books
- tools.cdt702392 Image {0} is missing in bundle {1}
- tools.cdt702393 Child Node Computation
- tools.cdt702394 Compute child nodes
- tools.cdt702395 Drag and Drop
- tools.cdt702396 A problem occurred during drag and drop.
- tools.cdt702397 Unreadable file: ''{0}''
- tools.cdt702398 Not a file: ''{0}''
- tools.cdt702399 Do not show this &message again
- tools.cdt702400 Re&member my decision
- tools.cdt702401 Translation Unit
- tools.cdt702402 Refreshing...
- tools.cdt702403 Problem while moving or copying files.
- tools.cdt702404 Drag & Drop
- tools.cdt702405 Source
- tools.cdt702406 Couldn't convert text selection into a C element
- tools.cdt702407 &Open
- tools.cdt702408 Open an editor on the selected element
- tools.cdt702409 Open an editor on the selected element
- tools.cdt702410 &Open Declaration
- tools.cdt702411 &Select or enter the element to open:
- tools.cdt702412 Open
- tools.cdt702413 Cannot open default editor.
- tools.cdt702414 Cannot open default editor on {0}. {1}
- tools.cdt702415 Problems Opening Editor
- tools.cdt702416 Current text selection doesn't resolve to a C element
- tools.cdt702417 Hide Fiel&ds
- tools.cdt702418 Hide Fields
- tools.cdt702419 Toggles the visibility of fields
- tools.cdt702420 Hide &Static Members
- tools.cdt702421 Hide Static Members
- tools.cdt702422 Toggles the visibility of static members
- tools.cdt702423 Hide Non-&Public Members
- tools.cdt702424 Hide Non-Public Members
- tools.cdt702425 Toggles the visibility of non-public members
- tools.cdt702426 Hide &Inactive Elements
- tools.cdt702427 Hide Inactive Elements
- tools.cdt702428 Toggles the visibility of inactive elements
- tools.cdt702429 Operation Cannot be Performed
- tools.cdt702430 The resource is not on the build path of a Java project.
- tools.cdt702431 Derived File Encountered
- tools.cdt702432 The file ''{0}'' is derived. Do you really want to edit it?
- tools.cdt702433 In the future, never warn if editing a derived file.
- tools.cdt702434 Select A&ll
- tools.cdt702435 Select All
- tools.cdt702436 Lin&k With Editor
- tools.cdt702437 Link with Editor
- tools.cdt702438 Link with active editor
- tools.cdt702439 Group Includes
- tools.cdt702440 Group includes statements
- tools.cdt702441 Group includes statements
- tools.cdt702442 Group Namespaces
- tools.cdt702443 Group namespaces
- tools.cdt702444 Group namespaces
- tools.cdt702445 Group Methods
- tools.cdt702446 Group method definitions
- tools.cdt702447 Group method definitions
- tools.cdt702448 Group Macros
- tools.cdt702449 Group macro definitions
- tools.cdt702450 Group macro definitions
- tools.cdt702451 Sort
- tools.cdt702452 Sorry
- tools.cdt702453 No way to manage configurations for selected objects.
- tools.cdt702454 ''{0}'' already exists.\nDo you want to replace it?
- tools.cdt702455 ''{0}'' cannot be modified\!
- tools.cdt702456 Select resource configurations to restore default settings
- tools.cdt702457 Reset Resource Configurations
- tools.cdt702458 Exclude object(s) from build in the following configurations
- tools.cdt702459 Exclude from build
- tools.cdt702460 Build the active configurations of selected projects
- tools.cdt702461 Build ''{0}'' for project ''{1}''
- tools.cdt702462 Surround &With
- tools.cdt702463 &Configure Templates...
- tools.cdt702464 (no template applicable)
- tools.cdt702465 Problem Copying to Clipboard
- tools.cdt702466 There was a problem when accessing the system clipboard. Retry?
- tools.cdt702467 &Format
- tools.cdt702468 Format all selected C/C++ files
- tools.cdt702469 Format all selected C/C++ files
- tools.cdt702470 Problems while formatting some files. See 'Details' for more information.
- tools.cdt702471 Format
- tools.cdt702472 Format
- tools.cdt702473 Unexpected error while formatting. See log for details.
- tools.cdt702474 Formatting...
- tools.cdt702475 Format
- tools.cdt702476 Problems while accessing selected files.
- tools.cdt702477 Format
- tools.cdt702478 'Undo' is not supported by this operation. Do you want to continue?
- tools.cdt702479 &Enable Folding
- tools.cdt702480 Toggles Folding
- tools.cdt702481 Toggles folding for the current editor
- tools.cdt702483 Expand &All
- tools.cdt702484 Expands All Collapsed Regions
- tools.cdt702485 Expands any collapsed regions in the current editor
- tools.cdt702487 E&xpand
- tools.cdt702488 Expands the Current Collapsed Region
- tools.cdt702489 Expands the collapsed region at the current selection
- tools.cdt702491 Collapse A&ll
- tools.cdt702492 Collapses All Expanded Regions
- tools.cdt702493 Collapse any expanded regions in the current editor
- tools.cdt702495 Colla&pse
- tools.cdt702496 Collapses the Current Region
- tools.cdt702497 Collapses the Current Region
- tools.cdt702499 &Reset Structure
- tools.cdt702500 Restore the Original Folding Structure
- tools.cdt702501 Restores the original folding structure
- tools.cdt702503 Open Element
- tools.cdt702504 Error opening editor for file \"{0}\"
- tools.cdt702505 Could not locate definition of element \"{0}\"
- tools.cdt702506 Open Element
- tools.cdt702507 &Choose an element (? = any character, * = any string):
- tools.cdt702508 Updating element list
- tools.cdt702509 Updating element list...
- tools.cdt702510 CDT Global Build Console
- tools.cdt702511 &Find/Replace...@Ctrl+F
- tools.cdt702512 Find/Replace
- tools.cdt702514 Find/Replace
- tools.cdt702515 &Copy@Ctrl+C
- tools.cdt702516 Copy
- tools.cdt702517 Select &All@Ctrl+A
- tools.cdt702518 Select All
- tools.cdt702519 Build Console must be started with a specific project before being used.
- tools.cdt702520 Copy Build Log
- tools.cdt702521 No build was logged. Build the project or/and check the Logging page in project properties.
- tools.cdt702522 Choose Log File Destination
- tools.cdt702523 Error Copying a File
- tools.cdt702524 Error while copying working log file:
- tools.cdt702525 Destination is not valid:
- tools.cdt702526 Working log file is not available.
- tools.cdt702527 Unable to access build log at
- tools.cdt702528 Unavailable Log
- tools.cdt702529 Scroll Lock
- tools.cdt702530 Next Error
- tools.cdt702531 Previous Error
- tools.cdt702532 Show Error In Editor
- tools.cdt702533 To display the call hierarchy, select a function or method and select the 'Open Call Hierarchy' menu ...
- tools.cdt702534 Show Callers
- tools.cdt702535 Show Callers
- tools.cdt702536 Show Callees
- tools.cdt702537 Show Callees
- tools.cdt702538 Show Reference
- tools.cdt702539 Show Reference
- tools.cdt702540 Filter Variables
- tools.cdt702541 Hide Variables, Constants and Enumerators
- tools.cdt702542 Show File Names
- tools.cdt702543 Show File Names
- tools.cdt702544 Next Reference
- tools.cdt702545 Show Next Reference
- tools.cdt702546 Remove
- tools.cdt702547 Previous Reference
- tools.cdt702548 Show Previous Reference
- tools.cdt702549 Refresh
- tools.cdt702550 Refresh View Content
- tools.cdt702551 workspace
- tools.cdt702552 Callers of {0} - in {1}
- tools.cdt702553 Calls from {0} - in {1}
- tools.cdt702554 Focus On ''{0}''
- tools.cdt702555 Open
- tools.cdt702556 Open
- tools.cdt702557 Copy E&xpanded Hierarchy
- tools.cdt702558 matches
- tools.cdt702559 Clear History
- tools.cdt702560 Call Hierarchy History
- tools.cdt702561 Select the input for the Call Hierarchy:
- tools.cdt702562 Open History...
- tools.cdt702563 Show History List
- tools.cdt702564 Open Call H&ierarchy
- tools.cdt702565 Open Call Hierarchy
- tools.cdt702566 Open Call Hierarchy
- tools.cdt702567 Select one element from the list
- tools.cdt702568 Cannot resolve selected text to a defined function or member
- tools.cdt702569 Open Element in Call Hierarchy
- tools.cdt702570 Open Element in Call Hierarchy
- tools.cdt702571 &Matching Elements:
- tools.cdt702572 &Choose an element (? = any character, * = any string):
- tools.cdt702573 Could not locate definition of element ''{0}''
- tools.cdt702574 Open Wit&h
- tools.cdt702575 &Build Project
- tools.cdt702576 Rebuild Pro&ject
- tools.cdt702577 Clean Project
- tools.cdt702578 Collapse All
- tools.cdt702579 Collapse All
- tools.cdt702580 Collapse All
- tools.cdt702581 &Copy
- tools.cdt702582 Copy
- tools.cdt702583 &Paste
- tools.cdt702584 Paste
- tools.cdt702585 Ne&w
- tools.cdt702586 WIP
- tools.cdt702587 Work In Progress
- tools.cdt702588 \ - binaries
- tools.cdt702589 \ - archives
- tools.cdt702590 Libraries
- tools.cdt702591 {0} items selected
- tools.cdt702592 Problem Copying to Clipboard
- tools.cdt702593 There was a problem when accessing the system clipboard. Retry?
- tools.cdt702594 Drag and Drop Problem
- tools.cdt702595 A problem occurred during Drag and Drop.
- tools.cdt702596 An unexpected exception occurred during Drag and Drop.
- tools.cdt702597 Not a C/C++ project.
- tools.cdt702598 Path information is not available for a closed project.
- tools.cdt702599 Error Setting Project Paths
- tools.cdt702600 An error occurred while setting the project path
- tools.cdt702601 Setting C/C++ Project Path
- tools.cdt702602 The C/C++ Project path property page contains unsaved modifications. Do you want to save changes so ...
- tools.cdt702603 Apply
- tools.cdt702604 Discard
- tools.cdt702605 Container Paths
- tools.cdt702606 Select path which are to be contributed to the project.
- tools.cdt702607 C/C++ Container path:
- tools.cdt702608 Add Contributed
- tools.cdt702609 Select the library type to add.
- tools.cdt702610 Library Wizard
- tools.cdt702611 Wizard page creation failed. Check log for details.
- tools.cdt702612 C/C++ Path Container
- tools.cdt702613 Edit the C/C++ container path. First segment is the container type.
- tools.cdt702614 &C/C++ path container path:
- tools.cdt702615 Enter path.
- tools.cdt702616 Invalid path.
- tools.cdt702617 Path needs at least one segment.
- tools.cdt702618 Entry already exists.
- tools.cdt702619 C/C++ Project Path Entries
- tools.cdt702620 C/C++ Project Path Entries
- tools.cdt702621 Select the C/C++ Project which contains path entries to be contributed to this project.
- tools.cdt702622 C/C++ Projects:
- tools.cdt702623 Include/Symbols
- tools.cdt702624 Include Paths and Preprocessor Symbols:
- tools.cdt702625 Add Folder/File...
- tools.cdt702626 Add Preprocessor Symbol...
- tools.cdt702627 Add External Include Path...
- tools.cdt702628 Add Include Path from Workspace...
- tools.cdt702629 Add Contributed...
- tools.cdt702630 Edit...
- tools.cdt702631 Remove
- tools.cdt702632 Export
- tools.cdt702633 Up
- tools.cdt702634 Down
- tools.cdt702635 Show Inherited Paths
- tools.cdt702636 Add Preprocessor Symbol
- tools.cdt702637 Symbol definition:
- tools.cdt702638 Edit Preprocessor Symbol
- tools.cdt702639 Symbol definition:
- tools.cdt702640 Browse...
- tools.cdt702641 Add External Include Path
- tools.cdt702642 Include path:
- tools.cdt702643 Edit External Include Path
- tools.cdt702644 Include path:
- tools.cdt702645 Contributed Include Path Selection
- tools.cdt702646 Contributed Include Path Selection
- tools.cdt702647 New Include Path from Workspace
- tools.cdt702648 Select a folder as a include path from the workspace.
- tools.cdt702649 Edit Include Path from Workspace
- tools.cdt702650 Select a folder as a include path from the workspace.
- tools.cdt702651 Add File/Folder
- tools.cdt702652 Select a file or folder to add to the include/symbol list to add/remove paths or symbols on.
- tools.cdt702653 Browse For Folder
- tools.cdt702654 Path Containers
- tools.cdt702655 Add...
- tools.cdt702656 Edit...
- tools.cdt702657 Remove
- tools.cdt702658 Export
- tools.cdt702659 Containers:
- tools.cdt702660 Add New C/C++ Path Container
- tools.cdt702661 Edit C/C++ Path Container
- tools.cdt702662 &Up
- tools.cdt702663 &Down
- tools.cdt702664 Select &All
- tools.cdt702665 D&eselect All
- tools.cdt702666 Setting project paths...
- tools.cdt702667 {0} project path entries have errors.
- tools.cdt702668 Missing project path container.
- tools.cdt702669 Library not found.
- tools.cdt702670 Source path does not exist.
- tools.cdt702671 Output path does not exist.
- tools.cdt702672 Project path must exist on source path.
- tools.cdt702673 Include path not found.
- tools.cdt702674 Include file path not found.
- tools.cdt702675 Macros file path not found.
- tools.cdt702676 Missing project path.
- tools.cdt702677 &Source
- tools.cdt702678 Source Path for project
- tools.cdt702679 Source folders on build pat&h:
- tools.cdt702680 &Remove
- tools.cdt702681 &Add Folder...
- tools.cdt702682 &Edit...
- tools.cdt702683 Source Folder Selection
- tools.cdt702684 &Choose source folders to be added to the build path:
- tools.cdt702685 Source Folder Selection
- tools.cdt702686 &Select the source folder:
- tools.cdt702687 New Source Folder
- tools.cdt702688 Edit Source Folder
- tools.cdt702689 &Enter a path relative to ''{0}'':
- tools.cdt702690 Source Folder Added
- tools.cdt702691 Exclusion filters have been added to nesting folders.
- tools.cdt702692 &Output
- tools.cdt702693 Build Output locations
- tools.cdt702694 Output folders on build pat&h:
- tools.cdt702695 &Remove
- tools.cdt702696 &Add Folder...
- tools.cdt702697 &Edit...
- tools.cdt702698 Output Folder Selection
- tools.cdt702699 &Choose Output folders to be added to the build path:
- tools.cdt702700 Output Folder Selection
- tools.cdt702701 &Select the Output folder:
- tools.cdt702702 Output Folder Added
- tools.cdt702703 Exclusion filters have been added to nesting folders.
- tools.cdt702704 &Projects
- tools.cdt702705
- tools.cdt702706 &Required projects on the build path:
- tools.cdt702707 Select &All
- tools.cdt702708 &Deselect All
- tools.cdt702709 &Libraries
- tools.cdt702711 Libraries on the build path:
- tools.cdt702712 &Remove
- tools.cdt702713 Add E&xternal Library...
- tools.cdt702714 Add &Contributed...
- tools.cdt702715 Add from Workspace...
- tools.cdt702716 &Edit...
- tools.cdt702717 Export
- tools.cdt702718 Contributed Library Path Selection
- tools.cdt702719 Contributed Library Path Selection
- tools.cdt702720 Library Selection
- tools.cdt702721 &Choose Library to be added to the project paths:
- tools.cdt702722 Edit Library
- tools.cdt702723 &Select the library:
- tools.cdt702724 &Order and Export
- tools.cdt702725
- tools.cdt702726 Source Folder Exclusion Patterns
- tools.cdt702727 E&xclusion patterns for ''{0}'':
- tools.cdt702728 A&dd...
- tools.cdt702729 Add &Multiple...
- tools.cdt702730 &Remove
- tools.cdt702731 &Edit...
- tools.cdt702732 Exclusion Pattern Selection
- tools.cdt702733 &Choose folders or files to exclude:
- tools.cdt702734 Add Exclusion Pattern
- tools.cdt702735 Edit Exclusion Pattern
- tools.cdt702736 Enter a pattern for excluding files from the source folder. Allowed wildcards are '*', '?' and '**'. ...
- tools.cdt702737 E&xclusion pattern (Path relative to ''{0}''):
- tools.cdt702738 Bro&wse...
- tools.cdt702739 Enter a pattern.
- tools.cdt702740 Pattern must be a relative path.
- tools.cdt702741 Pattern already exists.
- tools.cdt702742 Exclusion Pattern Selection
- tools.cdt702743 &Choose a folder or file to exclude:
- tools.cdt702744 (new)
- tools.cdt702745 (will be created)
- tools.cdt702746 (None)
- tools.cdt702747 Source attachment:
- tools.cdt702748 Source attachment root:
- tools.cdt702749 Exclusion filter:
- tools.cdt702750 ;
- tools.cdt702751 unknown element
- tools.cdt702752 Include Paths
- tools.cdt702753 Include Files
- tools.cdt702754 Preprocessor Symbols
- tools.cdt702755 Symbol Definitions Files
- tools.cdt702756 Libraries
- tools.cdt702757 (Exported)
- tools.cdt702758 &Project as source folder
- tools.cdt702759 &Folder as source folder
- tools.cdt702760 &Source folder name:
- tools.cdt702761 Invalid folder path: ''{0}''
- tools.cdt702762 Folder name must be entered.
- tools.cdt702763 The folder is already in the list.
- tools.cdt702764 Create &New Folder...
- tools.cdt702765 Create &New Folder...
- tools.cdt702766 Select the location (folder, JAR or zip) containing the source for ''{0}'':
- tools.cdt702767 Lo&cation path:
- tools.cdt702768 External &File...
- tools.cdt702769 External F&older...
- tools.cdt702770 &Workspace...
- tools.cdt702771 The archive path is not a valid path.
- tools.cdt702772 The path ''{0}'' does not exist.
- tools.cdt702773 Source Location Selection
- tools.cdt702774 &Select folder or JAR/zip archive containing the source:
- tools.cdt702775 JAR/ZIP File Selection
- tools.cdt702776 Folder Selection
- tools.cdt702777 Setting Source Attachment
- tools.cdt702778 Source can only be attached to libraries on the build path.\nDo you want to add the library to the b ...
- tools.cdt702779 Source Attachment Configuration
- tools.cdt702780 Error Attaching Source
- tools.cdt702781 An error occurred while associating the source.
- tools.cdt702782 Add Include
- tools.cdt702783 Add include statement for selected name
- tools.cdt702784 Error Adding Include
- tools.cdt702785 Adding include statements failed
- tools.cdt702786 Help provider error
- tools.cdt702787 Adding include statement
- tools.cdt702788 Show the current resource in the C/C++ Projects view
- tools.cdt702789 Show in C/C++ Projects
- tools.cdt702790 Show current resource in C/C++ Projects view
- tools.cdt702791 Open an editor on the selected element's declaration
- tools.cdt702792 Open Declaration
- tools.cdt702793 Select one element from the list
- tools.cdt702794 Open Declaration
- tools.cdt702795 &Open Declaration
- tools.cdt702796 Open an editor on the selected element's declaration
- tools.cdt702797 Implements
- tools.cdt702798 Overrides
- tools.cdt702799 Shadows
- tools.cdt702800 via
- tools.cdt702801 <b>Name:</b>
- tools.cdt702802 <br><b>Prototype:</b>
- tools.cdt702803 <br><b>Description:</b><br>
- tools.cdt702804 <br><b>Header files:</b><br>
- tools.cdt702805 F&olding
- tools.cdt702806 {0} + {1}
- tools.cdt702807 Go to Matching Bracket
- tools.cdt702808 No bracket selected
- tools.cdt702809 No matching bracket found
- tools.cdt702810 Bracket is outside selected element
- tools.cdt702811 You are opening a large file. Scalability mode has been turned on for this editor to help improve pe ...
- tools.cdt702812 Editor Scalability
- tools.cdt702813 Open the Scalability preference page
- tools.cdt702814 Do not show this message again.
- tools.cdt702815 Outline is disabled due to scalability mode (<a href="org.eclipse.cdt.ui.preferences.CScalab ...
- tools.cdt702816 Comment/Uncomment
- tools.cdt702817 An error occurred while commenting/uncommenting.
- tools.cdt702818 Inactive Code Highlighting
- tools.cdt702819 Reconciling
- tools.cdt702820 Semantic Highlighting
- tools.cdt702821 Fields
- tools.cdt702822 Static fields
- tools.cdt702823 Constants
- tools.cdt702824 Method declarations
- tools.cdt702825 Static method invocations
- tools.cdt702826 Local variable declarations
- tools.cdt702827 Local variable references
- tools.cdt702828 Global variables
- tools.cdt702829 Parameter variables
- tools.cdt702830 Methods
- tools.cdt702831 Classes, Structs, Unions
- tools.cdt702832 Enums
- tools.cdt702833 Enumerators
- tools.cdt702834 Template arguments
- tools.cdt702835 Template parameters
- tools.cdt702836 Function declarations
- tools.cdt702837 Functions
- tools.cdt702838 Overloaded Operators
- tools.cdt702839 Macro references
- tools.cdt702840 Macro definitions
- tools.cdt702841 Typedefs
- tools.cdt702842 Namespaces
- tools.cdt702843 Labels
- tools.cdt702844 Problems
- tools.cdt702845 External SDK calls
- tools.cdt702846 Occurrences Marker
- tools.cdt702847 Index Expander
- tools.cdt702848 E&xpand Selection To
- tools.cdt702849 Add include statement for selected name
- tools.cdt702850 Add Include
- tools.cdt702851 Add Include Statement for Selected Name
- tools.cdt702852 Sort selected lines alphabetically
- tools.cdt702853 Sort Lines
- tools.cdt702854 Sort Selected Lines Alphabetically
- tools.cdt702855 Quick Out&line
- tools.cdt702856 Shows the Quick Outline of Editor Input
- tools.cdt702857 Shows the quick outline for the editor input
- tools.cdt702858 Quick Type Hierarchy
- tools.cdt702859 Shows the Quick Type Hierarchy of Editor Input
- tools.cdt702860 Shows the quick type hierarchy for the editor input
- tools.cdt702861 Show Source of Selected Element Only
- tools.cdt702862 Show Source of Selected Element Only
- tools.cdt702863 Co&ntent Assist
- tools.cdt702864 Content Assist
- tools.cdt702865 Content Assist
- tools.cdt702866 Parameter &Hints
- tools.cdt702867 Show Parameter Hints
- tools.cdt702868 Show Method Parameter Hints
- tools.cdt702869 Togg&le Comment
- tools.cdt702870 Toggle Comment For the Selected Lines
- tools.cdt702871 Toggle Comment for the selected lines
- tools.cdt702872 Add &Block Comment
- tools.cdt702873 Enclose the Selection in a Block Comment
- tools.cdt702874 Encloses the selection with block comment markers
- tools.cdt702875 Remove Bloc&k Comment
- tools.cdt702876 Remove Block Comment Markers Enclosing the Caret
- tools.cdt702877 Removes any block comment markers enclosing the caret
- tools.cdt702878 F&ormat
- tools.cdt702879 Format the Selected Text
- tools.cdt702880 Format the selected text
- tools.cdt702881 Sh&ift Right
- tools.cdt702882 Shift Right
- tools.cdt702883 Shift the selected text to the right
- tools.cdt702884 S&hift Left
- tools.cdt702885 Shift Left
- tools.cdt702886 Shift the selected text to the left
- tools.cdt702887 Ne&xt Annotation
- tools.cdt702888 Next Annotation
- tools.cdt702889 Next Annotation
- tools.cdt702890 Pre&vious Annotation
- tools.cdt702891 Previous Annotation
- tools.cdt702892 Previous Annotation
- tools.cdt702893 Correct &Indentation
- tools.cdt702894 &Indent Current Line to Correct Indentation
- tools.cdt702895 &Indents the current line or selection depending on surrounding source code
- tools.cdt702896 N&ext Member
- tools.cdt702897 Move the Caret to the Next Member of the Translation Unit
- tools.cdt702898 Move the caret to the next member of the translation unit
- tools.cdt702899 Previ&ous Member
- tools.cdt702900 Move the Caret to the Previous Member of the Translation Unit
- tools.cdt702901 Move the caret to the previous member of the translation unit
- tools.cdt702902 Matching &Bracket
- tools.cdt702903 Go to Matching Bracket
- tools.cdt702904 Go to Matching Bracket
- tools.cdt702905 Goto next bookmark of the selected file
- tools.cdt702906 Next Bookmark
- tools.cdt702907 Goto Next Bookmark of the Selected File
- tools.cdt702908 Select a word and find the next occurrence
- tools.cdt702909 Find Word
- tools.cdt702910 Select a Word and Find the Next Occurrence
- tools.cdt702911 Sma&rt Insert Mode
- tools.cdt702912 Toggle Smart Insert Mode
- tools.cdt702914 Toggles smart insert mode
- tools.cdt702915 To&ggle Source/Header
- tools.cdt702916 Toggle Source and Header File
- tools.cdt702918 Toggles between corresponding source and header file
- tools.cdt702919 Toggle Mark Occurrences
- tools.cdt702920 Toggle Mark Occurrences
- tools.cdt702921 Explore &Macro Expansion
- tools.cdt702922 Open a quick view for macro expansion exploration
- tools.cdt702924 Opens a quick view for macro expansion exploration
- tools.cdt702925 &Quick Fix
- tools.cdt702926 Quick Fix
- tools.cdt702927 Runs Quick Fix on the annotation's line
- tools.cdt702929 &Go to Annotation
- tools.cdt702930 Go to Annotation
- tools.cdt702931 Selects the annotation in the editor
- tools.cdt702933 &Next Element
- tools.cdt702934 Expand Selection to Include Next Sibling
- tools.cdt702935 Expand selection to include next sibling
- tools.cdt702936 &Previous Element
- tools.cdt702937 Expand Selection to Include Previous Sibling
- tools.cdt702938 Expand selection to include previous sibling
- tools.cdt702939 &Enclosing Element
- tools.cdt702940 Expand Selection to Include Enclosing Element
- tools.cdt702941 Expand selection to include enclosing element
- tools.cdt702942 &Restore Last Selection
- tools.cdt702943 Restore Last Selection
- tools.cdt702944 Restore last selection
- tools.cdt702945 &Open Super Implementation
- tools.cdt702946 Open Super Implementation
- tools.cdt702947 Opens the super implementation
- tools.cdt702949 C Element Filters
- tools.cdt702950 The patterns are separated by comma (* = any string, ? = any character)
- tools.cdt702951 &Name filter patterns (matching names will be hidden):
- tools.cdt702952 S&elect the elements to exclude from the view:
- tools.cdt702953 Filter description:
- tools.cdt702954 &Select All
- tools.cdt702955 &Deselect All
- tools.cdt702956 &Filters...
- tools.cdt702957 One of the extensions for extension-point org.eclipse.cdt.ui.CElementFilters is incorrect.
- tools.cdt702958 The org.eclipse.cdt.ui.CElementFilters plug-in extension "{0}" specifies a viewer filter c ...
- tools.cdt702959 To display an include hierarchy, drop a c/c++-file onto this view.
- tools.cdt702960 Show Includers
- tools.cdt702961 Show Includers
- tools.cdt702962 Show Files Included
- tools.cdt702963 Open Include
- tools.cdt702964 Show Folders
- tools.cdt702965 Show Folders
- tools.cdt702966 Previous Include
- tools.cdt702967 Show Files Included
- tools.cdt702968 Waiting for indexer to complete.
- tools.cdt702969 Files including ''{0}'' - in {1}
- tools.cdt702970 Files included by ''{0}'' - in {1}
- tools.cdt702971 Hide Includes from Inactive Code
- tools.cdt702972 Show Previous Include
- tools.cdt702973 Hide Inactive Includes
- tools.cdt702974 Hide System Includes
- tools.cdt702975 Show In
- tools.cdt702976 Hide System Includes
- tools.cdt702977 workspace
- tools.cdt702978 Refresh
- tools.cdt702979 Focus On ''{0}''
- tools.cdt702980 Check Include Browser input
- tools.cdt702981 Next Include
- tools.cdt702982 Refresh View Content
- tools.cdt702983 Include Hierarchies can be shown for C or C++ files, only. They have to be part of the workspace.
- tools.cdt702984 Show Next Include
- tools.cdt702985 Include Browser History
- tools.cdt702986 Clear History
- tools.cdt702987 Remove
- tools.cdt702988 Show History List
- tools.cdt702989 Select a file to show in the Include Browser:
- tools.cdt702990 Open History...
- tools.cdt702991 Open Inc&lude Browser
- tools.cdt702992 Open Include Browser
- tools.cdt702993 File:
- tools.cdt702994 Directory:
- tools.cdt702995 Add file path
- tools.cdt702996 Add directory path
- tools.cdt702997 Edit file path
- tools.cdt702998 Edit directory path
- tools.cdt702999 Folder selection
- tools.cdt703000 File selection
- tools.cdt703001 Select a folder from workspace:
- tools.cdt703002 Select a file from workspace:
- tools.cdt703003 The selected element is not a file.
- tools.cdt703004 The selected element is not a directory.
- tools.cdt703005 Select a folder from file system:
- tools.cdt703006 Name:
- tools.cdt703007 Description:
- tools.cdt703008 Copy settings from
- tools.cdt703009 Note: The configuration name will be used as a directory name in the file system. Please ensure tha ...
- tools.cdt703010 A configuration named "{0}" already exists.
- tools.cdt703011 A configuration name that differs only in case to "{0}" exists.
- tools.cdt703012 The name "{0}" is invalid.
- tools.cdt703013 Name:
- tools.cdt703014 Description:
- tools.cdt703015 Note: The configuration name will be used as a directory name in the file system. Please ensure tha ...
- tools.cdt703016 A configuration named "{0}" already exists.
- tools.cdt703017 A configuration name that differs only in case to "{0}" exists.
- tools.cdt703018 The name "{0}" is invalid.
- tools.cdt703019 Rename...
- tools.cdt703020 Create Configuration
- tools.cdt703021 Rename Configuration
- tools.cdt703022 Are you sure you want to delete the "{0}" configuration?
- tools.cdt703023 Confirm Delete
- tools.cdt703024 Configuration
- tools.cdt703025 Description
- tools.cdt703026 Status
- tools.cdt703027 Set Active
- tools.cdt703028 Active
- tools.cdt703029 Manage Configurations
- tools.cdt703030 Enter Value
- tools.cdt703031 New...
- tools.cdt703032 Delete
- tools.cdt703033 Please give correct input
- tools.cdt703034 Add...
- tools.cdt703035 Delete
- tools.cdt703036 Edit...
- tools.cdt703037 Move Up
- tools.cdt703038 Move Down
- tools.cdt703039 Are you sure you want to remove the selected entries?
- tools.cdt703040 Confirm Remove
- tools.cdt703041 Edit Dialog
- tools.cdt703042 Workspace...
- tools.cdt703043 File system...
- tools.cdt703044 Select one or more Workspace Folders
- tools.cdt703045 Select one or more Workspace Files
- tools.cdt703046 One of the elements selected isn't a file
- tools.cdt703047 Select build variable
- tools.cdt703048 Variables...
- tools.cdt703049 This tab is not supported in multi-configuration mode
- tools.cdt703050 Unknown element selected
- tools.cdt703051 Manage Configurations...
- tools.cdt703053 Cannot create resource configuration for
- tools.cdt703054 Cannot load
- tools.cdt703055 Cannot create page:
- tools.cdt703056 element not initialized.
- tools.cdt703057 [ Active ]
- tools.cdt703058 This project is not a CDT project
- tools.cdt703059 Error while accessing new configuration. <Apply> cannot work. Use <OK>.
- tools.cdt703060 [ All configurations ]
- tools.cdt703061 [ Multiple configurations...]
- tools.cdt703062 Configuration:
- tools.cdt703063 Exclude resource from build
- tools.cdt703064 Cannot apply
- tools.cdt703065 Internal error
- tools.cdt703066 Changes to the include search paths or defined symbols will not be reflected in the index until it i ...
- tools.cdt703067 Show built-in values
- tools.cdt703068 Languages
- tools.cdt703069 Export
- tools.cdt703070 \ [exp]
- tools.cdt703071 Unexport
- tools.cdt703072 Conjunction
- tools.cdt703073 Disjunction
- tools.cdt703074 Modify
- tools.cdt703075 Multiple configurations string list mode. Click on link to change or for more info.
- tools.cdt703076 Replace
- tools.cdt703077 String List Mode:
- tools.cdt703078 Unknown
- tools.cdt703079 [All]
- tools.cdt703080 [List]
- tools.cdt703081 Create...
- tools.cdt703082 Edit...
- tools.cdt703083 Filter (empty)
- tools.cdt703084 Filter (
- tools.cdt703085 ,
- tools.cdt703086 )
- tools.cdt703087 Add Folder...
- tools.cdt703088 Link Folder...
- tools.cdt703089 Edit Filter...
- tools.cdt703090 Delete
- tools.cdt703091 <root folder>
- tools.cdt703092 Source folders on build path:
- tools.cdt703093 Output folders on build path:
- tools.cdt703094 Name:
- tools.cdt703095 Value:
- tools.cdt703096 Variables
- tools.cdt703097 Add to all configurations
- tools.cdt703098 Environment variables to set
- tools.cdt703099 Variable
- tools.cdt703100 New variable
- tools.cdt703101 Edit variable
- tools.cdt703102 Variables list
- tools.cdt703103 Add to all configurations
- tools.cdt703104 Select variables
- tools.cdt703105 Current String List DISPLAY mode. Double-click to change
- tools.cdt703106 Origin
- tools.cdt703107 CONJ.
- tools.cdt703108 DISJ.
- tools.cdt703109 DISPL mode:
- tools.cdt703110 Value
- tools.cdt703111 <UNDEFINED>
- tools.cdt703112 REPLACE
- tools.cdt703113 WRITE mode:
- tools.cdt703114 Current String List WRITE mode. Double-click to change
- tools.cdt703115 MODIFY
- tools.cdt703116 Append variables to native environment
- tools.cdt703117 Replace native environment with specified one
- tools.cdt703118 Add...
- tools.cdt703119 Select...
- tools.cdt703120 Edit...
- tools.cdt703121 Delete
- tools.cdt703122 Undefine
- tools.cdt703123 Include directories
- tools.cdt703124 Add directory path
- tools.cdt703125 Change directory path
- tools.cdt703126 Include files
- tools.cdt703127 Add include file
- tools.cdt703128 Change include file
- tools.cdt703129 Directory:
- tools.cdt703130 File:
- tools.cdt703131 Add to all configurations
- tools.cdt703132 Add to all languages
- tools.cdt703133 Content type
- tools.cdt703134 Language
- tools.cdt703135 Add...
- tools.cdt703136 Edit...
- tools.cdt703137 Add...
- tools.cdt703138 Edit...
- tools.cdt703139 Expand All
- tools.cdt703140 Collapse All
- tools.cdt703141 Active
- tools.cdt703142 Projects list
- tools.cdt703143 Internal error trying access configurations of project
- tools.cdt703144 Symbol
- tools.cdt703145 Value
- tools.cdt703146 Add symbol
- tools.cdt703147 Change symbol
- tools.cdt703148 To all configurations
- tools.cdt703149 Save to:
- tools.cdt703150 Languages
- tools.cdt703151 Content types
- tools.cdt703152 Is a workspace path
- tools.cdt703153 Apply to all
- tools.cdt703154 Name:
- tools.cdt703155 Value:
- tools.cdt703156 Name cannot be empty.
- tools.cdt703157 The same name already exists.
- tools.cdt703158 Value cannot be empty.
- tools.cdt703159 Select configurations
- tools.cdt703160 At least 2 configurations should be selected
- tools.cdt703161 Name:
- tools.cdt703162 Value:
- tools.cdt703163 Project Description
- tools.cdt703164 Configuration Description
- tools.cdt703165 Resource Description
- tools.cdt703166 Binary parser:
- tools.cdt703167 Specify non empty name
- tools.cdt703168 Error parser ID is not unique, specify different name
- tools.cdt703169 Error applying Error Parser Tab settings
- tools.cdt703170 Error restoring default Error Parser Tab settings
- tools.cdt703171 [ Not accessible id={0} ]
- tools.cdt703172 Special character ''{0}'' is not allowed
- tools.cdt703173 Enter name of new error parser:
- tools.cdt703174 Regex Error Parser
- tools.cdt703175 Are you sure you want to delete all customized error parsers?
- tools.cdt703176 Reset
- tools.cdt703177 Add Regex Error Parser
- tools.cdt703178 Confirm Resetting Error Parsers
- tools.cdt703179 Edit Regex Error Parser name
- tools.cdt703180 Level:
- tools.cdt703181 Maximal tree nesting
- tools.cdt703182 Long
- tools.cdt703183 String
- tools.cdt703184 Object to view:
- tools.cdt703185 Expand all
- tools.cdt703186 Expand level...
- tools.cdt703187 Collapse all
- tools.cdt703188 Property
- tools.cdt703189 Value
- tools.cdt703190 Class
- tools.cdt703191 Wait...
- tools.cdt703192 Project type:
- tools.cdt703193 Show project types and toolchains only if they are supported on the platform
- tools.cdt703194 A project with that name already exists in the workspace.
- tools.cdt703195 No project types available. Project cannot be created
- tools.cdt703196 Cannot create ICProjectTypeHandler:
- tools.cdt703197 File with specified name already exists.
- tools.cdt703198 Directory with specified name already exists.
- tools.cdt703199 Browse...
- tools.cdt703200 Use default location
- tools.cdt703201 Location:
- tools.cdt703202 Invalid location path
- tools.cdt703203 Project contents directory must be specified
- tools.cdt703204 Select directory:
- tools.cdt703205 Project path should be absolute
- tools.cdt703206 Project path is not valid
- tools.cdt703207 Cannot create given path
- tools.cdt703208 File with given name already exists
- tools.cdt703209 Old project will be overridden
- tools.cdt703210 Existing project settings will be overridden.\nImport feature can be used instead to preserve old se ...
- tools.cdt703211 Creating project
- tools.cdt703212 CDT Project
- tools.cdt703213 Create CDT project of selected type
- tools.cdt703214 C++ Project
- tools.cdt703215 Create C++ project of selected type
- tools.cdt703216 C Project
- tools.cdt703217 Create C project of selected type
- tools.cdt703218 Type:
- tools.cdt703219 Text list
- tools.cdt703220 File path
- tools.cdt703221 List of File paths
- tools.cdt703222 Directory path
- tools.cdt703223 List of Directory paths
- tools.cdt703224 Any path
- tools.cdt703225 List of any paths
- tools.cdt703226 Text
- tools.cdt703227 <not available>
- tools.cdt703228 Build variables
- tools.cdt703229 &Choose a variable (? = any character, * = any string):
- tools.cdt703230 &Variable Description:
- tools.cdt703231 Project name cannot contain '\#' symbol
- tools.cdt703232 Project category is selected. Expand the category and select a concrete project type.
- tools.cdt703233 Add C Project Nature
- tools.cdt703234 Add CC Project Nature
- tools.cdt703235 Building project
- tools.cdt703236 Build error
- tools.cdt703237 Export Settings...
- tools.cdt703238 Import Settings...
- tools.cdt703239 C/C++ Editor Preferences. General preferences may be set via <a href="org.eclipse.ui.prefere ...
- tools.cdt703240 Show the shared text editor preferences
- tools.cdt703241 Synta&x
- tools.cdt703242 Insertion
- tools.cdt703243 &Insert single proposals automatically
- tools.cdt703244 I&nsert common prefixes automatically
- tools.cdt703245 Present proposals in a&lphabetical order
- tools.cdt703246 Show ca&mel case matches
- tools.cdt703247 Auto-Activation
- tools.cdt703248 Enable "." as &trigger
- tools.cdt703249 Enable "->" as tri&gger
- tools.cdt703250 Enable "::" as trigg&er
- tools.cdt703251 Enable aut&o-replace of '.' with '->' for pointer types
- tools.cdt703252 Dela&y (ms)
- tools.cdt703253 Completion Proposal Filter:
- tools.cdt703254 Completion proposal background
- tools.cdt703255 Completion proposal foreground
- tools.cdt703256 Parameter hint background
- tools.cdt703257 Parameter hint foreground
- tools.cdt703258 Sorting and Filtering
- tools.cdt703259 Source hover background
- tools.cdt703260 Configure the behavior of the content assist ({0}) command.
- tools.cdt703261 no shortcut
- tools.cdt703262 Select the proposal kinds contained in the 'default' content assist list:
- tools.cdt703263 Default Proposal Kinds
- tools.cdt703264 Key Binding
- tools.cdt703265 Individual key bindings can be assigned to each proposal kind on the <a href="org.eclipse.ui ...
- tools.cdt703266 Content assist cycling: Select the proposal kinds that are cycled through when repeatedly invoking c ...
- tools.cdt703267 Separate Proposal Kinds
- tools.cdt703268 &Up
- tools.cdt703269 D&own
- tools.cdt703270 Multi-line comment
- tools.cdt703271 Single-line comment
- tools.cdt703272 Keywords
- tools.cdt703273 Built-in types
- tools.cdt703274 Strings
- tools.cdt703275 Operators
- tools.cdt703276 Braces
- tools.cdt703277 Numbers
- tools.cdt703278 Others
- tools.cdt703279 Labels
- tools.cdt703280 Directives
- tools.cdt703281 Directives
- tools.cdt703282 Headers
- tools.cdt703283 Others
- tools.cdt703284 Task Tags
- tools.cdt703285 Doxygen Tag
- tools.cdt703286 Doxygen Single-line Comment
- tools.cdt703287 Doxygen Multi-line Comment
- tools.cdt703288 Code
- tools.cdt703289 Comments
- tools.cdt703290 Preprocessor
- tools.cdt703291 Assembly
- tools.cdt703292 Doxygen
- tools.cdt703293 Element:
- tools.cdt703294 Default colors and font can be configured on the <a href=\"org.eclipse.ui.preferencePages.Ge ...
- tools.cdt703295 Enable semantic highlighting
- tools.cdt703296 Enab&le
- tools.cdt703297 Previe&w:
- tools.cdt703298 C&olor:
- tools.cdt703299 &Bold
- tools.cdt703300 &Italic
- tools.cdt703301 &Underline
- tools.cdt703302 &Strikethrough
- tools.cdt703303 S&ystem Default
- tools.cdt703304 Highlight &matching brackets
- tools.cdt703305 Smart &caret positioning in identifiers
- tools.cdt703306 Highlight &inactive code
- tools.cdt703307 Appearance color options:
- tools.cdt703308 Matching brackets highlight
- tools.cdt703309 Inactive code highlight
- tools.cdt703310 Color:
- tools.cdt703311 Remove trailing &whitespace
- tools.cdt703312 In &edited lines
- tools.cdt703313 In a&ll lines
- tools.cdt703314 Ensure &newline at the end of file
- tools.cdt703315 Preview:
- tools.cdt703316 C/C++ File Types
- tools.cdt703317 New...
- tools.cdt703318 Remove
- tools.cdt703319 Filename
- tools.cdt703320 Description
- tools.cdt703321 Create file association
- tools.cdt703322 The association between ''{0}'' and ''{1}'' already exists
- tools.cdt703323 Status
- tools.cdt703324 User Defined
- tools.cdt703325 Locked
- tools.cdt703326 Use workspace settings
- tools.cdt703327 Use project settings
- tools.cdt703328 C/C++ File Type
- tools.cdt703329 Pattern:
- tools.cdt703330 Type:
- tools.cdt703331 Ho&vers
- tools.cdt703332 Text &Hover key modifier preferences:
- tools.cdt703333 Pressed key &modifier while hovering:
- tools.cdt703334 Description:
- tools.cdt703335 Modifier ''{0}'' is not valid.
- tools.cdt703336 Modifier ''{0}'' for ''{1}'' hover is not valid.
- tools.cdt703337 ''{0}'' hover uses the same modifier as ''{1}'' hover.
- tools.cdt703338 Text Hover Name
- tools.cdt703339 Pressed Key Modifier While Hovering
- tools.cdt703340 +
- tools.cdt703341 \ + {0} +
- tools.cdt703342 \ {0} +
- tools.cdt703343 \ + {0}
- tools.cdt703344 CodeReader Buffer Size
- tools.cdt703345 Size (MB)
- tools.cdt703346 Report &problems as you type
- tools.cdt703347 Appearance of C/C++ elements in viewers:
- tools.cdt703348 Show translation unit members
- tools.cdt703349 Group include directives in Project Explorer and C/C++ Projects view
- tools.cdt703350 Keep sort order of excluded sources in Project Explorer and C/C++ Projects view
- tools.cdt703351 Sort header files before source files in Project Explorer and C/C++ Projects view
- tools.cdt703352 Group macro definitions in Project Explorer and C/C++ Projects view
- tools.cdt703353 Group include directives in the Outline view
- tools.cdt703354 Group method definitions in the Outline view
- tools.cdt703355 Group namespaces in the Outline view
- tools.cdt703356 Note:
- tools.cdt703357 These two preferences do not affect open views
- tools.cdt703358 Group macro definitions in the Outline view
- tools.cdt703359 Show source roots at top of project
- tools.cdt703360 &Browse...
- tools.cdt703361 Choose Log File
- tools.cdt703362 Enable build &logging
- tools.cdt703363 Log &file location:
- tools.cdt703364 Enable global build &logging
- tools.cdt703365 Log &file location:
- tools.cdt703366 &Folding
- tools.cdt703367 Enable folding when &opening a new editor
- tools.cdt703368 Select folding to &use:
- tools.cdt703369 The selected folding provider did not provide a preference control
- tools.cdt703370 The selected folding provider does not exist
- tools.cdt703371 Automatically close
- tools.cdt703372 New lines and braces
- tools.cdt703373 Automatically indent
- tools.cdt703374 Tabulators
- tools.cdt703375 The tab display value (currently {0}) and whether spaces are used to indent lines are configured on ...
- tools.cdt703376 The tab display value (currently {0}) and whether spaces are used to indent lines are configured on ...
- tools.cdt703377 Go to the code style preference page
- tools.cdt703378 spaces
- tools.cdt703379 tabs
- tools.cdt703380 tabs and spaces
- tools.cdt703381 When pasting
- tools.cdt703382 In string literals
- tools.cdt703383 Empty input
- tools.cdt703384 "{0}" is not a valid input.
- tools.cdt703385 T&yping
- tools.cdt703386 "&Strings"
- tools.cdt703387 (&Parentheses) and [square] brackets
- tools.cdt703388 <A&ngle> brackets
- tools.cdt703389 {B&races}
- tools.cdt703390 &Wrap automatically
- tools.cdt703391 Escape text w&hen pasting into a string literal
- tools.cdt703392 General behavior
- tools.cdt703393 Save actions
- tools.cdt703394 Select the documentation tool to be used to determine editor behaviors when no project preference ov ...
- tools.cdt703395 Adjust &indentation
- tools.cdt703396 &Tab key adjusts indentation of the current line
- tools.cdt703397 Workspace default:
- tools.cdt703398 Code Style
- tools.cdt703399 Sele&ct a profile:
- tools.cdt703400 Task Tags
- tools.cdt703401 &Strings indicating tasks in C/C++ comments. The entry marked as default will be used in the cod ...
- tools.cdt703402 High
- tools.cdt703403 Normal
- tools.cdt703404 Low
- tools.cdt703405 &New...
- tools.cdt703406 &Remove
- tools.cdt703407 &Edit...
- tools.cdt703408 Tag
- tools.cdt703409 Priority
- tools.cdt703410 Defa&ult
- tools.cdt703411 &Case sensitive task tag names
- tools.cdt703412 {0} (default)
- tools.cdt703413 New Task Tag
- tools.cdt703414 Edit Task Tag
- tools.cdt703415 T&ag:
- tools.cdt703416 &Priority:
- tools.cdt703417 High
- tools.cdt703418 Normal
- tools.cdt703419 Low
- tools.cdt703420 Enter task tag name.
- tools.cdt703421 Name cannot contain a comma.
- tools.cdt703422 An entry with the same name already exists.
- tools.cdt703423 Name cannot begin or end with a whitespace.
- tools.cdt703424 PathEntry variables.
- tools.cdt703425 New PathEntry Variable
- tools.cdt703426 Edit PathEntry Variable
- tools.cdt703427 Define a New PathEntry Variable
- tools.cdt703428 Edit an Existing PathEntry Variable
- tools.cdt703429 Enter a new PathEntry variable name and its associated location.
- tools.cdt703430 Edit PathEntry variable's name and path value.
- tools.cdt703431 &Name:
- tools.cdt703432 &Location:
- tools.cdt703433 You must provide a variable name.
- tools.cdt703434 You must provide a file or folder path as variable value.
- tools.cdt703435 The provided value is not a valid path.
- tools.cdt703436 &File...
- tools.cdt703437 F&older...
- tools.cdt703438 File selection
- tools.cdt703439 Folder selection
- tools.cdt703440 Specify the folder to be represented by the variable.
- tools.cdt703441 This variable name is already in use.
- tools.cdt703442 Path must be absolute.
- tools.cdt703443 Path does not exist.
- tools.cdt703444 &Defined PathEntry variables:
- tools.cdt703445 &New...
- tools.cdt703446 Edi&t...
- tools.cdt703447 &Remove
- tools.cdt703448 A positive integer must be specified.
- tools.cdt703449 ''{0}'' is not a valid positive integer.
- tools.cdt703450 Ignore &words with digits
- tools.cdt703451 Ignore &mixed case words
- tools.cdt703452 Ignore &sentence capitalization
- tools.cdt703453 Ignore u&pper case words
- tools.cdt703454 Ignore &internet addresses
- tools.cdt703455 I&gnore single letters
- tools.cdt703456 Ignore string &literals
- tools.cdt703457 Ignore &non-letters at word boundaries
- tools.cdt703458 Ma&ximum number of correction proposals:
- tools.cdt703459 Maximum number of problems repor&ted per file:
- tools.cdt703460 Plat&form dictionary:
- tools.cdt703461 Use&r defined dictionary:
- tools.cdt703462 &Browse...
- tools.cdt703463 The dictionary file must be read/write accessible.
- tools.cdt703464 none
- tools.cdt703465 En&coding:
- tools.cdt703466 There is no dictionary available for this language.
- tools.cdt703467 Select User Dictionary
- tools.cdt703468 Ma&ke dictionary available to content assist
- tools.cdt703469 Options
- tools.cdt703470 Dictionary
- tools.cdt703471 Dictionaries
- tools.cdt703472 Advanced
- tools.cdt703473 &Variables...
- tools.cdt703474 The user dictionary is a text file with one word on each line
- tools.cdt703475 Missing Languages
- tools.cdt703476 These settings are global to the entire workspace. They are overridden by project-specific language ...
- tools.cdt703477 The workspace contains mappings to one or more languages that are not currently installed. Referenc ...
- tools.cdt703478 Language mappings for the workspace
- tools.cdt703479 These settings are project-specific. The mappings listed here override <a href="workspace&q ...
- tools.cdt703480 Configuration
- tools.cdt703481 Content Type
- tools.cdt703482 Language
- tools.cdt703483 &Add...
- tools.cdt703484 &Remove
- tools.cdt703485 Language settings inherited from the workspace
- tools.cdt703486 (Overridden) {0}
- tools.cdt703487 This project contains mappings to one or more languages that are not currently installed. Reference ...
- tools.cdt703488 Language mappings for this project
- tools.cdt703489 Add Mapping
- tools.cdt703490 Configuration
- tools.cdt703491 Content type
- tools.cdt703492 Language
- tools.cdt703493 (All)
- tools.cdt703494 This language assignment overrides all <a href="project">project-wide</a> and ...
- tools.cdt703495 Content Type:
- tools.cdt703496 Inherited from the system ({0})
- tools.cdt703497 Inherited from the project ({0})
- tools.cdt703498 Inherited from the workspace ({0})
- tools.cdt703499 Inherited from (Default) ({0})
- tools.cdt703500 Configuration
- tools.cdt703501 (Default)
- tools.cdt703502 This project contains files that are mapped to one or more languages that are not currently installe ...
- tools.cdt703503 Language mappings for this file
- tools.cdt703504 <Default Filter>
- tools.cdt703505 General build settings for C/C++ development:
- tools.cdt703506 Outline view
- tools.cdt703507 Build scope
- tools.cdt703508 Commands 'Build project', 'Build All', 'Build Working Set':
- tools.cdt703509 Build a&ctive configuration in each project
- tools.cdt703510 Build a&ll configurations in each project
- tools.cdt703511 This feature is applicable only to projects that support separate configurations.
- tools.cdt703512 Building project configurations
- tools.cdt703513 Build configurations only when there are Eclipse resource changes within the project and its referen ...
- tools.cdt703514 General settings for C/C++ development:
- tools.cdt703515 C/C++ dialogs
- tools.cdt703516 Clear
- tools.cdt703517 Clear all 'do not show again' settings and show all hidden dialogs again
- tools.cdt703518 &Follow unindexed header files when producing the outline view
- tools.cdt703519 Note:
- tools.cdt703520 Enabling this preference may have negative impact on performance.
- tools.cdt703521 Refactoring C/C++ code
- tools.cdt703522 &Save all modified resources automatically prior to refactoring
- tools.cdt703523 Rename in editor &without dialog
- tools.cdt703524 Configure Workspace Settings...
- tools.cdt703525 Configure Project Specific Settings...
- tools.cdt703526 Enable pr&oject specific settings
- tools.cdt703527 Project Specific Configuration
- tools.cdt703528 &Select the project to configure:
- tools.cdt703529 Show only &projects with project specific settings
- tools.cdt703530 Code Templates
- tools.cdt703531 Comments
- tools.cdt703532 Code
- tools.cdt703533 Files
- tools.cdt703534 Beginning of namespace declaration
- tools.cdt703535 End of namespace declaration
- tools.cdt703536 Class body
- tools.cdt703537 Constructor body
- tools.cdt703538 Destructor body
- tools.cdt703539 Method body
- tools.cdt703540 Types
- tools.cdt703541 Fields
- tools.cdt703542 Files
- tools.cdt703543 Methods
- tools.cdt703544 Constructors
- tools.cdt703545 Destructors
- tools.cdt703546 &New...
- tools.cdt703547 &Edit...
- tools.cdt703548 &Remove
- tools.cdt703549 I&mport...
- tools.cdt703550 E&xport...
- tools.cdt703551 Ex&port All...
- tools.cdt703552 &Automatically add comments for new methods and classes
- tools.cdt703553 &Configure generated code and comments:
- tools.cdt703554 Pa&ttern:
- tools.cdt703555 Import Templates
- tools.cdt703556 *.xml
- tools.cdt703557 Export {0} Code Template(s)
- tools.cdt703558 codetemplates.xml
- tools.cdt703559 *.xml
- tools.cdt703560 Export Code Templates
- tools.cdt703561 {0} already exists.\nDo you want to replace it?
- tools.cdt703562 Code Templates
- tools.cdt703563 Failed to read templates.
- tools.cdt703564 Failed to parse templates:\n{0}
- tools.cdt703565 Code Templates
- tools.cdt703566 Failed to write templates.
- tools.cdt703567 Export Templates
- tools.cdt703568 Export failed.\n{0} is a hidden file.
- tools.cdt703569 Export failed.\n{0} cannot be modified.
- tools.cdt703570 Name Style
- tools.cdt703571 Code
- tools.cdt703572 Files
- tools.cdt703573 Constant
- tools.cdt703574 Constant name
- tools.cdt703575 Variable
- tools.cdt703576 Variable name
- tools.cdt703577 Class field
- tools.cdt703578 Class field name
- tools.cdt703579 Getter Method
- tools.cdt703580 Getter name based on the field name
- tools.cdt703581 Setter Method
- tools.cdt703582 Setter name based on the field name
- tools.cdt703583 C++ Source File
- tools.cdt703584 C++ source file name based on the class name
- tools.cdt703585 C++ Header File
- tools.cdt703586 C++ header file name based on the class name
- tools.cdt703587 C++ Test File
- tools.cdt703588 C++ test file name based on the class name
- tools.cdt703589 Name &Categories:
- tools.cdt703590 C&apitalization:
- tools.cdt703591 Original
- tools.cdt703592 Upper Case
- tools.cdt703593 Lower Case
- tools.cdt703594 Camel Case
- tools.cdt703595 Lower Camel Case
- tools.cdt703596 Word &Delimiter:
- tools.cdt703597 &Prefix:
- tools.cdt703598 For &Boolean:
- tools.cdt703599 &Suffix:
- tools.cdt703600 Pre&view:
- tools.cdt703601 Select a specific name category
- tools.cdt703602 Invalid prefix
- tools.cdt703603 Invalid word delimiter
- tools.cdt703604 Invalid suffix
- tools.cdt703605 Template name cannot be empty.
- tools.cdt703606 Template name contains invalid characters.
- tools.cdt703607 New Template
- tools.cdt703608 Edit Template
- tools.cdt703609 &Name:
- tools.cdt703610 &Description:
- tools.cdt703611 &Type:
- tools.cdt703612 &Pattern:
- tools.cdt703613 Insert &Variable...
- tools.cdt703614 &Undo
- tools.cdt703615 &Redo
- tools.cdt703616 Cu&t
- tools.cdt703617 &Copy
- tools.cdt703618 &Paste
- tools.cdt703619 Select &All
- tools.cdt703620 Insert &Variable...
- tools.cdt703621 &Mark Occurrences
- tools.cdt703622 The appearance can be configured on the <a href=\"org.eclipse.ui.editors.preferencePages.Ann ...
- tools.cdt703623 Show the annotations preferences
- tools.cdt703624 Mark &occurrences of the selected element in the current file.
- tools.cdt703625 Mark o&verloaded operators
- tools.cdt703626 &Keep marks when the selection changes
- tools.cdt703627 Settings for editor scalability
- tools.cdt703628 Scalability mode detection
- tools.cdt703629 Alert me when scalability mode will be turned on
- tools.cdt703630 Enable scalability mode when the number of lines in the file is more than:
- tools.cdt703631 Value must be an integer between {0} and {1}.
- tools.cdt703632 Scalability mode settings
- tools.cdt703633 Enable all scalability mode options
- tools.cdt703634 Disable editor live parsing (Outline view, semantic highlighting and folding will also be disabled)
- tools.cdt703635 Disable syntax coloring in editor
- tools.cdt703636 Disable semantic highlighting in editor
- tools.cdt703637 Disable parsing-based content assist proposals
- tools.cdt703638 Disable content assist auto-activation
- tools.cdt703639 Note:
- tools.cdt703640 Some options do not affect open editors
- tools.cdt703641 Assignments
- tools.cdt703642 before assignment operator
- tools.cdt703643 after assignment operator
- tools.cdt703644 Operators
- tools.cdt703645 before binary operators
- tools.cdt703646 after binary operators
- tools.cdt703647 before unary operators
- tools.cdt703648 after unary operators
- tools.cdt703649 before prefix operators
- tools.cdt703650 after prefix operators
- tools.cdt703651 before postfix operators
- tools.cdt703652 after postfix operators
- tools.cdt703653 Types
- tools.cdt703654 before opening brace of a class
- tools.cdt703655 before colon of base clause
- tools.cdt703656 after colon of base clause
- tools.cdt703657 before comma in base clause
- tools.cdt703658 after comma in base clause
- tools.cdt703659 Functions
- tools.cdt703660 Declarator list
- tools.cdt703661 before comma in declarator list
- tools.cdt703662 after comma in declarator list
- tools.cdt703663 Expression list
- tools.cdt703664 before comma in expression list
- tools.cdt703665 after comma in expression list
- tools.cdt703666 Initializer list
- tools.cdt703667 Exception specifications
- tools.cdt703668 Function invocations
- tools.cdt703669 before comma in function arguments
- tools.cdt703670 after comma in function arguments
- tools.cdt703671 Control statements
- tools.cdt703672 Blocks
- tools.cdt703673 'switch'
- tools.cdt703674 before colon in case
- tools.cdt703675 before colon in default
- tools.cdt703676 'while' & 'do while'
- tools.cdt703677 'catch'
- tools.cdt703678 'if else'
- tools.cdt703679 'for'
- tools.cdt703680 Labels
- tools.cdt703681 Template arguments
- tools.cdt703682 Template parameters
- tools.cdt703683 Conditionals
- tools.cdt703684 Type casts
- tools.cdt703685 Parenthesized expressions
- tools.cdt703686 Declarations
- tools.cdt703687 Expressions
- tools.cdt703688 Arrays
- tools.cdt703689 Templates
- tools.cdt703690 after opening brace
- tools.cdt703691 after closing brace
- tools.cdt703692 before opening brace
- tools.cdt703693 before closing brace
- tools.cdt703694 between empty braces
- tools.cdt703695 after opening parenthesis
- tools.cdt703696 after closing parenthesis
- tools.cdt703697 before opening parenthesis
- tools.cdt703698 before closing parenthesis
- tools.cdt703699 between empty parenthesis
- tools.cdt703700 after opening bracket
- tools.cdt703701 before opening bracket
- tools.cdt703702 before closing bracket
- tools.cdt703703 between empty brackets
- tools.cdt703704 before comma in parameters
- tools.cdt703705 after comma in parameters
- tools.cdt703706 before comma
- tools.cdt703707 after comma
- tools.cdt703708 after semicolon
- tools.cdt703709 before semicolon
- tools.cdt703710 before colon
- tools.cdt703711 after colon
- tools.cdt703712 before question mark
- tools.cdt703713 after question mark
- tools.cdt703714 after opening angle bracket
- tools.cdt703715 after closing angle bracket
- tools.cdt703716 before opening angle bracket
- tools.cdt703717 before closing angle bracket
- tools.cdt703718 Sort options by C/C++ element
- tools.cdt703719 Sort options by Syntax element
- tools.cdt703720 Base clause
- tools.cdt703721 Before
- tools.cdt703722 After
- tools.cdt703723 Operator
- tools.cdt703724 Assignment operator
- tools.cdt703725 Binary operator
- tools.cdt703726 Unary operator
- tools.cdt703727 Prefix operator
- tools.cdt703728 Postfix operator
- tools.cdt703729 Opening parenthesis
- tools.cdt703730 'catch'
- tools.cdt703731 'for'
- tools.cdt703732 'if'
- tools.cdt703733 'switch'
- tools.cdt703734 'while'
- tools.cdt703735 Function declaration
- tools.cdt703736 Function
- tools.cdt703737 Exception specification
- tools.cdt703738 Function call
- tools.cdt703739 Parenthesized expression
- tools.cdt703740 Type cast
- tools.cdt703741 Template arguments
- tools.cdt703742 Template parameters
- tools.cdt703743 Closing parenthesis
- tools.cdt703744 Opening brace
- tools.cdt703745 Closing brace
- tools.cdt703746 Opening bracket
- tools.cdt703747 Closing bracket
- tools.cdt703748 Type declaration
- tools.cdt703749 Initializer list
- tools.cdt703750 Block
- tools.cdt703751 Arrays
- tools.cdt703752 Arguments
- tools.cdt703753 Parameters
- tools.cdt703754 Lists
- tools.cdt703755 Expression list
- tools.cdt703756 Declarator list
- tools.cdt703757 Colon
- tools.cdt703758 Conditional
- tools.cdt703759 Label
- tools.cdt703760 Comma
- tools.cdt703761 Semicolon
- tools.cdt703762 Question mark
- tools.cdt703763 Between empty parenthesis
- tools.cdt703764 Between empty braces
- tools.cdt703765 Between empty brackets
- tools.cdt703766 Function declaration
- tools.cdt703767 'case'
- tools.cdt703768 'default'
- tools.cdt703769 Statements
- tools.cdt703770 Before opening parenthesis
- tools.cdt703771 After opening parenthesis
- tools.cdt703772 Before closing parenthesis
- tools.cdt703773 After closing parenthesis
- tools.cdt703774 Before opening brace
- tools.cdt703775 After opening brace
- tools.cdt703776 After closing brace
- tools.cdt703777 Before closing brace
- tools.cdt703778 Before opening bracket
- tools.cdt703779 After opening bracket
- tools.cdt703780 Before closing bracket
- tools.cdt703781 Before opening angle bracket
- tools.cdt703782 After opening angle bracket
- tools.cdt703783 Before closing angle bracket
- tools.cdt703784 After closing angle bracket
- tools.cdt703785 Before operator
- tools.cdt703786 After operator
- tools.cdt703787 Before comma
- tools.cdt703788 After comma
- tools.cdt703789 After colon
- tools.cdt703790 Before colon
- tools.cdt703791 Before semicolon
- tools.cdt703792 After semicolon
- tools.cdt703793 Before question mark
- tools.cdt703794 After question mark
- tools.cdt703795 &Insert space:
- tools.cdt703796 Base-clause
- tools.cdt703797 Parameters
- tools.cdt703798 Arguments
- tools.cdt703799 Exception specification
- tools.cdt703800 Constructor initializer list
- tools.cdt703801 'enum' declaration
- tools.cdt703802 Enumerator list
- tools.cdt703803 Initializer list
- tools.cdt703804 Binary expressions
- tools.cdt703805 Conditionals
- tools.cdt703806 Member access
- tools.cdt703807 Stream output
- tools.cdt703808 Default indentation
- tools.cdt703809 Indent on column
- tools.cdt703810 Indent by one
- tools.cdt703811 Class declarations
- tools.cdt703812 Function declarations
- tools.cdt703813 Function calls
- tools.cdt703814 Expressions
- tools.cdt703815 Never join already wrapped lin&es
- tools.cdt703816 base-clause
- tools.cdt703817 parameters
- tools.cdt703818 arguments
- tools.cdt703819 exception specification
- tools.cdt703820 constructor initializer list
- tools.cdt703821 'enum' declaration
- tools.cdt703822 enumerator list
- tools.cdt703823 initializer list
- tools.cdt703824 binary expressions
- tools.cdt703825 conditionals
- tools.cdt703826 member access
- tools.cdt703827 stream output
- tools.cdt703828 default indentation
- tools.cdt703829 indent on column
- tools.cdt703830 indent by one
- tools.cdt703831 class declarations
- tools.cdt703832 function declarations
- tools.cdt703833 function calls
- tools.cdt703834 expressions
- tools.cdt703835 assignments
- tools.cdt703836 Lin&e wrapping policy:
- tools.cdt703837 Indent&ation policy:
- tools.cdt703838 &Force split, even if line is shorter than maximum width
- tools.cdt703839 &Force split, even if line is shorter than maximum width
- tools.cdt703840 &Set line width for preview window:
- tools.cdt703841 character(s)
- tools.cdt703842 Settings for {0}
- tools.cdt703843 Settings for {0} ({1} items)
- tools.cdt703844 Settings for multiple selections ({0} items)
- tools.cdt703845 {0} ({1} of {2})
- tools.cdt703846 Do not wrap
- tools.cdt703847 Wrap only when necessary
- tools.cdt703848 Always wrap first element, others when necessary
- tools.cdt703849 Wrap all elements, every element on a new line
- tools.cdt703850 Wrap all elements, indent all but the first element
- tools.cdt703851 Wrap all elements, except first element if not necessary
- tools.cdt703852 Line width and indentation levels
- tools.cdt703853 Ma&ximum line width:
- tools.cdt703854 Defa&ult indentation for wrapped lines:
- tools.cdt703855 Default indentation for initializer lists:
- tools.cdt703856 The key ''{0}'' contained an invalid value; resetting to defaults.
- tools.cdt703857 Assignments
- tools.cdt703858 A profile with this name already exists.
- tools.cdt703859 Profile name is empty
- tools.cdt703860 Load Profile
- tools.cdt703861 A profile with the name ''{0}'' already exists in this workspace. What would you like to do?
- tools.cdt703862 &Rename the imported profile:
- tools.cdt703863 &Overwrite the existing profile.
- tools.cdt703864 Braces
- tools.cdt703865 Same line
- tools.cdt703866 Next line
- tools.cdt703867 Next line indented
- tools.cdt703868 Next line on wrap
- tools.cdt703869 Brace positions
- tools.cdt703870 &Class declaration:
- tools.cdt703871 &Namespace declaration:
- tools.cdt703872 &Function declaration:
- tools.cdt703873 &Blocks:
- tools.cdt703874 Bloc&ks in case statement:
- tools.cdt703875 '&switch' statement:
- tools.cdt703876 Initiali&zer list:
- tools.cdt703877 Keep empty &initializer list on one line
- tools.cdt703878 Export Profile
- tools.cdt703879 Export Profile
- tools.cdt703880 Could not export the profiles.
- tools.cdt703881 Import Profile
- tools.cdt703882 Import Profile
- tools.cdt703883 Import failed. Not a valid profile.
- tools.cdt703884 Importing Profile
- tools.cdt703885 This profile has been created with \
a more recent CDT build than the one you are using. Due to chan ...
- tools.cdt703886 A sample source file for the code formatter preview
- tools.cdt703887 Export Profile
- tools.cdt703888 {0} " already exists.\nDo you want to replace it?"
- tools.cdt703889 &Edit...
- tools.cdt703890 &Remove
- tools.cdt703891 Ne&w...
- tools.cdt703892 I&mport...
- tools.cdt703893 Prev&iew:
- tools.cdt703894 Problems reading profiles from XML
- tools.cdt703895 Problems serializing the profiles to XML
- tools.cdt703896 Confirm Remove
- tools.cdt703897 Are you sure you want to remove profile ''{0}''?
- tools.cdt703898 Code &Formatter:
- tools.cdt703899 [built-in]
- tools.cdt703900 Note:
- tools.cdt703901 Contributed formatters may not respect all code style settings.
- tools.cdt703902 Comments
- tools.cdt703903 Line comments
- tools.cdt703904 Preserve white space between code and line comments if possible
- tools.cdt703905 Minimum distance between code and line comments:
- tools.cdt703906 If...else
- tools.cdt703907 General
- tools.cdt703908 Insert new line before '&else' in an 'if' statement
- tools.cdt703909 Insert new line before '&catch' in a 'try' statement
- tools.cdt703910 Insert new line before 'w&hile' in a 'do' statement
- tools.cdt703911 'if else'
- tools.cdt703912 Keep 'then' statement &on same line
- tools.cdt703913 Keep &simple 'if' on one line
- tools.cdt703914 Keep 'else' st&atement on same line
- tools.cdt703915 &Keep 'else if' on one line
- tools.cdt703916 A profile with this name already exists.
- tools.cdt703917 Profile name is empty
- tools.cdt703918 New Code Formatter Profile
- tools.cdt703919 &Profile name:
- tools.cdt703920 I&nitialize settings with the following profile:
- tools.cdt703921 &Open the edit dialog now
- tools.cdt703922 Indentation
- tools.cdt703923 General settings
- tools.cdt703924 Tab polic&y:
- tools.cdt703925 Spaces only
- tools.cdt703926 Tabs only
- tools.cdt703927 Mixed
- tools.cdt703928 Tab &size:
- tools.cdt703929 &Indentation size:
- tools.cdt703930 Indent
- tools.cdt703931 'public', 'protected', 'private' within class &body
- tools.cdt703932 De&clarations relative to 'public', 'protected', 'private'
- tools.cdt703933 Stat&ements within function body
- tools.cdt703934 Statements within bl&ocks
- tools.cdt703935 Declarations within '&namespace' definition
- tools.cdt703936 Empty lines
- tools.cdt703937 Statements wit&hin 'switch' body
- tools.cdt703938 Statements within 'c&ase' body
- tools.cdt703939 'brea&k' statements
- tools.cdt703940 Use tabs only for leading indentations
- tools.cdt703941 B&races
- tools.cdt703942 &Profile name:
- tools.cdt703943 A new profile will be created.
- tools.cdt703944 In&dentation
- tools.cdt703945 &White Space
- tools.cdt703946 New &Lines
- tools.cdt703947 Con&trol Statements
- tools.cdt703948 Line Wra&pping
- tools.cdt703949 Co&mments
- tools.cdt703950 Profile ''{0}''
- tools.cdt703951 Apply
- tools.cdt703952 &Export...
- tools.cdt703953 A profile with this name already exists.
- tools.cdt703954 This is a built-in profile, change the name to create a new profile.
- tools.cdt703955 This is a shared profile, change the name to create a new profile.
- tools.cdt703956 Profile name is empty.
- tools.cdt703957 Pre&view:
- tools.cdt703958 Values and text must be assigned.
- tools.cdt703959 Values, items and text must be assigned.
- tools.cdt703960 The key {0} does not yield a valid integer value.
- tools.cdt703961 Invalid value: Please enter a number between {0} and {1}.
- tools.cdt703962 New lines
- tools.cdt703963 Insert new line
- tools.cdt703964 before colon in constructor initializer list
- tools.cdt703965 K&R [built-in]
- tools.cdt703966 BSD/Allman [built-in]
- tools.cdt703967 GNU [built-in]
- tools.cdt703968 Whitesmiths [built-in]
- tools.cdt703969 Unmanaged profile
- tools.cdt703970 Unmanaged profile "{0}"
- tools.cdt703971 The formatter threw an unhandled exception while formatting the preview.
- tools.cdt703972 Import failed. This is not a valid profile: Expected ''{0}'' but encountered ''{1}''.
- tools.cdt703973 Show &invisible characters
- tools.cdt703974 Delete File
- tools.cdt703975 File doesn't exist.
- tools.cdt703976 Refactoring
- tools.cdt703977 Load Translation Unit
- tools.cdt703978 Check Translation Unit
- tools.cdt703979 Initialize Refactoring
- tools.cdt703980 Parse Translation Unit
- tools.cdt703981 Merge Comments
- tools.cdt703982 Refactoring canceled by user.
- tools.cdt703983 The translation unit contains one or several problems. This can be caused by a syntax error in the c ...
- tools.cdt703984 Add Declaration to Class {0}.
- tools.cdt703985 Create file: {0}
- tools.cdt703986 Unknown Location: {0}
- tools.cdt703987 File already exists: {0}
- tools.cdt703988 The file {0} is not on the build path of a C/C++ project.
- tools.cdt703989 Checking preconditions...
- tools.cdt703990 Selection is not valid.
- tools.cdt703991 Can not load translation unit.
- tools.cdt703992 Translation unit is ambiguous.
- tools.cdt703993 Unable to parse {0}.
- tools.cdt703994 File not found.
- tools.cdt703995 name:
- tools.cdt703996 An unexpected exception occurred. See the error log for more details.
- tools.cdt703997 Saving Resources
- tools.cdt703998 &Always save all modified resources automatically prior to refactoring
- tools.cdt703999 Save Modified Resources
- tools.cdt704000 Some modified resources must be saved before this operation.
- tools.cdt704001 Undo
- tools.cdt704002 Abort
- tools.cdt704003 \n Click 'Undo' to undo all successfully executed changes of the current refactoring.\n Click 'Abort ...
- tools.cdt704004 Refactoring
- tools.cdt704005 Exception does not provide a detail message
- tools.cdt704006 Undo Refactoring
- tools.cdt704007 An unexpected exception occurred while undoing the refactoring ''{0}''
- tools.cdt704008 An exception has been caught while processing the refactoring ''{0}''.
- tools.cdt704009 The operation cannot be performed due to the following problem:\n\n{0}
- tools.cdt704010 Original Source
- tools.cdt704011 Refactored Source
- tools.cdt704012 Replace in subclass:
- tools.cdt704013 Enter a name
- tools.cdt704014 Check Name: {0}
- tools.cdt704015 &Access modifier:
- tools.cdt704016 Cannot be empty
- tools.cdt704017 Invalid characters
- tools.cdt704018 Duplicated name
- tools.cdt704019 Keyword
- tools.cdt704020 Constant &name:
- tools.cdt704021 Enter a name for the new constant
- tools.cdt704022 An element named ''{0}'' is already defined in this scope.
- tools.cdt704023 Extract Constant
- tools.cdt704024 An literal expression must be selected to activate this refactoring.
- tools.cdt704025 No selected literal.
- tools.cdt704026 Too many literals selected.
- tools.cdt704027 Create constant
- tools.cdt704028 Replace a literal
- tools.cdt704029 Function Name
- tools.cdt704030 Extract Function
- tools.cdt704031 No statement selected
- tools.cdt704032 Too many declarations in selection.
- tools.cdt704033 Name already in use.
- tools.cdt704034 Method &name:
- tools.cdt704035 Function &name:
- tools.cdt704036 Enter a name
- tools.cdt704037 Check Function Name:
- tools.cdt704038 is used after the extracted block - it needs to be passed by reference or must be the return value.
- tools.cdt704039 Return value:
- tools.cdt704040 Create Method Definition
- tools.cdt704041 Create Function Definition
- tools.cdt704042 Replace all occurrences of statements with method.
- tools.cdt704043 virtual
- tools.cdt704044 Create Method Call
- tools.cdt704045 Create Function Call
- tools.cdt704046 Return
- tools.cdt704047 Call by Reference
- tools.cdt704048 const
- tools.cdt704049 Name
- tools.cdt704050 Type
- tools.cdt704051 No return-value (void)
- tools.cdt704052 Extracting return statements is not supported
- tools.cdt704053 Extracting cotinue statements without the surrounding loop is not possible. Please adjust your selec ...
- tools.cdt704054 Extracting break statements without the surrounding loop is not possible. Please adjust your selecti ...
- tools.cdt704055 Replace Duplicated Code
- tools.cdt704056 Variable &name:
- tools.cdt704057 Enter a name for the new variable
- tools.cdt704058 Check Name: {0}
- tools.cdt704059 An element named ''{0}'' is already defined in this scope.
- tools.cdt704060 Extract Local Variable
- tools.cdt704061 An expression must be selected to activate this refactoring.
- tools.cdt704062 No expression selected.
- tools.cdt704063 Too many expressions selected.
- tools.cdt704064 Create Local Variable
- tools.cdt704065 Replace an expression
- tools.cdt704066 Generate getters and setters
- tools.cdt704067 Deselect All
- tools.cdt704068 Select getters and setters to create:
- tools.cdt704069 Place implementation in header file
- tools.cdt704070 Select All
- tools.cdt704071 Select Getters
- tools.cdt704072 Select Setters
- tools.cdt704073 No class definition found
- tools.cdt704074 The class does not contain any fields.
- tools.cdt704075 No implementation file found. Inserting definition into the header file.
- tools.cdt704076 This method might be referenced from outside of the class and therefor compilation error can occure.
- tools.cdt704077 Hide Method
- tools.cdt704078 No names selected.
- tools.cdt704079 No method name selected.
- tools.cdt704080 Hide Method can only hide Member Functions.
- tools.cdt704081 Hide
- tools.cdt704082 Enclosing class not found.
- tools.cdt704083 Method is already private.
- tools.cdt704084 Implement Method
- tools.cdt704085 Select Methods to implement:
- tools.cdt704086 Please complete the missing variable names:
- tools.cdt704087 Implement Method
- tools.cdt704088 Select All
- tools.cdt704089 Deselect All
- tools.cdt704090 Preview generation not possible
- tools.cdt704091 Generating preview...
- tools.cdt704092 Preview canceled
- tools.cdt704093 No method declaration selected
- tools.cdt704094 This method already has an implementation.
- tools.cdt704095 No implementation file found for one or more method. Inserting definition(s) into the header file.
- tools.cdt704096 Canceling preview generation
- tools.cdt704097 ''{0}'' conflicts with the name of an existing macro!
- tools.cdt704098 Analyzing {0} files
- tools.cdt704099 Analyzing source code
- tools.cdt704100 Generating AST
- tools.cdt704101 Parsing error - {0} -
- tools.cdt704102 {0} in file ''{1}''
- tools.cdt704103 {0} in file ''{1}'' at line ''{2}''
- tools.cdt704104 Parsing error
- tools.cdt704105 Rename in comment
- tools.cdt704106 Rename occurrence
- tools.cdt704107 Rename potential occurrence
- tools.cdt704108 Rename
- tools.cdt704109 include directive
- tools.cdt704110 Constructor
- tools.cdt704111 Enumerator
- tools.cdt704112 Name conflict
- tools.cdt704113 Shadowing
- tools.cdt704114 A conflict was encountered during refactoring.
- tools.cdt704115 Type of problem: {0}
- tools.cdt704116 New element: {0}
- tools.cdt704117 Conflicting element type: {0}
- tools.cdt704118 Overloading
- tools.cdt704119 Redeclaration
- tools.cdt704120 Shadowing
- tools.cdt704121 Field
- tools.cdt704122 Global variable
- tools.cdt704123 Local variable
- tools.cdt704124 Method
- tools.cdt704125 Parameter
- tools.cdt704126 Constructor cannot be renamed.
- tools.cdt704127 Destructor cannot be renamed.
- tools.cdt704128 Operators cannot be renamed.
- tools.cdt704129 Cannot rename method to constructor.
- tools.cdt704130 Cannot rename method to destructor.
- tools.cdt704131 Name contains illegal characters.
- tools.cdt704132 Renaming a virtual method. Consider renaming the base and derived class methods (if any).
- tools.cdt704133 File static function
- tools.cdt704134 File static variable
- tools.cdt704135 Global function
- tools.cdt704136 Namespace
- tools.cdt704137 Checking final conditions
- tools.cdt704138 creating changes
- tools.cdt704139 Type
- tools.cdt704140 Refactoring contains {0} matches within comments.
- tools.cdt704141 Refactoring contains 1 match within a comment.
- tools.cdt704142 Refactoring contains {0} potential matches.
- tools.cdt704143 Refactoring contains 1 potential match.
- tools.cdt704144 Rename {0} ''{1}''
- tools.cdt704145 Choose...
- tools.cdt704146 Comments
- tools.cdt704147 Source code
- tools.cdt704148 Inactive conditional compilation code branches
- tools.cdt704149 Include directives
- tools.cdt704150 Macro definitions
- tools.cdt704151 Other preprocessor directives
- tools.cdt704152 String literals
- tools.cdt704153 Exhaustive file search (slow)
- tools.cdt704154 Project
- tools.cdt704155 Related projects
- tools.cdt704156 All projects
- tools.cdt704157 Working set:
- tools.cdt704158 ''{0}'' is not a valid identifier
- tools.cdt704159 New Name:
- tools.cdt704160 Scope of Rename:
- tools.cdt704161 Update within:
- tools.cdt704162 Rename virtual methods in base and derived classes, also (if any).
- tools.cdt704163 enumerator
- tools.cdt704164 The selected name cannot be renamed.
- tools.cdt704165 The selected name could not be analyzed.
- tools.cdt704166 No source
- tools.cdt704167 field
- tools.cdt704168 file local function
- tools.cdt704169 file-local variable
- tools.cdt704170 global function
- tools.cdt704171 global variable
- tools.cdt704172 local variable
- tools.cdt704173 macro
- tools.cdt704174 method
- tools.cdt704175 namespace
- tools.cdt704176 parameter
- tools.cdt704177 type
- tools.cdt704178 virtual method
- tools.cdt704179 Rename
- tools.cdt704180 Rename ''{0}''
- tools.cdt704181 Folder {0} does not exist
- tools.cdt704182 Rename source folder {0} to {1}
- tools.cdt704183 Rename C/C++ Source Folder
- tools.cdt704184 &Snap To
- tools.cdt704185 &Under Left
- tools.cdt704186 U&nder Right
- tools.cdt704187 &Over Left
- tools.cdt704188 O&ver Right
- tools.cdt704189 &Bottom Right
- tools.cdt704190 Menu
- tools.cdt704191 &Refactor
- tools.cdt704192 Pre&view...
- tools.cdt704193 &Open Rename Dialog...
- tools.cdt704194 &Preferences...
- tools.cdt704195 Enter new name, press {0} to refactor
- tools.cdt704196 delayed RenameInformationPopup
- tools.cdt704197 An error occurred while saving the editor.
- tools.cdt704198 The refactoring operation is not available
- tools.cdt704199 Rename Refactoring
- tools.cdt704200 categorizing matches
- tools.cdt704201 Nested function declarations not supported
- tools.cdt704202 cannot work without declarator
- tools.cdt704203 cannot work with multiple declarators
- tools.cdt704204 toggle function definition
- tools.cdt704205 \ and move
- tools.cdt704206 Cannot create new filechange
- tools.cdt704207 Create a new file named:
- tools.cdt704208 New Implementation file?
- tools.cdt704209 Cannot find translation unit for sibling file
- tools.cdt704210 ?
- tools.cdt704211 Definition and Declaration both inside class. Behavior is undefined.
- tools.cdt704212 Cannot create new File
- tools.cdt704213 Not a free function. Cannot decide where to toggle
- tools.cdt704214 Cannot toggle templated free function
- tools.cdt704215 Toggle function body placement
- tools.cdt704216 Cannot create new Implementation File
- tools.cdt704217 analyzing user text selection
- tools.cdt704218 calculating required code modifications
- tools.cdt704219 Cannot save files
- tools.cdt704220 Invalid selection
- tools.cdt704221 cannot work without the indexer
- tools.cdt704222 waiting for indexer
- tools.cdt704223 multiple declarations would result in ambiguous results
- tools.cdt704224 one-definition-rule broken
- tools.cdt704225 cannot work without definition
- tools.cdt704226 cannot work without translation unit
- tools.cdt704227 cannot work without function definition
- tools.cdt704228 Unsupported situation for moving function body.
- tools.cdt704229 ''{0}'' is a keyword.
- tools.cdt704230 ''{0}'' is valid.
- tools.cdt704231 ''{0}'' has a leading digit.
- tools.cdt704232 Identifier must not be empty.
- tools.cdt704233 Illegal character found in ''{0}''.
- tools.cdt704234 ''{0}'' contains an unidentified mistake.
- tools.cdt704235 public
- tools.cdt704236 protected
- tools.cdt704237 private
- tools.cdt704238 Team provider refused file modification.
- tools.cdt704239 Dec&larations
- tools.cdt704240 Re&ferences
- tools.cdt704241 ({0} {0, choice, 0\#matches|1\#match|2\#matches})
- tools.cdt704242 {0}line {1,number,######}
- tools.cdt704243 {0}, line {1,number,######}
- tools.cdt704244 Search For
- tools.cdt704245 Names&pace
- tools.cdt704246 &Method
- tools.cdt704247 F&unction
- tools.cdt704248 &Field
- tools.cdt704249 &Variable
- tools.cdt704250 U&nion
- tools.cdt704251 &Enumeration
- tools.cdt704252 Enume&rator
- tools.cdt704253 &Typedef
- tools.cdt704254 M&acro
- tools.cdt704255 An&y Element
- tools.cdt704256 &Class / Struct
- tools.cdt704257 &Limit To
- tools.cdt704258 Declarations
- tools.cdt704259 Definitions
- tools.cdt704260 References
- tools.cdt704261 All Occurrences
- tools.cdt704262 Note:
- tools.cdt704263 The C/C++ Search only processes the active code!
- tools.cdt704264 Search strin&g (* = any string, ? = any character):
- tools.cdt704265 Case sens&itive
- tools.cdt704266 &Workspace
- tools.cdt704267 Search for Declarations of the Selected Element in the Workspace
- tools.cdt704268 &Project
- tools.cdt704269 Search for Declarations of the Selected Element in the current project
- tools.cdt704270 &Workspace
- tools.cdt704271 Search for References to the Selected Element in the Workspace
- tools.cdt704272 &Project
- tools.cdt704273 Search for References to the Selected Element in the current project
- tools.cdt704274 Working &Set...
- tools.cdt704275 Search for References to the Selected Element in a Working Set
- tools.cdt704276 The operation is unavailable on the current selection.
- tools.cdt704277 workspace
- tools.cdt704278 working set - {0}
- tools.cdt704279 selection
- tools.cdt704280 project
- tools.cdt704281 Search references
- tools.cdt704282 Search definitions
- tools.cdt704283 Search declarations
- tools.cdt704284 References to ''{0}''
- tools.cdt704285 Definitions of ''{0}''
- tools.cdt704286 Declarations of ''{0}''
- tools.cdt704287 Declarations and definitions of ''{0}''
- tools.cdt704288 Occurrences of ''{0}''
- tools.cdt704289 something
- tools.cdt704290 {0} in {1}
- tools.cdt704291 (unknown results: indexer is not enabled)
- tools.cdt704292 (unknown results: project is closed)
- tools.cdt704293 (project ''{0}'' - unknown results: indexer is not enabled)
- tools.cdt704294 (project ''{0}'' - unknown results: project is closed)
- tools.cdt704295 (incomplete or inaccurate results: indexer was busy during search)
- tools.cdt704296 Hide Potential Method Calls
- tools.cdt704297 Hides potential method calls to virtual overriders
- tools.cdt704298 Potential Method Calls
- tools.cdt704299 Show Enclosing Definitions
- tools.cdt704300 Shows enclosing definitions for matches
- tools.cdt704301 Location
- tools.cdt704302 Enclosing Definition
- tools.cdt704303 Match
- tools.cdt704304 Illegal Search String
- tools.cdt704305 Unresolved inclusions in {0}
- tools.cdt704306 Could not open file ''{0}'', verify index is up-to-date
- tools.cdt704307 Selected text cannot be mapped to a symbol name
- tools.cdt704308 Could not find symbol ''{0}'' in index
- tools.cdt704309 Could not find include file ''{0}'' on include paths
- tools.cdt704310 Cannot search for the current selection. Please select a valid C/C++ element name.
- tools.cdt704311 Selected C/C++ element is unknown.
- tools.cdt704312 Search for Occurrences in File
- tools.cdt704313 ''{0}'' - 1 occurrence in ''{1}''
- tools.cdt704314 ''{0}'' - {1} occurrences in ''{2}''
- tools.cdt704315 Occurrence of ''{0}''
- tools.cdt704316 Write Occurrence of ''{0}''
- tools.cdt704317 Configure Annotation Preferences
- tools.cdt704318 1 quick fix available:
- tools.cdt704319 {0} quick fixes available:
- tools.cdt704320 Press "{0}" for macro expansion steps
- tools.cdt704321 Press {0} or {1} to step through macro expansion
- tools.cdt704322 Expansion \#{0} of {1}
- tools.cdt704323 Fully Expanded
- tools.cdt704324 Macro Expansion
- tools.cdt704325 Explore Macro Expansion - {0} step(s)
- tools.cdt704326 Original
- tools.cdt704327 Computing Macro Expansion
- tools.cdt704328 Computing Source
- tools.cdt704329 Problems During Content Assist
- tools.cdt704330 To avoid this message, disable the ''{0}'' plug-in or disable the ''{1}'' category on the <a>c ...
- tools.cdt704331 To avoid this message, disable the ''{0}'' plug-in or disable the ''{1}'' category on the <a>c ...
- tools.cdt704332 The extension ''{0}'' has become invalid.
- tools.cdt704333 The extension has become invalid.
- tools.cdt704334 Unable to instantiate the extension.
- tools.cdt704335 The extension has thrown a runtime exception.
- tools.cdt704336 The extension violated the API contract of the ''{0}'' operation.
- tools.cdt704337 The extension took too long to return from the ''{0}'' operation.
- tools.cdt704338 The ''{0}'' proposal computer from the ''{1}'' plug-in did not complete normally.
- tools.cdt704339 The extension "{0}" from plug-in "{1}" did not specify a value for the required ...
- tools.cdt704340 Computing completion proposals
- tools.cdt704341 Collecting proposals
- tools.cdt704342 Sorting
- tools.cdt704343 Computing context information
- tools.cdt704344 No Default Proposal Kinds
- tools.cdt704345 No proposal kinds are enabled for the 'default' content assist list.
- tools.cdt704346 Change the settings on the <a>Advanced Content Assist preference page</a> or click ''{0} ...
- tools.cdt704347 Collecting context information
- tools.cdt704348 Sorting
- tools.cdt704349 Default Proposals
- tools.cdt704350 Press ''{0}''
- tools.cdt704351 Click
- tools.cdt704352 {1} to show {2}
- tools.cdt704353 No {0}
- tools.cdt704354 No completions available
- tools.cdt704355 An error occurred while computing quick assists. Check log for details.
- tools.cdt704356 An error occurred while computing quick fixes. Check log for details.
- tools.cdt704357 Exception while processing quick fixes or quick assists
- tools.cdt704358 Problem description: {0}
- tools.cdt704359 No suggestions available
- tools.cdt704360 Quick Fix
- tools.cdt704361 An exception occurred while applying the quick fix.
- tools.cdt704362 {0} ({1})
- tools.cdt704363 Quick Fix
- tools.cdt704364 An exception occurred while applying the quick fix.
- tools.cdt704365 Link all references for a local rename (does not change references in other files)
- tools.cdt704366 Rename in file
- tools.cdt704367 Start the Rename refactoring
- tools.cdt704368 Rename in workspace
- tools.cdt704369 More than one DocCommentOwner extension is registered for ID {0}
- tools.cdt704370 Re-initializing editors complete
- tools.cdt704371 Re-initializing editors
- tools.cdt704372 To react to this change, its necessary to reinitialize some unsaved editors. If you continue they wi ...
- tools.cdt704373 Unsaved editors need reopening
- tools.cdt704374 None
- tools.cdt704375 Initially fold these region types:
- tools.cdt704376 &Macros
- tools.cdt704377 &Functions
- tools.cdt704378 Mðods
- tools.cdt704379 &Structures
- tools.cdt704380 &Comments
- tools.cdt704381 &Header Comments
- tools.cdt704382 &Inactive Preprocessor Branches
- tools.cdt704383 Enable folding of preprocessor branches (#if/#endif)
- tools.cdt704384 Enable folding of control flow statements (if/else, do/while, for, switch)
- tools.cdt704386 Could not read: ''{0}'', where the bad characters are replaced by ''{1}''. Check the encoding of the ...
- tools.cdt704387 &Do not show 'Add word' proposals if user dictionary is missing
- tools.cdt704388 A user dictionary is needed to add words.\nDo you want to configure it now?\n
- tools.cdt704389 Missing User Dictionary
- tools.cdt704390 Adds the word ''{0}'' to the dictionary
- tools.cdt704391 Add ''{0}'' to dictionary
- tools.cdt704392 Change to upper case
- tools.cdt704393 Change to ''{0}''
- tools.cdt704394 Disables spell checking.
- tools.cdt704395 Disable spell checking
- tools.cdt704396 The word ''{0}'' should have an initial upper case letter
- tools.cdt704397 The word ''{0}'' is not correctly spelled
- tools.cdt704398 Ignores ''{0}'' during the current session
- tools.cdt704399 Ignore ''{0}'' during the current session
- tools.cdt704400 {0} in file: {1}:{2}
- tools.cdt704401 Error applying template variable proposal
- tools.cdt704402 Clear History
- tools.cdt704403 Type Hierarchy History
- tools.cdt704404 Select the input for the Type Hierarchy:
- tools.cdt704405 Show the Supertype Hierarchy
- tools.cdt704406 Show History List
- tools.cdt704407 Automatic View Orientation
- tools.cdt704408 Remove
- tools.cdt704409 Open Type Hierarchy
- tools.cdt704410 The hierarchy could not be computed, see the log for details.
- tools.cdt704411 Refresh
- tools.cdt704412 Open History...
- tools.cdt704413 To display the type hierarchy, select a type or member and select the 'Open Type Hierarchy' menu opt ...
- tools.cdt704414 Content
- tools.cdt704415 Horizontal View Orientation
- tools.cdt704416 Hide Non-Public Members
- tools.cdt704417 Vertical View Orientation
- tools.cdt704418 Hierarchy View Only
- tools.cdt704419 Type Hierarchy
- tools.cdt704420 Show the Type Hierarchy
- tools.cdt704421 Subtype Hierarchy
- tools.cdt704422 Hide Fields
- tools.cdt704423 Hide Static Members
- tools.cdt704424 Show the Subtype Hierarchy
- tools.cdt704425 Supertype Hierarchy
- tools.cdt704426 Hide Fields
- tools.cdt704427 Hide Static Fields and Methods
- tools.cdt704428 Open
- tools.cdt704429 Open
- tools.cdt704430 Copy E&xpanded Hierarchy
- tools.cdt704431 Show File Names
- tools.cdt704432 Cancel
- tools.cdt704433 Show File Names
- tools.cdt704434 Show Inherited Members
- tools.cdt704435 Hide Non-Public Members
- tools.cdt704436 Show All Inherited Members
- tools.cdt704437 Refresh
- tools.cdt704438 Layout
- tools.cdt704439 Focus On ''{0}''
- tools.cdt704440 Cancel
- tools.cdt704441 Open Type Hierarchy
- tools.cdt704442 Cannot resolve selected text to a defined type
- tools.cdt704443 Open Type Hierarchy
- tools.cdt704444 Open Type Hierarchy
- tools.cdt704445 Open Type in Hierarchy
- tools.cdt704446 Open Type in Hierarchy
- tools.cdt704447 &Choose a type (? = any character, * = any string):
- tools.cdt704448 Type hierarchy of ''{0}''
- tools.cdt704449 Subtypes of ''{0}''
- tools.cdt704450 Supertypes of ''{0}''
- tools.cdt704451 Types declaring ''{0}''
- tools.cdt704452 Subtypes declaring ''{0}''
- tools.cdt704453 Supertypes declaring ''{0}''
- tools.cdt704454 Press ''{0}'' to see the type hierarchy
- tools.cdt704455 Press ''{0}'' to see the subtype hierarchy
- tools.cdt704456 Press ''{0}'' to see the supertype hierarchy
- tools.cdt704457 Could not locate definition of type ''{0}''
- tools.cdt704458 &Matching Types:
- tools.cdt704459 Calculating changed regions
- tools.cdt704460 An error occurred while calculating the changed regions. See error log for details.
- tools.cdt704461 Cannot read external location {0}
- tools.cdt704462 Error Opening File
- tools.cdt704463 File ''{0}'' no longer exists
- tools.cdt704464 Initialize C/C++ Index Label Provider
- tools.cdt704465 The element ''{0}'' does not belong to a source file.
- tools.cdt704466 The file ''{0}'' is currently not part of the index.
- tools.cdt704467 For headers that are never included, or sources that are not part of the build, consider selecting t ...
- tools.cdt704468 Notifying selection listeners
- tools.cdt704469 New
- tools.cdt704470 A project needs to be created first.\nOpen the 'New Project' wizard'?
- tools.cdt704471 Open Wizard
- tools.cdt704472 The wizard could not be opened. See log for details.
- tools.cdt704473 New
- tools.cdt704474 Creation of element failed.
- tools.cdt704475 Link to file
- tools.cdt704476 Resolved Location:
- tools.cdt704477 Browse...
- tools.cdt704478 Open
- tools.cdt704479 Select the link target.
- tools.cdt704480 Link target must be a file
- tools.cdt704481 Link target must be a folder
- tools.cdt704482 Link target does not exist
- tools.cdt704483 Folder Selection
- tools.cdt704484 &Choose a source folder:
- tools.cdt704485 New C++ Class
- tools.cdt704486 C++ Class
- tools.cdt704487 Create a new C++ class.
- tools.cdt704488 Class Selection
- tools.cdt704489 No classes available.
- tools.cdt704490 Namespace Selection
- tools.cdt704491 No namespaces available.
- tools.cdt704492 &Source folder:
- tools.cdt704493 Br&owse...
- tools.cdt704494 Source folder name is empty.
- tools.cdt704495 ''{0}'' is not a project or folder.
- tools.cdt704496 Folder ''{0}'' is not a source folder.
- tools.cdt704497 Folder is not a C/C++ project.
- tools.cdt704498 Folder is not in a C/C++ project.
- tools.cdt704499 &Namespace:
- tools.cdt704500 Bro&wse...
- tools.cdt704501 Namespace is empty.
- tools.cdt704502 Enclosing namespace does not exist.
- tools.cdt704503 Namespace with the same name exists in a different scope.
- tools.cdt704504 Another type with the same name as specified namespace exists.
- tools.cdt704505 Another type with the same name as specified namespace exists in a different scope.
- tools.cdt704506 Namespace does not exist. A new namespace will be created.
- tools.cdt704507 Namespace is not valid. {0}.
- tools.cdt704508 Namespace is discouraged. {0}.
- tools.cdt704509 &Class name:
- tools.cdt704510 Class name is empty.
- tools.cdt704511 Class already exists.
- tools.cdt704512 Class with same name exists in a different scope.
- tools.cdt704513 Another type with the same name exists.
- tools.cdt704514 Another type with the same name exists in a different scope.
- tools.cdt704515 Class name is not valid. {0}.
- tools.cdt704516 Class name must not be qualified.
- tools.cdt704517 Class name is discouraged. {0}.
- tools.cdt704518 &Base classes:
- tools.cdt704519 Base class ''{0}'' not in include paths for current project.
- tools.cdt704520 &Method stubs:
- tools.cdt704521 ''{0}'' is not a file.
- tools.cdt704522 Folder ''{0}'' does not exist.
- tools.cdt704523 Cannot locate resource. {0}
- tools.cdt704524 &Header:
- tools.cdt704525 Browse...
- tools.cdt704526 Header File Selection
- tools.cdt704527 Header file name is empty.
- tools.cdt704528 Header file must be inside source folder.
- tools.cdt704529 Header file name is discouraged. {0}.
- tools.cdt704530 Header file already exists. Contents will be appended.
- tools.cdt704531 Header file name is not valid. {0}.
- tools.cdt704532 Sourc&e:
- tools.cdt704533 Browse...
- tools.cdt704534 Source File Selection
- tools.cdt704535 Source file name is empty.
- tools.cdt704536 Source file must be inside source folder.
- tools.cdt704537 Source file name is discouraged. {0}
- tools.cdt704538 Source file already exists. Contents will be appended.
- tools.cdt704539 Source file name is not valid. {0}
- tools.cdt704540 Unit &Test:
- tools.cdt704541 Browse...
- tools.cdt704542 Test File Selection
- tools.cdt704543 Test file name is empty.
- tools.cdt704544 Test file must be inside source folder.
- tools.cdt704545 Test file name is discouraged. {0}
- tools.cdt704546 Test file already exists. Contents will be appended.
- tools.cdt704547 Test file name is not valid. {0}
- tools.cdt704548 &Add...
- tools.cdt704549 &Remove
- tools.cdt704550 U&p
- tools.cdt704551 &Down
- tools.cdt704552 Name
- tools.cdt704553 Access
- tools.cdt704554 Virtual
- tools.cdt704555 yes
- tools.cdt704556 no
- tools.cdt704557 public
- tools.cdt704558 protected
- tools.cdt704559 private
- tools.cdt704560 Name
- tools.cdt704561 Access
- tools.cdt704562 Virtual
- tools.cdt704563 Inline
- tools.cdt704564 Choose Namespace
- tools.cdt704565 &Choose a namespace (? = any character, * = any string):
- tools.cdt704566 Choose Enclosing Class
- tools.cdt704567 &Choose a class (? = any character, * = any string):
- tools.cdt704568 Choose Base Class
- tools.cdt704569 &Choose a class (? = any character, * = any string):
- tools.cdt704570 &Add
- tools.cdt704571 ''{0}'' added.
- tools.cdt704572 ''{0}'' already added.
- tools.cdt704573 Adding ''{0}''...
- tools.cdt704574 ''{0}'' could not be added.
- tools.cdt704575 Folder Name:
- tools.cdt704576 File Name:
- tools.cdt704577 Folder name is empty.
- tools.cdt704578 Folder ''{0}'' does not exist.
- tools.cdt704579 ''{0}'' must be a project or folder.
- tools.cdt704580 Folder ''{0}'' is not a valid source folder.
- tools.cdt704581 Folder is not a C/C++ project.
- tools.cdt704582 Folder is not in a C/C++ project.
- tools.cdt704583 File name is empty.
- tools.cdt704584 ''{0}'' is not a source file.
- tools.cdt704585 ''{0}'' is not a valid source file.
- tools.cdt704586 New class contents will be appended to existing file ''{0}''.
- tools.cdt704587 Creating type....
- tools.cdt704588 Creating header file....
- tools.cdt704589 Adding include paths....
- tools.cdt704590 Adding new include paths to project....
- tools.cdt704591 Creating source file....
- tools.cdt704592 Constructor
- tools.cdt704593 Destructor
- tools.cdt704594 New File
- tools.cdt704595 Creates a new file
- tools.cdt704596 Source fol&der:
- tools.cdt704597 &Browse...
- tools.cdt704598 Source folder name is empty.
- tools.cdt704599 ''{0}'' is not a project or folder.
- tools.cdt704600 Folder ''{0}'' is not a source folder.
- tools.cdt704601 Folder ''{0}'' does not exist.
- tools.cdt704602 &Template:
- tools.cdt704603 Configure...
- tools.cdt704604 <None>
- tools.cdt704605 Folder is not a C/C++ project.
- tools.cdt704606 Folder is not in a C/C++ project.
- tools.cdt704607 New Header File
- tools.cdt704608 New Source File
- tools.cdt704609 Header File
- tools.cdt704610 Create a new header file.
- tools.cdt704611 Header fil&e:
- tools.cdt704612 File name is empty.
- tools.cdt704613 File must be inside source folder.
- tools.cdt704614 File already exists.
- tools.cdt704615 A folder with the same name already exists.
- tools.cdt704616 A resource with the same name already exists.
- tools.cdt704617 Folder ''{0}'' does not exist.
- tools.cdt704618 File name is discouraged. {0}.
- tools.cdt704619 File name is not valid. {0}.
- tools.cdt704620 Source File
- tools.cdt704621 Create a new source file.
- tools.cdt704622 Source fil&e:
- tools.cdt704623 File name is empty.
- tools.cdt704624 File must be inside source folder.
- tools.cdt704625 File already exists.
- tools.cdt704626 A folder with the same name already exists.
- tools.cdt704627 A resource with the same name already exists.
- tools.cdt704628 Folder ''{0}'' does not exist.
- tools.cdt704629 File name is discouraged. {0}.
- tools.cdt704630 File name is not valid. {0}.
- tools.cdt704631 Creating
- tools.cdt704632 File
- tools.cdt704633 Create a new file resource from a template.
- tools.cdt704634 New File
- tools.cdt704635 Problems Opening Editor
- tools.cdt704636 Configure...
- tools.cdt704637 <None>
- tools.cdt704638 Use template:
- tools.cdt704639 New Source Folder
- tools.cdt704640 Source folder
- tools.cdt704641 Add a new source folder
- tools.cdt704642 Fol&der name:
- tools.cdt704643 Br&owse...
- tools.cdt704644 Project &name:
- tools.cdt704645 Bro&wse...
- tools.cdt704646 Creating new source folder...
- tools.cdt704647 &Update exclusion filters in other source folders to solve nesting.
- tools.cdt704648 Existing Folder Selection
- tools.cdt704649 &Choose folder as source folder:
- tools.cdt704650 Project Selection
- tools.cdt704651 &Choose project for the new source folder:
- tools.cdt704652 Root name must be entered.
- tools.cdt704653 Invalid folder name. {0}
- tools.cdt704654 Not a folder.
- tools.cdt704655 The folder is already a source folder.
- tools.cdt704656 Project name must be entered.
- tools.cdt704657 Invalid project path.
- tools.cdt704658 Project is not a C project.
- tools.cdt704659 Project does not exist.
- tools.cdt704660 To avoid overlapping, the existing project source folder entry will be replaced.
- tools.cdt704661 Exclusion patterns of {0} source folder(s) updated to solve nesting.
- tools.cdt704662 Export
- tools.cdt704663 Export Team Shared Index
- tools.cdt704664 Export C/C++ index for use in other workspaces.
- tools.cdt704665 Select &project indexes to export:
- tools.cdt704666 &Select All
- tools.cdt704667 &Deselect All
- tools.cdt704668 &Export destination:
- tools.cdt704669 Insert &Variable...
- tools.cdt704670 Errors occurred while exporting index
- tools.cdt704671 Enter a destination archive file.
- tools.cdt704672 At least one project must be selected.
- tools.cdt704673 Export C/C++ Index
- tools.cdt704674 Error occurred during operation: {0}
- tools.cdt704675 Export resource snapshot
- tools.cdt704676 Select Variable
- tools.cdt704677 &Choose a variable (? = any character, * = any string):
- tools.cdt704678 &Argument:
- tools.cdt704679 &Variable Description:
- tools.cdt704680 Could not open specified file
- tools.cdt704681 Export Error
- tools.cdt704682 Export failed
- tools.cdt704683 File Open Error
- tools.cdt704684 Export failure, error writing XML file
- tools.cdt704685 File could not be imported
- tools.cdt704686 Could not open the specified file
- tools.cdt704687 File Open Error
- tools.cdt704688 Import Error
- tools.cdt704689 Could not save imported data
- tools.cdt704690 Import
- tools.cdt704691 Import C/C++ project settings
- tools.cdt704692 Select settings to import
- tools.cdt704693 Import folder and file specific settings
- tools.cdt704694 Settings file
- tools.cdt704695 File could not be parsed
- tools.cdt704696 File could not be opened
- tools.cdt704697 Export
- tools.cdt704698 Export C/C++ project settings for use in another workspace
- tools.cdt704699 Select settings to export
- tools.cdt704700 Export folder and file specific settings
- tools.cdt704701 Export to file
- tools.cdt704702 Select All
- tools.cdt704703 Deselect All
- tools.cdt704704 Select Project
- tools.cdt704705 Select Configuration
- tools.cdt704706 Browse...
- tools.cdt704707 There are no open projects
- tools.cdt704708 Active
- tools.cdt704709 Symbols
- tools.cdt704710 Include Paths
- tools.cdt704711 C/C++ Working Set
- tools.cdt704712 &Working set name:
- tools.cdt704713 Enter a working set name and select the working set elements.
- tools.cdt704714 Working set &content:
- tools.cdt704715 The name must not be empty.
- tools.cdt704716 A working set with that name already exists.
- tools.cdt704717 At least one resource must be checked.
- tools.cdt704718 {0} (active)
- tools.cdt704720 Attempt to build project that does not exist: {0}
- tools.cdt704721 Problems occurred in building the working set.
- tools.cdt704722 Building working set "{0}"
- tools.cdt704723 &Set Active
- tools.cdt704724 {0} (active)
- tools.cdt704725 &Add...
- tools.cdt704726 &Build
- tools.cdt704727 Some projects have had their active configurations changed, and need to be re-built. Build them now ...
- tools.cdt704728 Build New Configuration
- tools.cdt704729 (active)
- tools.cdt704730 Project configuration selection tree
- tools.cdt704731 Project configurations:
- tools.cdt704732 &Remove
- tools.cdt704733 Re&name...
- tools.cdt704734 Manage Working Set Configurations
- tools.cdt704735 Working sets and configurations tree
- tools.cdt704736 Working set configurations:
- tools.cdt704737 Failed to close working set configurations file.
- tools.cdt704738 Failed to load working set configurations.
- tools.cdt704739 Saving working set configurations
- tools.cdt704740 Failed to save working set configurations.
- tools.cdt704741 NewConfiguration
- tools.cdt704742 The name must not be empty.
- tools.cdt704743 Enter a name for the new configuration.
- tools.cdt704744 A configuration with that name already exists.
- tools.cdt704745 Add Working Set Configuration
- tools.cdt704746 Problems occurred during the build.
- tools.cdt704747 Build Problems
- tools.cdt704748 Exception occurred in working-set build.
- tools.cdt704749 Enter a new name for the configuration.
- tools.cdt704750 Rename Working Set Configuration
- tools.cdt704751 Working set does not include any C/C++ projects.
- tools.cdt704752 Set configuration "{0}" active in project "{1}".
- tools.cdt704753 Problems occurred in building project "{0}".
- tools.cdt704754 No configuration selected for project "{0}".
- tools.cdt704755 Invalid project configuration factory in plug-in {0}. Expected an IWorkingSetProjectConfigurationFa ...
- tools.cdt704756 Failed to create project configuration factory.
- tools.cdt704757 Missing ID in project configuration factory extension in plug-in {0}
- tools.cdt704758 Missing nature ID in project configuration factory in plug-in {0}.
- tools.cdt704759 Image {0} is missing in plugin {1}
- tools.cdt704760 include directives
- tools.cdt704761 Starting plugin org.eclipse.cdt.make.ui
- tools.cdt704762 macro definitions
- tools.cdt704763 &Qualified name and location:
- tools.cdt704764 &Matching elements:
- tools.cdt704765 Visible element types:
- tools.cdt704766 &Enumeration
- tools.cdt704767 &Union
- tools.cdt704768 &Function
- tools.cdt704769 &Variable
- tools.cdt704770 Enume&rator
- tools.cdt704771 M&acro
- tools.cdt704772 Show &low-level elements (names beginning with '_')
- tools.cdt704773 (global)
- tools.cdt704776 Enable project specific settings
- tools.cdt704777 Store settings with project
- tools.cdt704778 <a>Configure Workspace Settings...</a>
- tools.cdt704779 Skip files larger than:
- tools.cdt704780 Allow heuristic resolution of includes
- tools.cdt704781 Index source files not included in the build
- tools.cdt704782 Index unused headers
- tools.cdt704783 Index unused headers as C files
- tools.cdt704784 Index unused headers as C++ files
- tools.cdt704785 Index source and header files opened in editor
- tools.cdt704786 Files to index up-front:
- tools.cdt704787 Skip all references (Call Hierarchy and Search will not work)
- tools.cdt704788 Skip implicit references (e.g. overloaded operators)
- tools.cdt704789 Skip type and macro references (Search for these references will not work)
- tools.cdt704790 Skip type references (Search for type references will not work)
- tools.cdt704791 Skip macro references (Search for macro references will not work)
- tools.cdt704792 Cache limits
- tools.cdt704793 Index database cache:
- tools.cdt704794 Limit relative to the maximum heap size:
- tools.cdt704795 Absolute Limit:
- tools.cdt704796 MB
- tools.cdt704797 Header file cache (used by refactoring):
- tools.cdt704798 Documentation tool:
- tools.cdt704799 Enable project specific settings
- tools.cdt704800 Select the documentation tool to be used to determine editor behaviors in this project
- tools.cdt704801 None
- tools.cdt704802 Documentation tool comments
- tools.cdt704803 Use a fixed build configuration
- tools.cdt704804 Indexer options
- tools.cdt704805 Indexing strategy
- tools.cdt704806 Automatically update the index
- tools.cdt704807 Update index immediately after every file-save
- tools.cdt704808 Build configuration for the indexer
- tools.cdt704809 Use active build configuration
- tools.cdt704810 Use the build configuration specified in the project's indexer settings
- tools.cdt704811 No
- tools.cdt704813 Description
- tools.cdt704814 Consume
- tools.cdt704815 File
- tools.cdt704816 Line
- tools.cdt704817 These options are workspace-wide and can be changed in <a href="workspace">Workspace ...
- tools.cdt704818 Pattern
- tools.cdt704819 Severity
- tools.cdt704820 Error
- tools.cdt704821 Ignore
- tools.cdt704822 Info
- tools.cdt704823 Warning
- tools.cdt704824 Error Parser Options
- tools.cdt704825 Use ''{0}'' to allow to re-process matching input line by other patterns
- tools.cdt704826 Description as replacement expression (i.e. $3)
- tools.cdt704827 File as replacement expression (i.e. $1)
- tools.cdt704828 Line as replacement expression (i.e. $2)
- tools.cdt704829 Java regular expression specifying capturing groups for 'File', 'Line' and 'Description'
- tools.cdt704830 Severity of marker
- tools.cdt704831 Empty pattern
- tools.cdt704832 Validate Regular Expression
- tools.cdt704833 Enter regular expression (use Ctrl+Space for content assist):
- tools.cdt704834 Refactor
- tools.cdt704835 Rename...
- tools.cdt704836 Extract Constant...
- tools.cdt704837 Extract Local Variable...
- tools.cdt704838 Generate Getters and Setters...
- tools.cdt704839 Implement Method...
- tools.cdt704840 Hide Method...
- tools.cdt704841 Extract Function...
- tools.cdt704842 Toggle Function Definition
- tools.cdt704843 Resources
- tools.cdt704844 Add...
- tools.cdt704845 Delete
- tools.cdt704846 Select resource for exception
- tools.cdt704847 Select resource:
- tools.cdt704848 Successful
- tools.cdt704849 Templates Based Class Wizard
- tools.cdt704850 Managed CDT projects class templates
- tools.cdt704851 Select the type of class you would like to create.
- tools.cdt704852 Select a class:
- tools.cdt704853 Managed CDT Projects Class Wizard
- tools.cdt704854 Add a new class to your existing project.
- tools.cdt704855 Template Selection
- tools.cdt704856 Select a template based upon the type of program you are creating.
- tools.cdt704857 Select a template:
- tools.cdt704858 Successful
- tools.cdt704859 New Managed CDT Project Wizard
- tools.cdt704860 New Managed CDT Project Wizard
- tools.cdt704861 Managed CDT Project
- tools.cdt704862 Managed CDT Project
- tools.cdt704863 Create a new managed CDT project.
- tools.cdt704864 Select a Managed CDT project
- tools.cdt704865 Select a Managed CDT project:
- tools.cdt704866 Project Name:
- tools.cdt704867 Browse...
- tools.cdt704868 Please enter a project name
- tools.cdt704869 Invalid Project Path
- tools.cdt704870 The project does not exist
- tools.cdt704871 Please select a CDT project
- tools.cdt704872 Project Selection
- tools.cdt704873 Choose a Project
- tools.cdt704874 Invalid item element in <property id="{0}">: attributes "label" and " ...
- tools.cdt704875 Duplicate item value="{0}" in combo box <property id="{1}">.
- tools.cdt704876 Unknown widget type: {0}
- tools.cdt704877 Please choose a value for {0}
- tools.cdt704878 \ Project already exists in workspace.
- tools.cdt704879 This Operation not supported on InputUIElement
- tools.cdt704880 CDT New Project Wizard Template Engine Error
- tools.cdt704881 \ is an invalid name on this platform.
- tools.cdt704882 \ is too long. Project names must be less than 32 chars.
- tools.cdt704883 Enter a name and location for the new CDT project.
- tools.cdt704884 Name :
- tools.cdt704885 Value :
- tools.cdt704886 Add a shared default value
- tools.cdt704887 Edit a shared default value
- tools.cdt704888 Template data must not be empty
- tools.cdt704889 Default input values for all templates:
- tools.cdt704890 Message from Dialog Validator
- tools.cdt704891 Duplicate Entry\!
- tools.cdt704892 Are you sure want to delete ?
- tools.cdt704893 Delete a shared default value
- tools.cdt704894 Templates Global Values Table
- tools.cdt704895 Updates changed key-value pair
- tools.cdt704896 Deletes key-value pair
- tools.cdt704897 Edit...
- tools.cdt704898 Remove
- tools.cdt704899 ID
- tools.cdt704900 Value
- tools.cdt704901 Open file failure: Cannot open file:
- tools.cdt704902 Open file failure: No such file exists:
- tools.cdt704903 C/C++ Development Tools UI
- tools.cdt704904 Eclipse CDT
- tools.cdt704905 CElement Filters
- tools.cdt704906 Binary Parser Page
- tools.cdt704907 Path Container Page
- tools.cdt704908 Text Hovers
- tools.cdt704909 C Help Provider
- tools.cdt704910 C Nature
- tools.cdt704911 C/C++
- tools.cdt704912 &C/C++
- tools.cdt704913 C/C++ Projects
- tools.cdt704914 New CDT Model Property Tab
- tools.cdt704915 C/C++
- tools.cdt704916 CDT
- tools.cdt704917 Convert a project's nature
- tools.cdt704918 Convert a project's nature
- tools.cdt704919 C/C++ Element Creation
- tools.cdt704920 C/C++ Element Creation Action Set
- tools.cdt704921 &Project...
- tools.cdt704922 New C/C++ Project
- tools.cdt704923 &Source Folder...
- tools.cdt704924 New C/C++ Source Folder
- tools.cdt704925 Source Folder
- tools.cdt704926 Create a new source folder
- tools.cdt704927 Folder
- tools.cdt704928 Create a new folder resource
- tools.cdt704929 &Source File...
- tools.cdt704930 New C/C++ Source File
- tools.cdt704931 Source File
- tools.cdt704932 Create a new source file
- tools.cdt704933 Header File
- tools.cdt704934 Create a new header file
- tools.cdt704935 File from Template
- tools.cdt704936 Create a new file resource based on a file template
- tools.cdt704937 &Class...
- tools.cdt704938 New C++ Class
- tools.cdt704939 Class
- tools.cdt704940 Create a new C++ class
- tools.cdt704941 C/C++ Editor
- tools.cdt704942 Editor for C/C++ Source Files
- tools.cdt704943 C/C++ Source
- tools.cdt704944 C/C++ Source Actions
- tools.cdt704945 Show Source Quick Menu
- tools.cdt704946 Shows the source quick menu
- tools.cdt704947 Comment
- tools.cdt704948 Turn the selected lines into // style comments
- tools.cdt704949 Uncomment
- tools.cdt704950 Uncomment the selected // style comment lines
- tools.cdt704951 Comment/Uncomment
- tools.cdt704952 Comment/Uncomment the selected lines
- tools.cdt704953 Open Declaration
- tools.cdt704954 Open an editor on the selected element's declaration(s)
- tools.cdt704955 Show in C/C++ Project view
- tools.cdt704956 Show the selected resource in the C/C++ Project view
- tools.cdt704957 Find Declaration
- tools.cdt704958 Find Declaration
- tools.cdt704959 Find References
- tools.cdt704960 Find References
- tools.cdt704961 Open Call Hierarchy
- tools.cdt704962 Open the call hierarchy for the selected element
- tools.cdt704963 Add Block Comment
- tools.cdt704964 Enclose the selection with a block comment
- tools.cdt704965 Remove Block Comment
- tools.cdt704966 Remove the block comment enclosing the selection
- tools.cdt704967 Indent Line
- tools.cdt704968 Indents the current line
- tools.cdt704969 Format
- tools.cdt704970 Format Source Code
- tools.cdt704971 Go to Matching Bracket
- tools.cdt704972 Moves the cursor to the matching bracket
- tools.cdt704973 Next Bookmark
- tools.cdt704974 Goto next bookmark of the selected file
- tools.cdt704975 Find Word
- tools.cdt704976 Select a word and find the next occurrence
- tools.cdt704977 Toggle Source/Header
- tools.cdt704978 Toggles between corresponding source and header files
- tools.cdt704979 Back
- tools.cdt704980 Step backward in macro expansions
- tools.cdt704981 Forward
- tools.cdt704982 Step forward in macro expansions
- tools.cdt704983 Explore Macro Expansion
- tools.cdt704984 Opens a quick view for macro expansion exploration
- tools.cdt704985 C/C++ Refactorings
- tools.cdt704986 Refactor - C++
- tools.cdt704987 Extract Constant...
- tools.cdt704988 Extract Local Variable...
- tools.cdt704989 Hide Memeber Function...
- tools.cdt704990 Rename - Refactoring
- tools.cdt704991 Rename the selected element
- tools.cdt704992 Extract Constant - Refactoring
- tools.cdt704993 Extract a constant for the selected expression
- tools.cdt704994 Extract Local Variable - Refactoring
- tools.cdt704995 Extract a local variable for the selected expression
- tools.cdt704996 Extract Function - Refactoring
- tools.cdt704997 Extract a function for the selected list of expressions or statements
- tools.cdt704998 Toggle Function - Refactoring
- tools.cdt704999 Toggles the implementation between header and implementation file
- tools.cdt705000 Implement Method - Source Generation
- tools.cdt705001 Implements a method for a selected method declaration
- tools.cdt705002 Generate Getters and Setters...
- tools.cdt705003 Generates getters and setters for a selected field
- tools.cdt705004 Surround With Quick Menu
- tools.cdt705005 Shows the Surround With quick menu
- tools.cdt705006 C/C++ Coding
- tools.cdt705007 Action set containing coding related C/C++ actions
- tools.cdt705008 Refac&tor
- tools.cdt705009 Re&name...
- tools.cdt705010 Extr&act Constant...
- tools.cdt705011 Extract &Local Variable
- tools.cdt705012 Extract &Function...
- tools.cdt705013 Toggle Function
- tools.cdt705014 Hide Method...
- tools.cdt705015 Impl&ement Method...
- tools.cdt705016 Gene&rate Getters and Setters...
- tools.cdt705017 &Source
- tools.cdt705018 C/C++ Editor
- tools.cdt705019 C/C++
- tools.cdt705020 Editor
- tools.cdt705021 Templates
- tools.cdt705022 Build
- tools.cdt705023 Console
- tools.cdt705024 Logging
- tools.cdt705025 File Types
- tools.cdt705026 Code Style
- tools.cdt705027 Code Templates
- tools.cdt705028 Name Style
- tools.cdt705029 Content Assist
- tools.cdt705030 Advanced
- tools.cdt705031 Typing
- tools.cdt705032 Syntax Coloring
- tools.cdt705033 Folding
- tools.cdt705034 Hovers
- tools.cdt705035 Mark Occurrences
- tools.cdt705036 Save Actions
- tools.cdt705037 Scalability
- tools.cdt705038 Default Binary File Editor
- tools.cdt705039 Assembly Editor
- tools.cdt705040 Delete C/C++ Markers
- tools.cdt705041 Delete IProblem Markers
- tools.cdt705042 Open external location
- tools.cdt705043 Build Configuration
- tools.cdt705044 Active Build Configuration
- tools.cdt705045 Set Active
- tools.cdt705046 Set Active
- tools.cdt705047 Change active build configuration for project(s)
- tools.cdt705048 Manage configurations for the current project
- tools.cdt705049 Build Active Configuration
- tools.cdt705050 Build the active configurations of selected projects
- tools.cdt705051 Manage...
- tools.cdt705052 Reset to Default...
- tools.cdt705053 Exclude from Build...
- tools.cdt705054 Build active configuration for the current project
- tools.cdt705055 Logging
- tools.cdt705056 Add &Task...
- tools.cdt705057 Add Task...
- tools.cdt705058 Add Boo&kmark...
- tools.cdt705059 Add Bookmark...
- tools.cdt705060 &Quick Fix
- tools.cdt705061 Quick Fix
- tools.cdt705062 C/C++ Search
- tools.cdt705063 &C/C++...
- tools.cdt705064 &Name
- tools.cdt705065 Sort the view by C Element Name
- tools.cdt705066 &Parent Name
- tools.cdt705067 Sort the view by C Element Parent Name
- tools.cdt705068 P&ath
- tools.cdt705069 Sort the view by Resource Path
- tools.cdt705070 C/C++ Search
- tools.cdt705071 Action set containing search related C/C++ actions
- tools.cdt705072 C/C++ Navigation
- tools.cdt705073 C/C++ Navigation Action Set
- tools.cdt705074 C/C++ Open Actions
- tools.cdt705075 Action set containing open actions for C/C++
- tools.cdt705076 C/C++ Editor Presentation
- tools.cdt705077 Actions to customize the C/C++ editor presentation
- tools.cdt705078 Se&arch
- tools.cdt705079 Open &Element...
- tools.cdt705080 Open Element
- tools.cdt705081 Open Element
- tools.cdt705082 Open an element in an Editor
- tools.cdt705083 Add Include
- tools.cdt705084 Create include statement on selection
- tools.cdt705085 Sort Lines
- tools.cdt705086 Sort selected lines alphabetically
- tools.cdt705087 Show outline
- tools.cdt705088 Shows outline
- tools.cdt705089 Quick Type Hierarchy
- tools.cdt705090 Shows quick type hierarchy
- tools.cdt705091 C/C++
- tools.cdt705092 CDT Build Console
- tools.cdt705093 The CDT Build Console font is used by the CDT Build Console
- tools.cdt705094 CDT Build Console Text Font
- tools.cdt705095 Go to Next Member
- tools.cdt705096 Move the caret to the next member of the translation unit
- tools.cdt705097 Go to Previous Member
- tools.cdt705098 Move the caret to the previous member of the translation unit
- tools.cdt705099 Closed projects
- tools.cdt705100 Hides closed projects
- tools.cdt705101 Executable files
- tools.cdt705102 Hides executable files
- tools.cdt705103 Shared object files
- tools.cdt705104 Hides shared object files
- tools.cdt705105 Archive files
- tools.cdt705106 Hides Archive files
- tools.cdt705107 Object files
- tools.cdt705108 Hides Object files
- tools.cdt705109 Non-C elements
- tools.cdt705110 Show only C elements
- tools.cdt705111 Non-C projects
- tools.cdt705112 Show only C projects
- tools.cdt705113 Referenced libraries
- tools.cdt705114 Hides referenced libraries i.e. those not contained inside the project itself
- tools.cdt705115 C files
- tools.cdt705116 Hides all C files
- tools.cdt705117 Header files
- tools.cdt705118 Hides all Header files
- tools.cdt705119 Using directive
- tools.cdt705120 Hides using directives
- tools.cdt705121 Macro directive
- tools.cdt705122 Hides Macro directives
- tools.cdt705123 Forward declaration
- tools.cdt705124 Hides forward declarations, unless found in a header file.
- tools.cdt705125 Work In Progress
- tools.cdt705126 Search
- tools.cdt705127 Indexer
- tools.cdt705128 Documentation
- tools.cdt705129 File Types
- tools.cdt705130 Language Mappings
- tools.cdt705131 C Document Setup Participant
- tools.cdt705132 Assembly Document Setup Participant
- tools.cdt705133 Default Path Container
- tools.cdt705134 C/C++ Editor Text Font
- tools.cdt705135 The C/C++ editor text font is used by C/C++ editors.
- tools.cdt705136 C/C++
- tools.cdt705137 Editor
- tools.cdt705138 C/C++ Indexer Markers
- tools.cdt705139 C/C++ Type Hierarchy
- tools.cdt705140 C/C++ Type Hierarchy
- tools.cdt705141 Hierarchy
- tools.cdt705142 Open Hierarchy
- tools.cdt705143 Open the hierarchy of the selected element
- tools.cdt705144 Open Type in Hierarch&y...
- tools.cdt705145 Opens a type selected from the all types dialog in a type hierarchy
- tools.cdt705146 Opens a Type in a Type Hierarchy
- tools.cdt705147 Open Element in Ca&ll Hierarchy...
- tools.cdt705148 Opens an element selected from a dialog in the call hierarchy
- tools.cdt705149 Opens an Element in the Call Hierarchy
- tools.cdt705150 Open Type in Hierarchy
- tools.cdt705151 Open a type in the type hierarchy view
- tools.cdt705152 Open Type Hierarchy
- tools.cdt705153 Open a type hierarchy on the selected element
- tools.cdt705154 Open Element in Call Hierarchy
- tools.cdt705155 Open an element in the call hierarchy view
- tools.cdt705156 Open Include Browser
- tools.cdt705157 Open an include browser on the selected element
- tools.cdt705158 Open Type Hie&rarchy
- tools.cdt705159 Opens a Type Hierarchy for the Selected Element
- tools.cdt705160 C Type Hierarchy
- tools.cdt705161 Show the Type Hierarchy view
- tools.cdt705162 &Open Declaration
- tools.cdt705163 Open an editor on the selected element's declaration
- tools.cdt705164 C Editor Text Hovers
- tools.cdt705165 Source
- tools.cdt705166 Shows the source of the selected element.
- tools.cdt705167 Macro Expansion
- tools.cdt705168 Shows the expansion of the selected macro.
- tools.cdt705169 Documentation
- tools.cdt705170 Shows the documentation of the selected element.
- tools.cdt705171 Combined Hover
- tools.cdt705172 Tries the hovers in the sequence listed below and uses the one which fits best for the selected elem ...
- tools.cdt705173 Annotation Description
- tools.cdt705174 Shows the description of the selected annotation.
- tools.cdt705175 Problem Description
- tools.cdt705176 Shows the description of the selected problem.
- tools.cdt705177 Appearance
- tools.cdt705178 PathEntry Variables
- tools.cdt705179 Folding Structure Providers
- tools.cdt705180 Default C Folding
- tools.cdt705181 F&olding
- tools.cdt705182 C/C++ compare text font
- tools.cdt705183 The C/C++ compare text font is used by C/C++ compare/merge tools.
- tools.cdt705184 Assembly compare text font
- tools.cdt705185 The Assembly compare text font is used by Assembly compare/merge tools.
- tools.cdt705186 C/C++
- tools.cdt705187 Comment
- tools.cdt705188 Doc Comment
- tools.cdt705189 Content Assist Completion Contributor
- tools.cdt705190 Completion Proposal Computer
- tools.cdt705191 Quick Fix Processor
- tools.cdt705192 Quick Assist Processor
- tools.cdt705193 Spelling Quick Fix Processor
- tools.cdt705194 Standard Quick Assist Processor
- tools.cdt705195 C/C++ spelling engine
- tools.cdt705196 Indexer
- tools.cdt705197 No Indexer (search based features will not work correctly)
- tools.cdt705198 C/C++ Indexer
- tools.cdt705199 C/C++ Index
- tools.cdt705200 &Rebuild
- tools.cdt705201 &Update with Modified Files
- tools.cdt705202 &Freshen All Files
- tools.cdt705203 Search for Unresolved &Includes
- tools.cdt705204 Create Parser &Log File
- tools.cdt705205 Indexer Page
- tools.cdt705206 Code Completion Proposal Filter
- tools.cdt705207 Include Browser
- tools.cdt705208 Call Hierarchy
- tools.cdt705209 Type Hierarchy
- tools.cdt705210 CSearchPage
- tools.cdt705211 Task Tags
- tools.cdt705213 CDT Elements
- tools.cdt705214 Open Call H&ierarchy
- tools.cdt705215 Open Call Hierarchy
- tools.cdt705216 Open Inc&lude Browser
- tools.cdt705217 Open Include Browser
- tools.cdt705218 Parsing-based Proposals
- tools.cdt705219 &Basic Proposals
- tools.cdt705220 Te&mplate Proposals
- tools.cdt705221 &Word Proposals
- tools.cdt705222 Help Proposals
- tools.cdt705223 C/C++ Content Assist
- tools.cdt705224 A parameterizable command that invokes content assist with a single completion proposal category
- tools.cdt705225 type
- tools.cdt705226 Surround &With
- tools.cdt705227 In C/C++ Views
- tools.cdt705228 In C/C++ Views
- tools.cdt705230 Team Shared Index
- tools.cdt705231 Exports C/C++ index for use in other workspaces.
- tools.cdt705232 C/C++
- tools.cdt705233 C/C++ Project Settings
- tools.cdt705234 C/C++
- tools.cdt705235 C/C++ General
- tools.cdt705236 Build Configurations
- tools.cdt705237 Resource Configurations
- tools.cdt705238 Index
- tools.cdt705239 CDT New Project Wizard
- tools.cdt705240 CDT Project
- tools.cdt705241 Create a new language-neutral project
- tools.cdt705242 C++ Project
- tools.cdt705243 Create a new C++ project
- tools.cdt705244 C Project
- tools.cdt705245 Create a new C project
- tools.cdt705246 Template Default Values
- tools.cdt705247 template entries contributor
- tools.cdt705248 Dialog for Configurations management
- tools.cdt705249 Allows contributing the map files to the map-file-based CDT CHelpProvider.
- tools.cdt705250 In Macro Expansion Hover
- tools.cdt705251 In Macro Expansion Hover
- tools.cdt705252 Toggle Mark Occurrences
- tools.cdt705253 Toggle Mark Occurrences
- tools.cdt705254 Toggles mark occurrences in C/C++ editors
- tools.cdt705255 C/C++ Occurrences
- tools.cdt705256 C/C++ Write Occurrences
- tools.cdt705257 DocCommentOwner
- tools.cdt705258 Doxygen
- tools.cdt705259 C/C++ Indexed Files
- tools.cdt705260 C/C++ Editor
- tools.cdt705261 C/C++ Elements
- tools.cdt705262 Microsoft Visual Studio
- tools.cdt705263 Manage &Working Sets...
- tools.cdt705264 C/C++ Build
- tools.cdt705265 Set &Active by Working Set
- tools.cdt705266 Set &Active
- tools.cdt705267 &Build by Working Set
- tools.cdt705268 &Build
- tools.cdt705269 &Build Configurations
- tools.cdt705270 Working Set Configurations
- tools.cdt705271 c cpp cplusplus cdt
- tools.cdt705272 profile codestyle project specific comment indentation brace white space blank line new control stat ...
- tools.cdt705273 comment code constructor method file type content
- tools.cdt705274 name file getter setter
- tools.cdt705275 case sensitive task tag todo xxx fix fixme project comments
- tools.cdt705276 index skip references type macro search build configuration cache memory performance
- tools.cdt705277 editor appearance navigation colors smart caret positioning highlight matching bracket inactive code ...
- tools.cdt705278 editor content code assist complete completion insert overwrite single proposal common prefix automa ...
- tools.cdt705279 editor save trailing whitespace white space end file newline
- tools.cdt705280 editor mode large file lines disable performance
- tools.cdt705281 editor hover annotation key modifier combined variable problem string source documentation
- tools.cdt705282 editor colors semantic coloring highlighting multi line single line comment task tag class struct un ...
- tools.cdt705283 editor templates snippet macros
- tools.cdt705284 editor folding section comment header function method statement preprocessor
- tools.cdt705285 editor occurrence mark highlight
- tools.cdt705286 editor typing type close comment tabs indentation indent imports wrap escape semicolons braces brack ...
- tools.cdt705287 History...
- tools.cdt705288 Create Script...
- tools.cdt705289 Apply Script...
- tools.cdt705290 Source Folder Rename
- tools.cdt705291 &Format
- tools.cdt705292 Correct &Indentation
- tools.cdt705293 A&dd Include
- tools.cdt705294 Sor&t Lines
- tools.cdt705295 Co&mment
- tools.cdt705296 &Uncomment
- tools.cdt705297 Togg&le Comment
- tools.cdt705298 Add &Block Comment
- tools.cdt705299 Remove Bloc&k Comment
- tools.cdt705300 &Shift Right
- tools.cdt705301 S&hift Left
- tools.cdt705302 C/C++ Files Excluded from Build
- tools.cdt705303 Templates
- tools.cdt705304 Reset to Default
- tools.cdt705305 Exclude from Build
- tools.cdt705306 Expand the selection to enclosing C/C++ element
- tools.cdt705307 Select Enclosing C/C++ Element
- tools.cdt705308 Expand the selection to next C/C++ element
- tools.cdt705309 Select Next C/C++ Element
- tools.cdt705310 Expand the selection to enclosing C/C++ element
- tools.cdt705311 Select Previous C/C++ Element
- tools.cdt705312 Restore last selection in C/C++ editor
- tools.cdt705313 Restore Last C/C++ Selection
- tools.cdt705314 C/C++ Override indicators
- tools.cdt705315 C/C++ Editor Appearance
- tools.cdt705316 Preference related to how the editor presents the edited code to the user (including colors, fonts, ...
- tools.cdt705317 C/C++ Editor Behavior
- tools.cdt705318 Preference related to how the editor process the edited code (typing, save action, etc...)
- tools.cdt705319 Resources
- tools.cdt705320 Refresh Exclusion Contributor
- tools.cdt705321 for loop
- tools.cdt705322 for loop with temporary variable
- tools.cdt705323 do while statement
- tools.cdt705324 switch case statement
- tools.cdt705325 if statement
- tools.cdt705326 if else statement
- tools.cdt705327 else if block
- tools.cdt705328 else block
- tools.cdt705329 try catch block
- tools.cdt705330 catch block
- tools.cdt705331 main method
- tools.cdt705332 class declaration
- tools.cdt705333 using a namespace
- tools.cdt705334 namespace declaration
- tools.cdt705335 create new object
- tools.cdt705336 default multiline comment
- tools.cdt705337 print to standard output
- tools.cdt705338 print to standard error
- tools.cdt705339 author name
- tools.cdt705340 To change this generated comment edit the template variable "comment":\n\
\ * Window > ...
- tools.cdt705341 Comment for created constructors
- tools.cdt705342 Comment for created destructors
- tools.cdt705343 Comment for created C/C++ files
- tools.cdt705344 Comment for created classes
- tools.cdt705345 Comment for fields
- tools.cdt705346 Comment for methods
- tools.cdt705347 Default C++ source template
- tools.cdt705348 Default C++ header template
- tools.cdt705349 Default C++ test template
- tools.cdt705350 Default C source template
- tools.cdt705351 Default C header template
- tools.cdt705352 Default template for newly created C++ source files
- tools.cdt705353 Default template for newly created C++ header files
- tools.cdt705354 Default template for newly created C++ test files
- tools.cdt705355 Default template for newly created C source files
- tools.cdt705356 Default template for newly created C header files
- tools.cdt705357 Beginning of namespace declaration
- tools.cdt705358 End of namespace declaration
- tools.cdt705359 Code in created class definitions
- tools.cdt705360 Code in created method stubs
- tools.cdt705361 Code in created constructor stubs
- tools.cdt705362 Code in created destructor stubs
- tools.cdt705363 Auto-generated method stub
- tools.cdt705364 Auto-generated constructor stub
- tools.cdt705365 Auto-generated destructor stub
- tools.cdt705366 Default assembly template
- tools.cdt705367 Default template for newly created assembly files
- tools.cdt705368 Default text file template
- tools.cdt705369 Default template for newly created text files
- tools.cdt705371 Eclipse C/C++ Development Tools Utilities
- tools.cdt705372 Eclipse CDT
- tools.cdt705568 Required attribute "{0}" missing for extension "{1}"!
- tools.cdt705569 Duplicate extension with id ''{0}''. Ignoring duplicated contribution from contributor ''{1}''!
- tools.cdt705570 Failed to instanciate the executable extension from extension point ''{0}''.
- tools.cdt705571 Target Communication Framework (TCF) (Incubation)
- tools.cdt705572 Eclipse.org - DSDP
- tools.cdt705392 TCF/CDT Integration UI (Incubation)
- tools.cdt705393 Eclipse.org - DSDP
- tools.cdt705394 Scope
- tools.cdt705395 Status
- tools.cdt705396 TCF Remote Application
- tools.cdt705397 Main
- tools.cdt705398 Arguments
- tools.cdt705399 Debugger
- tools.cdt705400 Target
- tools.cdt705401 Source
- tools.cdt705402 Path Map
- tools.cdt705403 Common
- tools.cdt705404 Environment
- tools.cdt705405 TCF Create Process
- tools.cdt705406 Start new application under control of a local TCF agent.
- tools.cdt705407 TCF Remote Process
- tools.cdt705408 Start new application on a remote system under control of a remote TCF agent.
- tools.cdt705409 TCF Attach to Process
- tools.cdt705410 Attach to a running local or remote program.
- tools.cdt705411 Add Watchpoint (C/C++)...
- tools.cdt705412 Add Function Breakpoint (C/C++)
- tools.cdt705413 Allows to add a new function breakpoint on an arbitrary symbol
- tools.cdt705414 Add Watchpoint (C/C++)
- tools.cdt705415 Allows to add a new watchpoint on an arbitrary symbol
- tools.cdt705416 Add Function Breakpoint (C/C++)...
- tools.cdt705417 Add Watchpoint...
- tools.cdt705418 Source Not Found
- tools.cdt705419 Target Communication Framework (TCF) Core (Incubation)
- tools.cdt705420 Eclipse.org - DSDP
- tools.cdt705448 TCF/Eclipse Debugger Integration Core (Incubation)
- tools.cdt705449 Eclipse.org - DSDP
- tools.cdt705421 TCF/Eclipse Debugger Integration UI (Incubation)
- tools.cdt705422 Eclipse.org - DSDP
- tools.cdt705423 Debug Current Instruction Pointer
- tools.cdt705424 Debug Call Stack
- tools.cdt705425 TCF Debugger
- tools.cdt705426 Signals...
- tools.cdt705427 Symbol Files...
- tools.cdt705428 Cast To Type...
- tools.cdt705429 Cast Expression To Type
- tools.cdt705430 Restore Original Type
- tools.cdt705431 Restore Original Type Of Expression
- tools.cdt705432 Display As Array...
- tools.cdt705433 Display Expression As Array
- tools.cdt705434 Reverse execution
- tools.cdt705435 Reverse execution control commands
- tools.cdt705436 Back Into
- tools.cdt705437 Back Into
- tools.cdt705438 Step back into
- tools.cdt705439 Back Over
- tools.cdt705440 Back Over
- tools.cdt705441 Step back over
- tools.cdt705442 Back Return
- tools.cdt705443 Back Return
- tools.cdt705444 Run backwards until return
- tools.cdt705445 Run Backwards
- tools.cdt705446 Run Backwards
- tools.cdt705447 Run backwards
- tools.cdt705450 All Processes
- tools.cdt705451 Process
- tools.cdt705452 Context ID
- tools.cdt705453 Process ID
- tools.cdt705454 Executable Name
- tools.cdt705455 CWD
- tools.cdt705456 FS Root
- tools.cdt705457 User ID
- tools.cdt705458 Username
- tools.cdt705459 Group ID
- tools.cdt705460 Groupname
- tools.cdt705461 Parent PID
- tools.cdt705462 Proucess Group
- tools.cdt705463 State
- tools.cdt705464 Tracer PID
- tools.cdt705465 VM Size
- tools.cdt705466 VM RSS
- tools.cdt705467 Session
- tools.cdt705468 TTY
- tools.cdt705469 Task Group ID
- tools.cdt705470 Flags
- tools.cdt705471 Minor Faults
- tools.cdt705472 Children Minor Faults
- tools.cdt705473 Major Faults
- tools.cdt705474 Children Major Faults
- tools.cdt705475 User Time
- tools.cdt705476 System Time
- tools.cdt705477 Children User Time
- tools.cdt705478 Children System Time
- tools.cdt705479 % User Time
- tools.cdt705480 % System Time
- tools.cdt705481 Priority
- tools.cdt705482 Nice
- tools.cdt705483 Interval Timer
- tools.cdt705484 Start Time
- tools.cdt705485 RSS Limit
- tools.cdt705486 Code Start
- tools.cdt705487 Code End
- tools.cdt705488 Stack Start
- tools.cdt705489 Pending Signals
- tools.cdt705490 Blocked Signals
- tools.cdt705491 Ignored Signals
- tools.cdt705492 Caught Signals
- tools.cdt705493 Wait Channel
- tools.cdt705494 Swaped Pages
- tools.cdt705495 Children Swapped Pages
- tools.cdt705496 Exit Signal
- tools.cdt705497 Processor
- tools.cdt705498 Real Time Priority
- tools.cdt705499 Scheduling Policy
- tools.cdt705500 TCF context ID of the process
- tools.cdt705501 The system ID number of the process
- tools.cdt705502 The executable associated with the process
- tools.cdt705503 Current working directory of the process
- tools.cdt705504 Current file system root of the process
- tools.cdt705505 The user ID of the owner of the process
- tools.cdt705506 The username of the owner of the process
- tools.cdt705507 The group ID of the owner of the process
- tools.cdt705508 The groupname of the owner of the process
- tools.cdt705509 The process ID of the parent of the process
- tools.cdt705510 The process group ID
- tools.cdt705511 The state in which the process currently is
- tools.cdt705512 The tracer process ID of the process
- tools.cdt705513 The amount of virtual memory taken up by this process
- tools.cdt705514 The amount of virtual memory resident set size of this process (actual RAM taken up by the process)
- tools.cdt705515 The session ID of the process
- tools.cdt705516 The TTY the process uses
- tools.cdt705517 The task group to which process belongs
- tools.cdt705518 The kernel flags word of the process.
- tools.cdt705519 The number of minor faults the process has made which have not required loading a memory page from d ...
- tools.cdt705520 The number of minor faults that the process's waited-for children have made.
- tools.cdt705521 The number of major faults the process has made which have required loading a memory page from disk.
- tools.cdt705522 Children Major Faults
- tools.cdt705523 User Time
- tools.cdt705524 System Time
- tools.cdt705525 Children User Time
- tools.cdt705526 Children System Time
- tools.cdt705527 % User Time
- tools.cdt705528 % System Time
- tools.cdt705529 Priority
- tools.cdt705530 Nice
- tools.cdt705531 Interval Timer
- tools.cdt705532 Start Time
- tools.cdt705533 RSS Limit
- tools.cdt705534 Code Start
- tools.cdt705535 Code End
- tools.cdt705536 Stack Start
- tools.cdt705537 Pending Signals
- tools.cdt705538 Blocked Signals
- tools.cdt705539 Ignored Signals
- tools.cdt705540 Caught Signals
- tools.cdt705541 Wait Channel
- tools.cdt705542 Swaped Pages
- tools.cdt705543 Children Swapped Pages
- tools.cdt705544 Exit Signal
- tools.cdt705545 Processor
- tools.cdt705546 Real Time Priority
- tools.cdt705547 Scheduling Policy
- tools.cdt705548 TCF Connector Service
- tools.cdt705549 Target Communication Framework
- tools.cdt705550 Copying remote files\!
- tools.cdt705551 Deleting selected folders or files\!
- tools.cdt705552 Failed to find the file to be copied file or directory\!
- tools.cdt705553 User cancelled the copy operation\!
- tools.cdt705554 User cancelled the copy operation\!
- tools.cdt705555 User cancelled the delete operation\!
- tools.cdt705556 User cancelled the delete operation\!
- tools.cdt705557 TCF login properties. Set these according to your remote system's login prompts.
- tools.cdt705558 Unexpected {0}: {1}
- tools.cdt705559 TCF Terminal Service
- tools.cdt705560 TCF Terminal Service Description
- tools.cdt705561 TCF Shell Service
- tools.cdt705562 TCF Shell Service Description
- tools.cdt705563 {0} KB
- tools.cdt705564 {0} KB
- tools.cdt705565 true
- tools.cdt705566 TCF/RSE Integration (Incubation)
- tools.cdt705567 Eclipse.org - DSDP