mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Libraries now support syntax coloring and are built on IDE startup.
This commit is contained in:
@ -210,6 +210,9 @@ public class Base {
|
||||
// show the window
|
||||
editor.show();
|
||||
|
||||
// attempt to build libraries
|
||||
editor.prepareLibraries();
|
||||
|
||||
// check for updates
|
||||
if (Preferences.getBoolean("update.check")) {
|
||||
new UpdateCheck(editor);
|
||||
@ -1075,7 +1078,8 @@ public class Base {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
// STRINGS
|
||||
@ -1229,7 +1233,4 @@ public class Base {
|
||||
return splits;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user