Should copy + paste change characters?

2013-12-27 Thread Gerriet M. Denkmann
When I have a rich text (with the font set to Heiti SC Light), which contains these three lines: L'œuf de volaille = 鸡卵 Note: LATIN SMALL LIGATURE OE traditional: "盧" simplified: "卢" Note: CJK COMPATIBILITY IDEOGRAPH-F933 traditional: "雞" simplified: "鸡" and I select all and copy it into anothe

Re: Should copy + paste change characters?

2013-12-27 Thread Ken Thomases
On Dec 27, 2013, at 2:01 AM, Gerriet M. Denkmann wrote: > When I have a rich text (with the font set to Heiti SC Light), which contains > these three lines: > > L'œuf de volaille = 鸡卵Note: LATIN SMALL LIGATURE OE > traditional: "盧" simplified: "卢" Note: CJK COMPATIBILITY IDEOGRAPH-F933 >

Re: Should copy + paste change characters?

2013-12-27 Thread Gerriet M. Denkmann
On 27 Dec 2013, at 15:23, Ken Thomases wrote: > On Dec 27, 2013, at 2:01 AM, Gerriet M. Denkmann wrote: > >> When I have a rich text (with the font set to Heiti SC Light), which >> contains these three lines: >> >> L'œuf de volaille = 鸡卵 Note: LATIN SMALL LIGATURE OE >> traditional: "盧"

Keep sibling view in Responder Chain

2013-12-27 Thread Trygve Inda
I have a document with a SourceView on the left side (like iTunes). Some main menu commands pertain to actions in the Source View. This works fine if the SourceView is the active view but my window has other views held in a SplitView. If a sibling of the SourceView is active, the SourceView is not

Re: Keep sibling view in Responder Chain

2013-12-27 Thread Appa Rao Mulpuri
Hi Use SetNextResponder method to insert your view into the responder chain. https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Even tOverview/EventArchitecture/EventArchitecture.html will give the more information. Regards, Apparao Mulpuri On 12/27/13 6:22 PM, "Trygve Ind

Re: Keep sibling view in Responder Chain

2013-12-27 Thread Trygve Inda
> Hi > > Use SetNextResponder method to insert your view into the responder chain. > https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Even > tOverview/EventArchitecture/EventArchitecture.html will give the more > information. > > So when can I know to call setNextResponder

[MEET] Toronto CocoaHeads / tacow - January 14

2013-12-27 Thread Karl Moskowski
tacow's next meeting is scheduled for 6:30 PM on Tuesday, January 14, 2014 in meeting room 308 of Metro Hall. Ash Furrow will discuss functional reactive programming using ReactiveCocoa. For more details and to RSVP, head over to . Thanks, an

Re: Creating NSButton in Code does not set controlTint to currentControlTint

2013-12-27 Thread Peter Teeson
On 2013-12-27, at 12:45 AM, Quincey Morris wrote: > Perhaps the problem was that the button was coming out graphite regardless of > the system setting, but your latest test doesn’t confirm that. Bingo! The system setting (Preferences Appearance) was Blue which is what is is when you install eve

Best Practices for Code Organization

2013-12-27 Thread Alex Hall
Hello list, I am continuing to work on my audio game for the Mac. Audio games are a genre of games for those who cannot see; these games use audio to indicate obstacles, enemies, and other game elements. Anyway, as with most games, a huge part of the experience is keyboard commands, which means

Re: Keep sibling view in Responder Chain

2013-12-27 Thread Kyle Sluder
On Dec 27, 2013, at 4:52 AM, Trygve Inda wrote: > > If a sibling of the SourceView is active, the SourceView is not in the > responder chain and thus my menu commands are greyed out. > > How can I keep a sibling view in the responder chain? This is OS X, right? Implement -supplementalTargetFor

Re: Creating NSButton in Code does not set controlTint to currentControlTint

2013-12-27 Thread Peter Teeson
On 2013-12-27, at 12:31 AM, Kyle Sluder wrote: > On Thu, Dec 26, 2013, at 07:08 PM, Peter Teeson wrote: >>[_Cancel setBezelStyle:NSShadowlessSquareBezelStyle]; > Ah. I think I've found (part of) your problem. > NSShadowlessSquareBezelStyle does not and to my knowledge has never > supported ti

Re: Best Practices for Code Organization

2013-12-27 Thread Seth Willits
On Dec 27, 2013, at 8:19 AM, Alex Hall wrote: > So, that's the general idea. Now, how do you all suggest this be organized? > Much of it is inter-related, which is where I am unsure. There are 1000 ways to skin a cat. To me you've already demonstrated that you know enough about separating conc

Re: Should copy + paste change characters?

2013-12-27 Thread Frédéric Testuz
Le 27 déc. 2013 à 21:01, Frédéric Testuz a écrit : > > Le 27 déc. 2013 à 18:09, Gerriet M. Denkmann a écrit : > >> >> Le 27 déc. 2013 à 21:42, Frédéric Testuz a écrit : >> >>> I have 10.9.1 (local:swiss-french) and did what you propose. >>> First: when I copy-paste the text from your first