At 12:08 PM 8/2/2005, you wrote:
Hi Everyone,

Does anyone have Emacs bindings for the CW editor?

I have been playing around with the Edit->Commands and Key Bindings, so I have the basic CTRL-A to get to the beginning of a line, CTRL-E to get to the end of the line, CTRL-SHIFT-_ to undo, etc..

I was able to do a few basic ones like this back when I first started using CW, but I quickly just learned the native editor bindings.

But how do I convey to CW CTRL-K that cuts all the lines you want and then can be pasted later?

I wrote a plugin to the editor that did something like this -- it added whole line operations, but it required doing some C++ code that used COM and loaded as a separate DLL. It was a pretty hacky thing. Try http://palmoswerks.com/gemsStorage/BCTextUtils.zip to get a copy.

How do I convey to CW how to do CTRL-space (to mark a specific section of text) so I can cut that part of text?

There's no CW editor command that maps to that. CW's editor doesn't have a mark/cursor concept, it only has a "selection" concept.

-- Ben Combee, Senior Software Engineer, palmOne, Inc.
   "Combee on Palm OS" weblog: http://palmos.combee.net/
   Developer Forum Archives:   http://news.palmos.com/read/all_forums/


--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to