[REBOL] tag editor
From: hijim::pronet::net at: 4-Jul-2002 20:14
http://www.clatfelter.net/a-a-edit.r
I've posted the most recent version of the editor. The buttons and keyboard work together
perfectly now. I ran into a problem with request-file. I couldn't use the keyboard in
SaveAs. It wouldn't recognize what I had typed. So I added back what I had removed atthe
top of the program.
insert system/view/screen-face/feel/event-funcs ;now request-file works
save-as function
remove system/view/screen-face/feel/event-funcs ;now keyboard and buttons work together
It's too bad the slider isn't tied to the page-down and page-up keys as it is in editor.r.
I can't seem to get keymap to work for me as it does in that script (that comes with
Rebol). It's the last real defect. If anyone has any ideas, I'd be glad to get this off
my mind. In any case. it works great now.
The version I posted has several blank buttons to add any tags or functions that you
want. How about buttons to add Rebol headers or other code? What would be good to insert
in a Rebol editor?
Thanks for all the help,
Jim