Changeset 391 for python/trunk/Mac/PythonLauncher/FileSettings.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Mac/PythonLauncher/FileSettings.h
r2 r391 46 46 + (id)newSettingsForFileType: (NSString *)filetype; 47 47 48 //- (id)init;49 48 - (id)initForFileType: (NSString *)filetype; 50 49 - (id)initForFSDefaultFileType: (NSString *)filetype; 51 50 - (id)initForDefaultFileType: (NSString *)filetype; 52 //- (id)initWithFileSettings: (FileSettings *)source;53 51 54 52 - (void)updateFromSource: (id <FileSettingsSource>)source; 55 53 - (NSString *)commandLineForScript: (NSString *)script; 56 54 57 //- (void)applyFactorySettingsForFileType: (NSString *)filetype;58 //- (void)saveDefaults;59 //- (void)applyUserDefaults: (NSString *)filetype;60 55 - (void)applyValuesFromDict: (NSDictionary *)dict; 61 56 - (void)reset;
Note:
See TracChangeset
for help on using the changeset viewer.