ProjectManager  0.2
Instance Methods | List of all members
SourceEditorDocument(Private) Category Reference

Instance Methods

(void) - pipeOutputOfCommand:
 
(void) - updateMiniwindowIconToEdited:
 This method updates the document's miniwindow icon to either an edited or unedited version. More...
 
(void) - computeNewParenthesisNesting
 

Method Documentation

◆ updateMiniwindowIconToEdited:

- (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:

  • "File_<FileType>" for the unedited version
  • "File_<FileType>_mod" for the edited (dirty) version.

In case there is no dirty version of the icon, the normal icon is left in place.

Parameters
flagYES if the window's miniwindow icon should be set to the edited version, NO if it should be reset to the un-edited version.

The documentation for this category was generated from the following file: