(19)
(11)EP 3 256 957 B1

(12)EUROPEAN PATENT SPECIFICATION

(45)Mention of the grant of the patent:
09.09.2020 Bulletin 2020/37

(21)Application number: 16704359.5

(22)Date of filing:  03.02.2016
(51)International Patent Classification (IPC): 
G06F 40/197(2020.01)
G06F 3/023(2006.01)
G06F 40/166(2020.01)
G06F 9/54(2006.01)
(86)International application number:
PCT/US2016/016238
(87)International publication number:
WO 2016/130367 (18.08.2016 Gazette  2016/33)

(54)

EXTERNALIZED EXECUTION OF INPUT METHOD EDITOR

EXTERNALISIERTE AUSFÜHRUNG VON EINGABEVERFAHRENEDITOR

EXÉCUTION EXTERNALISÉE D'ÉDITEUR DE PROCÉDÉ D'ENTRÉE


(84)Designated Contracting States:
AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

(30)Priority: 12.02.2015 US 201562115585 P
12.08.2015 US 201514825095

(43)Date of publication of application:
20.12.2017 Bulletin 2017/51

(73)Proprietor: Microsoft Technology Licensing LLC
Redmond, Washington 98052-6399 (US)

(72)Inventors:
  • GONG, Xin
    Redmond, Washington 98052-6399 (US)
  • CHANG, Daniel
    Redmond, Washington 98052-639 (US)
  • GARDE, Sameer
    Redmond, Washington 98052-6399 (US)
  • LINERUD, Drew Elliott
    Redmond, Washington 98052-6399 (US)
  • BADGER, Eric Norman
    Redmond, Washington 98052-6399 (US)

(74)Representative: CMS Cameron McKenna Nabarro Olswang LLP 
Cannon Place 78 Cannon Street
London EC4N 6AF
London EC4N 6AF (GB)


(56)References cited: : 
WO-A2-2013/032137
US-A1- 2011 078 246
US-A1- 2013 151 940
US-A1- 2009 216 690
US-A1- 2012 246 563
  
      
    Note: Within nine months from the publication of the mention of the grant of the European patent, any person may give notice to the European Patent Office of opposition to the European patent granted. Notice of opposition shall be filed in a written reasoned statement. It shall not be deemed to have been filed until the opposition fee has been paid. (Art. 99(1) European Patent Convention).


    Description

    BACKGROUND



    [0001] An Input Method Editor, or "IME," is a program that transforms user input events into user-specified text for consumption by an application, such as for augmenting a document edited by the application. For example, an on-screen keyboard that performs shape writing, automatic word completion, word prediction, or ideographic character composition can be implemented as an IME, as can an automatic speech transcription mechanism.

    [0002] Where a user selects a particular IME for use with an application, the operating system typically causes the IME to be loaded into the application's process and executed there. The IME stores the text that it generates in the document within the address space of the application's process. A lock or other synchronization mechanism is used to prevent the application and the IME from writing to the document at the same time which which could result in corruption of the document.

    [0003] US 2012/0246563 A1 (Nusbaum) discloses a word processing system which includes an undo function monitor that monitors the history of a user's use of the undo operation. Depending upon the pattern detected, the system disables the particular auto-formatting feature that triggered the undesired automatic operation.

    [0004] WO 2013/032137 A2 relates to a system and method for enabling joint editing of a mind map that stores editing operations carried out by each of several editors as undo/redo histories and enables each user participating in editing to receive the undo/redo histories of the other users and to update the mind map document.

    [0005] US 2011/0078246 A1 (Dittmer-Roche) describes a system and a method of simultaneous collaboration which allow collaborative editing of a document without locks. A plurality of possibly hierarchical, possibly overlapping domains within the document structure is defined. In an example, a server handling the simultaneous collaboration requests keeps track of conflicts in edits using the domain information and inform clients whether the edits have been accepted or rejected based on whether or not the edits cause conflicts.

    [0006] US 2013/0151940 A1 (Bailor et al.) discloses techniques to manage collaborative documents, especially when, for instance, multiple versions of a document are edited.

    [0007] US 2009/0216690 A1 (Badger et al.) discloses a system for providing candidates in an input interface using input scopes. In an embodiment, it includes an input method editor (IME) that can be configured to provide one or more candidates based in part on a prediction model and one or more input scope values associated with an input interface. The IME can also operate to store an entered string including one or more associated input scope values to a storage component.

    SUMMARY



    [0008] Several aspects of the invention provide a system as set forth in claim 1, a method as set forth in claim 6 and a computer-readable medium as set forth in claim 11.

    [0009] In an example, a facility for processing textual input generated with a user input device is described. In one example facility, the facility stores the textual input in a first data structure contained in the address space of a first process. The facility synchronizes contents of the first data structure to a second data structure contained in the address space of a second process distinct from the first process, an application executing in the second process being configured to consume textual input synchronized to the second data structure.

    BRIEF DESCRIPTION OF THE DRAWINGS



    [0010] 

    Figure 1 is a block diagram showing some of the components that may be incorporated in at least some of the computer systems and other devices on which the facility operates.

    Figure 2 is a data flow diagram depicting operation of the facility in some examples.

    Figure 3 is a flow diagram showing example acts that may be performed by the facility in some examples to process IME actions received by the text input server.

    Figure 4 is a flow diagram showing example acts that may be performed by the facility in some examples to process text input client actions received by the text input server.

    Figure 5 is a flow diagram showing example acts that may be performed by the facility in some examples to manage the size of the edit buffer.

    Figure 6 is a flow diagram showing example acts that may be performed by the facility in some examples to process text input server actions received by the text input client.

    Figure 7 is a communication diagram showing an example of interactions between the facility's text input server and its text input client.


    DETAILED DESCRIPTION



    [0011] The inventors have identified significant disadvantages with conventional approaches to executing IMEs. In particular, the inventors recognized that the application process is burdened by its execution of the IME, both by the IME's consumption of the application process's resources, and by the time the application spends blocked on the document's lock.

    [0012] Also, the inventors have determined that it constitutes a security risk to permit code for the application and code for the IME to execute in the same process, which can permit a fault in the IME to crash the application.

    [0013] Further, the inventors have recognized that executing IMEs in the same process as the application impairs the ability of the application to execute on a computer system other than the computer system to which user input devices are directly connected.

    [0014] In order to overcome these disadvantages, the inventors have conceived and reduced to practice a software and/or hardware facility for executing an input method editor outside of the process of the application that receives its input ("the facility").

    [0015] In some examples, the IME executes in an input service process--either on the same computer system as the application or a different computer system--and stores the text it generates in a proxy for the application's document within the input service process called an edit buffer. A text input server executing in the input service process and a text input client executing in the application process communicate to keep the edit buffer synchronized with an edit control through which the application receives the input generated by the IME.

    [0016] In some examples, the facility updates the edit buffer whenever text is added, removed, or changed by IME, and commonly when text is added, removed, or changed by the edit control or the application.

    [0017] In some examples, to constrain the amount of storage occupied by the edit buffer and the amount of inter-process communication that occurs between the input service process and the application process, the facility maintains incomplete contents of the edit control in the edit buffer. To do so, the text input client maintains an edit buffer cache tracker in the application process to track which portions of the text in the edit control are cached in the edit buffer. When the IME changes the insertion point or text selection range, the text input server notifies the text input client, and the text input client checks the edit buffer cache tracker to determine whether a region surrounding the new insertion point / selection is cached by the edit buffer; if not, the text input client sends this portion to the text input server for storage in the edit buffer, and updates the edit buffer cache tracker. If the edit buffer grows too large, the text input server deletes text (1) furthest from current selection and (2) least recently modified, and notifies the text input client to update the edit buffer cache tracker.

    [0018] In some examples, the facility synchronizes the contents of the edit buffer with the contents of the text input control in a way that resolves collisions between simultaneous changes by both entities. In particular, in some examples, the facility prioritizes the contents of the text input control by reversing changes in the edit buffer that collide with changes in the text input control. In order to do so, the facility tracks the changes that have been made to the edit buffer, but not confirmed by the text input server as having been made to the text input control, as well as the key actions that resulted in those changes. When a collision is detected, the facility reverses these outstanding changes in the edit buffer, then replays the corresponding key actions in the context of the edit buffer as updated based on the application-side changes.

    [0019] In an example, the IME produces a sequence of four characters. The first three characters together trigger an autocorrect or autoformat action by the text input control or the application. When the revision is performed in the text input control in response to the first three characters of the sequence, the text input client (1) omits to acknowledge the fourth character of the IME's sequence; (2) sends a text change operation to the text input server to modify the first three characters of the IME's sequence in the edit buffer. Because the text input server receives the text change operation from the text input client before acknowledgement of the fourth character of the IME's sequence, it undoes the addition of the fourth character to the edit buffer, then applies the text change operation, then replays the fourth character in the context of the application's text change operation.

    [0020] In some examples, the application process and the input service execute on the same computer system. In some examples, the application process and the input service process execute on the different computer systems. For example, the input service process may execute on the user's computer system, while the application process executes on a cloud server. As another example, the application process may execute on a first user's computer system, and input service processes may execute both on the first user's computer system and a second, collaborating user's computer system.

    [0021] By behaving in some or all of the ways described above, the facility frees the application process of the burdens of executing the IME; eliminates the security risk of running one software vendor's IME in another software vendor's application; and permits the execution of the application and the IME on different computer systems.

    [0022] Figure 1 is a block diagram showing some of the components that may be incorporated in at least some of the computer systems and other devices on which the facility operates. In various examples, these computer systems and other devices 100 can include server computer systems, desktop computer systems, laptop computer systems, tablet computer systems, netbooks, mobile phones, personal digital assistants, televisions, cameras, automobile computers, electronic media players, electronic kiosk devices, electronic table devices, electronic whiteboard devices, etc. In various examples, the computer systems and devices may include any number of the following: a central processing unit ("CPU") 101 for executing computer programs; a computer memory 102 for storing programs and data while they are being used, including the facility and associated data, an operating system including a kernel and device drivers, and one or more applications; a persistent storage device 103, such as a hard drive or flash drive for persistently storing programs and data; a computer-readable media drive 104, such as a floppy, CD-ROM, or DVD drive, for reading programs and data stored on a computer-readable medium; and/or a communications subsystem 105 for connecting the computer system to other computer systems and/or other devices to send and/or receive data, such as via the Internet or another wired or wireless network and its networking hardware, such as switches, routers, repeaters, electrical cables and optical fibers, light emitters and receivers, radio transmitters and receivers, and the like.

    [0023] Figure 2 is a data flow diagram depicting operation of the facility in some examples. Overall, Figure 2 shows how text input generated by an input device 201 is conveyed to an application via its edit control 223.

    [0024] The input device receives user input specifying text. In various examples, a physical keyboard receives input representing keypresses; a touch digitizer receives input representing touches and/or swipes on an on-screen keyboard; a microphone or other sound input device receives input representing audible speech; a camera or other image sensor receives input representing communication via American Sign Language, lipreading, or another visual communication system; etc.

    [0025] An IME 211 executing in an input service process 210 receives text-specifying input from the input device and transforms this input into a stream of characters. The IME communicates the sequence of characters to an edit buffer 212 also executing in the input service process. In some examples, the edit buffer is implemented to interact with the IME in the way that an application's edit control interacts with an IME, such that IMEs can be used with the facility that were designed to interact with edit controls directly.

    [0026] Characters that are communicated to the edit buffer by the IME are inserted in the edit buffer at a current insertion point. In some cases, characters are communicated to the edit buffer by the IME at a time when both the edit buffer and the edit control are empty. In such cases, a text input server 213 communicates with a text input client 221 in the application process 220 to synchronize the characters inserted in the edit buffer into the edit control. On the other hand, characters may also be communicated to the edit buffer by the IME at a time when both the edit buffer and the edit control contain synchronized text. This can happen, for example, as a result of any combination of the edit buffer earlier receiving text from the IME; text being loaded into the edit control by the application, such as from a document or other file; and the application altering the text in the edit control, such as to perform an autocorrect or autoformat action, reflect an edit by a collaborating user, etc.

    [0027] In some examples, the edit buffer stores an incomplete version of the text contained in the edit control. The text input client uses an edit buffer cache tracker data structure 222 to track the portions of the text in the edit control that are present in the edit buffer. Each time the user selects a new range of text or an insertion point, the facility causes the text in the edit control that surrounds that range of text or insertion point to be loaded into the edit buffer--unless this text is already stored in the edit buffer--and the edit buffer cache tracker is updated. If the edit buffer grows too large, then the facility chooses text within the edit buffer to discard, again updating the edit buffer cache tracker. In some examples, the process for choosing the text to discard favors discarding text that is far from the current selection or insertion point, and that has not been modified recently.

    [0028] As discussed above, it is possible for the IME and the application to simultaneously try to change the text that is synchronized between the edit control and the edit buffer. When this happens, the facility gives precedence to changes by the application; it reverses the conflicting changes by the IME, gives effect to the changes by the application in both the edit control and in the edit buffer, replays the key events which originally generated the reversed changes, allowing the IME to update the edit buffer using its new state, and then propagates the new edit buffer changes to the edit control. Additional details about this collision resolution appear below.

    [0029] Figures 3-6 discussed below show processing logic employed by the facility in various of its components in some examples, while Figure 7 discussed below shows an example of interactions between the facility's text input server and its text input client.

    [0030] Figure 3 is a flow diagram showing example acts that may be performed by the facility in some examples to process IME actions received by the text input server. At 301, the facility branches on the type of IME action received: for selection actions, the facility continues at 302; for key down actions, the facility continues at 303; for key up actions, the facility continues at 308.

    [0031] At 302, where the IME action is a selection action, the facility sends the selection range or insertion point specified by the IME to the text input client. After 302, the facility continues at 301 to process the next IME action.

    [0032] At 303, where the IME action is a key down action, the facility adds the key character specified by the IME in the key down action to a keypress queue, from which that key character can be replayed if the corresponding insertion of the character into the edit buffer needs to be reversed. At 304, the facility sends a key down action to the text input client, the processing of which is discussed below in connection with Figure 6. At 305, the facility inserts the key character specified by the key down action into the edit buffer at the current insertion point. At 306, the facility adds the character insertion action performed at 305 to a pending action queue, from which the action can be reversed in the event of a collision with an application change. At 307, the facility sends an insert char action to the text input client. After 307, the facility continues at 301 to process the next IME action.

    [0033] At 308, where the IME action is a key up action, the facility sends the key up action to the text input client. After 308, the facility continues at 301 to process the next IME action.

    [0034] Those skilled in the art will appreciate that the acts shown in Figure 3 and in each of the flow diagrams discussed below may be altered in a variety of ways. For example, the order of the acts may be rearranged; some acts may be performed in parallel; shown acts may be omitted, or other acts may be included; a shown act may be divided into sub-acts, or multiple shown acts may be combined into a single act, etc.

    [0035] Figure 4 is a flow diagram showing example acts that may be performed by the facility in some examples to process text input client actions received by the text input server. At 401, the facility branches on the type of text input client action received: for insert char ack actions, the facility continues at 402; for text change actions, the facility continues at 404; for cache text actions, the facility continues at 409.

    [0036] At 402, where the text input client action is an insert char ack action, the facility removes the corresponding character insertion action from the text input server's pending action queue.

    [0037] At 403, the facility removes the corresponding character from the keypress queue. After 403, the facility continues at 401 to process the next text input client action.

    [0038] At 404, where the text input client action is a text change action, the facility reverses within the edit buffer any actions in the pending action queue, and clears the pending action queue. At 405, the facility performs the text change action against the edit buffer. At 406, the facility sends a text change ack to the text input client. At 407,the facility notifies the IME that it's context has been reset. At 408, the facility replays the keystrokes in the keypress queue, and clears the keypress queue. After 408 the facility continues at 401 to process the next text input client action.

    [0039] At 409, where the text input client action is a cache text action, the facility adds text specified by the cache text action to the edit buffer, and adjusts the index that the facility maintains on the edit buffer. In some embodiments, this index is under the control of the edit buffer. Where used by the facility, the edit buffer index identifies the portions of the text in the edit control that are stored in the edit buffer, and the positions in the edit buffer in which they are stored. At 410, the facility manages the size of the edit buffer by removing text from the edit buffer if the edit buffer has exceeded its maximum size. The facility's behavior at 410 is discussed in greater detail below in connection with Figure 5. After 410 the facility continues at 401 to process the next text input client action.

    [0040] Figure 5 is a flow diagram showing example acts that may be performed by the facility in some examples to manage the size of the edit buffer. The facility loops through acts 501-504 while the size of the edit buffer exceeds the maximum total cache size. In some examples, the facility uses a maximum total cache size of 200,000 characters. At 502, the facility selects an edit buffer region for deletion from the edit buffer. In some examples, the facility selects an edit buffer region that is both distant from the current insertion point and has not been modified recently. In some examples this involves: dividing the text in the edit buffer into regions; ranking each region by its distance from the insertion point; ranking each region by the time since it was last modified; summing each region's ranks; adding a value such as 2 to the sum for each region that contains text entered by the user; and selecting the region that has the smallest final result and does not contain a current insertion point. At 503, the facility removes this region selected at 502 from the edit buffer. At 504, if the edit buffer size is still larger than the maximum total cache size, then the facility continues at 501 to select another region of the edit buffer for deletion, else the facility continues at 505. At 505, the facility notifies the text input client of the regions removed so that the text input client can update the edit buffer cache tracker.

    [0041] Figure 6 is a flow diagram showing example acts that may be performed by the facility in some examples to process text input server actions received by the text input client. At 601, the facility branches on the type of text input server action received: for selection range actions, the facility continues at 602; for edit buffer region removed actions, the facility continues at 604; for key down actions, the facility continues at 605; for key up actions, the facility continues at 607; for insert char actions, the facility continues at 609.

    [0042] At 602, where the text input server action is a selection range action, the facility sends contents of the edit control near the selection range specified by the action to the text input server for caching in the edit buffer. In some examples, the facility sends 10,000 characters on either side of the selection range (or insertion point). In some examples, the facility also sends the entire selection range. In some embodiments, the facility sends only a portion of large selection ranges, such as 50 characters at each end of the selection range. At 603, the facility adjusts the edit buffer cache tracker to reflect the addition of the sent text to the edit buffer. After 603, the facility continues at 601 to process the next text input server action.

    [0043] At 604, where the text input server action is an edit buffer region removed action, the facility adjusts the edit buffer cache tracker to reflect the removal of the specified text from the edit buffer. After 604, the facility continues at 601 to process the next text input server action.

    [0044] At 605, where the text input server action is a key down action, the facility passes the key down action to the edit control. At 606, the facility sends a key down acknowledgment to the text input server. After 606, the facility continues at 601 to process the next text input server action.

    [0045] At 607, where the text input server action is a key up action, the facility passes the key up action to the edit control. At 608, the facility sends a key up acknowledgment to the text input server. After 608, the facility continues at 601 to process the next text input server action.

    [0046] At 609, with a text input server action is an insert char action, the facility performs the insert char action against the edit control to insert the character it specifies. At 610, if the edit control performs the specified insert char action, then the facility continues at 611, else the facility continues at 612. At 611, the facility sends to the text input server an insert char acknowledgment. After 611, the facility continues at 601 to process the next text input server action. At 612, the facility sends the text input server a text change action as part of an override scenario, in which nothing is inserted, or in which one or more characters other than the specified character is inserted. After 612, the facility continues at 601 to process the next text input server action.

    [0047] Figure 7 is a communication diagram showing an example of interactions between the facility's text input server and its text input client. Communications that move from left to right are sent from the text input server 700 in the input service process to the text input client 750 in the application process. Communications that move from right to left are sent from the text input client to the text input server. In various examples, the facility uses various interprocess and/or inter-machine communication mechanisms to exchange the communications shown in Figure 7.

    [0048] Before the first communication 701 is sent, the state of the facility is as shown below in Table 1.
    Table 1
    edit buffer: im
    pending action queue:  
    keypress queue  
    edit control: im


    [0049] In response the IME generating a space character, the text server augments edit buffer, pending action queue, and keypress queue as shown below in Table 2.
    Table 2
    edit buffer: im

    pending action queue: insert char ("

    ", 2)
    keypress queue

     
    edit control: im


    [0050] Further in response to the IME generating a space character, the text input server sends the text input client a key down communication 701 for the space character, an insert char communication 702 for the space character, and a key up communication 703 for the space character. In response to the insert char communication, the text input client updates the edit control to add the space as shown below in Table 3.
    Table 3
    edit buffer: im

    pending action queue: insert char ("

    ", 2)
    keypress queue

     
    edit control: im



    [0051] The text input client also acknowledges key down communication 701 with a key down acknowledgment 751, the insert char communication 702 with an insert char acknowledgment 752, and the key up communication 703 with a key up acknowledgment 753. In response to the insert char acknowledgment, the text input server removes the space insertion from the pending action queue, and the space character from the keypress queue as shown below in Table 4.
    Table 4
    edit buffer: im

    pending action queue:  
    keypress queue  
    edit control: im



    [0052] In processing the insert char action, the application performs an auto correct operation to the text in the edit control as reflected in Table 5 below, transforming "im" into "I'm".
    Table 5
    edit buffer: im

    pending action queue:  
    keypress queue  
    edit control: I'm



    [0053] While the application was performing the auto correct operation, the text input server received the next character, "h", outputted by the IME. In response to receiving the "h" character, the text input server updated the edit buffer, pending action queue, and keypress queue as shown below in Table 6.
    Table 6
    edit buffer: im

    h
    pending action queue: insert char ("h", 3)
    keypress queue h
    edit control: I'm



    [0054] Further in response to the IME generating the "h" character, the text input server sent key down, insert char, and key up communications 704-706 for the "h" character.

    [0055] Because of the auto correct operation by the application in response to the insert char communication for the space character, rather than responding to communications 704-706 regarding the "h" character, the text input client instead sends a text change communication 754 that specifies replacing the characters from position 0 through position 2 in the edit buffer ("im") with "I'm".

    [0056] In response, the text input server proceed as follows: First, the text input server reverses the actions shown in the pending action queue against the edit buffer as shown below in Table 7.
    Table 7
    edit buffer: im
    pending action queue:  
    keypress queue h
    edit control:

    I'm



    [0057] Then, the text input server applies the text change action in communication 752, as shown below in Table 8.
    Table 8
    edit buffer: I'm
    pending action queue:  
    keypress queue h
    edit control:

    I'm



    [0058] The text input server then sends a text change acknowledgment communication 707, and replays the characters in the keypress queue against the current state of the edit buffer as shown below in Table 9. Replaying the keypress queue adds an insert char action to the pending action queue. The insert char action remains in the pending action queue and the "h" character remains in the keypress queue until the text input client acknowledges an insert char communication from the text input server for the "h" character.
    Table 9
    edit buffer: I'm

    h

    pending action queue: insert char ("h", 4)
    keypress queue h
    edit control: I'm


    [0059] As part of the replaying, text input server sends the text input client key down, insert char, and key up communications 708-710 for the "h" character. In response to the insert char communication, the text input client updates the edit control to add the "h" character as shown below in Table 10. The insertion action for the "h" character stays in the pending action queue, and the "h" character stays in the keypress queue until the insert char action for the "h" character is acknowledged by the text input client.
    Table 10
    edit buffer: I'm

    h
    pending action queue: insert char ("h", 4)
    keypress queue h
    edit control: I'm

    h


    [0060] Finally, the text input client sends acknowledgments 755-757 for the key down, insert char, and key up actions for the "h" character. In response to the insert char acknowledgment, the text input server clears the pending action queue and keypress queue as shown below in Table 11.
    Table 11
    edit buffer: I'm

    h
    pending action queue:  
    keypress queue  
    edit control: I'm

    h


    [0061] Those skilled in the art will appreciate that the communications shown in Figure 7 may be altered in a variety of ways. For example, communications may be performed in different orders; different communication types can be substituted for the communication types shown; more or fewer communication types can be used; a shown communication can be divided into sub-communications, or multiple shown communications may be combined into a single communication; etc.

    [0062] In some examples, the facility provides a computing system for providing textual output of an input method editor to an application. The computing system comprises: a first memory region configured to store a version of a body of text to which textual output of the input method editor is applied; a second memory region configured to store a version of a body of text to which text modifications performed by the application are applied; and a reconciliation subsystem configured to reconcile the contents of the first and second memory regions in a manner that favors the contents of the second memory region.

    [0063] In some examples, the facility provides a computer-readable medium having contents configured to cause a computing system to, in order to process textual input generated with a user input device: store the textual input in a first data structure contained in the address space of a first process; and synchronize contents of the first data structure to a second data structure contained in the address space of a second process distinct from the first process, an application executing in the second process being configured to consume textual input synchronized to the second data structure.

    [0064] In some examples, the facility provides a computer-readable medium storing a tech synchronization data structure relating to a first buffer to which both (1) textual user input and (2) application text changes synchronized from a second buffer have been applied. The data structure comprises: one or more first entries each containing information identifying an editing action that (a) has been applied to the first buffer in response to textual user input, (b) has been communicated to the second buffer, and (c) has not been acknowledged by the second buffer, such that the contents of the first entries are usable to reverse editing actions that have been applied to the first buffer and are incompatible with application text changes to the second buffer.

    [0065] It will be appreciated by those skilled in the art that the above-described facility may be straightforwardly adapted or extended in various ways. While the foregoing description makes reference to particular embodiments, the scope of the invention is defined solely by the claims that follow and the elements recited therein.


    Claims

    1. A computing system (100) for providing textual output of an input method editor (211) to an application (220) editing a body of text, the input method editor (211) executing in a first process (210) and being configured to transform a user input event into textual output for consumption by the application (220) run by the user, the computing system (100) comprising:

    a first memory region (212) contained in an address space of the first process (210), configured to store a version of the body of text to which textual output of the input method editor (211) is applied;

    a second memory region (223) contained in an address space of a second process (220) associated with the application (220), the second memory region (223) configured to store a version of the body of text to which text modifications performed by the application (220) are applied;

    wherein the computing system (100) is configured to execute a text input server (213, 700) in the first process (210) and a text input client (221, 750) in the second process (220), the text input server (213, 700) and the text input client (221, 750) configured to communicate to keep the first memory region (212) synchronized with the second memory region (223) through which the application (220) receives the textual output;

    wherein the computing system (100) further comprises a reconciliation subsystem configured to reconcile the contents of the first and second memory regions in case of collisions between simultaneous changes of the regions by respectively the input method editor (211) and the application (220) in a manner that favors the contents of the second memory region (223).


     
    2. The computing system (100) of claim 1, wherein the reconciliation subsystem is configured to reconcile the contents of the first and second memory regions in a manner that favors the contents of the second memory region (223) by reversing changes in the first memory region (212) that collide with changes in the second memory region (223).
     
    3. The computing system (100) of claim 1, the reconciliation subsystem further configured to only reconcile to the second memory region (223) contents of the first memory region (212) that reflect textual output outputted by the input method editor (211) since the most recent text modifications were performed by the application (220).
     
    4. The computing system (100) of claim 3, the reconciliation subsystem further configured to acknowledge contents of the first memory region (212) reconciled to the second memory region (223),
    the computing system (100) further comprising a third memory region configured to store indications of textual output of the input method editor (211) that has been applied to the version of the body of text stored in the first memory region (212) and not acknowledged as reconciled to the second memory region (223),
    the reconciliation subsystem further configured to, where textual output of the input method editor (211) has been applied to the contents of the first memory region (212) before applying text modifications that were earlier performed by the application (220):

    reverse application to the contents of the first memory region (212) of textual output of the input method editor (211) whose indications are stored in the third memory region;

    after the reversing, apply to the content of the first memory region (212) the text modifications that were earlier performed by the application (220); and

    clear the indications stored in the third memory region.


     
    5. The computing system (100) of claim 4, the reconciliation subsystem further configured to, where textual output of the input method editor (211) has been applied to the contents of the first memory region (212) before applying text modifications that were earlier performed by the application (220):

    after the application to the content of the first memory region (212) of the text modifications that were earlier performed by the application (220), apply to the contents of the first memory region (212) textual output of the input method editor (211) whose indications are generated anew from the user input actions stored in a fourth memory region; and

    clear the indications stored in the fourth memory region.


     
    6. A method, performed on a computing system (100), for providing textual output of an input method editor (211) to an application (220) editing a body of text, the input method editor (211) executing in a first process (210) and being configured to transform a user input event into textual output for consumption by the application (220) run by the user, the method comprising:

    storing into a first memory region (212) contained in an address space of the first process (210), a version of the body of text to which textual output of the input method editor (211) is applied;

    storing into a second memory region (223) contained in an address space of a second process (220) associated with the application (220), a version of the body of text to which text modifications performed by the application (220) are applied;

    executing a text input server (213, 700) in the first process (210) and a text input client (221, 750) in the second process (220), the text input server (213, 700) and the text input client (221, 750) configured to communicate to keep the first memory region (212) synchronized with second memory region (223) through which the application (220) receives the textual output; and

    reconciling, by a reconciliation subsystem of the computing system (100), the contents of the first and second memory regions in case of collisions between simultaneous changes of the regions by respectively the input method editor (211) and the application (220), in a manner that favors the contents of the second memory region (223).


     
    7. The method of claim 6, wherein reconciling the contents of the first and second memory regions in case of collisions between simultaneous changes of the regions by respectively the input method editor (211) and the application (220) in a manner that favors the contents of the second memory region (223) comprises reversing changes in the first memory region (212) that collide with changes in the second memory region (223).
     
    8. The method of claim 6, wherein reconciling the contents of the first and second memory regions comprises only reconciling to the second memory region (223) contents of the first memory region (212) that reflect textual output outputted by the input method editor (211) since the most recent text modifications were performed by the application (220).
     
    9. The method of claim 8, wherein reconciling the contents of the first and second memory regions further comprises:

    acknowledging contents of the first memory region (212) reconciled to the second memory region (223);

    storing into a third memory region of the computing system (100) indications of textual output of the input method editor (211) that has been applied to the version of the body of text stored in the first memory region (212) and not acknowledged as reconciled to the second memory region (223); and

    where textual output of the input method editor (211) has been applied to the contents of the first memory region (212) before applying text modifications that were earlier performed by the application (220):

    reversing application to the contents of the first memory region (212) of textual output of the input method editor (211) whose indications are stored in the third memory region;

    after the reversing, applying to the content of the first memory region (212) the text modifications that were earlier performed by the application (220); and

    clearing the indications stored in the third memory region.


     
    10. The method of claim 9, further comprising:
    where textual output of the input method editor (211) has been applied to the contents of the first memory region (212) before applying text modifications that were earlier performed by the application (220):

    after the application to the content of the first memory region (212) of the text modifications that were earlier performed by the application (220), applying to the contents of the first memory region (212) textual output of the input method editor (211) whose indications are generated anew from the user input actions stored in a fourth memory region; and

    clearing the indications stored in the fourth memory region.


     
    11. A computer-readable medium (102-103) having contents configured to cause a computing system (100) to perform the method of any of claims 6 to 10.
     


    Ansprüche

    1. Informatiksystem (100) zum Bereitstellen von textueller Ausgabe eines Eingabeverfahrenseditors (211) für eine Anwendung (220), die einen Textkörper editiert, wobei der Eingabeverfahrenseditor (211) in einem ersten Prozess (210) ausgeführt wird und dazu konfiguriert ist, ein Benutzereingabeereignis in textuelle Ausgabe für den Gebrauch durch eine Anwendung (220), die von einem Benutzer gestartet wird, umzuwandeln, wobei das Informatiksystem (100) umfasst:

    eine erste Speicherregion (212), die in einem Adressraum des ersten Prozesses (210) enthalten ist, konfiguriert, um eine Version des Textkörpers zu speichern, auf den eine textuelle Ausgabe des Eingabeverfahrenseditors (211) angewendet wird;

    eine zweite Speicherregion (223), die in einem Adressraum des zweiten Prozesses (220) enthalten ist, die der Anwendung (220) zugeordnet ist, wobei die zweite Speicherregion (223) konfiguriert ist, um eine Version des Textkörpers zu speichern, an dem Textänderungen, die von der Anwendung (220) durchgeführt werden, angewendet werden;

    wobei das Informatiksystem (100) konfiguriert ist, um einen Texteingabeserver (213, 700) in dem ersten Prozess (210) und einen Texteingabeclient (221, 750) in dem zweiten Prozess (220) auszuführen, wobei der Texteingabeserver (213, 700) und der Texteingabeclient (221, 750) konfiguriert sind, um zu kommunizieren, um die erste Speicherregion (212) mit der zweiten Speicherregion (223), durch die die Anwendung (220) die textuelle Ausgabe empfängt, synchronisiert zu halten;

    wobei das Informatiksystem (100) weiter ein Abgleichteilsystem umfasst, das konfiguriert ist, um die Inhalte der ersten und zweiten Speicherregion im Falle von Kollisionen zwischen gleichzeitigen Änderungen der Regionen durch jeweils den Eingabeverfahrenseditor (211) und die Anwendung (220) in einer Weise abzugleichen, die die Inhalte der zweiten Speicherregion (223) bevorzugt.


     
    2. Informatiksystem (100) nach Anspruch 1, wobei das Abgleichteilsystem konfiguriert ist, um die Inhalte der ersten und zweiten Speicherregion in einer Weise abzugleichen, die die Inhalte der zweiten Speicherregion (223) durch Umkehren der Änderungen in der ersten Speicherregion (212), die mit Änderungen in der zweiten Speicherregion (223) kollidieren, bevorzugt.
     
    3. Informatiksystem (100) nach Anspruch 1, wobei das Abgleichteilsystem weiter konfiguriert ist, um nur die Inhalte der zweiten Speicherregion (223) der ersten Speicherregion (212) abzugleichen, die eine textuelle Ausgabe reflektieren, die von dem Eingabeverfahrenseditor (211) ausgegeben werden, seit die neuesten Textänderungen von der Anwendung (220) durchgeführt worden sind.
     
    4. Informatiksystem (100) nach Anspruch 3, wobei das Abgleichteilsystem weiter konfiguriert ist, um Inhalte der ersten Speicherregion (212), die mit der zweiten Speicherregion (223) abgeglichen ist, zu quittieren,
    wobei das Informatiksystem (100) weiter eine dritte Speicherregion umfasst, die konfiguriert ist, um Hinweise einer textuellen Ausgabe des Eingabeverfahrenseditors (211), die auf die Version des Textkörpers, der in der ersten Speicherregion (212) gespeichert ist, angewendet worden ist, und nicht als mit der zweiten Speicherregion (223) abgeglichen quittiert worden sind,
    wobei das Abgleichteilsystem weiter konfiguriert ist, um wo eine textuelle Ausgabe des Eingabeverfahrenseditors (211) auf die Inhalte der ersten Speicherregion (212) angewendet worden ist, bevor Textänderungen angewendet werden, die früher von der Anwendung (220) durchgeführt worden sind:

    die Anwendung auf die Inhalte der ersten Speicherregion (212) einer textuellen Ausgabe des Eingabeverfahrenseditors (211) umzukehren, deren Hinweise in der dritten Speicherregion gespeichert sind;

    nach dem Umkehren die Textänderungen, die früher von der Anwendung (220) durchgeführt worden sind, auf den Inhalt der ersten Speicherregion (212) anzuwenden; und

    die in der dritten Speicherregion gespeicherten Hinweise zu löschen.


     
    5. Informatiksystem (100) nach Anspruch 4, wobei das Abgleichteilsystem weiter konfiguriert ist, um wo eine textuelle Ausgabe des Eingabeverfahrenseditors (211) auf die Inhalte der ersten Speicherregion (212) angewendet worden ist, bevor Textänderungen angewendet werden, die früher von der Anwendung (220) durchgeführt worden sind:

    nach dem Anwenden der Textänderungen, die früher von der Anwendung (220) durchgeführt worden sind, auf den Inhalt der ersten Speicherregion (212) eine textuelle Ausgabe des Eingabeverfahrenseditors (211) auf die Inhalte der ersten Speicherregion (212) anzuwenden, deren Hinweise von den Benutzereingabeaktionen, die in einer vierten Speicherregion gespeichert werden, neu generiert werden; und

    die Hinweise, die in der vierten Speicherregion gespeichert sind, zu löschen.


     
    6. Verfahren, das in einem Informatiksystem (100) ausgeführt wird, zum Bereitstellen von textueller Ausgabe eines Eingabeverfahrenseditors (211) für eine Anwendung (220), die einen Textkörper editiert, wobei der Eingabeverfahrenseditor (211) in einem ersten Prozess (210) ausgeführt wird und dazu konfiguriert ist, ein Benutzereingabeereignis in textuelle Ausgabe für den Gebrauch durch eine Anwendung (220), die von einem Benutzer gestartet wird, umzuwandeln, wobei das Verfahren umfasst:

    Speichern in eine erste Speicherregion (212), die in einem Adressraum des ersten Prozesses (210) enthalten ist, einer Version des Textkörpers, auf den eine textuelle Ausgabe des Eingabeverfahrenseditors (211) angewendet wird;

    Speichern in eine zweite Speicherregion (223), die in einem Adressraum des zweiten Prozesses (220) enthalten ist, die der Anwendung (220) zugeordnet ist, eine Version des Textkörpers, an dem Textänderungen, die von der Anwendung (220) durchgeführt werden, angewendet werden;

    Ausführen eines Texteingabeservers (213, 700) in dem ersten Prozess (210) und eines Texteingabeclients (221, 750) in dem zweiten Prozess (220), wobei der Texteingabeserver (213, 700) und der Texteingabeclient (221, 750) konfiguriert sind, um zu kommunizieren, um die erste Speicherregion (212) mit der zweiten Speicherregion (223), durch die die Anwendung (220) die textuelle Ausgabe empfängt, synchronisiert zu halten;

    Abgleichen durch ein Abgleichteilsystem des Informatiksystems (100) der Inhalte der ersten und zweiten Speicherregion im Falle von Kollisionen zwischen gleichzeitigen Änderungen der Regionen durch jeweils den Eingabeverfahrenseditor (211) und die Anwendung (220) in einer Weise, die die Inhalte der zweiten Speicherregion (223) bevorzugt.


     
    7. Verfahren nach Anspruch 6, wobei das Abgleichen der Inhalte der ersten und zweiten Speicherregion im Falle von Kollisionen zwischen gleichzeitigen Änderungen der Regionen durch jeweils den Eingabeverfahrenseditor (211) und der Anwendung (220) in einer Weise, die die Inhalte der zweiten Speicherregion (223) bevorzugt, das Umkehren der Änderungen in der ersten Speicherregion (212), die mit Änderungen in der zweiten Speicherregion (223) kollidieren, umfasst.
     
    8. Verfahren nach Anspruch 6, wobei das Abgleichen der Inhalte der ersten und zweiten Speicherregion nur das Abgleichen der Inhalte der ersten Speicherregion (212) mit der zweiten Speicherregion (223) umfasst, die eine textuelle Ausgabe reflektieren, die von dem Eingabeverfahrenseditor (211) ausgegeben werden, seit die neuesten Textänderungen von der Anwendung (220) durchgeführt worden sind.
     
    9. Verfahren nach Anspruch 8, wobei das Abgleichen der Inhalte der ersten und zweiten Speicherregion weiter umfasst:

    Quittieren von Inhalten der ersten Speicherregion (212), die mit der zweiten Speicherregion (223) abgeglichen sind,

    Speichern in eine dritte Speicherregion des Informatiksystems (100) von Hinweisen einer textuellen Ausgabe des Eingabeverfahrenseditors (211), die auf die Version des Textkörpers, der in der ersten Speicherregion (212) gespeichert ist, angewendet worden ist, und nicht als mit der zweiten Speicherregion (223) abgeglichen quittiert worden ist; und

    wo eine textuelle Ausgabe des Eingabeverfahrenseditors (211) auf die Inhalte der ersten Speicherregion (212) angewendet worden ist, bevor Textänderungen angewendet werden, die früher von der Anwendung (220) durchgeführt worden sind:

    Umkehren einer Anwendung auf die Inhalte der ersten Speicherregion (212) einer textuellen Ausgabe des Eingabeverfahrenseditors (211), deren Hinweise in der dritten Speicherregion gespeichert sind;

    nach dem Umkehren, Anwenden auf den Inhalt der ersten Speicherregion (212) der Textänderungen, die früher von der Anwendung (220) durchgeführt worden sind; und

    Löschen der in der dritten Speicherregion gespeicherten Hinweise.


     
    10. Verfahren nach Anspruch 9, weiter umfassend:
    wo eine textuelle Ausgabe des Eingabeverfahrenseditors (211) auf die Inhalte der ersten Speicherregion (212) angewendet worden ist, bevor Textänderungen angewendet werden, die früher von der Anwendung (220) durchgeführt worden sind:

    nach dem Anwenden der Textänderungen, die früher von der Anwendung (220) durchgeführt worden sind, auf den Inhalt der ersten Speicherregion (212), Anwenden einer textuellen Ausgabe des Eingabeverfahrenseditors (211) auf die Inhalte der ersten Speicherregion (212), deren Hinweise von den Benutzereingabeaktionen, die in einer vierten Speicherregion gespeichert werden, neu generiert werden; und

    Löschen der Hinweise, die in der vierten Speicherregion gespeichert sind.


     
    11. Computerlesbares Medium (102-103), das Inhalte aufweist, die konfiguriert sind, um ein Informatiksystem (100) zu veranlassen, das Verfahren nach einem der Ansprüche 6 bis 10 auszuführen.
     


    Revendications

    1. Système informatique (100) pour fournir une sortie textuelle d'un éditeur de méthode d'entrée (211) à une application (220) éditant un corps de texte, l'éditeur de méthode d'entrée (211) s'exécutant dans un premier processus (210) et étant configuré pour transformer un événement d'entrée utilisateur en une sortie textuelle pour une consommation par l'application (220) exécutée par l'utilisateur, le système informatique (100) comprenant :

    une première région de mémoire (212) contenue dans un espace d'adresse du premier processus (210), configurée pour stocker une version du corps de texte auquel une sortie textuelle de l'éditeur de méthode d'entrée (211) est appliquée ;

    une deuxième région de mémoire (223) contenue dans un espace d'adresse d'un second processus (220) associé à l'application (220), la deuxième région de mémoire (223) étant configurée pour stocker une version du corps de texte auquel des modifications de texte réalisées par l'application (220) sont appliquées ;

    dans lequel le système informatique (100) est configuré pour exécuter un serveur d'entrée de texte (213, 700) dans le premier processus (210) et un client d'entrée de texte (221, 750) dans le second processus (220), le serveur d'entrée de texte (213, 700) et le client d'entrée de texte (221, 750) étant configurés pour communiquer afin de conserver la première région de mémoire (212) synchronisée avec la deuxième région de mémoire (223) par le biais de laquelle l'application (220) reçoit la sortie textuelle ;

    dans lequel le système informatique (100) comprend en outre un sous-système de réconciliation configuré pour réconcilier les contenus des première et deuxième régions de mémoire en cas de collisions entre des changements simultanés des régions respectivement par l'éditeur de méthode d'entrée (211) et l'application (220) d'une manière qui favorise les contenus de la deuxième région de mémoire (223).


     
    2. Système informatique (100) selon la revendication 1, dans lequel le sous-système de réconciliation est configuré pour réconcilier les contenus des première et deuxième régions de mémoire d'une manière qui favorise les contenus de la deuxième région de mémoire (223) en inversant des changements dans la première région de mémoire (212) qui entrent en collision avec des changements dans la deuxième région de mémoire (223).
     
    3. Système informatique (100) selon la revendication 1, le sous-système de réconciliation étant en outre configuré pour réconcilier uniquement avec la deuxième région de mémoire (223) les contenus de la première région de mémoire (212) qui reflètent une sortie textuelle délivrée en sortie par l'éditeur de méthode d'entrée (211) depuis que les modifications de texte les plus récentes ont été réalisées par l'application (220).
     
    4. Système informatique (100) selon la revendication 3, le sous-système de réconciliation étant en outre configuré pour accuser réception de contenus de la première région de mémoire (212) réconciliés avec la deuxième région de mémoire (223),
    le système informatique (100) comprenant en outre une troisième région de mémoire configurée pour stocker des indications d'une sortie textuelle de l'éditeur de méthode d'entrée (211) qui a été appliquée à la version du corps de texte stocké dans la première région de mémoire (212) et dont la réconciliation avec la deuxième région de mémoire (223) n'a pas fait l'objet d'un accusé de réception,
    le sous-système de réconciliation étant en outre configuré pour, là où une sortie textuelle de l'éditeur de méthode d'entrée (211) a été appliquée aux contenus de la première région de mémoire (212) avant l'application de modifications de texte qui ont été réalisées précédemment par l'application (220) :

    inverser une application aux contenus de la première région de mémoire (212) d'une sortie textuelle de l'éditeur de méthode d'entrée (211) dont des indications sont stockées dans la troisième région de mémoire ;

    après l'inversion, appliquer au contenu de la première région de mémoire (212) les modifications de texte qui ont été réalisées précédemment par l'application (220) ; et

    effacer les indications stockées dans la troisième région de mémoire.


     
    5. Système informatique (100) selon la revendication 4, le sous-système de réconciliation étant en outre configuré pour, là où une sortie textuelle de l'éditeur de méthode d'entrée (211) a été appliquée aux contenus de la première région de mémoire (212) avant l'application des modifications de texte qui ont été réalisées précédemment par l'application (220) :

    après l'application au contenu de la première région de mémoire (212) des modifications de texte qui ont été réalisées précédemment par l'application (220), appliquer aux contenus de la première région de mémoire (212) une sortie textuelle de l'éditeur de méthode d'entrée (211) dont des indications sont générées à nouveau à partir des actions d'entrée utilisateur stockées dans une quatrième région de mémoire ; et

    effacer les indications stockées dans la quatrième région de mémoire.


     
    6. Procédé, réalisé sur un système informatique (100), pour fournir une sortie textuelle d'un éditeur de méthode d'entrée (211) à une application (220) éditant un corps de texte, l'éditeur de méthode d'entrée (211) s'exécutant dans un premier processus (210) et étant configuré pour transformer un événement d'entrée utilisateur en une sortie textuelle pour une consommation par l'application (220) exécutée par l'utilisateur, le procédé comprenant :

    le stockage dans une première région de mémoire (212) contenue dans un espace d'adresse du premier processus (210), d'une version du corps de texte auquel une sortie textuelle de l'éditeur de méthode d'entrée (211) est appliquée ;

    le stockage dans une deuxième région de mémoire (223) contenue dans un espace d'adresse d'un second processus (220) associé à l'application (220), d'une version du corps de texte auquel des modifications de texte réalisées par l'application (220) sont appliquées ;

    l'exécution d'un serveur d'entrée de texte (213, 700) dans le premier processus (210) et d'un client d'entrée de texte (221, 750) dans le second processus (220), le serveur d'entrée de texte (213, 700) et le client d'entrée de texte (221, 750) étant configurés pour communiquer afin de conserver la première région de mémoire (212) synchronisée avec la deuxième région de mémoire (223) par le biais de laquelle l'application (220) reçoit la sortie textuelle ; et

    la réconciliation, par un sous-système de réconciliation du système informatique (100), des contenus des première et deuxième régions de mémoire en cas de collisions entre des changements simultanés des régions respectivement par l'éditeur de méthode d'entrée (211) et l'application (220), d'une manière qui favorise les contenus de la deuxième région de mémoire (223).


     
    7. Procédé selon la revendication 6, dans lequel la réconciliation des contenus des première et deuxième régions de mémoire en cas de collisions entre des changements simultanés des régions respectivement par l'éditeur de méthode d'entrée (211) et l'application (220) d'une manière qui favorise les contenus de la deuxième région de mémoire (223) comprend l'inversion des changements dans la première région de mémoire (212) qui entrent en collision avec des changements dans la deuxième région de mémoire (223).
     
    8. Procédé selon la revendication 6, dans lequel la réconciliation des contenus des première et deuxième régions de mémoire comprend la réconciliation uniquement avec la deuxième région de mémoire (223) de contenus de la première région de mémoire (212) qui reflètent une sortie textuelle délivrée en sortie par l'éditeur de méthode d'entrée (211) depuis que les modifications de texte les plus récentes ont été réalisées par l'application (220).
     
    9. Procédé selon la revendication 8, dans lequel la réconciliation des contenus des première et deuxième régions de mémoire comprend en outre :

    l'accusé de réception de contenus de la première région de mémoire (212) réconciliés avec la deuxième région de mémoire (223) ;

    le stockage dans une troisième région de mémoire du système informatique (100) d'indications d'une sortie textuelle de l'éditeur de méthode d'entrée (211) qui a été appliquée à la version du corps de texte stocké dans la première région de mémoire (212) et dont la réconciliation avec la deuxième région de mémoire (223) n'a pas fait l'objet d'un accusé de réception ; et

    là où une sortie textuelle de l'éditeur de méthode d'entrée (211) a été appliquée aux contenus de la première région de mémoire (212) avant l'application des modifications de texte qui ont été réalisées précédemment par l'application (220) :

    l'inversion d'une application aux contenus de la première région de mémoire (212) d'une sortie textuelle de l'éditeur de méthode d'entrée (211) dont les indications sont stockées dans la troisième région de mémoire ;

    après l'inversion, l'application au contenu de la première région de mémoire (212) des modifications de texte qui ont été réalisées précédemment par l'application (220) ; et

    l'effacement des indications stockées dans la troisième région de mémoire.


     
    10. Procédé selon la revendication 9, comprenant en outre :
    là où une sortie textuelle de l'éditeur de méthode d'entrée (211) a été appliquée aux contenus de la première région de mémoire (212) avant l'application de modifications de texte qui ont été réalisées précédemment par l'application (220) :

    après l'application au contenu de la première région de mémoire (212) des modifications de texte qui ont été réalisées précédemment par l'application (220), l'application aux contenus de la première région de mémoire (212) d'une sortie textuelle de l'éditeur de méthode d'entrée (211) dont les indications sont générées à nouveau à partir des actions d'entrée utilisateur stockées dans une quatrième région de mémoire ; et

    l'effacement des indications stockées dans la quatrième région de mémoire.


     
    11. Support lisible par ordinateur (102, 103) ayant des contenus configurés pour amener un système informatique (100) à réaliser le procédé selon l'une quelconque des revendications 6 à 10.
     




    Drawing


























    Cited references

    REFERENCES CITED IN THE DESCRIPTION



    This list of references cited by the applicant is for the reader's convenience only. It does not form part of the European patent document. Even though great care has been taken in compiling the references, errors or omissions cannot be excluded and the EPO disclaims all liability in this regard.

    Patent documents cited in the description