[Pyobjc-dev] Dinu's ReSTEdit Refactored
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2004-02-16 17:00:26
|
I have been writing a bunch of Restructured Text recently and decided I needed a tool better than Emacs. This reminded me of Dinu's wonderful ReSTEdit example. So, I grabbed the source and modified it a bit to be more convenient. It is mid-refactor right now, but is quite usable. The toolbar is just a placeholder. The big features are that it now supports side-by-side ReST editing w/preview on right, the preview is now done in a WebView (leveraging all that is Safari), and the content is only re-rendered after 5 seconds of no text-changing events. Dinu was open to having ReSTedit live in a revision control system and, as such, it is now hosted in an SVN repository @ red-bean. Dinu and I have commit rights. Subversion repository: http://svn.red-bean.com/restedit/ You don't need a subversion client to check out the HEAD revision. I believe you should be able to mount this in Finder and simply drag-n-drop a copy of the trunk. ToDo list: http://svn.red-bean.com/restedit/trunk/TODO.txt b.bum |