[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSTextView-RightClick
From: |
A. Arias |
Subject: |
Re: NSTextView-RightClick |
Date: |
Wed, 05 Sep 2012 12:24:36 -0600 |
El mié, 05-09-2012 a las 16:29 +0000, Steve Van Voorst escribió:
> I'm seeing this console output when I do a right click on an
> NSTextView:
>
> 2012-09-05 11:19:05.459 txtView[4085] Language: AmericanEnglish
> 2012-09-05 11:19:05.460 txtView[4085] Service to
> start: /usr/lib/GNUstep/Services/GSspell.service
> 2012-09-05 11:19:05.460 txtView[4085] Port:
> GNUAmericanEnglishSpellChecker
> 2012-09-05 11:19:05.461 txtView[4085] Set proxy
>
> I also have an editor with its own log window being ported from Mac
> and this output keeps showing up in the log every time I right click
> in the editor, which is an NSTextView. To demonstrate, you may run
> this code. It only happens when using openapp ./xxxx.app. If I
> double click on the executable in the xxxx.app folder to launch the
> app, I don't see the output. Is this a feature? It is harmless, but
> annoying to see in my private log window.
>
This only happen at first right click over a word. This start the spell
checker that is available at contextual menú. Write a wrong word and do
right click above this. You will see the suggested words.
- NSTextView-RightClick, Steve Van Voorst, 2012/09/05
- Re: NSTextView-RightClick,
A. Arias <=
- Re: NSTextView-RightClick, Steve Van Voorst, 2012/09/05
- Re: NSTextView-RightClick, Steve Van Voorst, 2012/09/05
- Re: NSTextView-RightClick, A. Arias, 2012/09/05
- Re: NSTextView-RightClick, A. Arias, 2012/09/05
- Re: NSTextView-RightClick, Steve Van Voorst, 2012/09/05
- Re: NSTextView-RightClick, A. Arias, 2012/09/06
- Re: NSTextView-RightClick, Steve Van Voorst, 2012/09/06