arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.15k stars 7.01k forks source link

setText() fuction gone in Editor class from pde.jar file #5529

Open tomneutens opened 8 years ago

tomneutens commented 8 years ago

I have a tool which uses the setText() function in the Editor class. This function is still there when I look at the processing github page but its missing from the pde.jar file included with the arduino IDE. How is this possible, it breaks my arduino IDE plugin.

facchinm commented 8 years ago

Hi Tom, we are aware of the problem and we are fixing it as soon as plugins break. Take a look at https://github.com/taweili/ardublock/pull/160/files for a proper fix of this specific issue. Thanks for reporting