mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 11:51:08 +00:00
8 lines
228 B
Text
8 lines
228 B
Text
|
{
|
||
|
Type = "Editor";
|
||
|
Name = "ProjectCenter";
|
||
|
Description = "Default ProjectCenter code editor (C, ObjectiveC, C++ files)";
|
||
|
PrincipalClassName = "PCEditor";
|
||
|
FileTypes = (C,c,m,M,h,H,cc,CC);
|
||
|
ProvidesBrowserItems = YES;
|
||
|
}
|