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

remove ImNodes/Plot prefixes #378

Merged
merged 9 commits into from
Nov 5, 2024
Merged

remove ImNodes/Plot prefixes #378

merged 9 commits into from
Nov 5, 2024

Conversation

gucio321
Copy link
Collaborator

@gucio321 gucio321 commented Nov 5, 2024

fix #364

also:
- add a new special Identiier type: EnumIdentifier,
which includes renameEnum.
- original CIdentifier.renameEnum has bee removed
now to correctly rename EnumIdentifier to GoIdentifier do
enumId.renameEnum().renameGoIdentifier()

reasons:
- even with replace map, there was a conflict between ImAxis_ and ImPlotAxis (both were renamed to Axis before replace was applied)
@gucio321

This comment was marked as outdated.

@gucio321 gucio321 merged commit 82a5c1a into AllenDang:main Nov 5, 2024
5 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.

ImNodes* Nodes* Plot* prefixes
1 participant