This file is indexed.

/usr/share/doc/projectcenter.app/SCHEME is in projectcenter.app 0.6.2-1ubuntu4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
                       +- PCProjectInspector
                       |
                       +- PCLoadedFilesPanel
                       |
                       +- PCBuildPanel
                       |
                       +- PCLaunchPanel
                       |
                       +- [SI]PCFindPanel
PCAppController-\      |
|                ----- PCProjectManager
PCMenuController/      |   ||
                       |   PCProject <PCAppProject, PCBundleProject>
                       |   |
                       |   +- PCProjectWindow
                       |   |
                       |   +- PCProjectBrowser
                       |   |
                       |   +- PCProjectLoadedFiles
                       |   |
                       |   +- PCProjectBuilder
                       |   |
                       |   +- PCProjectLauncher
                       |   |
                       |   +- [SI]PCProjectFinder
                       |   |
                       |   +- PCProjectEditor
                       |      ||
                       |      PCEditor
                       |      |
                       |      +- PCEditorView 
                       |
                       PCTextFinder
                       |
                       PCFileManager
                       |
                       +- PCFileCreator

------------------------------
Other (controls, tools, etc.):
------------------------------
PCButton
PCSplitView
PCOutputView (Should be implemented. Used by e.g. Project Builder)
PCBundleLoader (Used in ProjectCenter application)
PCMakefileFactory (Used in PC*Project bundles)
PCServer (don't used)

----------
THOUGHTS:
----------
- implement PCProjectFinder and PCFindPanel GUI;

- "Edit" menu should be completely provided by Editor part;
- "Add Files" panel should provide selection of type and "Choose Folders"
  and "Add Class", "Add Header" and so on checkbox;
- "New File in Project..." panel should provide "Create Header", 
  "Create Class" and so on checkbox.
- Add "Installable" or something to "Bundle" project type project attributes.
  
Localization:
~~~~~~~~~~~~~
- On project creation, all resources go to Resources subdir and placed into
  GNUmakefile as *_RESOURCE_FILES; [done!]
- If some file from [PC*Proj localizableKeys] categories selected as 
  "Localizable Resource", that file removed from *_RESOURCE_FILES and placed
  into *_LOCALIZED_RESOURCE_FILES (for directories: Resources->Language.lproj);
- in PC.project add USER_LANGUAGES=(); [done!]
- in PC.project add LOCALIZED_RESOURCES=(); [done!]