KAdot

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
KAdot created a post, Custom FileType icon and filename disappear from Project View after some time
I created Custom Language Support plugin based on tutorial (http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support_tutorial.html).For my FileType I reuse StdFileTypes.PLAIN_TE... -
KAdot created a post, JavaScript: unindent on backspace
I'm using 4 spaces as a identation for Python and JavaScript code.If i press 'backspace' it will just remove one space in JavaScript, how i can setup unindent on backspace? (this case works fine fo...