Floobits / floobits-intellij

Real-time collaborative editing plugin for IntelliJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest update 1.5.11 freezes Android Studio 1.4 x64 in Linux

azariah001 opened this issue ยท comments

On connection to project workspace in Android Studio 1.4 x64 on Linux, it locks up instantly before the menu has a chance to even close. Manual download and roll back to 1.5.10 fixes the issue.

@azariah001

Are there any exceptions in your logs?

edit: The diff looks harmless... this is a strange bug.

Woops I forgot about this. ๐Ÿ˜ฌ Is probably fixed now but I just found the issue. ๐Ÿ˜›

In the src/floobits/dialogs/ShareProjectDialog.java file line 39 before patch and 43 after is still referring to the workspaceName variable which was refactored to projectName. Woops. I'm guessing whoever made that particular edit didn't use JetBrain's refactor tool. ๐Ÿ˜›

I'll put a reminder in my calendar to take a look at it tomorrow make sure it has been fixed now. ๐Ÿ˜„

Whatever happened at the time is no longer an issue in the most recent version, so.... I'm just gonna close this. Also took a look at that variable and they had just implemented a bunch of illegal character handling which should have made it more stable soooo eh. Weird. No longer an issue in the latest versions of the plugin sooo yeah. No point hanging around here. :P