Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logging #46

Merged
merged 2 commits into from
Feb 21, 2022
Merged

Add logging #46

merged 2 commits into from
Feb 21, 2022

Conversation

jperedadnr
Copy link
Collaborator

Fixes #45

Shows the pieces created for instance after changes in decoration:

PieceTable{
 O="Simple text one two three<n>Extra line text",
 A="",
 L=41, pieces ->
 - Piece{type=O, [0, 12], deco{color=0x0000ffff, font['Arial', 17.0, R, N]}, "Simple text "}
 - Piece{type=O, [12, 3], deco{color=0x0000ffff, font['Arial', 17.0, R, B]}, "one"}
 - Piece{type=O, [15, 26], deco{color=0x0000ffff, font['Arial', 17.0, R, N]}, " two three<n>Extra line text"}
}

or after some insertion:

PieceTable{
 O="Simple text one two three<n>Extra line text",
 A=" new",
 L=45, pieces ->
 - Piece{type=O, [0, 15], deco{color=0x0000ffff, font['Arial', 17.0, R, N]}, "Simple text one"}
 - Piece{type=A, [0, 1], deco{color=0x0000ffff, font['Arial', 17.0, R, B]}, " "}
 - Piece{type=A, [1, 1], deco{color=0x0000ffff, font['Arial', 17.0, R, B]}, "n"}
 - Piece{type=A, [2, 1], deco{color=0x0000ffff, font['Arial', 17.0, R, B]}, "e"}
 - Piece{type=A, [3, 1], deco{color=0x0000ffff, font['Arial', 17.0, R, B]}, "w"}
 - Piece{type=O, [15, 26], deco{color=0x0000ffff, font['Arial', 17.0, R, N]}, " two three<n>Extra line text"}
}

@jperedadnr jperedadnr merged commit 02f059d into gluonhq:master Feb 21, 2022
@jperedadnr jperedadnr deleted the 45-log branch February 21, 2022 13:45
jperedadnr pushed a commit to jperedadnr/rich-text-area that referenced this pull request Jul 11, 2023
jperedadnr added a commit to jperedadnr/rich-text-area that referenced this pull request Jul 11, 2023
* Bump versions

* Refactor prompt bindings

* updated parent pom version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add logging to trace pieces
2 participants