Hide Forgot
Create a simple managed make C project with the following in the main .c file: #include <stdio.h> int main(void) { printf("Length of string is %d\n", strlen("hello")); return 0; } Highlight the strlen call and press Ctrl-Shift-n. This should add a #include <string.h> statement but it does not. This used to work. eclipse-cdt-7.0.1-5.fc15.x86_64
This problem is verified to be fixed in eclipse-cdt-7.0.2-3.fc15