KR20200051167A - Electronic terminal device supporting easy undo processing of electronic document and operating method thereof - Google Patents

Electronic terminal device supporting easy undo processing of electronic document and operating method thereof Download PDF

Info

Publication number
KR20200051167A
KR20200051167A KR1020180134160A KR20180134160A KR20200051167A KR 20200051167 A KR20200051167 A KR 20200051167A KR 1020180134160 A KR1020180134160 A KR 1020180134160A KR 20180134160 A KR20180134160 A KR 20180134160A KR 20200051167 A KR20200051167 A KR 20200051167A
Authority
KR
South Korea
Prior art keywords
command
undo
editing
edit
electronic document
Prior art date
Application number
KR1020180134160A
Other languages
Korean (ko)
Other versions
KR102144351B1 (en
Inventor
이효섭
Original Assignee
주식회사 한글과컴퓨터
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 한글과컴퓨터 filed Critical 주식회사 한글과컴퓨터
Priority to KR1020180134160A priority Critical patent/KR102144351B1/en
Publication of KR20200051167A publication Critical patent/KR20200051167A/en
Application granted granted Critical
Publication of KR102144351B1 publication Critical patent/KR102144351B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

Disclosed is an electronic terminal device supporting easy undo processing for an electronic document and an operating method thereof. The present invention supports an undo process for an edit command to be properly performed even though a user applies an undo command for the edit command at a specific time while allowing the user to undo edit commands reflected to the electronic document even when the user reloads the electronic document after the electronic document is completed.

Description

전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치 및 그 동작 방법{ELECTRONIC TERMINAL DEVICE SUPPORTING EASY UNDO PROCESSING OF ELECTRONIC DOCUMENT AND OPERATING METHOD THEREOF}ELECTRONIC TERMINAL DEVICE SUPPORTING EASY UNDO PROCESSING OF ELECTRONIC DOCUMENT AND OPERATING METHOD THEREOF}

본 발명은 전자 문서에 적용된 편집 명령의 적용을 취소하여 원래의 편집 상태로 되돌릴 수 있는 언두(Undo) 기능의 실행과 관련된 기술에 대한 것이다.The present invention relates to a technique related to the execution of an undo function that can cancel the application of an edit command applied to an electronic document and return to the original edited state.

최근, 컴퓨터나 스마트폰 또는 태블릿 PC 등과 같은 전자 단말 장치가 널리 보급됨에 따라, 이러한 전자 단말 장치를 이용하여 전자 문서를 열람, 작성, 편집할 수 있도록 하는 다양한 종류의 전자 문서 관련 프로그램들이 출시되고 있다.Recently, as electronic terminal devices such as a computer, a smart phone, or a tablet PC are widely spread, various types of electronic document-related programs have been released to enable viewing, writing, and editing of electronic documents using such electronic terminal devices. .

이러한 전자 문서 관련 프로그램들로는 기본적인 문서의 작성, 편집 등을 지원하는 워드프로세서, 데이터의 입력, 산술연산, 데이터 관리를 보조하는 스프레드시트, 발표자의 발표를 보조하기 위한 프레젠테이션 프로그램들이 있다.These electronic document-related programs include word processors that support basic document creation and editing, data input, arithmetic operations, spreadsheets to assist in data management, and presentation programs to assist presenters.

보통, 이러한 전자 문서 관련 프로그램들은 사용자가 전자 문서를 작성 또는 편집하는 도중에 잘못된 편집 명령을 인가할 경우, 편집 명령의 실행을 취소하고, 이전의 상태로 되돌릴 수 있도록 지원하는 언두(Undo) 기능을 탑재하고 있는 경우가 많다.Usually, these electronic document-related programs are equipped with an undo function that allows the user to cancel the execution of the edit command and return to the previous state when the user issues an invalid edit command while creating or editing the electronic document. There are many cases.

이러한 언두 기능이란, 사용자가 전자 문서 상에 입력하는 편집 명령을 언두 큐(Queue) 상에 순차적으로 캐시해 둔 후 사용자가 언두 명령을 실행할 경우, 상기 언두 큐를 참조하여, 기 실행되었던 편집 명령들을 순차적으로 취소시키는 기능을 말한다.With this undo function, when a user executes an undo command after sequentially sequencing the editing command input by the user on the electronic document on the undo queue, referring to the undo queue, previously executed editing commands It refers to the function to cancel sequentially.

기존의 전자 문서에서의 언두 기능은 사용자가 전자 문서의 작성을 완료하고, 전자 문서를 저장하게 되면, 언두 큐에 저장된 데이터가 모두 제거되도록 구현되어 있기 때문에, 추후 사용자가 전자 문서를 다시 로드하여 전자 문서를 편집할 때에는 상기 전자 문서에 적용된 편집 명령을 언두시킬 수 있는 방법이 존재하지 않았다.The undo function in the existing electronic document is implemented so that when the user completes the creation of the electronic document and saves the electronic document, all data stored in the undo queue is removed. When editing the document, there was no way to undo the editing command applied to the electronic document.

또한, 기존의 전자 문서에서의 언두 기능은 복수의 편집 명령들이 전자 문서에 반영되어 있는 상황에서 사용자가 특정 시점에서 적용된 제1 편집 명령을 언두시키고자 할 때, 상기 전자 문서에 마지막으로 반영된 편집 명령부터 순차적으로 언두가 처리되어야 하기 때문에 상기 제1 편집 명령에 언두 처리가 도달할 때까지 사용자가 언두 명령을 수차례 인가해야 하는 불편이 존재했었다.In addition, the undo function in the existing electronic document is an editing command that is last reflected in the electronic document when the user wants to undo the first editing command applied at a specific point in time when a plurality of editing commands are reflected in the electronic document. Since the undo must be processed sequentially, there has been an inconvenience in that the user must approve the undo command several times until the first edit command reaches the undo process.

따라서, 전자 문서의 작성이 완료된 이후 사용자가 상기 전자 문서를 다시 로드할 경우에도 상기 전자 문서에 반영되었던 편집 명령들에 대한 언두 처리가 가능하도록 하면서, 사용자가 특정 시점에서의 편집 명령에 대해 언두 명령을 1회만 인가하더라도 상기 편집 명령에 대한 언두 처리가 적절히 수행될 수 있도록 지원하는 기술에 대한 연구가 필요하다.Therefore, even when the user reloads the electronic document after the electronic document is completed, the user can undo the editing commands reflected in the electronic document, while the user undoes the editing command at a specific time. It is necessary to study the technology to support the undo processing of the edit command properly even if only one is authorized.

본 발명은 전자 문서의 작성이 완료된 이후 사용자가 상기 전자 문서를 다시 로드할 경우에도 상기 전자 문서에 반영되었던 편집 명령들에 대한 언두(Undo) 처리가 가능하도록 하면서, 사용자가 특정 시점에서의 편집 명령에 대해 언두 명령을 1회만 인가하더라도 상기 편집 명령에 대한 언두 처리가 적절히 수행될 수 있도록 지원하는 기법을 제공하고자 한다.The present invention enables the user to edit the command at a specific point in time while allowing the user to undo the editing commands reflected in the electronic document even when the user reloads the electronic document after the electronic document is completed. It is intended to provide a technique to support undo processing for the edit command even if the undo command is authorized only once for.

본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치는 사용자에 의해 전자 문서에 대한 편집이 수행되면, 상기 사용자에 의해 인가된 상기 전자 문서의 편집을 위한 복수의 편집 명령들과 상기 복수의 편집 명령들 각각에 대응하는 복수의 언두(Undo) 편집 명령들 및 상기 복수의 편집 명령들 각각의 상기 전자 문서에서의 인가 순서에 따른 순번을 서로 대응시켜 기록한 액션 맵을 생성하는 액션 맵 생성부, 상기 사용자에 의해 상기 전자 문서에 대한 저장 명령이 인가되면, 상기 전자 문서에 대한 데이터에 상기 액션 맵에 대한 데이터를 스크립트(script)로 포함시켜 상기 전자 문서에 대한 파일을 생성하는 문서 저장부, 상기 전자 문서에 대한 파일이 생성된 이후, 상기 전자 문서에 대한 파일의 로드 명령이 인가되어 상기 전자 문서가 로드되면, 상기 전자 문서에 대한 데이터에 스크립트로 포함되어 있는 상기 액션 맵에 대한 데이터를 읽어들여 상기 복수의 편집 명령들과 상기 복수의 언두 편집 명령들 및 상기 복수의 편집 명령들 각각에 대응하는 순번이 포함된 언두 목록을 생성한 후 상기 언두 목록을 화면 상에 표시하는 언두 목록 표시부 및 상기 언두 목록에 포함되어 있는 상기 복수의 언두 편집 명령들 중 상기 사용자에 의해 제1 언두 편집 명령이 선택되고, 상기 제1 언두 편집 명령에 따른 언두 실행 명령이 인가되면, 상기 액션 맵을 참조하여 상기 전자 문서에 대해 상기 제1 언두 편집 명령에 따른 언두 편집 처리를 수행하는 언두 편집 처리부를 포함한다.An electronic terminal device that supports easy undo processing for an electronic document according to an embodiment of the present invention, when an electronic document is edited by a user, a plurality of edits for editing the electronic document authorized by the user Create an action map in which commands and a plurality of Undo editing commands corresponding to each of the plurality of editing commands and a sequence number according to an authorization order of each of the plurality of editing commands are corresponded to each other The action map generation unit to generate a file for the electronic document by including the action map data as a script in the data for the electronic document when the storage command for the electronic document is authorized by the user The document storage unit, after a file for the electronic document is generated, a load command for the file for the electronic document is authorized. When the electronic document is loaded, data for the action map included as a script is read in the data for the electronic document, and the plurality of editing commands, the plurality of undo editing commands, and the plurality of editing commands are respectively read. After generating a undo list containing a sequence number corresponding to the undo list display unit for displaying the undo list on the screen and the plurality of undo editing commands included in the undo list, the first undo editing command by the user When it is selected and the undo execution command according to the first undo edit command is applied, the undo editing processing unit performs undo editing processing according to the first undo editing command on the electronic document with reference to the action map. .

또한, 본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법은 사용자에 의해 전자 문서에 대한 편집이 수행되면, 상기 사용자에 의해 인가된 상기 전자 문서의 편집을 위한 복수의 편집 명령들과 상기 복수의 편집 명령들 각각에 대응하는 복수의 언두 편집 명령들 및 상기 복수의 편집 명령들 각각의 상기 전자 문서에서의 인가 순서에 따른 순번을 서로 대응시켜 기록한 액션 맵을 생성하는 단계, 상기 사용자에 의해 상기 전자 문서에 대한 저장 명령이 인가되면, 상기 전자 문서에 대한 데이터에 상기 액션 맵에 대한 데이터를 스크립트로 포함시켜 상기 전자 문서에 대한 파일을 생성하는 단계, 상기 전자 문서에 대한 파일이 생성된 이후, 상기 전자 문서에 대한 파일의 로드 명령이 인가되어 상기 전자 문서가 로드되면, 상기 전자 문서에 대한 데이터에 스크립트로 포함되어 있는 상기 액션 맵에 대한 데이터를 읽어들여 상기 복수의 편집 명령들과 상기 복수의 언두 편집 명령들 및 상기 복수의 편집 명령들 각각에 대응하는 순번이 포함된 언두 목록을 생성한 후 상기 언두 목록을 화면 상에 표시하는 단계 및 상기 언두 목록에 포함되어 있는 상기 복수의 언두 편집 명령들 중 상기 사용자에 의해 제1 언두 편집 명령이 선택되고, 상기 제1 언두 편집 명령에 따른 언두 실행 명령이 인가되면, 상기 액션 맵을 참조하여 상기 전자 문서에 대해 상기 제1 언두 편집 명령에 따른 언두 편집 처리를 수행하는 단계를 포함한다.In addition, an operation method of an electronic terminal device that supports easy undo processing for an electronic document according to an embodiment of the present invention, when an electronic document is edited by a user, edits the electronic document authorized by the user An action map in which a plurality of edit commands for a plurality of undo edit commands corresponding to each of the plurality of edit commands and a sequence number according to an authorization order of each of the plurality of edit commands are recorded in correspondence with each other Generating a file for the electronic document by including the data for the action map as a script in the data for the electronic document when the storage command for the electronic document is authorized by the user; After the file for the electronic document is created, the load command for the file for the electronic document is authorized to When the document is loaded, data for the action map included as a script is read in the data for the electronic document, and corresponding to the plurality of editing commands, the plurality of undo editing commands, and the plurality of editing commands After the undo list containing the sequence number is displayed, the first undo edit command is selected by the user among the plurality of undo edit commands included in the undo list and displaying the undo list on a screen, And when the undo execution command according to the first undo editing command is applied, referring to the action map, performing undo editing processing according to the first undo editing command on the electronic document.

본 발명은 전자 문서의 작성이 완료된 이후 사용자가 상기 전자 문서를 다시 로드할 경우에도 상기 전자 문서에 반영되었던 편집 명령들에 대한 언두(Undo) 처리가 가능하도록 하면서, 사용자가 특정 시점에서의 편집 명령에 대해 언두 명령을 1회만 인가하더라도 상기 편집 명령에 대한 언두 처리가 적절히 수행될 수 있도록 지원하는 기법을 제공할 수 있다.The present invention enables the user to edit the command at a specific point in time while allowing the user to undo the editing commands reflected in the electronic document even when the user reloads the electronic document after the electronic document is completed. It is possible to provide a technique to support undo processing for the edit command properly even if the undo command is authorized only once.

도 1은 본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 구조를 도시한 도면이다.
도 2 내지 도 3은 본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치를 설명하기 위한 도면이다.
도 4는 본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법을 도시한 순서도이다.
1 is a diagram showing the structure of an electronic terminal device supporting easy undo processing for an electronic document according to an embodiment of the present invention.
2 to 3 are diagrams for explaining an electronic terminal device supporting easy undo processing for an electronic document according to an embodiment of the present invention.
4 is a flowchart illustrating an operation method of an electronic terminal device supporting easy undo processing for an electronic document according to an embodiment of the present invention.

이하에서는 본 발명에 따른 실시예들을 첨부된 도면을 참조하여 상세하게 설명하기로 한다. 이러한 설명은 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 각 도면을 설명하면서 유사한 참조부호를 유사한 구성요소에 대해 사용하였으며, 다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 본 명세서 상에서 사용되는 모든 용어들은 본 발명이 속하는 기술분야에서 통상의 지식을 가진 사람에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다.Hereinafter, embodiments according to the present invention will be described in detail with reference to the accompanying drawings. It should be understood that these descriptions are not intended to limit the invention to specific embodiments, and include all modifications, equivalents, or substitutes included in the spirit and scope of the invention. In describing each drawing, similar reference numerals have been used for similar elements, and unless otherwise defined, all terms used in this specification, including technical or scientific terms, have common knowledge in the technical field to which the present invention pertains. It has the same meaning as commonly understood by people who have it.

본 문서에서, 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있다는 것을 의미한다. 또한, 본 발명의 다양한 실시예들에 있어서, 각 구성요소들, 기능 블록들 또는 수단들은 하나 또는 그 이상의 하부 구성요소로 구성될 수 있고, 각 구성요소들이 수행하는 전기, 전자, 기계적 기능들은 전자회로, 집적회로, ASIC(Application Specific Integrated Circuit) 등 공지된 다양한 소자들 또는 기계적 요소들로 구현될 수 있으며, 각각 별개로 구현되거나 2 이상이 하나로 통합되어 구현될 수도 있다. In this document, when it is said that a part "includes" a certain component, this means that other components may be further included rather than excluding other components unless specifically stated to the contrary. In addition, in various embodiments of the present invention, each component, functional blocks, or means may be composed of one or more sub-components, and the electrical, electronic, and mechanical functions performed by each component are electronic Circuits, integrated circuits, ASICs (Application Specific Integrated Circuits), etc. may be implemented with various known devices or mechanical elements, and may be implemented separately, or two or more may be integrated into one.

한편, 첨부된 블록도의 블록들이나 흐름도의 단계들은 범용 컴퓨터, 특수용 컴퓨터, 휴대용 노트북 컴퓨터, 네트워크 컴퓨터 등 데이터 프로세싱이 가능한 장비의 프로세서나 메모리에 탑재되어 지정된 기능들을 수행하는 컴퓨터 프로그램 명령들(instructions)을 의미하는 것으로 해석될 수 있다. 이들 컴퓨터 프로그램 명령들은 컴퓨터 장치에 구비된 메모리 또는 컴퓨터에서 판독 가능한 메모리에 저장될 수 있기 때문에, 블록도의 블록들 또는 흐름도의 단계들에서 설명된 기능들은 이를 수행하는 명령 수단을 내포하는 제조물로 생산될 수도 있다. 아울러, 각 블록 또는 각 단계는 특정된 논리적 기능(들)을 실행하기 위한 하나 이상의 실행 가능한 명령들을 포함하는 모듈, 세그먼트 또는 코드의 일부를 나타낼 수 있다. 또, 몇 가지 대체 가능한 실시예들에서는 블록들 또는 단계들에서 언급된 기능들이 정해진 순서와 달리 실행되는 것도 가능함을 주목해야 한다. 예컨대, 잇달아 도시되어 있는 두 개의 블록들 또는 단계들은 실질적으로 동시에 수행되거나, 역순으로 수행될 수 있으며, 경우에 따라 일부 블록들 또는 단계들이 생략된 채로 수행될 수도 있다.On the other hand, the steps of the blocks or flowcharts of the accompanying block diagrams are computer program instructions that are mounted on a processor or memory of data processing equipment such as a general purpose computer, a special purpose computer, a portable notebook computer, and a network computer to perform designated functions. It can be interpreted as meaning. Since these computer program instructions can be stored in a memory provided in a computer device or in a computer readable memory, the functions described in the blocks in the block diagrams or steps in the flowchart are produced as an article containing instruction means for performing this. It may be. In addition, each block or each step can represent a module, segment, or portion of code that includes one or more executable instructions for executing the specified logical function (s). It should also be noted that in some alternative embodiments, the functions mentioned in blocks or steps may be executed out of order. For example, the two blocks or steps shown in succession may be performed substantially simultaneously or in the reverse order, and in some cases, some blocks or steps may be omitted.

도 1은 본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 구조를 도시한 도면이다.1 is a diagram showing the structure of an electronic terminal device supporting easy undo processing for an electronic document according to an embodiment of the present invention.

도 1을 참조하면, 본 발명에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치(110)는 액션 맵 생성부(111), 문서 저장부(112), 언두 목록 표시부(113) 및 언두 편집 처리부(114)를 포함한다.Referring to FIG. 1, an electronic terminal device 110 supporting easy undo processing for an electronic document according to the present invention includes an action map generator 111, a document storage unit 112, a undo list display unit 113, and undo It includes an editing processing unit 114.

액션 맵 생성부(111)는 사용자에 의해 전자 문서에 대한 편집이 수행되면, 상기 사용자에 의해 인가된 상기 전자 문서의 편집을 위한 복수의 편집 명령들과 상기 복수의 편집 명령들 각각에 대응하는 복수의 언두(Undo) 편집 명령들 및 상기 복수의 편집 명령들 각각의 상기 전자 문서에서의 인가 순서에 따른 순번을 서로 대응시켜 기록한 액션 맵을 생성한다.When the editing of the electronic document is performed by the user, the action map generating unit 111 may include a plurality of editing commands for editing the electronic document authorized by the user and a plurality of editing commands corresponding to each of the plurality of editing commands. An action map in which the undo editing commands of and the plurality of editing commands are recorded in correspondence with a sequence number according to an authorization order in the electronic document, respectively.

여기서, 언두 편집 명령이란 전자 문서에 대해서 인가된 편집 명령의 실행을 취소하기 위한 상기 편집 명령에 반대되는 편집 명령을 의미하는 것으로, 예컨대, 'a'라는 텍스트를 삽입하라는 편집 명령이 있을 때, 상기 편집 명령에 대응하는 언두 편집 명령은 'a'라는 텍스트를 삭제하라는 편집 명령이 될 수 있다.Here, the undo editing command means an editing command contrary to the editing command for canceling execution of the editing command authorized for the electronic document, for example, when there is an editing command to insert the text 'a' The undo edit command corresponding to the edit command may be an edit command to delete the text 'a'.

관련해서, 전자 문서에 '편집 명령 1', '편집 명령 2', '편집 명령 3', '편집 명령 4', '편집 명령 5'가 순차적으로 인가되었다고 하는 경우, 액션 맵 생성부(111)는 하기의 표 1과 같은 액션 맵을 생성할 수 있다.In relation to this, when it is said that 'edit command 1', 'edit command 2', 'edit command 3', 'edit command 4', and 'edit command 5' are sequentially applied to the electronic document, the action map generator 111 Can create an action map as shown in Table 1 below.

편집 명령Edit command 언두 편집 명령Undo editing command 순번turn 편집 명령 1Edit command 1 언두 편집 명령 1Undo editing command 1 1One 편집 명령 2Edit command 2 언두 편집 명령 2Undo editing command 2 22 편집 명령 3Edit command 3 언두 편집 명령 3Undo editing command 3 33 편집 명령 4Edit command 4 언두 편집 명령 4Undo editing command 4 44 편집 명령 5Edit command 5 언두 편집 명령 5Undo editing command 5 55

문서 저장부(112)는 상기 사용자에 의해 상기 전자 문서에 대한 저장 명령이 인가되면, 상기 전자 문서에 대한 데이터에 상기 액션 맵에 대한 데이터를 스크립트(script)로 포함시켜 상기 전자 문서에 대한 파일을 생성한다.When the storage command for the electronic document is authorized by the user, the document storage unit 112 includes the data for the action map as a script in the data for the electronic document to generate a file for the electronic document. To create.

여기서, 스크립트란 응용 소프트웨어를 제어하기 위한 컴퓨터 프로그래밍 언어로 작성한 짧은 프로그램이나 명령어들을 의미하는 것으로, 문서 저장부(112)는 전자 문서를 저장하여 파일을 생성할 때, 상기 전자 문서에 대한 데이터에 상기 액션 맵에 대한 데이터를 스크립트로 포함시켜 상기 전자 문서에 대한 파일을 생성할 수 있다.Here, the script refers to short programs or commands written in a computer programming language for controlling application software. When the document storage unit 112 generates an electronic document and generates a file, the data for the electronic document is recalled. A file for the electronic document may be generated by including data for the action map as a script.

이렇게, 상기 전자 문서에 대한 파일이 생성된 이후, 상기 사용자가 상기 전자 문서에 대한 파일에 대해서 로드 명령을 인가함에 따라 전자 단말 장치(110)에 상기 전자 문서가 로드되면, 언두 목록 표시부(113)는 상기 전자 문서에 대한 데이터에 스크립트로 포함되어 있는 상기 액션 맵에 대한 데이터를 읽어들여 상기 복수의 편집 명령들과 상기 복수의 언두 편집 명령들 및 상기 복수의 편집 명령들 각각에 대응하는 순번이 포함된 언두 목록을 생성한 후 상기 언두 목록을 화면 상에 표시한다.Thus, after the file for the electronic document is generated, when the electronic document is loaded into the electronic terminal device 110 as the user applies a load command for the file for the electronic document, the undo list display unit 113 Reads data for the action map included as a script in data for the electronic document, and includes a sequence number corresponding to each of the plurality of edit commands, the plurality of undo edit commands, and the plurality of edit commands After generating the undo list, the undo list is displayed on the screen.

이렇게, 상기 언두 목록이 화면 상에 표시되면, 상기 사용자는 상기 언두 목록을 보고, 언두 처리를 수행하고자 하는 특정 언두 편집 명령을 선택한 후 언두 실행 명령을 인가함으로써, 상기 전자 문서에서 상기 특정 언두 편집 명령에 따른 언두 처리가 수행되도록 조치할 수 있다.In this way, when the undo list is displayed on the screen, the user views the undo list, selects a specific undo editing command to perform undo processing, and then applies a undo execution command to apply the undo editing command in the electronic document. The undo processing according to can be performed.

관련해서, 상기 언두 목록에 포함되어 있는 상기 복수의 언두 편집 명령들 중 상기 사용자에 의해 제1 언두 편집 명령이 선택되고, 상기 제1 언두 편집 명령에 따른 언두 실행 명령이 인가되면, 언두 편집 처리부(114)는 상기 액션 맵을 참조하여 상기 전자 문서에 대해 상기 제1 언두 편집 명령에 따른 언두 편집 처리를 수행한다.In relation to this, when a first undo edit command is selected by the user from among the plurality of undo edit commands included in the undo list, and the undo execution command according to the first undo edit command is applied, the undo edit processing unit ( 114) performs undo editing processing according to the first undo editing command on the electronic document with reference to the action map.

이때, 본 발명의 일실시예에 따르면, 언두 편집 처리부(114)는 순번 확인부(115), 편집 명령 추출부(116) 및 언두 실행부(117)를 포함할 수 있다.At this time, according to an embodiment of the present invention, the undo editing processing unit 114 may include a sequence number checking unit 115, an editing command extraction unit 116, and a undo execution unit 117.

순번 확인부(115)는 상기 제1 언두 편집 명령에 따른 언두 실행 명령이 인가되면, 상기 액션 맵을 참조하여 상기 제1 언두 편집 명령에 대응되어 기록되어 있는 제1 순번을 확인한다.When the undo execution command according to the first undo editing command is applied, the sequence number checking unit 115 checks the first sequence number recorded in correspondence with the first undo editing command by referring to the action map.

편집 명령 추출부(116)는 상기 액션 맵으로부터 상기 제1 순번의 이후 순번에 해당되는 적어도 하나의 순번에 대응되어 기록되어 있는 적어도 하나의 언두 편집 명령을 추출한다.The editing command extraction unit 116 extracts at least one undo editing command recorded corresponding to at least one sequence number corresponding to the sequence number after the first sequence number from the action map.

언두 실행부(117)는 상기 전자 문서에 대해 상기 적어도 하나의 언두 편집 명령 각각에 대응하는 순번에 반대되는 순서로 상기 적어도 하나의 언두 편집 명령에 대응하는 언두 편집 처리를 순차적으로 수행한 후 마지막으로 상기 제1 언두 편집 명령에 대응하는 언두 편집 처리를 수행한다.The undo execution unit 117 sequentially performs undo editing processing corresponding to the at least one undo editing command in the order opposite to the sequence number corresponding to each of the at least one undo editing command for the electronic document. The undo editing process corresponding to the first undo editing command is performed.

예컨대, 상기 표 1과 같이 액션 맵이 생성되어 있는 상황에서 상기 사용자에 의해 상기 제1 언두 편집 명령으로 '언두 편집 명령 3'이 선택되었다고 하는 경우, 순번 확인부(115)는 상기 액션 맵을 참조하여 '언두 편집 명령 3'에 대응되어 기록되어 있는 제1 순번인 '순번 3'을 확인할 수 있다.For example, when an action map is generated as shown in Table 1, when the user selects 'Undo Edit Command 3' as the first undo edit command by the user, the sequence number checking unit 115 refers to the action map By doing so, it is possible to check the first sequence number 'sequence number 3' corresponding to the 'undo editing command 3'.

그리고, 편집 명령 추출부(116)는 상기 액션 맵으로부터 '순번 3'의 이후 순번에 해당되는 적어도 하나의 순번인 '순번 4'와 '순번 5'에 대응되어 기록되어 있는 적어도 하나의 언두 편집 명령인 '언두 편집 명령 4'와 '언두 편집 명령 5'를 추출할 수 있다.In addition, the edit command extraction unit 116 has at least one undo edit command recorded in correspondence with at least one sequence number 'sequence number 4' and 'sequence number 5' corresponding to a sequence number after 'sequence number 3' from the action map. The 'Undo Edit Command 4' and 'Undo Edit Command 5' can be extracted.

그러고 나서, 언두 실행부(117)는 상기 전자 문서에 대해 '언두 편집 명령 4'와 '언두 편집 명령 5' 각각에 대응되는 순번에 반대되는 순서인 '순번 5', '순번 4'의 순서로 '언두 편집 명령 5'와 '언두 편집 명령 4'에 대응하는 언두 편집 처리를 순차적으로 수행한 후 마지막으로 '언두 편집 명령 3'에 대응하는 언두 편집 처리를 수행할 수 있다.Then, the undo execution unit 117 in the order of 'sequence number 5', 'sequence number 4' in the opposite order to the sequence number corresponding to each of the 'undo editing command 4' and 'undo editing command 5' for the electronic document. After the undo edit processing corresponding to the 'Undo editing command 5' and the 'Undo editing command 4' is sequentially performed, finally, the undo editing processing corresponding to the 'Undo editing command 3' may be performed.

이를 통해, 사용자는 '언두 편집 명령 3'을 선택하여 한 번의 언두 실행 명령을 인가하는 것만으로, 상기 전자 문서의 편집 상태를 '언두 편집 명령 5', '언두 편집 명령 4', '언두 편집 명령 3'의 순서로 언두 처리가 완료된 상태로 변경할 수 있다.Through this, the user simply selects the 'Undo Edit Command 3' and authorizes the single undo execution command, and the editing status of the electronic document is set to 'Undo Edit Command 5', 'Undo Edit Command 4', and 'Undo Edit Command'. In the order of 3 ', the undo processing can be completed.

본 발명의 일실시예에 따르면, 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치(110)는 통합 편집 명령 생성부(118), 정보 생성부(119) 및 액션 맵 갱신부(120)를 더 포함할 수 있다.According to an embodiment of the present invention, the electronic terminal device 110 supporting the easy undo processing of the electronic document includes an integrated editing command generation unit 118, an information generation unit 119, and an action map update unit 120. It may further include.

통합 편집 명령 생성부(118)는 상기 액션 맵이 생성된 이후, 상기 사용자에 의해 상기 복수의 편집 명령들 중 제1 편집 명령과 제2 편집 명령을 하나의 편집 명령으로 통합할 것을 지시하는 통합 명령이 인가되면, 상기 제1 편집 명령과 상기 제2 편집 명령의 상기 전자 문서에서의 적용 지점에 기초한 연관성 존재여부에 대한 판단을 수행하여 상기 제1 편집 명령과 상기 제2 편집 명령 간의 연관성이 존재하는 것으로 확인되는 경우, 상기 제1 편집 명령과 상기 제2 편집 명령을 조합하여 통합 편집 명령을 생성한다.After the action map is generated, the integrated editing command generation unit 118 instructs the user to combine the first editing command and the second editing command among the plurality of editing commands into one editing command. When this is authorized, a determination is made as to whether an association exists based on an application point of the electronic document of the first editing command and the second editing command, and an association exists between the first editing command and the second editing command. If it is confirmed, the combined edit command is generated by combining the first edit command and the second edit command.

이때, 본 발명의 일실시예에 따르면, 통합 편집 명령 생성부(118)는 상기 제1 편집 명령과 상기 제2 편집 명령이 상기 전자 문서의 동일 지점 상에 텍스트를 삽입하도록 지시하는 편집 명령이거나 텍스트를 삭제하도록 지시하는 편집 명령인 경우, 상기 제1 편집 명령과 상기 제2 편집 명령 간에 연관성이 존재하는 것으로 확인하여, 상기 제1 편집 명령과 상기 제2 편집 명령에 따른 편집 사항이 상기 전자 문서에 한 번에 적용되도록 지시하는 상기 통합 편집 명령을 생성할 수 있다.At this time, according to an embodiment of the present invention, the integrated editing command generation unit 118 is an editing command or text that instructs the first editing command and the second editing command to insert text on the same point of the electronic document. In the case of an editing command instructing to delete, it is determined that an association exists between the first editing command and the second editing command, so that the edits according to the first editing command and the second editing command are stored in the electronic document. It is possible to generate the above integrated editing command instructing to be applied at once.

예컨대, 상기 제1 편집 명령이 도 2의 도면부호 210에 도시된 그림과 같이 상기 전자 문서의 제1 지점 상에 'a'라고 하는 텍스트를 삽입하도록 지시하는 명령이고, 상기 제2 편집 명령이 도 2의 도면부호 220에 도시된 그림과 같이 상기 전자 문서의 제1 지점 상에(정확히는 'a'가 삽입된 지점의 우측에) 'b'라고 하는 텍스트를 삽입하도록 지시하는 명령인 경우, 통합 편집 명령 생성부(118)는 상기 제1 편집 명령과 상기 제2 편집 명령 간에 연관성이 존재하는 것으로 확인하여, 상기 제1 편집 명령과 상기 제2 편집 명령에 따른 편집 사항인 'ab'라고 하는 텍스트가 상기 전자 문서에 한 번에 입력되도록 지시하는 통합 편집 명령을 생성할 수 있다.For example, the first editing command is a command for instructing to insert the text 'a' on the first point of the electronic document as illustrated in reference numeral 210 of FIG. 2, and the second editing command is In the case of a command instructing to insert the text 'b' on the first point of the electronic document (exactly to the right of the point where 'a' is inserted), as shown in reference numeral 220 of 2, integrated editing The command generation unit 118 confirms that an association exists between the first edit command and the second edit command, so that the text “ab”, which is an edit according to the first edit command and the second edit command, is An integrated editing command may be generated to instruct the electronic document to be input at one time.

또한, 본 발명의 다른 실시예에 따르면, 통합 편집 명령 생성부(118)는 상기 제1 편집 명령과 상기 제2 편집 명령이 상기 전자 문서에 삽입되어 있는 복수의 개체들 중 동일한 개체에 대한 속성 변경을 지시하는 편집 명령인 경우, 상기 제1 편집 명령과 상기 제2 편집 명령 간에 연관성이 존재하는 것으로 확인하여, 상기 제1 편집 명령과 상기 제2 편집 명령에 따른 개체의 속성 변경 사항이 상기 전자 문서에 한 번에 적용되도록 지시하는 상기 통합 편집 명령을 생성할 수 있다.In addition, according to another embodiment of the present invention, the integrated editing command generation unit 118 changes the properties of the same object among a plurality of objects in which the first editing command and the second editing command are inserted in the electronic document. In the case of an editing command indicating that there is an association between the first editing command and the second editing command, the property change of the object according to the first editing command and the second editing command is the electronic document. It is possible to generate the above integrated editing command instructing to be applied at once.

예컨대, 도 3의 도면부호 310에 도시된 그림과 같이 상기 전자 문서에 원형 도형 개체가 존재하고 있을 때, 상기 제1 편집 명령이 도 3의 도면부호 320에 도시된 그림과 같이 상기 원형 도형 개체가 화면 좌측 하단으로 이동되도록 삽입 위치에 대한 속성을 변경하도록 지시하는 명령이고, 상기 제2 편집 명령이 도 3의 도면부호 330에 도시된 그림과 같이 상기 원형 도형 개체의 색상이 회색으로 변경되도록 지시하는 속성 변경 명령인 경우, 통합 편집 명령 생성부(118)는 상기 제1 편집 명령과 상기 제2 편집 명령 간에 연관성이 존재하는 것으로 확인하여, 상기 제1 편집 명령과 상기 제2 편집 명령에 따른 편집 사항인 원형 도형 개체가 화면 좌측 하단으로 이동되면서 색상이 회색으로 변경되도록 지시하는 통합 편집 명령을 생성할 수 있다.For example, when a circular figure object exists in the electronic document as shown in reference numeral 310 of FIG. 3, the first edit command may cause the circular figure object to appear as shown in reference numeral 320 of FIG. It is a command to instruct to change the property of the insertion position to move to the bottom left of the screen, and the second editing command instructs the color of the circular figure object to be changed to gray as illustrated in reference numeral 330 of FIG. 3. In the case of an attribute change command, the integrated editing command generation unit 118 confirms that there is an association between the first editing command and the second editing command, so that the edits according to the first editing command and the second editing command You can create an integrated editing command that instructs the color to change to gray as the circular shape object moves to the bottom left of the screen.

정보 생성부(119)는 상기 통합 편집 명령이 생성되면, 상기 통합 편집 명령에 대응하는 통합 언두 편집 명령을 생성하고, 상기 액션 맵에서 상기 제1 편집 명령에 대응되어 기록되어 있는 순번을 상기 통합 편집 명령에 대응하는 통합 순번으로 결정한다.When the integrated editing command is generated, the information generating unit 119 generates an integrated undo editing command corresponding to the integrated editing command, and the integrated editing of the sequence number recorded in response to the first editing command in the action map. It is decided by the integrated sequence number corresponding to the command.

예컨대, 상기 액션 맵이 상기 표 1과 같이 생성되었다고 하고, 상기 액션 맵에서 '편집 명령 2'가 상기 전자 문서의 제1 지점에 'a'라는 텍스트가 삽입되도록 지시하는 명령이고, '편집 명령 3'이 상기 전자 문서의 제1 지점에 'b'라는 텍스트가 삽입되도록 지시하는 명령이며, '편집 명령 2'와 '편집 명령 3'이 통합됨에 따라 상기 전자 문서의 제1 지점에 'ab'라는 텍스트가 삽입되도록 지시하는 상기 통합 편집 명령이 생성되었다고 하는 경우, 정보 생성부(119)는 상기 전자 문서의 상기 제1 지점에서 'ab'라는 텍스트를 삭제하도록 지시하는 명령을 상기 통합 언두 편집 명령으로 생성할 수 있고, 상기 액션 맵에서 '편집 명령 2'에 대응되어 기록되어 있는 순번인 '순번 2'를 상기 통합 편집 명령에 대응하는 통합 순번으로 결정할 수 있다.For example, it is said that the action map is generated as shown in Table 1, and in the action map, 'edit command 2' is a command to instruct the text 'a' to be inserted at the first point of the electronic document, and 'edit command 3' 'This is a command to instruct the text' b 'to be inserted at the first point of the electronic document, and' ab 'is added to the first point of the electronic document as the' edit command 2 'and the' edit command 3 'are integrated. When it is said that the integrated editing command instructing to insert text is generated, the information generating unit 119 uses the integrated undo editing command to instruct the command to delete the text 'ab' at the first point of the electronic document. It is possible to generate, and the sequence number recorded in response to the 'edit command 2' in the action map may be determined as the integrated sequence number corresponding to the integrated edit command.

액션 맵 갱신부(120)는 상기 액션 맵에 기록되어 있는 상기 제1 편집 명령, 상기 제1 편집 명령에 대응하는 언두 편집 명령 및 상기 제1 편집 명령에 대응하는 순번과 상기 제2 편집 명령, 상기 제2 편집 명령에 대응하는 언두 편집 명령 및 상기 제2 편집 명령에 대응하는 순번을 삭제한 후 상기 액션 맵에 대해 상기 통합 편집 명령을 신규로 기록하면서, 상기 통합 편집 명령에 대응되도록 상기 통합 언두 편집 명령과 상기 통합 순번을 신규로 기록한다.The action map updating unit 120 may include the first edit command recorded in the action map, the undo edit command corresponding to the first edit command, the sequence number corresponding to the first edit command, the second edit command, and the After deleting the undo edit command corresponding to the second edit command and the sequence number corresponding to the second edit command, while newly recording the integrated edit command for the action map, the integrated undo edit to correspond to the integrated edit command Record the order and the integration sequence number newly.

관련해서, 앞서 설명한 예시와 같이 '편집 명령 2'와 '편집 명령 3'이 통합되어 통합 편집 명령이 생성되고, 상기 통합 편집 명령에 대응하는 통합 언두 편집 명령이 생성됨과 동시에 '순번 2'라고 하는 통합 순번이 생성되었다고 하는 경우, 액션 맵 갱신부(120)는 상기 표 1과 같은 액션 맵에서 '편집 명령 2', '언두 편집 명령 2', '순번 2'와 '편집 명령 3', '언두 편집 명령 3', '순번 3'을 삭제한 후 상기 액션 맵에 대해 상기 통합 편집 명령을 신규로 기록하면서, 상기 통합 편집 명령에 대응되도록 상기 통합 언두 편집 명령과 '순번 2'라고 하는 상기 통합 순번을 신규로 기록할 수 있다.In connection with the above-described example, 'edit command 2' and 'edit command 3' are integrated to generate an integrated edit command, and an integrated undo edit command corresponding to the integrated edit command is generated and simultaneously referred to as 'sequence 2'. When it is said that the integrated sequence number is generated, the action map updater 120 may include 'editing command 2', 'editing command 2', 'ordering number 2', 'editing command 3', and 'undoing' in the action map shown in Table 1 above. After deleting the edit command 3 'and' sequence number 3 ', while recording the integrated edit command for the action map newly, the integrated undo edit command and the integrated sequence number called' sequence number 2 'to correspond to the integrated edit command Can be newly recorded.

이렇게, 사용자에 의해 특정 편집 명령들에 대한 통합 명령이 인가되는 경우, 본 발명에 따른 전자 단말 장치는 상기 편집 명령들이 서로 연관성이 있는 것으로 확인되면, 상기 편집 명령들을 하나의 통합 편집 명령으로 통합하고, 상기 통합 편집 명령에 대응하는 통합 언두 편집 명령과 통합 순번을 새롭게 생성하여 상기 액션 맵에 다시 기록함으로써, 추후 사용자가 상기 전자 문서에 대해 언두를 수행할 때, 서로 연관성이 있는 둘 이상의 편집 명령들이 한 번에 언두 처리될 수 있도록 지원할 수 있다.In this way, when the integration command for specific editing commands is authorized by the user, when it is determined that the editing commands are related to each other, the electronic terminal device according to the present invention integrates the editing commands into one integrated editing command. When the user undoes the electronic document later, two or more editing commands related to the electronic document are generated by newly generating an integrated undo editing command corresponding to the integrated editing command and an integrated sequence number and rewriting the action map. It can support undo processing at once.

도 4는 본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법을 도시한 순서도이다.4 is a flowchart illustrating an operation method of an electronic terminal device supporting easy undo processing for an electronic document according to an embodiment of the present invention.

단계(S410)에서는 사용자에 의해 전자 문서에 대한 편집이 수행되면, 상기 사용자에 의해 인가된 상기 전자 문서의 편집을 위한 복수의 편집 명령들과 상기 복수의 편집 명령들 각각에 대응하는 복수의 언두 편집 명령들 및 상기 복수의 편집 명령들 각각의 상기 전자 문서에서의 인가 순서에 따른 순번을 서로 대응시켜 기록한 액션 맵을 생성한다.In step S410, when editing of the electronic document is performed by a user, a plurality of editing commands for editing the electronic document authorized by the user and a plurality of undo edits corresponding to each of the plurality of editing commands An action map is recorded by correlating a sequence number according to an order of authorization in the electronic document of each of the commands and the plurality of editing commands.

단계(S420)에서는 상기 사용자에 의해 상기 전자 문서에 대한 저장 명령이 인가되면, 상기 전자 문서에 대한 데이터에 상기 액션 맵에 대한 데이터를 스크립트로 포함시켜 상기 전자 문서에 대한 파일을 생성한다.In step S420, when the storage command for the electronic document is applied by the user, the data for the action map is included in the data for the electronic document as a script to generate a file for the electronic document.

단계(S430)에서는 상기 전자 문서에 대한 파일이 생성된 이후, 상기 전자 문서에 대한 파일의 로드 명령이 인가되어 상기 전자 문서가 로드되면, 상기 전자 문서에 대한 데이터에 스크립트로 포함되어 있는 상기 액션 맵에 대한 데이터를 읽어들여 상기 복수의 편집 명령들과 상기 복수의 언두 편집 명령들 및 상기 복수의 편집 명령들 각각에 대응하는 순번이 포함된 언두 목록을 생성한 후 상기 언두 목록을 화면 상에 표시한다.In step S430, after a file for the electronic document is generated, when a load command for a file for the electronic document is applied and the electronic document is loaded, the action map included in the data for the electronic document as a script After reading the data for the plurality of edit commands, the plurality of edit commands and the undo list including the sequence numbers corresponding to each of the plurality of edit commands are generated, and then the undo list is displayed on the screen. .

단계(S440)에서는 상기 언두 목록에 포함되어 있는 상기 복수의 언두 편집 명령들 중 상기 사용자에 의해 제1 언두 편집 명령이 선택되고, 상기 제1 언두 편집 명령에 따른 언두 실행 명령이 인가되면, 상기 액션 맵을 참조하여 상기 전자 문서에 대해 상기 제1 언두 편집 명령에 따른 언두 편집 처리를 수행한다.In step S440, if a first undo edit command is selected by the user from among the plurality of undo edit commands included in the undo list, and the undo execution command according to the first undo edit command is applied, the action The undo editing process according to the first undo editing command is performed on the electronic document with reference to a map.

이때, 본 발명의 일실시예에 따르면, 단계(S440)에서는 상기 제1 언두 편집 명령에 따른 언두 실행 명령이 인가되면, 상기 액션 맵을 참조하여 상기 제1 언두 편집 명령에 대응되어 기록되어 있는 제1 순번을 확인하는 단계, 상기 액션 맵으로부터 상기 제1 순번의 이후 순번에 해당되는 적어도 하나의 순번에 대응되어 기록되어 있는 적어도 하나의 언두 편집 명령을 추출하는 단계 및 상기 전자 문서에 대해 상기 적어도 하나의 언두 편집 명령 각각에 대응하는 순번에 반대되는 순서로 상기 적어도 하나의 언두 편집 명령에 대응하는 언두 편집 처리를 순차적으로 수행한 후 마지막으로 상기 제1 언두 편집 명령에 대응하는 언두 편집 처리를 수행하는 단계를 포함할 수 있다.At this time, according to an embodiment of the present invention, in step S440, when the undo execution command according to the first undo edit command is applied, the first undo edit command is referenced and recorded in correspondence with the first undo edit command. 1 identifying a sequence number, extracting at least one undo editing command recorded corresponding to at least one sequence number corresponding to a sequence number subsequent to the first sequence number from the action map, and the at least one for the electronic document Sequentially performing undo editing processing corresponding to the at least one undo editing command in an order opposite to the sequence number corresponding to each of the undo editing commands, and finally performing undo editing processing corresponding to the first undo editing command. It may include steps.

또한, 본 발명의 일실시예에 따르면, 상기 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법은 상기 액션 맵이 생성된 이후, 상기 사용자에 의해 상기 복수의 편집 명령들 중 제1 편집 명령과 제2 편집 명령을 하나의 편집 명령으로 통합할 것을 지시하는 통합 명령이 인가되면, 상기 제1 편집 명령과 상기 제2 편집 명령의 상기 전자 문서에서의 적용 지점에 기초한 연관성 존재여부에 대한 판단을 수행하여 상기 제1 편집 명령과 상기 제2 편집 명령 간의 연관성이 존재하는 것으로 확인되는 경우, 상기 제1 편집 명령과 상기 제2 편집 명령을 조합하여 통합 편집 명령을 생성하는 단계, 상기 통합 편집 명령이 생성되면, 상기 통합 편집 명령에 대응하는 통합 언두 편집 명령을 생성하고, 상기 액션 맵에서 상기 제1 편집 명령에 대응되어 기록되어 있는 순번을 상기 통합 편집 명령에 대응하는 통합 순번으로 결정하는 단계 및 상기 액션 맵에 기록되어 있는 상기 제1 편집 명령, 상기 제1 편집 명령에 대응하는 언두 편집 명령 및 상기 제1 편집 명령에 대응하는 순번과 상기 제2 편집 명령, 상기 제2 편집 명령에 대응하는 언두 편집 명령 및 상기 제2 편집 명령에 대응하는 순번을 삭제한 후 상기 액션 맵에 대해 상기 통합 편집 명령을 신규로 기록하면서, 상기 통합 편집 명령에 대응되도록 상기 통합 언두 편집 명령과 상기 통합 순번을 신규로 기록하는 단계를 더 포함할 수 있다.In addition, according to an embodiment of the present invention, an operation method of an electronic terminal device supporting easy undo processing for the electronic document is the first of the plurality of editing commands by the user after the action map is generated. If an integration command instructing to consolidate the editing command and the second editing command into one editing command is applied, whether the association exists based on the application point in the electronic document of the first editing command and the second editing command If it is determined that an association exists between the first edit command and the second edit command by performing a determination, combining the first edit command and the second edit command to generate an integrated edit command, and the integrated edit When a command is generated, an integrated undo edit command corresponding to the integrated edit command is generated, and the action map corresponds to the first edit command. Determining a recorded sequence number as an integrated sequence number corresponding to the integrated editing instruction, and the first editing instruction recorded in the action map, an undo editing instruction corresponding to the first editing instruction, and the first editing instruction. After deleting the sequence number corresponding to the second edit command, the undo edit command corresponding to the second edit command, and the sequence number corresponding to the second edit command, the integrated edit command is newly recorded for the action map. The method may further include recording the integrated undo edit command and the integrated sequence number newly to correspond to the integrated edit command.

이때, 본 발명의 일실시예에 따르면, 상기 통합 편집 명령을 생성하는 단계는 상기 제1 편집 명령과 상기 제2 편집 명령이 상기 전자 문서의 동일 지점 상에 텍스트를 삽입하도록 지시하는 편집 명령이거나 텍스트를 삭제하도록 지시하는 편집 명령인 경우, 상기 제1 편집 명령과 상기 제2 편집 명령 간에 연관성이 존재하는 것으로 확인하여, 상기 제1 편집 명령과 상기 제2 편집 명령에 따른 편집 사항이 상기 전자 문서에 한 번에 적용되도록 지시하는 상기 통합 편집 명령을 생성할 수 있다.At this time, according to an embodiment of the present invention, the step of generating the integrated editing command is an editing command or text that instructs the first editing command and the second editing command to insert text on the same point of the electronic document. In the case of an editing command instructing to delete, it is determined that an association exists between the first editing command and the second editing command, so that the edits according to the first editing command and the second editing command are stored in the electronic document. It is possible to generate the above integrated editing command instructing to be applied at once.

또한, 본 발명의 다른 실시예에 따르면, 상기 통합 편집 명령을 생성하는 단계는 상기 제1 편집 명령과 상기 제2 편집 명령이 상기 전자 문서에 삽입되어 있는 복수의 개체들 중 동일한 개체에 대한 속성 변경을 지시하는 편집 명령인 경우, 상기 제1 편집 명령과 상기 제2 편집 명령 간에 연관성이 존재하는 것으로 확인하여, 상기 제1 편집 명령과 상기 제2 편집 명령에 따른 개체의 속성 변경 사항이 상기 전자 문서에 한 번에 적용되도록 지시하는 상기 통합 편집 명령을 생성할 수 있다.In addition, according to another embodiment of the present invention, the step of generating the integrated editing command changes properties of the same object among a plurality of objects in which the first editing command and the second editing command are inserted in the electronic document. In the case of an editing command indicating that there is an association between the first editing command and the second editing command, the property change of the object according to the first editing command and the second editing command is the electronic document. It is possible to generate the above integrated editing command instructing to be applied at once.

이상, 도 4를 참조하여 본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법에 대해 설명하였다. 여기서, 본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법은 도 1 내지 도 3을 이용하여 설명한 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치(110)의 동작에 대한 구성과 대응될 수 있으므로, 이에 대한 보다 상세한 설명은 생략하기로 한다.The operation method of the electronic terminal device supporting easy undo processing for the electronic document according to an embodiment of the present invention has been described above with reference to FIG. 4. Here, an operation method of an electronic terminal device supporting easy undo processing for an electronic document according to an embodiment of the present invention is an electronic terminal device supporting easy undo processing for an electronic document described with reference to FIGS. 1 to 3 ( Since it may correspond to the configuration for the operation of 110), a detailed description thereof will be omitted.

본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법은 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램으로 구현될 수 있다.An operation method of an electronic terminal device supporting easy undo processing for an electronic document according to an embodiment of the present invention may be implemented as a computer program stored in a storage medium for execution through combination with a computer.

또한, 본 발명의 일실시예에 따른 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. In addition, an operation method of an electronic terminal device supporting easy undo processing for an electronic document according to an embodiment of the present invention is implemented in the form of program instructions that can be performed through various computer means and can be recorded on a computer readable medium. have. The computer-readable medium may include program instructions, data files, data structures, or the like alone or in combination. The program instructions recorded on the medium may be specially designed and configured for the present invention, or may be known and available to those skilled in computer software. Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tapes, optical media such as CD-ROMs, DVDs, and magnetic media such as floptical disks. -Hardware devices specifically configured to store and execute program instructions such as magneto-optical media, and ROM, RAM, flash memory, and the like. Examples of program instructions include high-level language codes that can be executed by a computer using an interpreter, etc., as well as machine language codes produced by a compiler.

이상과 같이 본 발명에서는 구체적인 구성 요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상적인 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다. As described above, in the present invention, specific matters such as specific components and the like have been described by limited embodiments and drawings, but these are provided only to help a more comprehensive understanding of the present invention, and the present invention is not limited to the above embodiments , Anyone having ordinary knowledge in the field to which the present invention pertains can make various modifications and variations from these descriptions.

따라서, 본 발명의 사상은 설명된 실시예에 국한되어 정해져서는 아니되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등하거나 등가적 변형이 있는 모든 것들은 본 발명 사상의 범주에 속한다고 할 것이다.Accordingly, the spirit of the present invention should not be limited to the described embodiments, and should not be determined, and all claims that are equivalent or equivalent to the scope of the claims as well as the claims to be described later belong to the scope of the spirit of the invention. .

110: 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치
111: 액션 맵 생성부 112: 문서 저장부
113: 언두 목록 표시부 114: 언두 편집 처리부
115: 순번 확인부 116: 편집 명령 추출부
117: 언두 실행부 118: 통합 편집 명령 생성부
119: 정보 생성부 120: 액션 맵 갱신부
110: Electronic terminal device supporting easy undo processing of electronic documents
111: action map generator 112: document storage
113: undo list display unit 114: undo editing processing unit
115: sequence number confirmation unit 116: edit command extraction unit
117: undo execution unit 118: integrated editing command generation unit
119: information generating unit 120: action map update unit

Claims (12)

사용자에 의해 전자 문서에 대한 편집이 수행되면, 상기 사용자에 의해 인가된 상기 전자 문서의 편집을 위한 복수의 편집 명령들과 상기 복수의 편집 명령들 각각에 대응하는 복수의 언두(Undo) 편집 명령들 및 상기 복수의 편집 명령들 각각의 상기 전자 문서에서의 인가 순서에 따른 순번을 서로 대응시켜 기록한 액션 맵을 생성하는 액션 맵 생성부;
상기 사용자에 의해 상기 전자 문서에 대한 저장 명령이 인가되면, 상기 전자 문서에 대한 데이터에 상기 액션 맵에 대한 데이터를 스크립트(script)로 포함시켜 상기 전자 문서에 대한 파일을 생성하는 문서 저장부;
상기 전자 문서에 대한 파일이 생성된 이후, 상기 전자 문서에 대한 파일의 로드 명령이 인가되어 상기 전자 문서가 로드되면, 상기 전자 문서에 대한 데이터에 스크립트로 포함되어 있는 상기 액션 맵에 대한 데이터를 읽어들여 상기 복수의 편집 명령들과 상기 복수의 언두 편집 명령들 및 상기 복수의 편집 명령들 각각에 대응하는 순번이 포함된 언두 목록을 생성한 후 상기 언두 목록을 화면 상에 표시하는 언두 목록 표시부; 및
상기 언두 목록에 포함되어 있는 상기 복수의 언두 편집 명령들 중 상기 사용자에 의해 제1 언두 편집 명령이 선택되고, 상기 제1 언두 편집 명령에 따른 언두 실행 명령이 인가되면, 상기 액션 맵을 참조하여 상기 전자 문서에 대해 상기 제1 언두 편집 명령에 따른 언두 편집 처리를 수행하는 언두 편집 처리부
를 포함하는 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치.
When the electronic document is edited by a user, a plurality of editing commands for editing the electronic document authorized by the user and a plurality of undo editing commands corresponding to each of the plurality of editing commands And an action map generator configured to generate and record an action map in correspondence with a sequence number according to an authorization order of each of the plurality of editing commands.
A document storage unit for generating a file for the electronic document by including data for the action map as a script in the data for the electronic document when a storage command for the electronic document is authorized by the user;
After the file for the electronic document is generated, when a load command for a file for the electronic document is applied and the electronic document is loaded, data for the action map included as a script is read in data for the electronic document. A undo list display unit for generating a undo list including an order corresponding to each of the plurality of edit commands, the plurality of undo edit commands, and the plurality of edit commands, and displaying the undo list on a screen; And
If a first undo edit command is selected by the user from among the plurality of undo edit commands included in the undo list, and an undo execution command according to the first undo edit command is applied, referring to the action map, The undo editing processing unit performs undo editing processing according to the first undo editing command for the electronic document.
An electronic terminal device supporting easy undo processing for an electronic document including a.
제1항에 있어서,
상기 언두 편집 처리부는
상기 제1 언두 편집 명령에 따른 언두 실행 명령이 인가되면, 상기 액션 맵을 참조하여 상기 제1 언두 편집 명령에 대응되어 기록되어 있는 제1 순번을 확인하는 순번 확인부;
상기 액션 맵으로부터 상기 제1 순번의 이후 순번에 해당되는 적어도 하나의 순번에 대응되어 기록되어 있는 적어도 하나의 언두 편집 명령을 추출하는 편집 명령 추출부; 및
상기 전자 문서에 대해 상기 적어도 하나의 언두 편집 명령 각각에 대응하는 순번에 반대되는 순서로 상기 적어도 하나의 언두 편집 명령에 대응하는 언두 편집 처리를 순차적으로 수행한 후 마지막으로 상기 제1 언두 편집 명령에 대응하는 언두 편집 처리를 수행하는 언두 실행부
를 포함하는 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치.
According to claim 1,
The undo editing processing unit
A sequence number checking unit checking a first sequence number recorded in correspondence with the first undo editing command by referring to the action map when the undo execution command according to the first undo editing command is applied;
An editing command extraction unit for extracting at least one undo editing command recorded corresponding to at least one sequence number corresponding to a sequence number after the first sequence number from the action map; And
After the undo edit processing corresponding to the at least one undo edit command is sequentially performed in the order opposite to the sequence number corresponding to each of the at least one undo edit command for the electronic document, finally, to the first undo edit command Undo execution unit that performs the corresponding undo edit processing
An electronic terminal device supporting easy undo processing for an electronic document including a.
제1항에 있어서,
상기 액션 맵이 생성된 이후, 상기 사용자에 의해 상기 복수의 편집 명령들 중 제1 편집 명령과 제2 편집 명령을 하나의 편집 명령으로 통합할 것을 지시하는 통합 명령이 인가되면, 상기 제1 편집 명령과 상기 제2 편집 명령의 상기 전자 문서에서의 적용 지점에 기초한 연관성 존재여부에 대한 판단을 수행하여 상기 제1 편집 명령과 상기 제2 편집 명령 간의 연관성이 존재하는 것으로 확인되는 경우, 상기 제1 편집 명령과 상기 제2 편집 명령을 조합하여 통합 편집 명령을 생성하는 통합 편집 명령 생성부;
상기 통합 편집 명령이 생성되면, 상기 통합 편집 명령에 대응하는 통합 언두 편집 명령을 생성하고, 상기 액션 맵에서 상기 제1 편집 명령에 대응되어 기록되어 있는 순번을 상기 통합 편집 명령에 대응하는 통합 순번으로 결정하는 정보 생성부; 및
상기 액션 맵에 기록되어 있는 상기 제1 편집 명령, 상기 제1 편집 명령에 대응하는 언두 편집 명령 및 상기 제1 편집 명령에 대응하는 순번과 상기 제2 편집 명령, 상기 제2 편집 명령에 대응하는 언두 편집 명령 및 상기 제2 편집 명령에 대응하는 순번을 삭제한 후 상기 액션 맵에 대해 상기 통합 편집 명령을 신규로 기록하면서, 상기 통합 편집 명령에 대응되도록 상기 통합 언두 편집 명령과 상기 통합 순번을 신규로 기록하는 액션 맵 갱신부
를 더 포함하는 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치.
According to claim 1,
After the action map is generated, if the integration command instructing the user to combine the first edit command and the second edit command among the plurality of edit commands into one edit command is applied, the first edit command And determining whether an association exists based on an application point in the electronic document of the second editing instruction and confirming that an association exists between the first editing instruction and the second editing instruction. An integrated editing command generation unit for generating an integrated editing command by combining the command and the second editing command;
When the integrated editing command is generated, an integrated undo edit command corresponding to the integrated editing command is generated, and the sequence number recorded in response to the first editing command in the action map is converted into an integrated sequence number corresponding to the integrated editing command. An information generating unit to determine; And
The first edit command recorded in the action map, the undo edit command corresponding to the first edit command, the sequence number corresponding to the first edit command, the second edit command, and the undo corresponding to the second edit command After deleting the edit command and the sequence number corresponding to the second edit command, while recording the integrated edit command for the action map newly, the integrated undo edit command and the integrated sequence number are newly added to correspond to the integrated edit command. Recorded action map updater
An electronic terminal device supporting easy undo processing for an electronic document further comprising a.
제3항에 있어서,
상기 통합 편집 명령 생성부는
상기 제1 편집 명령과 상기 제2 편집 명령이 상기 전자 문서의 동일 지점 상에 텍스트를 삽입하도록 지시하는 편집 명령이거나 텍스트를 삭제하도록 지시하는 편집 명령인 경우, 상기 제1 편집 명령과 상기 제2 편집 명령 간에 연관성이 존재하는 것으로 확인하여, 상기 제1 편집 명령과 상기 제2 편집 명령에 따른 편집 사항이 상기 전자 문서에 한 번에 적용되도록 지시하는 상기 통합 편집 명령을 생성하는 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치.
According to claim 3,
The integrated editing command generation unit
When the first editing command and the second editing command are editing commands instructing to insert text on the same point of the electronic document or editing commands instructing to delete text, the first editing command and the second editing command Easy undo for the electronic document generating the unified editing command instructing that the edits according to the first edit command and the second edit command are applied to the electronic document at one time by confirming that an association exists between the commands An electronic terminal device supporting processing.
제3항에 있어서,
상기 통합 편집 명령 생성부는
상기 제1 편집 명령과 상기 제2 편집 명령이 상기 전자 문서에 삽입되어 있는 복수의 개체들 중 동일한 개체에 대한 속성 변경을 지시하는 편집 명령인 경우, 상기 제1 편집 명령과 상기 제2 편집 명령 간에 연관성이 존재하는 것으로 확인하여, 상기 제1 편집 명령과 상기 제2 편집 명령에 따른 개체의 속성 변경 사항이 상기 전자 문서에 한 번에 적용되도록 지시하는 상기 통합 편집 명령을 생성하는 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치.
According to claim 3,
The integrated editing command generation unit
When the first edit command and the second edit command are edit commands for instructing property change for the same object among a plurality of objects inserted in the electronic document, between the first edit command and the second edit command Easily for an electronic document to generate the unified edit command instructing that the property change of an object according to the first edit command and the second edit command is applied to the electronic document at one time by confirming that an association exists. An electronic terminal device supporting undo processing.
사용자에 의해 전자 문서에 대한 편집이 수행되면, 상기 사용자에 의해 인가된 상기 전자 문서의 편집을 위한 복수의 편집 명령들과 상기 복수의 편집 명령들 각각에 대응하는 복수의 언두(Undo) 편집 명령들 및 상기 복수의 편집 명령들 각각의 상기 전자 문서에서의 인가 순서에 따른 순번을 서로 대응시켜 기록한 액션 맵을 생성하는 단계;
상기 사용자에 의해 상기 전자 문서에 대한 저장 명령이 인가되면, 상기 전자 문서에 대한 데이터에 상기 액션 맵에 대한 데이터를 스크립트(script)로 포함시켜 상기 전자 문서에 대한 파일을 생성하는 단계;
상기 전자 문서에 대한 파일이 생성된 이후, 상기 전자 문서에 대한 파일의 로드 명령이 인가되어 상기 전자 문서가 로드되면, 상기 전자 문서에 대한 데이터에 스크립트로 포함되어 있는 상기 액션 맵에 대한 데이터를 읽어들여 상기 복수의 편집 명령들과 상기 복수의 언두 편집 명령들 및 상기 복수의 편집 명령들 각각에 대응하는 순번이 포함된 언두 목록을 생성한 후 상기 언두 목록을 화면 상에 표시하는 단계; 및
상기 언두 목록에 포함되어 있는 상기 복수의 언두 편집 명령들 중 상기 사용자에 의해 제1 언두 편집 명령이 선택되고, 상기 제1 언두 편집 명령에 따른 언두 실행 명령이 인가되면, 상기 액션 맵을 참조하여 상기 전자 문서에 대해 상기 제1 언두 편집 명령에 따른 언두 편집 처리를 수행하는 단계
를 포함하는 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법.
When the electronic document is edited by a user, a plurality of editing commands for editing the electronic document authorized by the user and a plurality of undo editing commands corresponding to each of the plurality of editing commands And generating an action map in which the sequence numbers according to the order of authorization in the electronic document of each of the plurality of editing commands are correlated with each other.
Generating a file for the electronic document by including, as a script, data for the action map in data for the electronic document when a storage command for the electronic document is authorized by the user;
After the file for the electronic document is generated, when the load command for the file for the electronic document is applied and the electronic document is loaded, data for the action map included as a script is read in data for the electronic document. Generating an undo list including an indentation number corresponding to each of the plurality of edit commands, the plurality of undo edit commands, and the plurality of edit commands, and displaying the undo list on a screen; And
If a first undo edit command is selected by the user from among the plurality of undo edit commands included in the undo list, and an undo execution command according to the first undo edit command is applied, referring to the action map, Performing undo editing processing according to the first undo editing command for the electronic document
A method of operating an electronic terminal device supporting easy undo processing for an electronic document that includes.
제6항에 있어서,
상기 언두 편집 처리를 수행하는 단계는
상기 제1 언두 편집 명령에 따른 언두 실행 명령이 인가되면, 상기 액션 맵을 참조하여 상기 제1 언두 편집 명령에 대응되어 기록되어 있는 제1 순번을 확인하는 단계;
상기 액션 맵으로부터 상기 제1 순번의 이후 순번에 해당되는 적어도 하나의 순번에 대응되어 기록되어 있는 적어도 하나의 언두 편집 명령을 추출하는 단계; 및
상기 전자 문서에 대해 상기 적어도 하나의 언두 편집 명령 각각에 대응하는 순번에 반대되는 순서로 상기 적어도 하나의 언두 편집 명령에 대응하는 언두 편집 처리를 순차적으로 수행한 후 마지막으로 상기 제1 언두 편집 명령에 대응하는 언두 편집 처리를 수행하는 단계
를 포함하는 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법.
The method of claim 6,
The step of performing the undo editing process is
When a undo execution command according to the first undo edit command is applied, referring to the action map, checking a first sequence number recorded in correspondence with the first undo edit command;
Extracting at least one undo editing command recorded corresponding to at least one sequence number corresponding to a sequence number after the first sequence number from the action map; And
After the undo edit processing corresponding to the at least one undo edit command is sequentially performed in the order opposite to the sequence number corresponding to each of the at least one undo edit command for the electronic document, finally, to the first undo edit command Step of performing the corresponding undo editing process
A method of operating an electronic terminal device supporting easy undo processing for an electronic document that includes.
제6항에 있어서,
상기 액션 맵이 생성된 이후, 상기 사용자에 의해 상기 복수의 편집 명령들 중 제1 편집 명령과 제2 편집 명령을 하나의 편집 명령으로 통합할 것을 지시하는 통합 명령이 인가되면, 상기 제1 편집 명령과 상기 제2 편집 명령의 상기 전자 문서에서의 적용 지점에 기초한 연관성 존재여부에 대한 판단을 수행하여 상기 제1 편집 명령과 상기 제2 편집 명령 간의 연관성이 존재하는 것으로 확인되는 경우, 상기 제1 편집 명령과 상기 제2 편집 명령을 조합하여 통합 편집 명령을 생성하는 단계;
상기 통합 편집 명령이 생성되면, 상기 통합 편집 명령에 대응하는 통합 언두 편집 명령을 생성하고, 상기 액션 맵에서 상기 제1 편집 명령에 대응되어 기록되어 있는 순번을 상기 통합 편집 명령에 대응하는 통합 순번으로 결정하는 단계; 및
상기 액션 맵에 기록되어 있는 상기 제1 편집 명령, 상기 제1 편집 명령에 대응하는 언두 편집 명령 및 상기 제1 편집 명령에 대응하는 순번과 상기 제2 편집 명령, 상기 제2 편집 명령에 대응하는 언두 편집 명령 및 상기 제2 편집 명령에 대응하는 순번을 삭제한 후 상기 액션 맵에 대해 상기 통합 편집 명령을 신규로 기록하면서, 상기 통합 편집 명령에 대응되도록 상기 통합 언두 편집 명령과 상기 통합 순번을 신규로 기록하는 단계
를 더 포함하는 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법.
The method of claim 6,
After the action map is generated, if the integration command instructing the user to combine the first edit command and the second edit command among the plurality of edit commands into one edit command is applied, the first edit command And determining whether an association exists based on an application point in the electronic document of the second editing instruction and confirming that an association exists between the first editing instruction and the second editing instruction. Combining the command and the second editing command to generate an integrated editing command;
When the integrated editing command is generated, an integrated undo edit command corresponding to the integrated editing command is generated, and the sequence number recorded in response to the first editing command in the action map is converted into an integrated sequence number corresponding to the integrated editing command. Determining; And
The first edit command recorded in the action map, the undo edit command corresponding to the first edit command, the sequence number corresponding to the first edit command, the second edit command, and the undo corresponding to the second edit command After deleting the edit command and the sequence number corresponding to the second edit command, while recording the integrated edit command for the action map newly, the integrated undo edit command and the integrated sequence number are newly added to correspond to the integrated edit command. Steps to record
A method of operating an electronic terminal device supporting easy undo processing for an electronic document further comprising a.
제8항에 있어서,
상기 통합 편집 명령을 생성하는 단계는
상기 제1 편집 명령과 상기 제2 편집 명령이 상기 전자 문서의 동일 지점 상에 텍스트를 삽입하도록 지시하는 편집 명령이거나 텍스트를 삭제하도록 지시하는 편집 명령인 경우, 상기 제1 편집 명령과 상기 제2 편집 명령 간에 연관성이 존재하는 것으로 확인하여, 상기 제1 편집 명령과 상기 제2 편집 명령에 따른 편집 사항이 상기 전자 문서에 한 번에 적용되도록 지시하는 상기 통합 편집 명령을 생성하는 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법.
The method of claim 8,
The step of generating the integrated editing command is
When the first editing command and the second editing command are editing commands instructing to insert text on the same point of the electronic document or editing commands instructing to delete text, the first editing command and the second editing command Easy undo for the electronic document generating the unified editing command instructing that the edits according to the first edit command and the second edit command are applied to the electronic document at one time by confirming that an association exists between the commands Method of operation of an electronic terminal device supporting processing.
제8항에 있어서,
상기 통합 편집 명령을 생성하는 단계는
상기 제1 편집 명령과 상기 제2 편집 명령이 상기 전자 문서에 삽입되어 있는 복수의 개체들 중 동일한 개체에 대한 속성 변경을 지시하는 편집 명령인 경우, 상기 제1 편집 명령과 상기 제2 편집 명령 간에 연관성이 존재하는 것으로 확인하여, 상기 제1 편집 명령과 상기 제2 편집 명령에 따른 개체의 속성 변경 사항이 상기 전자 문서에 한 번에 적용되도록 지시하는 상기 통합 편집 명령을 생성하는 전자 문서에 대한 손쉬운 언두 처리를 지원하는 전자 단말 장치의 동작 방법.
The method of claim 8,
The step of generating the integrated editing command is
When the first edit command and the second edit command are edit commands for instructing property change for the same object among a plurality of objects inserted in the electronic document, between the first edit command and the second edit command Easily for an electronic document to generate the unified edit command instructing that the property change of an object according to the first edit command and the second edit command is applied to the electronic document at one time by confirming that an association exists. Method of operating an electronic terminal device supporting undo processing.
제6항 내지 제10항 중 어느 한 항의 방법을 컴퓨터와의 결합을 통해 실행시키기 위한 컴퓨터 프로그램을 기록한 컴퓨터 판독 가능 기록 매체.A computer-readable recording medium recording a computer program for executing the method of any one of claims 6 to 10 through coupling with a computer. 제6항 내지 제10항 중 어느 한 항의 방법을 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램.A computer program stored in a storage medium for executing the method of any one of claims 6 to 10 through combination with a computer.
KR1020180134160A 2018-11-05 2018-11-05 Electronic terminal device supporting easy undo processing of electronic document and operating method thereof KR102144351B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180134160A KR102144351B1 (en) 2018-11-05 2018-11-05 Electronic terminal device supporting easy undo processing of electronic document and operating method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180134160A KR102144351B1 (en) 2018-11-05 2018-11-05 Electronic terminal device supporting easy undo processing of electronic document and operating method thereof

Publications (2)

Publication Number Publication Date
KR20200051167A true KR20200051167A (en) 2020-05-13
KR102144351B1 KR102144351B1 (en) 2020-08-13

Family

ID=70729988

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180134160A KR102144351B1 (en) 2018-11-05 2018-11-05 Electronic terminal device supporting easy undo processing of electronic document and operating method thereof

Country Status (1)

Country Link
KR (1) KR102144351B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210126911A (en) * 2020-04-13 2021-10-21 주식회사 한글과컴퓨터 Document editing device that hides some shapes by setting dependencies between the shapes inserted in the electronic document and operating method thereof
KR20230016277A (en) * 2021-07-26 2023-02-02 주식회사 플렉슬 Electronic apparatus which is able to convert the format of annotations inserted into a pdf document fast to the format editable by the application editing tools and then load the annotations, and the operating method thereof

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080250314A1 (en) * 2007-04-03 2008-10-09 Erik Larsen Visual command history
US20100064223A1 (en) * 2008-09-08 2010-03-11 Apple Inc. Object-aware transitions
US20120047434A1 (en) * 2010-08-19 2012-02-23 Cadence Design Systems, Inc. Method to preview an undo/redo list
KR101419759B1 (en) * 2014-02-12 2014-07-17 주식회사 한글과컴퓨터 Electronic document driving apparatus and method for executing undo
US20150039566A1 (en) * 2013-07-30 2015-02-05 Apple Inc. Undo system
KR101774257B1 (en) * 2017-05-15 2017-09-04 주식회사 한글과컴퓨터 Document editing apparatus for maintaining style of object and operating method thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080250314A1 (en) * 2007-04-03 2008-10-09 Erik Larsen Visual command history
US20100064223A1 (en) * 2008-09-08 2010-03-11 Apple Inc. Object-aware transitions
US20120047434A1 (en) * 2010-08-19 2012-02-23 Cadence Design Systems, Inc. Method to preview an undo/redo list
US20150039566A1 (en) * 2013-07-30 2015-02-05 Apple Inc. Undo system
KR101419759B1 (en) * 2014-02-12 2014-07-17 주식회사 한글과컴퓨터 Electronic document driving apparatus and method for executing undo
KR101774257B1 (en) * 2017-05-15 2017-09-04 주식회사 한글과컴퓨터 Document editing apparatus for maintaining style of object and operating method thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210126911A (en) * 2020-04-13 2021-10-21 주식회사 한글과컴퓨터 Document editing device that hides some shapes by setting dependencies between the shapes inserted in the electronic document and operating method thereof
KR20230016277A (en) * 2021-07-26 2023-02-02 주식회사 플렉슬 Electronic apparatus which is able to convert the format of annotations inserted into a pdf document fast to the format editable by the application editing tools and then load the annotations, and the operating method thereof

Also Published As

Publication number Publication date
KR102144351B1 (en) 2020-08-13

Similar Documents

Publication Publication Date Title
CN116579295B (en) Method for dynamically inserting pages, moving bits and hiding and displaying multi-format file subscription
US20140375578A1 (en) Information display apparatus, non-transitory computer-readable storage medium and display control method
KR102144351B1 (en) Electronic terminal device supporting easy undo processing of electronic document and operating method thereof
KR102187540B1 (en) Electronic terminal apparatus supporting easy editing for overlapped objects in a document and operating method thereof
KR102053079B1 (en) Electronic document editing apparatus capable of displaying caption-based reference objects and operating method thereof
US10990505B2 (en) Stipulated overrides with violation resolution
KR102087263B1 (en) Electronic device for applying template to electronic document and operating method thereof
KR101494653B1 (en) Control command auto complete based electronic document editing apparatus and method
KR102053078B1 (en) Document editing processing device supporting customization of document editing interface and operating method thereof
KR102300444B1 (en) Document editing device to check whether the font applied to the document is a supported font and operating method thereof
KR102583247B1 (en) System, method and computer program for creating BOM list
KR102300437B1 (en) Electronic document editing apparatus that enables the insertion of special characters at specific locations on the electronic document based on the entered characters and operating method thereof
KR102004996B1 (en) Presentation document editing apparatus for performing a simple insertion of a page movement link on a slide page and operating method thereof
JPH02148168A (en) Editing supporting method
KR102507487B1 (en) Electronic apparatus which generates the dedicated document file for supporting fast editing of the pages comprising of a document, and the operating method thereof
KR102507482B1 (en) Electronic apparatus which is able to convert the format of annotations inserted into a pdf document fast to the format editable by the application editing tools and then load the annotations, and the operating method thereof
KR102466711B1 (en) Spreadsheet document editing apparatus capable of displaying adjustment controls that match the data notation format of the input data and operating method thereof
KR101758098B1 (en) Electronic terminal apparatus for copying to keep the shape of the character in the pdf document and method for copying to keep the shape of the character in the pdf document of the electronic terminal apparatus
KR102045751B1 (en) Presentation document editing apparatus that displays the page number of the thumbnail image through a separate layer and operating method thereof
KR102466714B1 (en) Electronic device that provides improved object insertion into electronic document through object box and operating method thereof
US7613709B2 (en) System and method for editing operations of a text object model
KR102300434B1 (en) Electronic device that enables the display of objects outside the slide area on the slide show screen of a presentation document and operating method thereof
KR102328060B1 (en) Electronic device to predict load times for structured documents and operating method thereof
KR102300422B1 (en) Electronic device that enables previewing of mathematical calculation results and data security settings in spreadsheets and operating method thereof
KR102000543B1 (en) Apparatus for editing web electric document and operating method thereof

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right