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

[#135] Create nodes for cells with zero lengths #136

Merged

Conversation

berezhkoE
Copy link
Collaborator

Here GitHubTableMarkerBlock#fillCells nodes for cells and separators are created. And a node for a cell is created even if its length is zero.
And then here TreeBuilder#constructEvents events are created, and for nodes with zero lengths, only one event is created (and not two as elsewhere). And then after sorting, these events are strangely located. Such a cell appears to be between the opening and closing of the separator.
Therefore, I think that it is necessary to correct how these events are compared, specifically in the case of an empty event.

@FirstTimeInForever FirstTimeInForever merged commit f8c87d7 into JetBrains:master Nov 15, 2023
3 checks passed
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.

2 participants