Releases: gdr1461/GEditor
Releases · gdr1461/GEditor
v0.3.0
Features
- Added ability to transfer text from one line to another when creating / deleting the line.
- Added code indentation. Can be disabled with
Editor.Indentation
bool for one editor or withEnabled
variable in theIndentation
module for all editors.
Editor Instance
- Added variable Indentation.
- Added argument
Default
to the method GetCursorPosition. - Added argument
FromCursor
to the method CreateLine. - Added argument
TransferText
to the method RemoveLine.
Line Instance
- Added variable PreviousCursor.
- Added argument
Default
to the method GetCursor. - Added method GetTextFromCursor.