Youx / MyTermColors

This plugin for Terminal.app replaces the default colors by pastel ones and allows you to set your own in the preferences.
http://youx.github.com/MyTermColors
GNU Lesser General Public License v3.0
4 stars 0 forks source link

Profile settings not saved at all #2

Closed Youx closed 15 years ago

Youx commented 15 years ago

Settings are not saved at all when colorForANSIColor: is swizzled.

Cause : NSColor cannot be stored in NSUserDefaults directly, so we have to archive those before storing them with setScopeValue

Youx commented 15 years ago

Replace class posing with method-swizzling. Extend classes instead of making subclasses. Use a library for method swizzling. Archive/Unarachive NSColors before putting/getting them in the profile (Closed by 6ea18d4aacd933d323c28770d634e9a235ecd4c0)