LilyPad today
I made a few fixes in LilyPad today to take care of two bugs:
- ID 9, Auto-preview behavior is a little annoying
- ID 8, Keyboard shortcuts for indentation aren’t internationally friendly
ID 9
Regarding auto-preview, Henning Ramm had written:
It’s really a nice feature, but doesn’t yet behave “just right”. I’d like to start it with every “save” (or after the delay) and then run through (but stoppable), regardless what I type in the meantime. For it’s not possible to just preview the part I work at, that would show my progress better than if I must stop typing to see anything. Perhaps you can make that behaviour configurable, too.
Done. I didn’t bother to make it configurable—if somebody complains about the default behavior, I can do that.
ID 8
Also a request from Henning:
- increase/decrease indent of marked lines using tab/shift-tab (the actual keys don’t work on every int’l keyboard)
Also done. I was previously of the opinion that doing this would violate standard OS X behavior. But this is how Eclipse does it, and I like it. So I’m going with it.