mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Provide a meaningful message if file is not on the build path.
This commit is contained in:
parent
8b299df1e4
commit
e0573bc36d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ AddDeclarationNodeToClassChange_AddDeclaration=Add Declaration to Class {0}.
|
|||
CreateFileChange_CreateFile=Create file: {0}
|
||||
CreateFileChange_UnknownLoc=Unknown Location: {0}
|
||||
CreateFileChange_FileExists=File already exists: {0}
|
||||
CRefactoring_FileNotFound=File {0} not found in the Project Source Path.
|
||||
CRefactoring_FileNotFound=The file {0} is not on the build path of a C/C++ project.
|
||||
Refactoring_SelectionNotValid=Selection is not valid.
|
||||
Refactoring_CantLoadTU=Can not load translation unit.
|
||||
Refactoring_Ambiguity=Translation unit is ambiguous.
|
||||
|
|
Loading…
Add table
Reference in a new issue