Image via Wikipedia
My eeepc has a small screen which some programs don’t handle well. The arduino programming environment (the same as processing) doesn’t always handle it very well (like having the scroll bar disappear occasionally). However, it is possible to use an external editor. Personally, I like jedit and its code highlighting. Problem is that it dosen’t recognise the extension *.pde as a c-like style.
Before
After
It’s easy to fix, go into /jedit/modes/catalog file and change the c entry to the following
<MODE NAME="c" FILE="c.xml"
FILE_NAME_GLOB="*{.c,pde}" />
Now I get code highlighting, so it’s off to do some more playing with RGB leds and Arduino.
Hackable Devices
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=2fe07c7e-82a3-4f90-9385-e6a8b53e0a83)
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=85f7fcbe-97d4-46fd-9048-52af89dd2b08)

![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=2e09c60d-11e5-4e5d-ad7d-00a9193dedf0)
comments