-
Notifications
You must be signed in to change notification settings - Fork 0
editor API
ynotlayabout edited this page Jul 8, 2013
·
2 revisions
this is the start of the documentation for what API we need a integrating with an editor.
The speech user interface gives the users the ability To operate on different types of structures with in the code. For example, they can operate on a class, method, statement or even a single string name. Then there are a series of other commands which operate in the context of pre-existing region defined by one of the type going to commands previously. For example the "fix region" or the fix next" commands.
The operations necessary to create these commands are something like the following:
- Select a region according to type
- copy region to transfer buffer
- copy transfer buffer to region
- define region for the next series of operations until region is defined again
- move cursor to cursor marker and remove marker character