aliking / shortyz

Automatically exported from code.google.com/p/shortyz
0 stars 0 forks source link

Proposed new feature (implemented in fork) #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I've created a fork of shortyz with a new "notes page" feature:

    https://github.com/yourealwaysbe/shortyz/tree/notes-page

The idea is that each clue has some notes attached to it, that you can edit on 
the notes page screen, which lets you try out words, play with anagrams and 
make general notes.  (I find this quite useful for cryptic crosswords.)

I rearranged quite a bit of code when implementing this: there is now a 
"keyboard activity" class that contains all the keyboard handling code, and a 
BoardTextEdit widget that is basically a text edit but in the board style.

The notes are saved with the crosswords, but in a way that doesn't break 
compatibility with previous app versions.

It would be cool if we could work on merging this into the main branch!

Original issue reported on code.google.com by matth1...@googlemail.com on 19 Apr 2015 at 8:39