mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:00:46 +00:00
Moved the string method to NSTextView
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8372 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
920db3c3ca
commit
dfb8d582cf
1 changed files with 19 additions and 16 deletions
|
@ -140,6 +140,7 @@ NSRange MakeRangeFromAbs (unsigned a1, unsigned a2)
|
|||
//
|
||||
// Instance methods
|
||||
//
|
||||
|
||||
//
|
||||
// Initialization
|
||||
//
|
||||
|
@ -196,8 +197,8 @@ NSRange MakeRangeFromAbs (unsigned a1, unsigned a2)
|
|||
|
||||
- (NSString*) string
|
||||
{
|
||||
// FIXME: This should remove all the attachement characters.
|
||||
return [_textStorage string];
|
||||
[self subclassResponsibility: _cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
// old methods
|
||||
|
@ -1536,8 +1537,10 @@ NSRange MakeRangeFromAbs (unsigned a1, unsigned a2)
|
|||
|
||||
_tf.is_ruler_visible = flag;
|
||||
if (sv != nil)
|
||||
{
|
||||
[sv setRulersVisible: _tf.is_ruler_visible];
|
||||
}
|
||||
}
|
||||
|
||||
- (int) spellCheckerDocumentTag
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue