Foundry.SimpleTextBuffer¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Foundry.SimpleTextBuffer(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Simple implementation of a text buffer.
Foundry.SimpleTextBufferprovides a basic text buffer implementation that stores content as a string and provides text editing operations. It implements theFoundry.TextBufferinterface and serves as a lightweight alternative to more complex text buffer implementations.- classmethod new()¶
- Return type:
- classmethod new_for_string(string, len)¶
- Parameters:
- Return type: