java - What am I to make of the layout of IDEAs default project structure? -


so ... go file > new project > java module , type in (1) project name , (2) module name , project structure makes sense me:

the modules nested within project

modules nested within project .idea file left outside scope of project tool window:

the .idea file isn't in scope

why that? i'd assume 1 .idea file show here?

and can crankier if go file > new project > java module , swap order fill in project , module names (so type (1) module name followed (2) project name). in case illogical project structure (i think) later modules, along .idea file, become nested in initial module :

new modules nested within initial module

this time can peruse .idea file project tool window, though don't see why nested in module:

enter image description here

now am aware 1 may tweak project , module paths in wizard, don't default behaviour , not way of nesting modules within modules along project .idea file.

in perfect dreamworld, have structure in projectnamefirst project above, along .idea file in project tool window.

so ... why aren't things in perfect dreamworld? make of modules-within-modules nesting? , why wouldn't 1 want .idea file editable within project tool window?

(this under idea ultimate 12.1.3)

i've had following jetbrains support:

http://devnet.jetbrains.com/message/5487081#5487081

there bug in idea's creation wizard first case (projectnamefirst).


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -