Library loading too slow

Hi, i'am a beginner with Arduino.
While during a tutorial (weather station demo), should i downloading a Arduino IDE 1.8.4
Now, when i open the library manager and type a letter in searchfield, takes a long time (greater than 1 min) to set this letter, next letter the same thing.
I mean, indexing is too slow, or iam wrong?
IDE are not installed, just like some downloaded.
Hope, anybody can help, cause this makes not happy :wink:
Greetz

I think this is down to your internet connection rather than anything in the IDE. I never see this long a delay.

ok thx, i will ceck it
greetz

That is very old. The older versions of the Arduino IDE triggered a search of the 4.5k libraries in Library Manager after every keystroke, which was very annoying. Recent versions of the Arduino IDE (1.8.9 and newer) have been improved. Now the automatic search is only triggered after there have been no new inputs for some time. So if you type your search query without any long delays then you won't be interrupted by these searches. After that, you can press Enter to trigger an immediate search, or wait for the automated search timeout if you prefer.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.