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 support for .RESW files #5

Open
mrlacey opened this issue Nov 11, 2018 · 2 comments
Open

Add support for .RESW files #5

mrlacey opened this issue Nov 11, 2018 · 2 comments
Milestone

Comments

@mrlacey
Copy link
Owner

mrlacey commented Nov 11, 2018

Currently, only .resx files are supported.
.resw files have the same internal structure and so should be easy to support. However, the way they are used in code makes their usage harder to identify.

Add support if a simple way to identify their usage can be identified.
This may require more complicated code analysis than just string matching. I originally looked at this for resx support too but it is much more complicated and there are many errors and edge cases to consider.

@mrlacey mrlacey added this to the Backlog milestone Nov 25, 2018
@mrlacey
Copy link
Owner Author

mrlacey commented Feb 3, 2019

Make running on *.resw files an optional setting that is disabled by default.

Can use ResXFileCodeGenerator as a Custom Tool on .resw files.

@mrlacey mrlacey modified the milestones: Backlog, 1.4 Feb 3, 2019
@mrlacey mrlacey modified the milestones: 1.4, Backlog Mar 29, 2019
@mrlacey mrlacey self-assigned this Jun 2, 2020
@mrlacey mrlacey removed their assignment Jan 11, 2022
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

No branches or pull requests

1 participant