JPH06309424A - Document editor - Google Patents

Document editor

Info

Publication number
JPH06309424A
JPH06309424A JP5095766A JP9576693A JPH06309424A JP H06309424 A JPH06309424 A JP H06309424A JP 5095766 A JP5095766 A JP 5095766A JP 9576693 A JP9576693 A JP 9576693A JP H06309424 A JPH06309424 A JP H06309424A
Authority
JP
Japan
Prior art keywords
editing
state
data
execution
specified
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP5095766A
Other languages
Japanese (ja)
Inventor
Tsukasa Hasegawa
司 長谷川
Akira Naito
彰 内藤
Yasuhiko Kasai
康彦 笠井
Tomoko Tsuchiya
知子 土屋
Hajime Asuma
肇 飛鳥馬
Yasumasa Matsuda
泰昌 松田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP5095766A priority Critical patent/JPH06309424A/en
Publication of JPH06309424A publication Critical patent/JPH06309424A/en
Pending legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)
  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To simplify operation in the case of executing correct edition after changing data due to malfunction by returning input operation excluding operation for starting data processing corresponding to the contents of edition to a worked state. CONSTITUTION:When graphics 120 displayed in a working area 110 on an editing screen 100 are specified as objects by mouse operation or keyboard input, the specification of the graphics 120 as the objects is displayed (graphics 121 in a working area 111 on an editing screen 101). When deletion is specified, the graphics 121 specified as the objects are deleted and a deleted result is displayed on the working area 112 of the screen 102. When execution cancel is specified, the display contents are returned to graphic data displayed immediately before the deletion of the graphic data like the specified state of the graphics in an editing area 113 on an editing screen 103. Therefore, correction edition can be attained only by retrying the operation of malfunction.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、パーソナルコンピュー
タやワードプロセッサなどの文書編集装置に関し、誤操
作による編集処理を取消す手段に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a document editing apparatus such as a personal computer or a word processor, and relates to a means for canceling an editing process due to an erroneous operation.

【0002】[0002]

【従来の技術】従来、パーソナルコンピュータやワード
プロセッサなどの文書編集装置においては、機能の選
択、対象指定や編集パラメータの設定など実際に編集処
理の実行させる前の取消しについては、個々に取消し操
作が行えるようになっている。例えば、複数の対象を指
定する際に誤って対象指定した場合にも誤って指定した
データだけを対象指定から解除することができる。
2. Description of the Related Art Conventionally, in a document editing apparatus such as a personal computer or a word processor, cancellation operations such as function selection, object designation and edit parameter setting before actually executing the editing process can be individually canceled. It is like this. For example, even when the targets are erroneously specified when specifying a plurality of targets, only the erroneously specified data can be released from the targets.

【0003】一方、編集処理の実行された後では、誤操
作により変更された文書データをもと通りにするため
に、「UNDO」と呼ばれる直前の編集処理を取り消す
機能がある。実現方法としては、特開平1−10066
1号に記載されているように、編集中の文書データを記
憶する手段に加え、編集コマンドによる編集処理を実行
する直前の文書データを記憶する第2の記憶手段を設
け、誤操作時に該記憶手段の文書データで回復する方法
がある。
On the other hand, after the editing process is executed, there is a function called "UNDO" for canceling the immediately preceding editing process in order to restore the document data changed by the erroneous operation. As an implementation method, Japanese Patent Laid-Open No. 1-10066
As described in No. 1, in addition to the means for storing the document data being edited, a second storage means for storing the document data immediately before executing the editing process by the edit command is provided, and the storage means is provided in case of an erroneous operation. There is a method to recover with the document data of.

【0004】[0004]

【発明が解決しようとする課題】上記従来技術は、編集
処理を実行する直前では、編集を指示する為に行った入
力操作個々について取消しできるが、編集処理を実行し
た後では、編集前の文書データに回復するものであり、
編集を指示するために行った一連の入力操作について
は、無効となってしまう。編集を指示するためには、機
能の選択、実行指示以外に、編集対象の指定操作が必要
であり、上記従来技術では、編集を実行してしまった後
では、誤操作部分のみを改め、編集しなおす場合でも、
初めから操作しなおさなければならない。例えば、図形
の編集機能では、複数の図形データを一括編集できるよ
うになっており、複数の対象指定、編集機能選択、実行
指示と行った操作になるが、対象の指定を一箇所間違え
て編集処理を実行させてしまった場合でも、あるいは、
編集機能の選択を間違えて編集処理を実行させてしまっ
た場合でも、データを回復した後に再び対象指定操作か
らやりなおさなければならない。
According to the above-mentioned conventional technique, each input operation performed for instructing the editing can be canceled immediately before the editing process is executed, but after the editing process is executed, the document before the editing can be canceled. To recover data,
A series of input operations performed for instructing editing will be invalid. In order to instruct editing, in addition to selecting a function and instructing execution, it is necessary to specify the editing target.In the above-mentioned conventional technology, after the editing is executed, only the erroneous operation part is modified and edited. Even if you do
You have to start over from the beginning. For example, in the figure editing function, multiple figure data can be edited at once, and the operation is performed by specifying multiple targets, selecting the editing function, and instructing execution. Even if you let the process run, or
Even if you make a mistake in selecting the editing function and execute the editing process, you must restart the targeting operation after recovering the data.

【0005】本発明は、上記のような問題点を解消する
ためになされたもので、誤操作によってデータを変更し
てしまった後に、正しい編集を行わせる際の操作を簡便
にすることを目的とする。
The present invention has been made in order to solve the above problems, and an object of the present invention is to simplify the operation for making a correct edit after the data has been changed by an erroneous operation. To do.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、移動、複写、削除などの編集機能などか
らなる文書編集装置において、編集を指示するために必
要な一連の入力操作からなる編集内容を記憶する編集内
容記憶手段と、該編集内容記憶手段の編集内容から、編
集直前の文書データに戻す第1の再現手段と、編集内容
に対応したデータ処理を開始させる操作を除く入力操作
を作用させた状態に戻す第2の再現手段と、上記第1及
び上記第2の再現手段を作用させるよう指示する指示手
段とを備える。
To achieve the above object, the present invention provides a series of input operations necessary for instructing editing in a document editing apparatus having editing functions such as moving, copying, and deleting. The editing content storing means for storing the editing content, the first reproducing means for returning the editing content of the editing content storing means to the document data immediately before the editing, and the operation for starting the data processing corresponding to the editing content are excluded. Second reproduction means for returning the input operation to the operated state, and instruction means for instructing to operate the first and second reproduction means are provided.

【0007】本発明のハードウェアは、CPUを中心と
して、キーボード、マウス、ペンなどの入力装置と、表
示装置、RAM、ROMなどのメモリ、フロッピディス
ク、ハードディスクなどの外部記憶装置で構成される。
また、文書編集手段や、上記編集内容記憶手段、第1、
第2の再現手段、第1、第2の指示手段は、上記ハード
ウェアとその制御プログラムとにより構成され、文書デ
ータは、上記メモリに記憶される。
The hardware of the present invention mainly comprises a CPU, an input device such as a keyboard, a mouse and a pen, a display device, a memory such as RAM and ROM, and an external storage device such as a floppy disk and a hard disk.
Further, the document editing means, the editing content storage means, the first,
The second reproducing means, the first and second instructing means are composed of the hardware and its control program, and the document data is stored in the memory.

【0008】また、上記第1、第2の指示手段を上記第
1及び第2の再現手段を作用させるよう指示する指示手
段としてもよい。さらに、該指示手段に基づき上記第
1、第2の再現手段を作用させるが、上記第2の再現手
段による作用の抑止を指示する手段を設けてもよい。
Further, the first and second instructing means may be instructing means for instructing to operate the first and second reproducing means. Further, although the first and second reproducing means are operated based on the instructing means, means for instructing the suppression of the operation by the second reproducing means may be provided.

【0009】[0009]

【作用】文書編集において、編集機能の為の一連の操作
が入力装置から行われると、入力装置からのファンクシ
ョンデータや座標データを編集内容として編集内容記憶
手段によって記憶しておく。また、編集処理を実行する
直前の文書データを記憶する。そして、該編集内容記憶
手段の編集内容から、編集直前の文書データに戻す指示
が上記第1の手段によって行われると、上記第1の再現
手段は、現在の文書データを消去し、編集処理を実行す
る直前に記憶した上記データを文書データとして記憶さ
せるよう動作する。また、編集内容に対応したデータ処
理を開始させる操作を除く入力操作を作用させた状態に
戻す指示が上記第2の指示手段によって行われると、上
記第2の再現手段は、上記編集内容記憶手段に記憶した
編集内容に基づき、編集操作として作用させるよう動作
する。
In document editing, when a series of operations for the editing function are performed from the input device, the function data and coordinate data from the input device are stored as edit contents by the edit content storage means. Also, the document data immediately before executing the editing process is stored. When an instruction to restore the document data immediately before editing from the edited content of the edited content storage means is given by the first means, the first reproduction means erases the current document data and executes the editing process. The above-mentioned data stored immediately before execution is stored as document data. Further, when the second instruction means gives an instruction to return to a state in which an input operation other than an operation for starting data processing corresponding to the edited content is given, the second reproduction means causes the edited content storage means. It operates so as to act as an editing operation based on the edited contents stored in.

【0010】[0010]

【実施例】以下本発明の実施例を図を用いて説明する。
図1は、本発明の実施例における図形編集において、移
動操作を実行させるところを誤操作で削除を実行し、そ
の後実行を取り消すまでの編集画面の状態を表してい
る。100、101、102103は編集画面、130
は入力図形メニュー、110、111、112、113
は各編集画面における図形編集のための作業領域であ
る。
Embodiments of the present invention will be described below with reference to the drawings.
FIG. 1 shows a state of an edit screen in which a move operation is executed by mistake, a delete operation is executed by mistake, and then the execution is canceled in the graphic editing according to the embodiment of the present invention. 100, 101, 102103 are edit screens, 130
Is an input graphic menu, 110, 111, 112, 113
Is a work area for figure editing on each editing screen.

【0011】編集画面100において、ユーザがマウス
の操作、あるいは、キーボード入力で、作業領域に表示
している図形120を対象指定すると、編集装置は、図
形120が指定されたことを認識し、該当図形が対象指
定されていることを表す表示を行う(編集画面101の
作業領域111の図形121)。そして、編集画面10
1の状態でユーザが削除を指示すると、編集装置は対象
指定されている図形121を削除し、編集画面102の
作業領域111に削除後の結果を表示する。
When the user designates the figure 120 displayed in the work area on the edit screen 100 by operating the mouse or inputting the keyboard, the editing apparatus recognizes that the figure 120 is designated and A display indicating that the graphic is targeted is displayed (graphic 121 in the work area 111 of the edit screen 101). Then, the edit screen 10
When the user gives a deletion instruction in the state of 1, the editing device deletes the designated graphic 121 and displays the result after the deletion in the work area 111 of the edit screen 102.

【0012】次にユーザが実行取消しを指示すると、編
集画面103の編集領域113のとおり編集装置は図形
データを削除される直前の図形データに戻し、削除対象
であった図形データにたいし、対象指定されている状態
に戻す。
Next, when the user gives an instruction to cancel the execution, the editing device restores the graphic data to the graphic data immediately before being deleted, as shown in the edit area 113 of the edit screen 103, and the graphic data to be deleted is targeted. Returns to the specified state.

【0013】本実施例の処理の流れを説明する編集処理
フローチャート(図2)と、処理の流れを制御するため
の状態管理テーブル(図3)を用いて、実施例における
実行取消し方法について説明する。
An execution cancellation method according to this embodiment will be described with reference to an edit processing flowchart (FIG. 2) for explaining the processing flow of this embodiment and a state management table (FIG. 3) for controlling the processing flow. .

【0014】まず、状態管理テーブルから説明する。状
態管理テーブルは、編集操作中であるかを判定するため
の情報を格納する編集状態管理テーブル310と、編集
処理の実行状態を判定するための情報を格納するための
処理状態管理テーブル320と、文書データを退避させ
る退避エリア330からなる。
First, the state management table will be described. The state management table includes an editing state management table 310 that stores information for determining whether an editing operation is in progress, a processing state management table 320 that stores information for determining an execution state of an editing process, It comprises a save area 330 for saving document data.

【0015】編集状態管理テーブルの311は、初期状
態か対象指定がなされている状態(対象指定状態)か機
能を実行する状態(実行状態)かを示す情報を記憶す
る。312は、対象指定されているデータ数を記憶し、
313には、該データ数分、対象指定されているデータ
を指しているアドレスを記憶している。対象指定がなさ
れると311を対象指定状態とし、対象数312を1増
加させ、対象指定されているデータを指しているアドレ
スを313に記憶させる。逆に対象指定解除がなされる
と該当するデータを指すアドレスを313から消去し、
312を1減少させる。この時、312の対象指定数が
0となれば、311を初期状態にする。312が対象指
定状態で編集処理を実行させる指示(本実施例では、機
能の入力)が行われると、311を実行状態にする。
The edit state management table 311 stores information indicating an initial state, a state in which a target is designated (target designated state), or a state in which a function is executed (execution state). 312 stores the number of designated data items,
In 313, the addresses pointing to the designated data are stored by the number of the data. When the target is designated, 311 is set to the target designated state, the number of targets 312 is incremented by 1, and the address pointing to the designated data is stored in 313. On the contrary, when the target designation is released, the address indicating the corresponding data is deleted from 313,
Decrements 312 by 1. At this time, if the target designation number of 312 becomes 0, 311 is initialized. When an instruction (in this embodiment, input of a function) to execute the edit process is given to the object 312 in the object designation state, the element 311 is put into the execution state.

【0016】処理状態管理テーブルの321は、編集処
理の実行が終了した直後(実行終了状態)であるかある
いは、実行取消しを指示されている状態(実行取消し状
態)であるかを示す情報を記憶する。322は、編集操
作の開始、つまり対象指定操作の開始から、編集処理の
実行を指示されるまでに対象指定、あるいは対象指定解
除がなされた指定座標数を記憶し、324には、該デー
タ数分、指定座標を、323には、対象指定か対象指定
解除かを示すの種別を記憶している。対象指定、対象指
定解除がなされると、322を1増加させ、323には
対象指定、あるいは対象指定解除の種別を、324には
対象指定、対象指定解除された座標を記憶させる。ま
た、編集処理の実行がなされると321を実行終了状態
にする。また、321が実行終了状態で、実行取消しの
指示がなされると321を実行取消し状態にし、実行取
消しの指示以外の操作がなされると321を初期状態に
する。
The processing status management table 321 stores information indicating whether the execution of the editing processing has just finished (execution end status) or the status of execution cancellation is instructed (execution cancellation status). To do. Reference numeral 322 stores the number of designated coordinates that have been designated or de-designated from the start of the editing operation, that is, the start of the designation operation until the execution of the editing process is instructed. The minute and the designated coordinates are stored in 323 as a type indicating whether the target is designated or the target is cancelled. When the target designation or target designation release is performed, 322 is incremented by 1, and 323 stores the target designation or target designation release type and 324 stores the target designation and target designation released coordinates. When the editing process is executed, 321 is set to the execution end state. Further, when 321 is in the execution end state and an instruction to cancel the execution is issued, 321 is set to the execution canceled state, and when an operation other than the instruction to cancel the execution is performed, 321 is set to the initial state.

【0017】また、退避エリア330は、編集処理を実
行する直前に文書データを退避させるための記憶領域で
ある。
The save area 330 is a storage area for saving the document data immediately before executing the editing process.

【0018】以上説明した状態管理テーブルを用いて、
実行取消し処理を含む編集処理の流れは図2のように行
われる。
Using the status management table described above,
The flow of the editing process including the execution cancel process is performed as shown in FIG.

【0019】処理開始時には、311、及び、321は
初期状態が設定される。
At the start of processing, the initial states of 311 and 321 are set.

【0020】まず、対象指定までの処理について説明す
る。200では、ユーザから入力を受付け、210で次
に行うべき処理の判定を行う。入力が対象指定対象、指
定解除であると、322を1増加させ、323には対象
指定、あるいは対象指定解除の種別を、対象指定、ある
いは対象指定解除された座標を324に記憶させる。2
10では、入力が対象指定であれば処理221へ、対象
指定解除であれば処理222へ移行させる。処理221
では、対象数312を1増加させ、対象指定されている
データを指しているアドレスを313に記憶させ、処理
231で311を対象指定状態とする。処理222で
は、該当するデータを指すアドレスを313から消去
し、312を1減少させ、処理232では、312の対
象指定数が0となれば、311を初期状態にする。23
1、232の処理後、240の処理へ移行させ、処理2
40で311の状態を判定させる。処理240では、3
11が実行状態であれば、250以降の編集処理を実行
させる処理へ移行させるが、231、232の処理後で
は、311が初期状態、あるいは、対象指定状態である
ので、処理270へ処理を移行させる。処理270で
は、対象指定、あるいは、対象指定解除の結果を表示す
る。処理270後、再び、200へ処理を移行させる。
First, the processing up to the object designation will be described. At 200, an input is received from the user, and at 210, the process to be performed next is determined. When the input is target designation target or designation release, 322 is incremented by 1, and 323 stores the type of target designation or target designation release, and the target designation or target designation release coordinates in 324. Two
At 10, if the input is the target designation, the process proceeds to step 221, and if the target designation is released, the process proceeds to step 222. Process 221
Then, the number of targets 312 is incremented by 1, the address pointing to the data designated as the target is stored in 313, and 311 is brought into the target designation state in the processing 231. In process 222, the address indicating the corresponding data is erased from 313, 312 is decremented by 1, and in process 232, if the designated number of targets of 312 becomes 0, 311 is initialized. 23
After processing 1 and 232, the processing shifts to processing 240 and processing 2
At 40, the state of 311 is judged. In process 240, 3
If 11 is the execution state, the process proceeds to the process of executing the edit process after 250. However, after the processes of 231, 232, since 311 is the initial state or the target designation state, the process is shifted to the process 270. Let In process 270, the result of target designation or target designation release is displayed. After the processing 270, the processing shifts to 200 again.

【0021】次に、対象指定後から編集処理の実行まで
の処理について説明する。機能入力が行われると、20
0、210の処理を介して、223へ処理を移行させ
る。223では、311を実行状態にし、処理240に
おける311の状態判定により、250以降の編集処理
を実行させる処理へ移行させる。処理250では、ま
ず、文書データを退避エリア330へ退避させ、313
のアドレスが指しているデータに対して、入力された機
能に該当する編集処理を実行する。編集処理の対象とす
るデータは、312の対象数分である。250での編集
処理実行後、処理260で、311を初期状態、312
を0とする。また、321を実行終了状態にし、処理2
70で編集処理結果を表示する。
Next, the processing from the designation of the object to the execution of the editing processing will be described. When a function is input, 20
The processing shifts to 223 through the processing of 0 and 210. In 223, 311 is set to the execution state, and the state determination of 311 in process 240 causes the process to shift to the process of executing the edit process after 250. In the process 250, first, the document data is saved in the save area 330 and 313
The editing process corresponding to the input function is executed on the data pointed to by the address. The data to be edited is the same as the number of 312 objects. After executing the edit process in 250, in process 260, 311 is initialized to 312.
Is set to 0. Further, 321 is set to the execution end state, and the process 2
At 70, the editing process result is displayed.

【0022】次に、上記編集処理後、つまり、321が
実行終了状態であるときに、実行取消しが入力された場
合の処理について説明する。実行取消しの入力が行われ
ると、200、210の処理を介して、224へ処理を
移行させる。224では、311を実行状態、321を
実行取消し状態にし、処理240における311の状態
判定により、250以降の編集処理を実行させる処理へ
移行させる。処理250では、退避エリア330のデー
タを文書データとして回復させ、260以降の処理へ処
理を移行させる。処理260では、311を初期状態と
し、270では、回復した文書データを実行取消し結果
として表示し、200へ処理が移行する。321が実行
取消し状態であれば、200は、322の座標数が0に
なるまで、ユーザのからの入力を受付けないで次の処理
を行う。200は、323の種別と324の座標を読み
だし、ユーザからの入力として、210以降の処理へ移
行させる。また、この際、322の座標数を1減少さ
せ、また、322が0となった時点で、321を初期状
態にする。該処理によって、処理210以降で対象指
定、あるいは、対象指定解除の処理が322の座標数分
繰り返し行われ、200でユーザの入力を受付けるよう
になった時点では、編集処理直前の文書データに戻し、
対象指定されている状態に戻す。
Next, a description will be given of the processing after the above-mentioned editing processing, that is, when the execution cancellation is input when 321 is in the execution end state. When the execution cancel is input, the processing shifts to 224 through the processings 200 and 210. In 224, 311 is set to the execution state, 321 is set to the execution cancel state, and the state determination of 311 in the process 240 causes the process to shift to the process of executing the edit process after 250. In process 250, the data in the save area 330 is recovered as document data, and the process is transferred to the processes of 260 and thereafter. In process 260, 311 is set to the initial state, and in 270, the recovered document data is displayed as the execution cancellation result, and the process proceeds to 200. If 321 is the execution cancel state, the 200 performs the next process without accepting an input from the user until the coordinate number of 322 becomes 0. The 200 reads the type of 323 and the coordinates of 324, and shifts to the processing of 210 and subsequent steps as an input from the user. At this time, the number of coordinates of 322 is decreased by 1, and when 322 becomes 0, 321 is initialized. By this processing, the target designation or target designation release processing is repeatedly performed for the number of coordinates of 322 in the processing 210 and thereafter, and when the user input is accepted in 200, the document data immediately before the editing processing is restored. ,
Returns to the specified state.

【0023】[0023]

【発明の効果】本発明によれば、一連の編集指示操作で
操作を誤ってデータを変更してしまった場合、編集処理
を取り消して正しい編集を行わせるのに必要な操作は、
誤った操作のみを操作しなおすだけでよいので、誤操作
に対する修正にたいし、簡便な操作性を提供することが
できるという効果がある。
According to the present invention, when the data is erroneously changed by a series of editing instruction operations, the operation necessary for canceling the editing process and performing the correct editing is:
Since it is only necessary to re-operate an erroneous operation, there is an effect that it is possible to provide a simple operability with respect to a correction for an erroneous operation.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の実施例に関わる編集画面の例を示す図
である。
FIG. 1 is a diagram showing an example of an edit screen according to an embodiment of the present invention.

【図2】本発明の実施例の処理の流れを表す流れ図であ
る。
FIG. 2 is a flowchart showing a processing flow of an example of the present invention.

【図3】本発明の実施例に関わる制御データ構造を示す
図である。
FIG. 3 is a diagram showing a control data structure according to an embodiment of the present invention.

【符号の説明】[Explanation of symbols]

100…編集画面、 110…作業領域、 130…入力図形メニュー、 310…編集状態管理テーブル、 320…処理状態管理テーブル、 330…退避エリア。 Reference numeral 100 ... Edit screen, 110 ... Work area, 130 ... Input graphic menu, 310 ... Edit status management table, 320 ... Processing status management table, 330 ... Evacuation area.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 笠井 康彦 神奈川県横浜市戸塚区吉田町292番地株式 会社日立製作所マイクロエレクトロニクス 機器開発研究所内 (72)発明者 土屋 知子 神奈川県横浜市戸塚区吉田町292番地株式 会社日立製作所マイクロエレクトロニクス 機器開発研究所内 (72)発明者 飛鳥馬 肇 神奈川県横浜市戸塚区吉田町292番地株式 会社日立製作所マイクロエレクトロニクス 機器開発研究所内 (72)発明者 松田 泰昌 神奈川県横浜市戸塚区吉田町292番地株式 会社日立製作所マイクロエレクトロニクス 機器開発研究所内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Yasuhiko Kasai, 292 Yoshida-cho, Totsuka-ku, Yokohama-shi, Kanagawa Hitachi Microelectronics Device Development Laboratory (72) Inventor Tomoko Tsuchiya 292 Yoshida-cho, Totsuka-ku, Yokohama, Kanagawa House number Hitachi Ltd. Microelectronics equipment development laboratory (72) Inventor Hajime Asuka Hajime 292 Yoshida-cho, Totsuka-ku, Yokohama, Kanagawa Pref. Microelectronics equipment development laboratory Hitachi Ltd. (72) Inventor Yasumasa Matsuda Totsuka Yokohama, Kanagawa Prefecture 292 Yoshida-cho, Ward Stock Company Hitachi, Ltd. Microelectronics Device Development Laboratory

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】移動、複写、削除などの編集機能などから
なる文書編集装置であって、 編集を指示するために必要な一連の入力操作からなる編
集内容を記憶する編集内容記憶手段と、 該編集内容記憶手段の編集内容から、編集直前の文書デ
ータに戻す第1の再現手段と、 編集内容に対応したデータ処理を開始させる操作を除い
た入力操作を作用させた状態に戻す第2の再現手段と、 上記第1及び第2の再現手段を作用させるよう指示する
指示手段とを備えたことを特徴とする文書編集装置。
1. A document editing apparatus having an editing function such as moving, copying, deleting, etc., and an editing content storing means for storing the editing content consisting of a series of input operations necessary for instructing editing. The first reproduction means for returning the edited contents of the edited contents storage means to the document data just before the editing, and the second reproduction for returning the input operation except the operation for starting the data processing corresponding to the edited contents. A document editing apparatus comprising means and instruction means for instructing to operate the first and second reproduction means.
【請求項2】請求項1記載の文書編集装置において、上
記第2の再現手段による作用の抑止を指示する手段を備
えたことを特徴とする文書編集装置。
2. The document editing apparatus according to claim 1, further comprising means for instructing suppression of the action of the second reproducing means.
JP5095766A 1993-04-22 1993-04-22 Document editor Pending JPH06309424A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5095766A JPH06309424A (en) 1993-04-22 1993-04-22 Document editor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5095766A JPH06309424A (en) 1993-04-22 1993-04-22 Document editor

Publications (1)

Publication Number Publication Date
JPH06309424A true JPH06309424A (en) 1994-11-04

Family

ID=14146614

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5095766A Pending JPH06309424A (en) 1993-04-22 1993-04-22 Document editor

Country Status (1)

Country Link
JP (1) JPH06309424A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999024240A1 (en) * 1997-11-12 1999-05-20 First Light Technology, Inc. System and method for dispensing a resin between substrates of a bonded storage disk
US6106657A (en) * 1998-05-19 2000-08-22 First Light Technology, Inc. System and method for dispensing a resin between substrates of a bonded storage disk

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999024240A1 (en) * 1997-11-12 1999-05-20 First Light Technology, Inc. System and method for dispensing a resin between substrates of a bonded storage disk
US6106657A (en) * 1998-05-19 2000-08-22 First Light Technology, Inc. System and method for dispensing a resin between substrates of a bonded storage disk

Similar Documents

Publication Publication Date Title
US5630080A (en) Method and system for the direct manipulation of information, including non-default drag and drop operation
JP2000293290A (en) Information processor, display control method, and storage medium
JPS63284666A (en) Document producing device
JPH07160467A (en) Display controller
JPH06309424A (en) Document editor
US6593946B1 (en) Controlling terminal device to assist user operation
JP3239511B2 (en) Display device
JPH07146863A (en) Edition processor
JPH0563819B2 (en)
JPH0535837A (en) Cut data editing system for window system with cut-and-paste function
JP2005316706A (en) Software development support tool, application software, software and recording medium
JP2683234B2 (en) Document creation method and apparatus
JP2004272409A (en) Temporary object storing device, method, and program
JPH05324555A (en) Already executed operation canceller
JPH08115192A (en) Data editing processing method and system
JP2685133B2 (en) Document creation method and apparatus
JPH05324556A (en) Already executed operation canceller
JPH05233411A (en) Document processor
JPH07319513A (en) Programming device for programmable controller and sequence program preparing method for the same
JP2646518B2 (en) Processing method in graphic data processing device
JP2960421B2 (en) File operation device
JPH06337862A (en) Document processor and document processing method using the processor
JP2683236B2 (en) Document creation device
JP3079825B2 (en) Electronic computer equipment
JP3160926B2 (en) Document creation device