1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-10 21:24:12 +01:00
Arduino/app/test/cc/arduino
Ricardo JL Rufino b914070c90 Avoid usueless double calls to rescanLibraries()
Previously rescanLibraries() was automatically called internally in
setLibrariesFolder(). This lead to double calls to rescanLibraries()
when setLibrariesFolder() was used in combination with an explicit
call to rescanLibraries().

This commit adds a new method setLibrariesFoldersAndRescan(..) and
removes the internal call to rescanLibraries() from setLibrariesFolder().

The existing setLibrariesFolder()+rescanLibraries() combos have been
replaced with setLibrariesFoldersAndRescan().

Fix #10228
2020-05-25 17:09:20 +02:00
..
contributions Avoid usueless double calls to rescanLibraries() 2020-05-25 17:09:20 +02:00
i18n Upgrading arduino-builder to 1.3.7, which changes the way messages are sent 2015-12-11 14:25:13 +01:00
net Fixed user/pass preferences save for "manual" proxy settings. 2020-03-06 18:55:50 +01:00
packages Fix MergeSketchWithUploaderText failing under Windows 2019-03-26 18:46:09 +01:00