Skip to content

fix: imported patterns used for inheritance were not highlighted.#185

Merged
paxcut merged 1 commit into
WerWolv:masterfrom
paxcut:inheritanceColors
Jul 25, 2025
Merged

fix: imported patterns used for inheritance were not highlighted.#185
paxcut merged 1 commit into
WerWolv:masterfrom
paxcut:inheritanceColors

Conversation

@paxcut
Copy link
Copy Markdown
Collaborator

@paxcut paxcut commented Jul 25, 2025

The problem was that imported files didn't have token sequences to obtain the UDT variables. The fix was to create maps from the file name to the token sequence and then process each imported file to obtain all the variables needed. Function variables are skipped since they can be part of the code. There are also some minor code style corrections and a fix in the text editor where the last line of a selection was not being deleted.

The problem was that imported files didn't have token sequences to obtain the UDT variables. The fix was to create maps from the file name to the token sequence and then process each imported file to obtain all the variables needed. Function variables are skipped since they can be part of the code.
There are also some minor code style corrections and a fix in the text editor where the last line of a selection was not being deleted.
@paxcut paxcut merged commit 06874c2 into WerWolv:master Jul 25, 2025
4 checks passed
@paxcut paxcut deleted the inheritanceColors branch July 25, 2025 18:03
lawm pushed a commit to lawm/PatternLanguage that referenced this pull request Mar 13, 2026
…rWolv#185)

The problem was that imported files didn't have token sequences to obtain the UDT variables. The fix was to create maps from the file name to the token sequence and then process each imported file to obtain all the variables needed. Function variables are skipped since they can be part of the code.
There are also some minor code style corrections and a fix in the text editor where the last line of a selection was not being deleted.
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.

1 participant