-
Notifications
You must be signed in to change notification settings - Fork 392
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
An Exception: Unspecified error #34
Comments
I will look into it. |
Did some further troubleshooting and this issue seems to occur only when using Shift+Enter to continue on to the next line rather than just Enter. Will throw an error when attempting to highlight, doesn't change whether there is content on the next line or not. Seems to be the Shift+Enter character that's causing the issues in my case. (maybe the character is \r instead of \r\n) |
@ryleeferguson Thanks for detailed analysis, that's probably why I couldn't reproduce issue with sample provided by @mrsWolowitz because those special characters were lost during process. |
Should be fixed in v3.3. |
same error occurs when there is a TAB used during writing code (not when it is pasted). |
I'm running 3.4 and this error still shows up @elvirbrk OneNote 2016 |
Please provide sample text or sample OneNote page that is triggering this issue, because I cannot find a way to reproduce it. |
The issue is with the \t tab character. When I switch to spaces it works fine. You probably need to do the same in a decorator. |
Still didn't manage to reproduce, no matter where I enter TAB or \t everything works fine. |
If you can provide sample page that is causing this error, that would be great. |
Lab 5.zip |
Should be fixed in v3.6 |
using (PXRecord rec = PXBase.SelectSingle<APSetup>( new PXField("Param"))) { Param = false; }
When I select that code to convert I get the error:
The text was updated successfully, but these errors were encountered: