Changeset 447

Show
Ignore:
Timestamp:
03/10/08 9:11:48 AM (9 months ago)
Author:
nicholas
Message:

Actually display the value of the TerminalRequireOptionForSelfDrag? setting; broken since introduction in 1.4!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ICeCoffEE/ICeCoffEE/English.lproj/APEInfo.rtfd/TXT.rtf

    r445 r447  
    44{\colortbl;\red255\green255\blue255;\red255\green0\blue9;\red0\green0\blue255;\red136\green136\blue136; 
    55\red102\green102\blue102;} 
    6 \vieww16080\viewh19160\viewkind0 
    76\pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\tx10560\tx11520\tx12480\tx13440\tx14400\tx15360\tx16320\tx17280\tx18240\tx19200\tx20160\tx21120\tx22080\tx23040\tx24000\tx24960\tx25920\tx26880\tx27840\tx28800\tx29760\tx30720\tx31680\tx32640\tx33600\tx34560\tx35520\tx36480\tx37440\tx38400\tx39360\tx40320\tx41280\tx42240\tx43200\tx44160\tx45120\tx46080\tx47040\tx48000\tx48960\tx49920\tx50880\tx51840\tx52800\tx53760\tx54720\tx55680\tx56640\tx57600\tx58560\tx59520\tx60480\tx61440\tx62400\tx63360\tx64320\tx65280\tx66240\tx67200\tx68160\tx69120\tx70080\tx71040\tx72000\tx72960\tx73920\tx74880\tx75840\tx76800\tx77760\tx78720\tx79680\tx80640\tx81600\tx82560\tx83520\tx84480\tx85440\tx86400\tx87360\tx88320\tx89280\tx90240\tx91200\tx92160\tx93120\tx94080\tx95040\tx96000\ql\qnatural 
    87 
     
    258257\'95    Fixed URL flashing behavior in text views and WebKit\ 
    259258\'95    Bring application to the foreground where needed to display errors\ 
     259\'95    Correctly display setting \'93Require  
     260\f2 \uc0\u8997  
     261\f1  to drop text in same window\'94\ 
    260262\'95    Upgraded project to Xcode 2.4\ 
    261263\'95    Requires Mac OS X 10.4.11 or later\ 
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEController.m

    r142 r447  
    8585    [servicesInContextualMenu setState: [prefs boolForKey: ICP(ServicesInContextualMenu)]]; 
    8686    [servicesInMenuBar setState: [prefs boolForKey: ICP(ServicesInMenuBar)]]; 
     87    [terminalRequireOptionForSelfDrag setState: [prefs boolForKey: ICP(TerminalRequireOptionForSelfDrag)]]; 
    8788    [errorSoundEnabled setState: [prefs boolForKey: ICP(ErrorSoundEnabled)]]; 
    8889    [errorDialogEnabled setState: [prefs boolForKey: ICP(ErrorDialogEnabled)]];