-
Notifications
You must be signed in to change notification settings - Fork 12
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
IDEA 2021.2 (Ultimate Edition) causing java.lang.ClassNotFoundException #40
Comments
I second this. I am facing the same problem. This is an essential plugin for some of my projects and I would greatly appreciate a solution. |
Crap, I might actually have to main this?? 😂 |
Not really. You have my gratitude for even creating this, even if you don't update it. For anyone still here. I turned on soft wraps in the IDE as a work around for this in the meantime. It resizes the text to fit within the window width without going off the screen. |
+1 for RubyMine 2021.2 Lemme know if you need any assistance. Been a while since I did any IDE hacking in Java, but ... "how hard could it be?!?!" ;) |
Good to know it's happening in RubyMine. I was worried I couldn't debug it
in PyCharm!
I'm closing out my quarterly tasks at work currently and will take a look
ASAP.
On Wed, Jul 28, 2021 at 4:21 PM chrismo ***@***.***> wrote:
+1 for RubyMine 2021.2
Lemme know if you need any assistance. Been a while since I did any IDE
hacking in Java, but ... "how hard could it be?!?!" ;)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAXXHVFVTWBKDGSNXQVDCDT2CGH3ANCNFSM5BC7C2WA>
.
Disclaimer
The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.
This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast Ltd, an innovator in Software as a Service (SaaS) for business. Providing a safer and more useful place for your human generated data. Specializing in; Security, archiving and compliance. To find out more visit the Mimecast website.
|
The error seems odd, that it suddenly can't find a class in a plugin that hasn't changed. I found this issue in their issue tracker - seems similar. https://youtrack.jetbrains.com/issue/IDEA-272393
Maybe this issue: https://youtrack.jetbrains.com/issue/IDEA-272164#focus=Comments-27-4979754.0-0 Ah, this issue seems pretty similar as well: https://youtrack.jetbrains.com/issue/IDEA-274533 |
I use this plugin too and would really like to see it fixed. I'm a lazy programmer that likes to type and edit what I typed multiple times so this plugin has been a nice code cleanup tool for me! |
Thanks for this plugin! Love it! Same error in Goland ;-) |
Just installed this in RubyMine, and am experiencing the same problem |
[edited] Thanks folks! I'll do my best to remember how to upload this. 😂 |
I get the feeling that JetBrains' own source code must not enforce a hard-wrap boundary, so wrapping comments is not something they think about. |
Progress continues. I've been trying to get IntelliJ to build my plugin, or even recognize the project as a plug-in, but alas it will not. I'll continue tonight! |
Update: I've called in some backup from JetBrains. 😅 |
Hi. Thanks so much for your plugin. It's great. Unfortunately I get this error after upgrading IDEA:
Plugin 'com.andrewbrookins.wrap_to_column' failed to initialize and will be disabled. Please restart IntelliJ IDEA.
Thanks.
IDEA version
stack trace
The text was updated successfully, but these errors were encountered: