Posted March 5, 20196 yr maybe because i have to press Ctrl + s for it to save or it automatically save, im not seeing code update changes and prompts to save: Ive been these sites for solutions but to no avail https://intellij-support.jetbrains.com/hc/en-us/community/posts/207109369-Code-change-is-not-being-reflected-in-the-idea-plugin
March 5, 20196 yr Author Also i think this helps, I tried putting gradles.start and reruning gradles setupdecompworkspace idea still no avail
March 5, 20196 yr Goto: File > Settings > Build, Execution, Deployment > Debugger > HotSwap and set "Reload classes after compilation" to "Always" My Twitter: https://twitter.com/zeroneye
March 6, 20196 yr You need to tell IntelliJ to recompile the file... eclipse does it when you hit save, IntelliJ doesn’t. Personally I really like this feature. You can recompile the current file with the keybind, by going to build -> recompile project or right clicking the file in the project explored and selecting recompile. About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
March 7, 20196 yr Author On 3/6/2019 at 8:38 PM, Cadiboo said: You can recompile the current file with the keybind, by going to build -> recompile project or right clicking the file in the project explored and selecting recompile. what keybind?
March 7, 20196 yr Top Menu > Build > Rebuild Project Project Explorer > File you want to recompile > Recompile (My key bind is command + shift + fn + f9) About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
March 7, 20196 yr You should use "Build Project" instead of "Rebuild Project" if you only change code. Building your product only recompiles the changed classes while rebuilding it recompiles every class again, taking much more time. Rebuilding is sometimes required if you change resources in debug mode. Edited March 7, 20196 yr by larsgerrits Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
March 7, 20196 yr The top option in the first screenshot I posted About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.