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:
modules nested within project .idea file left outside scope of project tool window:
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 :
this time can peruse .idea file project tool window, though don't see why nested in module:
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
Post a Comment