I have 2 cores.
Which one is from which project?
And which desktop is from which project?
Is there anyway to rename that?
Tried to rename it and it failed
I have 2 cores.
Which one is from which project?
And which desktop is from which project?
Is there anyway to rename that?
Tried to rename it and it failed
What do you exspect when you have two projects with the same name?
Load your multi-project projects into seperate project groups, maybe?
NetBeans allows multiple projects with the same name? I know Eclipse has it’s own bullshit, but not like that.
They arent two projects with the same name.
They are two different projects.If they have subProjects,they should be at least connected in the graph in a correct form.
And yes, i did use project groups. its still annoying because normally i check the code of the other project to compare.
Its annoying.
They should at least make it like this :
-Project A
—>Core
—>Desktop
-Project B
—>Core
—>Desktop
But instead, we have this :
-Project A
-Project B
-Core
-Core
-Desktop
-Desktop
Do you think theres no problem with this whatsoever?
I’ve got my own gruff with IntelliJ + Gradle right now. I use Java7 source language level, and everytime I open my gradle project it resets it to 6.0 and asks me to restart. I have to manually put it to 7 every time I start up. For the life of me I can’t find the setting in the gradle that is doing this, and I’ve already change a bunch of 1.6s to 1.7s
You can just use different project group for every project which is composed from many smaller projects - in this way everything is much cleaner.
Still annoying.
Because when you change project group, you cant access other projects code.