java developer

- Total activity 173
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 21
- Subscriptions 43
-
Edited Had to reinstall fresh copy of Linux. I have the old copy. How to transfer old settings to IJ ?
First a little background. On a new disk I installed a new version of Linux. The old disk with the old version is unchanged. IJ itself is kept on a 3rd disk. It is manually downloaded to that disk... -
Created Cannot import saved theme or keymap
AnsweredHi all, I have the latest beta of IJ. I find I cannot import a saved keymap which I have on disk nor can I tell IJ to use a theme I saved to disk. This appears to be because the options to "load fr... -
Created How do you guys work with multi-module dev efforts?
AnsweredI don't use Maven or Gradle or other technologies, just IJ. I have multiple (Java 9 )modules . I want them all open at once so they all appear in the project view. They're effectively libraries th... -
Created Mysterious film icon
In the lower left hand side of my screen I saw a "moving film" icon and a green notification informing me that X had been recorded where X was whatever I had just done in the IDE, so, say if I hit ... -
Created transparent red circle icon in lower right hand corner of file icon in the project view
AnsweredJust what the title says. Does anyone know what it is ? -
Created Can someone tell me how to get rid of the val type replacement the IDE is doing?
I can't figure it out. I searched for val and type inference and infer and type and anything else I could think of. So this is here the ide replaces the actual type of a local variable with the wor... -
Edited Trouble using the Java source itself as the source code of a project
AnsweredHi, I have a "project" whose source is the Java 13 source itself. I put project in quotes because I don't expect IJ to compile the Java source even if I point it to the modules and yadda yadda ... -
Edited String DOUBLE_BACKSLASH= "\\" ought to not show an error.
AnsweredI use this construct in reg.exp.. It's perfectly legal Java. Intellij shows it as an error. It's useful to escape other patterns, like opening parens '(' which would otherwise signal to the pattern... -
Created quick doc lost the option to be a docked window
AnsweredQuick doc launches the javadoc documentation as a window. Somehow this window when it launches no longer has the little gear icon in the upper right hand corner, so I have lost the ability to have... -
Created Bug report error
AnsweredSorry to have to post this here. Just submitted a bug report to Intellij->Debugger . Made a material mistake in my description. The conditional debug statement should be on line 54 . It doesn't wor...