What does bold or not mean in Project Window and what are the (n) numbers shown ?
Answered
I have imported into IntelliJ maven modules.
Some of the names are shown in bold, some are not.
I checked the Help page but besides colors I didn't see what bold / not bold means.
Also, I have some lines that show the module name, and others with (numbers) between () and I have no idea what it means
itmc-parent
itmc-functional-tests [itmc-functional-tests(2)]
Why is the second line different with a value in [] and what does the number between () mean ?
Please sign in to leave a comment.
Module name is specified in bold in the square brackets. The number can appear if there are multiple modules with the same name.
thank you, that was helpful :)
I have removed modules, imported them again which removed the (n) parts from appearing
I have also properly defined the sources folder as sources so now Control-B and colorization work perfectly.
Thanks Serge :D