-
Notifications
You must be signed in to change notification settings - Fork 21
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
Uncaught TypeError: Cannot create property 'reversed' on string '' #176
Comments
To me it also happens where doing CMD+L+E to start an environment. |
+1: Similar thing (quotes) started happening to me on OSX Sierra (10.12.6) using Atom 1.23.1 x86 with LatexTools 0.8.5. Steps to reproduce:
Happy to provide more details if needed (eg package-list, console log, etc). |
Same here. Not sure how to fix that |
I can confirm that the bug is still there. I am using Atom 1.23.3 on High Sierra 10.13.3. It affects the dollars |
This bug is nearly a showstopper for the plugin and has been open for months. It's getting embarrassing on top of frustrating... |
It is the same for Atom 1.24.0, I've tried reinstalling, however the problem is still there.. and it's been there since late 2017... really frustrating.. |
Still here in April, with Atom 1.25.0. Really frustrating! |
Still here in May, with Atom 1.26. Is this plugin maintained at all? If authors do not care about fixing embarrassing bugs they could just flag the package as unmaintained or deprecated so we can move on. |
I found a workaround.
case 1: for the $-matcher, find and comment the code:
replace it by:
case 2: for the ' and "-matcher, find and comment the code:
replace it by:
Caveatsany update of the latextools package will delete your editings |
What a hero! This is working for me, but I had issues with indenting to start with, so make sure it all matches up if you're having trouble. Thank you, oaroldan! <3 |
@findlayjy Nice to know that it helped you! Thanks for let me know about the indenting issue (I updated my post to include this) |
@oaroldan Thank you so much! It worked for me too! |
[Enter steps to reproduce:]
I just wanted, as I did in the past, to put $ $ around some mathematical notation. Basically I can put $ $ and then add some content$A_1$ or I can A_1 and then put $A_1$ using, as usual, SHIFT 4. The second approach returns an error.
Atom: 1.23.1 x64
Electron: 1.6.15
OS: Mac OS X 10.12.5
Thrown From: latextools package 0.8.5
Stack Trace
Uncaught TypeError: Cannot create property 'reversed' on string ''
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: