gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC] Text Input Management System (6)


From: Kazunobu Kuriyama
Subject: [RFC] Text Input Management System (6)
Date: Fri, 21 May 2004 17:20:07 +0900
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4) Gecko/20030624 Netscape/7.1

Note on the current status of the development:

NSTextView.{h.m} were modified to support marked text. (N.B.: The
modification was done against the version in a branch, not the one
in the main trunk of the CVS.)

Apart from the implementation details, the only significant change
is that a new instance variable of type NSRange, called _markedRange,
was brought in to the interface.

Since the new variable holds onto state concerning marked text, and
marked text is meaningful (conceptually, at least) only while the user
is doing something with a text view (IOW, during runtime), the variable
is nothing to do with object archiving.  (Is this conjecture right?)

Now the development is in the last phase---writing a language-specific
input server.

Regards,
- Kazunobu Kuriyama

P.S. On Mac OS X, they say the 'defaults' utility accepts colors by
specifying three RGB components.  Does anyone know the format for
that?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]