[Vimprobable-users] Editor patch evolution
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Markus D. <msd...@ar...> - 2012-09-28 17:30:59
|
Hi, During a longish train ride today, I polished up the editor patch a bit. For one, the editor now runs asynchronously, so vimprobable doesn't just sit there as long as the editor runs. To keep people from futzing around in the original text field, it is now grayed out while the editor is active. I've also fixed the editing behaviour in the presence of " characters in the content. I'm not quite happy with this, though -- javascript escaping must be more complex than this. Can anyone point to a comprehensive and authoritative answer as to how javascript expects its string liteals? Attached are two patches; one should apply on top of the patch yesterday, the other should apply on a clean 1.1.1 release. Any feedback is welcome. Is there anyone I should my git format-patch to assuming people like this? Cheers, Markus |