-
Notifications
You must be signed in to change notification settings - Fork 20
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
can't handle PST animate.ids...in dialogs, at least #199
Comments
Might be related to this... |
Man, weidu is too smart for its own good... D action looks like this
The relevant weidu code is just
|
This happens because Dlg.save_dlg invokes Dlg.convert_raw_text on the action, which replaces the final space in "(cl 1) " with a newline, which cases the future Hashtbl lookup to fail, resulting in the parse warning. The D file is created fine, with |
And this should be fixed in 65964c2. |
This is back on because regexps suck. |
So, uhm, any examples of strings that should and should not be caught by the regex? Maybe I'll think of one. |
animate.ids looks like this
Error
The text was updated successfully, but these errors were encountered: