tamjk
Desktop & web applications mainly in Java & JavaScript
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Charset or Language Change On Update
AnsweredThis is the bug after an update was accepted to version 2019.1.4 just now. I thought that IntelliJ was only in English. The 'language' shown is not known. I doubt if it's a real language - more l... -
Edited Self-closing for loop generates warning by IDEA's Analyze > Inspect code ...
AnsweredSelf-closing for loops are very useful if you simply want to pick out a match to some object (or some condition for that object) within a collection class. For example, if I want to find a match t... -
Created Move all single line comments rightward to column 121 ?
AnsweredI'd like to have all single-line code comments shifted to the right, i.e. starting at ~ column 121. This way, I can speed up my code-reading skill without the distraction of seeing explanatory comm...