Skip to content

Commit 3c29fdd

Browse files
Use a Event-Driven model to speed up IDE FIX arduino#10214 arduino#10235
1 parent ef9e504 commit 3c29fdd

File tree

8 files changed

+306
-102
lines changed

8 files changed

+306
-102
lines changed

app/.classpath

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<classpathentry kind="lib" path="lib/log4j-api-2.12.0.jar"/>
4242
<classpathentry kind="lib" path="lib/log4j-core-2.12.0.jar"/>
4343
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
44-
<classpathentry kind="lib" path="lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar"/>
44+
<classpathentry kind="lib" path="lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar" sourcepath="/RSyntaxTextArea"/>
4545
<classpathentry kind="lib" path="lib/xml-apis-1.3.04.jar"/>
4646
<classpathentry kind="lib" path="lib/xml-apis-ext-1.3.04.jar"/>
4747
<classpathentry kind="lib" path="lib/xmlgraphics-commons-2.0.jar"/>
@@ -54,5 +54,6 @@
5454
<classpathentry kind="lib" path="lib/jtouchbar-1.0.0.jar"/>
5555
<classpathentry kind="lib" path="lib/commons-lang3-3.8.1.jar"/>
5656
<classpathentry kind="lib" path="lib/jssc-2.8.0-arduino4.jar"/>
57+
<classpathentry kind="lib" path="lib/eventbus4j-0.0.1.jar"/>
5758
<classpathentry kind="output" path="bin"/>
5859
</classpath>

app/lib/eventbus4j-0.0.1.jar

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)