On Wed, Nov 25, 2009 at 10:11 AM, Stephen Hansen <
apt.s...@gmail.com> wrote:
> I'm experimenting with Peppy, as I'm doing a lot more switching back
> and forth between my Mac and Windows installations while working and
> going from TextMate to blah-random-editor on Windows makes me sad. So,
> I want a consistent editor across both environments.
That's what I'm talking about! That's why I keep hacking on peppy, so
I can use the same editor on multiple platforms.
> So! I dug around int he code and found the editra/style_specs.py file,
> but I'm *really* hoping there's something more accessible then a big
> ol' data file that I'm just missing :)
I'm borrowing all the styling stuff, including the dialog and the
style tags, from Editra. In the latest versions of peppy I'm
pre-compiling all that style stuff into a big python dict, which is
what you found. When I get over my food coma this weekend, I'll take
a look at the code and expose the keyword lists in the preferences
page so you can add and remove items to suit your tastes.
Rob