Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IntelliJ Unable To Save Settings #40

Closed
CanIGetaPR opened this issue Dec 11, 2022 · 1 comment · Fixed by #41
Closed

IntelliJ Unable To Save Settings #40

CanIGetaPR opened this issue Dec 11, 2022 · 1 comment · Fixed by #41

Comments

@CanIGetaPR
Copy link
Contributor

After running flixel tpl and opening the IntelliJ project. I update the Haxe SDK but it doesn't work, IntelliJ says: Unable to save settings: Failed to save settings. Please restart IntelliJ IDEA

Deeper examination reveals the IDE is attempting to create a file in the root of the drive: C:\haxe.xml. This of course fails on modern Windows where the root of the system drive needs administrative permissions to be written to.

@CanIGetaPR
Copy link
Contributor Author

It appears the correct location of this file is in the .idea directory for the project.

CanIGetaPR added a commit to CanIGetaPR/flixel-templates that referenced this issue Dec 12, 2022
Geokureli pushed a commit that referenced this issue Dec 21, 2022
* IntelliJ - Remove unnecessary vcs.xml

* IntelliJ - Remove unnecessary uiDesigner.xml

This is for Java UI Swing development.

* IntelliJ - Remove unnecessary svn in misc.xml

* IntelliJ - Remove settings for Java JDK in misc

* IntelliJ - Update haxe toolkit version to 4.2.5

In misc project sdk configuration.

* IntelliJ - Remove unnecessary encodings.xml

* IntelliJ - Remove unnecessary compiler.xml

Contains javac options for java development.

* IntelliJ - Set module SDK to inherited

Set the project module SDK to inherit from the project instead of duplicating.

* IntelliJ - Delete unnecessary copyright directory

* IntelliJ - Remove unnecessary patch commit config

* IntelliJ - Remove unnecessary find config

* IntelliJ - Remove document history log

* IntelliJ - Remove explicit window size config

* IntelliJ - Remove unrelevent PHP config

* IntelliJ - Remove unnecessary properties

* IntelliJ - Remove unrelated run configurations

* IntelliJ - Remove unnecessary timetracker and task

* IntelliJ - Remove explicit tool window settings

* IntelliJ - Remove editor history

* IntelliJ - Remove last edited details history

* IntelliJ - Re-add openfl and flixel libraries

* IntelliJ - Delete haxe.xml fixes #40

* IntelliJ - Update pregenerated zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant