|
ProjectManager 0.2
|
Instance Methods | |
| (void) | - pipeOutputOfCommand: |
| (void) | - updateMiniwindowIconToEdited: |
| This method updates the document's miniwindow icon to either an edited or unedited version. | |
| (void) | - computeNewParenthesisNesting |
| - (void) updateMiniwindowIconToEdited: | (BOOL) | flag |
This method updates the document's miniwindow icon to either an edited or unedited version.
The names of the icons which to use are searched for using -[NSImage imageNamed:]. The icon names are:
In case there is no dirty version of the icon, the normal icon is left in place.
| flag | YES if the window's miniwindow icon should be set to the edited version, NO if it should be reset to the un-edited version. |