I have a questions about items in richview. Assume following scenario:
1. User paste following text in richviewEDIT
2. Then he select "The Borland Developer Studio IDE" and Change the style using ApplyTextStyles.Borland Developer Studio is an integrated development environment (IDE) for building Delphi, Delphi for .NET, C#, and C++ applications. The Borland Developer Studio IDE provides a comprehensive set of tools that streamline and simplify the development life cycle.
3. Then he select Borland and change the style again using ApplyTextStyle (to anothor style)
4. Now there are 5 items in RichView:
A. Borland Developer Studio is an integrated development environment (IDE) for building Delphi, Delphi for .NET, C#, and C++ applications. -> Style: Normal Text
B. The -> Style #1
C. Borland -> Style #2
D. Developer Studio IDE -> Style #1
E. provides a comprehensive set of tools that streamline and simplify the development life cycle. -> Style: Normal Text
I want to change this behavior in RichView. I need get following Items:
A. Borland Developer Studio is an integrated development environment (IDE) for building Delphi, Delphi for .NET, C#, and C++ applications. -> Style: Normal Text
B. The Borland Developer Studio IDE -> Style #1
C. Borland -> Style #2
E. provides a comprehensive set of tools that streamline and simplify the development life cycle. -> Style: Normal Text
Is it possible?
Sorry for my bad english