I am new to eclipse . I want to create a Custom project that is displayed in tree view as parent(folder) and child (".c") files.
I have tried the TreeView example which displays the Parent and Child relation. What should I modify to take .c files as input .
Do I need to modify the "makeActions()" .
Need pointers to this