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 community edition endlessly indexing #1197

Closed
Dreaded-Gnu opened this issue Nov 28, 2024 · 6 comments
Closed

intellij community edition endlessly indexing #1197

Dreaded-Gnu opened this issue Nov 28, 2024 · 6 comments

Comments

@Dreaded-Gnu
Copy link

Dreaded-Gnu commented Nov 28, 2024

Hello,
I noticed an issue that intellij community edition is endlessly indexing over and over again without finishing.

I'm using latest version of intellij community edition and latest release of HaxeToolkit plugin. Tested it with a trial of intellij ultimate and there the indexing is not endlessly indexing.

@m0rkeulv
Copy link
Member

could you share what libs are in your project ? do you see any error reporting ?

@Dreaded-Gnu
Copy link
Author

Dreaded-Gnu commented Nov 29, 2024

It is an openfl project and when I comment out all library dependencies / removing all <haxelib name="..." /> it keeps indexing in an endless loop when opening the project.

What I discovered is when I change the project.xml it stops indexing, and the reload haxelib button appears which won't go away when I click on it.

Sadly there is no error message from plugin coming

@m0rkeulv
Copy link
Member

m0rkeulv commented Dec 1, 2024

I think i have fixed the issue. it seems like reloading the project might have marked some files as changed causing to to want to reload again and again and again. i have made a new release that hopefully solves your problem.

https://github.com/HaxeFoundation/intellij-haxe/releases/tag/release-1.5.13

@Dreaded-Gnu
Copy link
Author

Glad you found a fix. Will try it as soon as it is published to intellij market place and give some feedback than here. :)

@Dreaded-Gnu
Copy link
Author

Strange thing is that it only affects intellij community edition. Do you have maybe an idea why it wasn't happening with intellij ultimate?

@Dreaded-Gnu
Copy link
Author

Fix solved the issue with endless indexing within intellij community edition, thanks.

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

No branches or pull requests

2 participants