ForgeGradle icon indicating copy to clipboard operation
ForgeGradle copied to clipboard

Overhaul IDE run configurations

Open Matyrobbrt opened this issue 2 years ago • 3 comments

This PR overhauls run configs by:

  • making running prepareRunX configurable (previously this task was never even run for eclipse)
  • adding an option that will copy gradle resource output to the IDE-specific out folders (bin / out)
  • allowing the generation of run folders, which for IDEA will group all the configurations for a project, and for Eclipse will append the folder name to the .launch files

A possible idea was also having a FG-specific configuration file (that documents all the available options) that is not tracked by VCS, which allows the end user to independently configure IDE-specific FG settings, though that is still undecided.

Matyrobbrt avatar Jun 17 '22 21:06 Matyrobbrt

At the request of @SizableShrimp, this PR has been merged with #866.

Matyrobbrt avatar Jun 17 '22 21:06 Matyrobbrt

Second

TheCurle avatar Jun 18 '22 17:06 TheCurle

Suggestions applied.

Matyrobbrt avatar Aug 10 '22 09:08 Matyrobbrt

Completed in ForgeGradle 6.

SizableShrimp avatar May 22 '23 05:05 SizableShrimp