LayoutManager
LayoutManager
- Subject: LayoutManager
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Fri, 23 Nov 2001 15:03:44 +0100
I have a TextStorage where some characters have an addtitional Attribute
"Hidden".
And I want the LayoutManager NOT to display these characters.
E.g.
Storage:
some text -Now chars with Hidden- Followed by normal text
This should be displayed as:
some text @Followed by normal text
I.e. a whole range of hidden chars should be shown as "@".
Probably I have to override some methods in LayoutManger, but I cannot
figure out, which and how.
Could someone give me some clues?
(If someone wants to know why: I like the contract feature of NextSteps
Edit.app, which I very much miss in PB-Editor. So I am trying to write
my own editor)
Gerriet.