Leonhard
Leonhard copied to clipboard
Editor view in the wrong position
The codeView's frame is set to be in the lower left corner of the split view. It's really skinny and only a few characters ride, this makes the program quite unusable. I peeked around the source for a bit, at it looks like the frame is incorrect at least as far back as line 82 of AppController.rb
# Get the textview
@codeView = @fragaria.objectForKey("firstTextView")
I did some more digging around, it's a problem with fragaria. If you update to the most recent version of the framework, it'll fix the problem.