LoganDark
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
LoganDark created a post, AnsweredIntellIJ Ultimate license expired and I need to transfer my settings to Community Edition
I accidentally glitched my theme in CE after 'migrating' the settings and now the settings.zip from Ultimate is gone and I can't export the settings again because it's not licensed. So how do I ove... -
LoganDark commented, -
LoganDark created a post, AnsweredSpace between '}' and 'else' in C++ code
Hey, here's something that really pisses me off. "}else {" How do I fix it? I prefer "} else {". -
LoganDark created a post, Top-level await
WebStorm marks top-level `await` as invalid. This is correct in most cases, but not for files loaded using await-top. How do I fix this?