voldyman / MarkMyWords

Markdown editor
MIT License
216 stars 19 forks source link

Preferences #21

Closed emersion closed 9 years ago

emersion commented 9 years ago
voldyman commented 9 years ago

this is what i was going to implement next, nice work. needs more preferences though

then some other dconf niceties like save/restore window size&position

emersion commented 9 years ago

Just added editor scheme.

emersion commented 9 years ago

Now I am trying to save prefs into files, I have some little problems with it. If you have two minutes to take a look and tell me what's going wrong, that would be nice! :-)

voldyman commented 9 years ago

Hmm, wouldn't using dconf be better than a file for saving settings? I'll write a schema and attach it here.

emersion commented 9 years ago

All right, it's now using GLib.Settings instead of files. :-)

emersion commented 9 years ago

I added autosave and dark theme in preferences, all is working pretty well. ;-)

emersion commented 9 years ago

Okay, I think this is ready now! Can you test it please?

voldyman commented 9 years ago

I was a little busy today, will definitely test it tomorrow.

voldyman commented 9 years ago

Thanks for the awesome pull request, i've made some comments for fixes, as soon as they are fixed the request will be accepted.

can you shoot me an email, i'd like to talk to you.

emersion commented 9 years ago

Thank you for the feedback! All is supposed to be fixed now :-)

voldyman commented 9 years ago

good work :+1: