-
Notifications
You must be signed in to change notification settings - Fork 293
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
Some changes needed for ArduinoIDE 1.6.12 #159
Comments
If anyone has any pointers where to start i.e. some details what has changed in the Arduino Editor and subsequently how to make Ardublock compliant that would be appreciated. |
Here me-no-dev/EspExceptionDecoder#10 you can find PR I made for another project to fix 1.6.12 compatibility issues. |
pwd/root/gitsource/ardublock/src/main grep -r setText ../java/com/ardublock/translator/block/Esplora/TFT_Text.java: "EsploraTFT.setTextSize("+Height+");"+ vi ./java/com/ardublock/ArduBlockTool.java... Suggestions would be appreciated... |
Thank you sir. |
- taweili#159 and arduino/Arduino#5454 marked as minor "Patches and Bug Fixes" as backwards compatibility is preserved and no apparent new features added.
- taweili#159 and arduino/Arduino#5454 marked as "Patches and Bug Fixes" as backwards compatibility is preserved and no apparent new features added.
- taweili#159 and arduino/Arduino#5454 marked as "Patches and Bug Fixes" as backwards compatibility is preserved and no apparent new features added.
- taweili#159 and arduino/Arduino#5454 marked as "Patches and Bug Fixes" as backwards compatibility is preserved and no apparent new features added.
- taweili#159 and arduino/Arduino#5454 marked as "Patches and Bug Fixes" as backwards compatibility is preserved and no apparent new features added.
- taweili#159 and arduino/Arduino#5454 marked as "Patches and Bug Fixes" as backwards compatibility is preserved and no apparent new features added.
Hello, I have a problem. |
- taweili#159 and arduino/Arduino#5454 marked as "Patches and Bug Fixes" as backwards compatibility is preserved and no apparent new features added.
use stfc/ardublock: "arduino" is not exists in http://repo1.maven.org/maven2/ |
@HonestQiao: Try running ‘mvn validate’ first and then do ‘mvn clean package’. When I was first investigating your comment I had the same problem. But now it works! And I think the only thing I did was run a validate command in-between. |
@gregcorbett Thank your suggest. |
a problem comes up |
@facchinm Will a new binary release be made available that works with Arduino 1.8.x ? |
Since there was a huge cleanup of the Editor code during 1.6.11 -> 1.6.12 switch, some extensions do not behave correctly anymore. Ardublock, for example, fails as reported in arduino/Arduino#5454 . Please update the relevant code so the functionality is restored on newer IDEs (reflections may be necessary when "linking" against the newer jars)
The text was updated successfully, but these errors were encountered: