JPH0816579A - Text editor - Google Patents

Text editor

Info

Publication number
JPH0816579A
JPH0816579A JP6145101A JP14510194A JPH0816579A JP H0816579 A JPH0816579 A JP H0816579A JP 6145101 A JP6145101 A JP 6145101A JP 14510194 A JP14510194 A JP 14510194A JP H0816579 A JPH0816579 A JP H0816579A
Authority
JP
Japan
Prior art keywords
text
area
input area
editing
input
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
JP6145101A
Other languages
Japanese (ja)
Inventor
Shinji Kawataka
伸治 川▲高▼
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.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe 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 KOBE NIPPON DENKI SOFTWARE KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP6145101A priority Critical patent/JPH0816579A/en
Publication of JPH0816579A publication Critical patent/JPH0816579A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To provide a text editor which prevents a text from being erroneously updated by distinctively editing an editing area for the text and an input area as an alteration place in the text. CONSTITUTION:The text editor has a text file 2 for storing the text, an input area file 3 for storing character data inputted to the text, and a file input/output part 4 which reads and writes data. Further, this editor includes the text editing area 4 for storing the read text, an input area editing area 6 for storing the input area set in the text, a management information area 7 for storing the management information table of the input area, an editing part 9 which sets the editing or input area for the text according to an indication from an input device 8, an input area editing part 10 which edits the input area, a synchronous management part 11 which matches the text with the management information on the input area, and an output part 13 which visually displays the text or input area on the output device 12.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、テキストエディタの
編集機能に係わり、入力エリアを編集中のテキストの指
定個所に設定し、入力エリア内を編集可あるいは編集不
可の箇所とし、入力エリア外を編集不可あるいは編集可
の箇所として、編集対象外のテキストを誤まって削除あ
るいは変更することを防ぐテキスト編集保護機能を有す
るテキストエディタに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an editing function of a text editor, in which an input area is set to a designated portion of text being edited, and the inside of the input area is set as an editable or non-editable area, and the outside of the input area is set. The present invention relates to a text editor having a text edit protection function for preventing uneditable text from being accidentally deleted or changed as an uneditable or editable portion.

【0002】[0002]

【従来の技術】従来のテキストエディタは、編集対象の
テキストを文字データ列と、文字データ列の位置を示す
行番号でもってそれぞれに管理し、編集時間の短縮ある
いはメモリ制約による処理性能低下の防止を図ってい
る。例示する特開平2−16648では、テキストをレ
コード単位のテキストと行番号とによって管理すること
の他に、テキストのレコードを格納する領域をチェ−ン
によって管理し、テキストの編集結果がテキスト全体に
影響を及ぼすことを防ぎ、編集時間を短縮する方式を開
示している。
2. Description of the Related Art A conventional text editor manages each text to be edited by a character data string and a line number indicating the position of the character data string to prevent a reduction in editing time or a decrease in processing performance due to a memory constraint. I am trying to In Japanese Patent Laid-Open No. 2-16648 as an example, in addition to managing the text by the text and the line number of each record, the area for storing the record of the text is managed by the chain, and the editing result of the text is stored in the entire text. A method for preventing the influence and shortening the editing time is disclosed.

【0003】更に例示する特開平1−306954で
は、テキストとそれの行番号が一体となっているテキス
トファイルが、メモリ容量によって編集対象のテキスト
サイズが制限されて、処理性能が低下することをテキス
トファイルと行番号ファイルを別個に設けて、行番号フ
ァイルをメモリに置くことによって、補助記憶装置に対
する入出力回数を削減し、編集処理の処理性能向上を図
ることを開示している。
Further, in Japanese Patent Laid-Open No. 1-306954, a text file in which a text and a line number of the text are integrated is limited to the text size to be edited due to the memory capacity, and the processing performance is deteriorated. It is disclosed that a file and a line number file are separately provided and the line number file is placed in a memory to reduce the number of input / output times to and from the auxiliary storage device and improve the processing performance of the editing process.

【0004】上述の両者の編集処理においては、どの行
どの箇所においても編集対象のテキストを一連の繋がっ
たテキストの一部として同じように扱うため、編集対象
とか編集範囲を限定して、編集を行うことができない。
通常、定型的なテキストを作成する場合、雛型のテキス
トに対して決まった箇所を修正してテキストを作成する
ことがある。このような場合、編集対象箇所を限定し、
編集処理をその箇所内に限定して実行させることがテキ
スト保護において有効である。上述の従来のテキストエ
ディタでは、読み込んだテキスト全体が編集対象となる
ため、編集対象でない箇所を誤って削除したり、あるい
は変更してしまうことが生じる。
In both of the above-mentioned editing processes, the text to be edited is treated in the same way as a part of a series of connected texts in any place on any line, so that the edit object or the editing range is limited to perform editing. I can't do it.
Usually, when creating a standard text, the text may be created by modifying a predetermined part of the template text. In such a case, limit the part to be edited,
It is effective in text protection to limit the editing process to that part. In the above-described conventional text editor, since the entire read text is the editing target, a portion that is not the editing target may be mistakenly deleted or changed.

【0005】[0005]

【発明が解決しようとする課題】テキストに編集可能な
領域を指定し、その領域に限定して編集可能とするか、
あるいはその領域以外を編集可能にするかを選択できる
ようにする。そして、編集結果を元のテキストに自動的
に組み込むことによって、人為的な誤操作に対してテキ
ストが破壊されることを防止する。
[Problems to be Solved by the Invention] Is it possible to specify an editable area in a text and limit the editable area to that?
Alternatively, it is possible to select whether or not the area other than that area can be edited. Then, by automatically incorporating the edited result into the original text, the text is prevented from being destroyed due to an erroneous operation.

【0006】[0006]

【課題を解決するための手段】この発明の目的は、テキ
ストエディタが、テキストの指定箇所に対応して、テキ
スト自体の編集作業領域と別の編集作業領域を設定し、
その領域内で指定箇所に対する編集操作を可能にして誤
操作に対し、テキストを防護するテキストエディタを提
供する。
SUMMARY OF THE INVENTION An object of the present invention is for a text editor to set an editing work area different from the editing work area of the text itself, corresponding to a designated portion of the text.
A text editor is provided that protects text against erroneous operations by enabling edit operations on specified locations within that area.

【0007】そのため、文書を格納するテキストファイ
ルから読み出されるテキストをテキスト編集領域に格納
し、入力装置から指定される前記テキストの範囲を出力
装置の可視化表示画面に可視化表示し、前記テキストの
指定個所に文字データを挿入する、あるいは削除する、
あるいは置換するなどのテキスト編集処理を前記入力装
置からの指示によって行うテキストエディタにおいて、
前記可視化表示画面に可視化表示されている前記テキス
トに対するテキスト編集処理と、前記テキストの指定個
所に入力エリアの設定と、前記テキストと前記入力エリ
アの位置関係を示す入力エリア管理情報の作成と、を行
う編集手段と、前記入力エリアに入力される文字データ
を格納する入力エリアファイルと、前記入力エリアに対
するテキスト編集処理を実行する入力エリア編集領域
と、前記入力エリアファイルから読み出される文字デー
タ、あるいは前記入力装置から入力される文字データを
前記入力エリア編集領域の入力エリアでテキスト編集処
理する入力エリア編集手段と、前記入力エリア編集領域
の入力エリアに対するテキスト編集処理、あるいは前記
テキスト編集領域のテキストに対するテキスト編集処理
の結果に基づいて、前記入力エリア管理情報を更新する
同期管理手段と、を備える。
Therefore, the text read from the text file storing the document is stored in the text editing area, the range of the text designated by the input device is visualized and displayed on the visualization display screen of the output device, and the designated portion of the text is designated. Insert or delete character data in,
Alternatively, in a text editor that performs text editing processing such as replacement by instructions from the input device,
Text editing processing for the text visualized and displayed on the visualization display screen, setting an input area at a designated portion of the text, and creating input area management information indicating a positional relationship between the text and the input area. Editing means for performing, an input area file for storing character data input to the input area, an input area editing area for executing text editing processing on the input area, character data read from the input area file, or the Input area editing means for text editing the character data input from the input device in the input area of the input area editing area, and text editing processing for the input area of the input area editing area, or text for the text of the text editing area Based on the result of the editing process, And a synchronization management means for updating the entry force area management information.

【0008】[0008]

【実施例】次に、この発明について図面を参照して説明
する。
Next, the present invention will be described with reference to the drawings.

【0009】この発明の一実施例の構成を示す図1を参
照すると、テキストエディタ1は、テキストを格納する
テキストファイル2と、テキスト中の指定箇所である入
力エリアに入力する文字データを格納する入力エリアフ
ァイル3と、テキストファイル2および入力エリアファ
イル3の読み出し書き込みを行うファイル入出力部4
と、可視化表示画面を有する出力装置12と、データ入
力の入力装置8を備える。 またテキストエディタ1
は、読み出されたテキストを格納するテキスト編集領域
5と、テキスト編集領域5のテキストの指定箇所に設定
される入力エリアを格納する入力エリア編集領域6と、
入力エリアと元のテキストとの位置関係を示す入力エリ
ア管理情報を格納する管理情報領域7と、入力装置8か
らの指示入力によってテキスト編集領域5のテキストを
編集する、あるいはテキスト中に入力エリアを設定する
編集部9と、入力エリア編集領域6の入力エリアの文字
データ編集を編集部9から起動されて行う入力エリア編
集部10と、テキスト編集領域5のテキストと入力エリ
ア編集領域6の入力エリア内のテキストのそれぞれのテ
キスト編集結果に基づく入力エリア管理情報を更新する
同期管理部11と、テキスト編集領域5のテキストと入
力エリア編集領域6の入力エリア内のテキストを出力装
置12に合成して可視化表示する出力部13と、を含
む。
Referring to FIG. 1 showing the configuration of an embodiment of the present invention, a text editor 1 stores a text file 2 for storing text and character data to be inputted in an input area which is a designated portion in the text. Input area file 3 and file input / output unit 4 for reading and writing the text file 2 and input area file 3
An output device 12 having a visualization display screen, and an input device 8 for inputting data. Also text editor 1
Is a text editing area 5 for storing the read text, an input area editing area 6 for storing an input area set in a designated portion of the text in the text editing area 5,
The management information area 7 for storing the input area management information indicating the positional relationship between the input area and the original text, and the text in the text editing area 5 is edited by inputting an instruction from the input device 8, or the input area is set in the text. An editing unit 9 for setting, an input area editing unit 10 for performing character data editing of the input area of the input area editing region 6 by being activated from the editing unit 9, a text of the text editing region 5, and an input area of the input area editing region 6 A synchronization management unit 11 for updating the input area management information based on each text editing result of the text in the text, the text in the text editing area 5 and the text in the input area in the input area editing area 6 are combined to the output device 12. And an output unit 13 for visualizing display.

【0010】更に、入力エリア管理情報の構成を示す図
7(a)を参照すると、入力エリア管理情報レコード形
式14の項目は、入力エリアを識別するID141と、
入力エリアが文字列あるいは矩形あるいは行の形状であ
るかを示す形状142と、テキスト編集領域のテキスト
の対象領域を示す編集領域種別143と、形状142の
上辺がある先頭行位置144と、先頭行144の左端の
ある桁位置を示す先頭桁位置145と、形状142の上
辺の左端からの長さを示すエリア長146と、形状14
2の上辺と下辺の間の行数を示すエリア行数147と、
を含む。また図7(b)を参照すると、レコード701
乃至704を管理情報領域7に配列して格納し、入力エ
リア管理情報テーブル700が構成される。
Further, referring to FIG. 7A showing the structure of the input area management information, the items of the input area management information record format 14 are the ID 141 for identifying the input area,
A shape 142 indicating whether the input area is a character string, a rectangle, or a line shape, an edit area type 143 indicating the target area of the text in the text edit area, a top row position 144 where the top side of the shape 142 is located, and a top row. A leading digit position 145 indicating a digit position at the left end of 144, an area length 146 indicating the length from the left end of the upper side of the shape 142, and the shape 14
The number of area lines 147 indicating the number of lines between the upper side and the lower side of 2;
including. Further, referring to FIG. 7B, a record 701
To 704 are arranged and stored in the management information area 7 to form the input area management information table 700.

【0011】次に、入力エリア管理情報レコードとテキ
スト行の対応を説明する図8と、テキストを合成して出
力するイメージを説明する図9を援用し、この実施例の
動作を示す流れ図2乃至流れ図6を参照して説明する。
ファイル入出力部4の動作を示す流れ図2を参照する
と、ファイル入出力部4は、テキスト編集を行っている
とき、テキストファイル2からテキストを1レコード読
み込む(図2のステップ21)。テキストの終りである
か否かを判定し、テキストが終りでないとき(ステップ
22のN)、レコードをテキスト編集領域に格納し(ス
テップ23)、次のレコードの読み込みに戻る(ステッ
プ21)。ステップ22において、テキストが終りで
(ステップ22のY)、かつテキスト中に入力エリアが
存在しないとき(ステップ24のN)、ファイル入出力
部4は動作を終了する。またテキスト中に入力エリアフ
ァイル3があるとき(ステップ24のY)、ファイル入
出力部4は、入力エリアファイル3から文字データの1
レコードを読み込む(ステップ25)。入力エリアファ
イル3のテキストが終りであるか否かを判定し、テキス
トが終りであるとき(ステップ26のY)、入力エリア
ファイル3の読み込みを終了する。入力エリアファイル
3のテキストが終りでないとき(ステップ26のN)、
読み込んだレコードを入力エリア編集領域の入力エリア
に格納し、管理情報領域7の管理情報テーブル700に
入力エリアの位置情報を格納し、次のレコードを入力エ
リアファイルから読み取る(ステップ25)。
Next, referring to FIG. 8 for explaining the correspondence between the input area management information record and the text line and FIG. 9 for explaining the image of combining and outputting the text, the flow charts 2 to 2 showing the operation of this embodiment will be described. A description will be given with reference to the flow chart 6.
Referring to the flow chart 2 showing the operation of the file input / output unit 4, the file input / output unit 4 reads one record of text from the text file 2 while performing text editing (step 21 in FIG. 2). It is determined whether or not the text is the end, and when the text is not the end (N in step 22), the record is stored in the text edit area (step 23) and the process returns to the reading of the next record (step 21). In step 22, when the text ends (Y in step 22) and there is no input area in the text (N in step 24), the file input / output unit 4 ends the operation. When the input area file 3 is included in the text (Y in step 24), the file input / output unit 4 outputs 1 character data from the input area file 3.
The record is read (step 25). It is determined whether the text in the input area file 3 is the end, and when the text is the end (Y in step 26), the reading of the input area file 3 is ended. When the text in the input area file 3 is not the end (N in step 26),
The read record is stored in the input area of the input area edit area, the position information of the input area is stored in the management information table 700 of the management information area 7, and the next record is read from the input area file (step 25).

【0012】テキスト編集領域5に格納されたテキスト
および入力エリア編集領域6に格納された入力エリアの
テキストに対して編集指示を入力装置8から指示する動
作の流れ図3を参照すると、編集対象がテキスト編集領
域のとき(ステップ31)、入力エリア編集領域からテ
キスト編集領域に切り換える(ステップ32)。また編
集対象が入力エリア編集領域のとき(ステップ31)、
テキスト編集領域43から入力エリア編集領域に切り換
える(ステップ33)。更に、編集対象がテキスト編集
領域のテキストであるとき、入力装置8は、編集部8に
対して編集指示を入力する。また編集対象が入力エリア
の文字データであるとき、入力装置8は、編集部8を介
して入力エリア編集部10に編集指示を入力する。
Flow of Operation for Instructing Edit Instruction from Input Device 8 for Text Stored in Text Editing Area 5 and Text in Input Area Stored in Input Area Editing Area 6 Referring to FIG. When it is the edit area (step 31), the input area edit area is switched to the text edit area (step 32). When the editing target is the input area editing area (step 31),
The text editing area 43 is switched to the input area editing area (step 33). Furthermore, when the editing target is the text in the text editing area, the input device 8 inputs an editing instruction to the editing unit 8. When the editing target is the character data in the input area, the input device 8 inputs an editing instruction to the input area editing unit 10 via the editing unit 8.

【0013】編集指示の動作の流れ図4を参照すると、
入力装置8からの編集指示は、編集部9に受理され(ス
テップ41)、編集指示の機能を判定し(ステップ4
2)、編集終了のとき(ステップ42のY)、編集を終
了する。またテキスト編集領域5のテキストと入力エリ
ア編集領域6の入力エリアの文字データを合成する指示
のとき(ステップ43)、管理情報テーブル700のレ
コードに基づいて、テキストを合成する(ステップ4
4)。また編集対象をテキスト編集領域5から入力エリ
ア領域6に切り換える、あるいは入力エリア領域6から
テキスト編集領域5に切り換える指示のとき、編集対象
の切り換えを、実行する(ステップ46)。更に入力装
置8からのテキスト複写あるいはテキスト切り取りある
いはテキスト挿入等の編集機能nの指示を判定し(ステ
ップ4n)、編集機能nに対応する処理を実行し(ステ
ップ4n+1)、編集部9あるいは入力エリア編集部1
0の動作を終了する。
Operation Flow of Editing Instructions Referring to FIG.
The editing instruction from the input device 8 is accepted by the editing unit 9 (step 41), and the function of the editing instruction is determined (step 4).
2) When the editing is finished (Y in step 42), the editing is finished. When an instruction to combine the text in the text editing area 5 and the character data in the input area in the input area editing area 6 (step 43), the texts are combined based on the record in the management information table 700 (step 4).
4). When an instruction to switch the edit target from the text edit area 5 to the input area area 6 or to switch the input area area 6 to the text edit area 5, the edit target is switched (step 46). Further, the instruction of the editing function n such as text copy, text cut or text insertion from the input device 8 is judged (step 4n), the process corresponding to the editing function n is executed (step 4n + 1), and the editing unit 9 or the input area is executed. Editorial department 1
The operation of 0 is completed.

【0014】編集指示によって、テキスト編集領域5の
テキストに対する編集処理が入力エリアに、あるいは入
力エリア編集領域6の入力エリアに対する編集処理がテ
キスト編集領域のテキストに、それぞれ影響を及ぼした
か否かの判定と、入力エリア管理情報の更新する動作の
流れ図5を参照して説明すると、先ず編集対象の領域に
対して編集指示に基づく更新を実行し(ステップ5
1)、編集対象の領域を判定し、テキスト編集領域5で
あるとき(ステップ52)、テキスト編集領域5のテキ
ストに対する更新処理が完了しているとき(ステップ5
3のY)、更新処理を終了する(ステップ53のY)。
テキスト編集領域5に対する更新処理が完了してないと
き(ステップ53のN)、テキスト編集領域5に対する
更新内容を確認し(ステップ54)、入力エリア編集領
域6の入力エリアに対する更新が必要であるか否かを判
定し、必要でないとき(ステップ55のN)、テキスト
編集領域5のテキストの更新を続行する(ステップ5
3)。また入力エリアに対する更新が必要であるとき
(ステップ55のY)、管理情報領域7の入力エリア管
理情報および入力エリア編集領域6の入力エリアに対し
て更新を行う(ステップ56)。そして、更にテキスト
編集領域5に格納されているテキストに対して更新を続
行する(ステップ53)。
It is determined whether or not the edit processing on the text in the text edit area 5 has an effect on the input area or the edit processing on the input area in the input area edit area 6 has an effect on the text in the text edit area according to the edit instruction. The flow of the operation of updating the input area management information will be described with reference to FIG. 5. First, the area to be edited is updated based on the editing instruction (step 5).
1) The area to be edited is determined, and when it is the text editing area 5 (step 52), when the update processing for the text in the text editing area 5 is completed (step 5)
3), and the update process ends (Y in step 53).
When the update process for the text edit area 5 is not completed (N in step 53), the update content for the text edit area 5 is confirmed (step 54), and whether the input area for the input area edit area 6 needs to be updated. If it is not necessary (N in step 55), the text in the text editing area 5 continues to be updated (step 5).
3). When the input area needs to be updated (Y in step 55), the input area management information in the management information area 7 and the input area in the input area editing area 6 are updated (step 56). Then, the update of the text stored in the text editing area 5 is continued (step 53).

【0015】また編集対象の領域を判定し(ステップ5
2)、入力エリア編集領域6であるとき、入力エリア編
集領域6の入力エリアに対する更新処理が完了している
とき(ステップ57のY)、更新を終了する。入力エリ
ア編集領域6の入力エリアに対する更新処理が完了して
ないとき(ステップ57のN)、入力エリア編集領域6
の入力エリアに対する更新内容を確認し(ステップ5
8)、テキスト編集領域5のテキストに対する更新が必
要であるか否かを判定し、必要でないとき(ステップ5
9のN)、入力エリア編集領域6の入力エリアの更新処
理を続行する(ステップ57)。またテキスト編集領域
5のテキストの更新が必要であるとき(ステップ59の
Y)、管理情報領域7の入力エリア管理情報およびテキ
スト編集領域6のテキストに対して更新処理を行う(ス
テップ60)。そして、更に入力エリア編集領域5に格
納されている入力エリアの文字データに対して更新を続
行する(ステップ57)。
The area to be edited is determined (step 5).
2) If it is the input area editing area 6 and the update processing for the input area of the input area editing area 6 is completed (Y in step 57), the update is terminated. When the update processing for the input area of the input area edit area 6 is not completed (N in step 57), the input area edit area 6
Confirm the update contents for the input area of (Step 5
8) It is determined whether or not the text in the text editing area 5 needs to be updated, and when it is not necessary (step 5)
9), the update processing of the input area of the input area editing area 6 is continued (step 57). When the text in the text editing area 5 needs to be updated (Y in step 59), the input area management information in the management information area 7 and the text in the text editing area 6 are updated (step 60). Then, the character data in the input area stored in the input area editing area 5 is further updated (step 57).

【0016】管理情報テーブル700を説明する図7
(b)と、編集処理に基づく管理情報テーブル700の
管理情報の更新と、可視化表示画面上のテキストおよび
入力エリアへの編集結果の反映を説明する図8(a),
図8(b)を参照し、テキストと入力エリアの位置関係
の整合をとる処理を説明すると、テキストに入力エリア
を設定し、それの識別を付して入力エリア管理レコード
701乃至704が管理情報テーブル700に設定され
る。入力エリア管理レコード701乃至704は、テキ
スト中の指定された入力エリアに対してそれぞれ作成さ
れ、管理情報テーブル700に登録される。図8(a)
を参照すると、識別IDの「1」を持つ管理情報レコー
ド701の各項目には、テキスト編集領域5の編集対象
のテキスト行901とそれに指定されている入力エリア
902との位置関係の対応、ならびに管理情報レコード
701と入力エリア編集領域6の入力エリア903との
位置関係の対応が例示されている。入力エリア902に
エリア長146の「10」を「15」に拡張する変更を
施すと、管理情報レコード701のエリア長の項目は
「10」から「15」に変更され、テキスト編集領域5
のテキスト行905の入力エリア906と、入力エリア
領域6の入力エリア908が図8(b)に示すように拡
張される。入力エリア908に対して文字データを入力
し、その文字データが、テキスト編集領域5のテキスト
行905の入力エリア906に直接入力されることがな
いのでテキスト行905のテキストを妨げることがな
い。
FIG. 7 for explaining the management information table 700.
FIG. 8A, which illustrates (b), updating of the management information in the management information table 700 based on the editing process, and reflection of the editing result in the text and input area on the visualization display screen.
The process of matching the positional relationship between the text and the input area will be described with reference to FIG. 8B. The input area is set in the text and the input area management records 701 to 704 are added to the management information to identify the input area. It is set in the table 700. The input area management records 701 to 704 are created respectively for the designated input areas in the text and registered in the management information table 700. Figure 8 (a)
Referring to, each item of the management information record 701 having the identification ID “1” corresponds to the positional relationship between the text line 901 to be edited in the text editing area 5 and the input area 902 designated therein, and The correspondence of the positional relationship between the management information record 701 and the input area 903 of the input area editing area 6 is illustrated. When the input area 902 is changed to expand “10” of the area length 146 to “15”, the item of the area length of the management information record 701 is changed from “10” to “15”, and the text editing area 5
The input area 906 of the text line 905 and the input area 908 of the input area region 6 are expanded as shown in FIG. 8B. Since character data is input to the input area 908 and the character data is not directly input to the input area 906 of the text line 905 of the text editing area 5, the text of the text line 905 is not disturbed.

【0017】次に、出力装置12の動作の流れ図6を参
照すると、入力装置8からの出力指示の出力内容を判定
し(図6のステップ61)、テキスト編集領域5の出力
であるとき、テキスト編集領域5のテキストを出力装置
12に出力する(ステップ62)。この場合、入力エリ
アで指定されている箇所は出力には表われない。また、
入力エリア編集領域6の入力エリアの出力であるとき、
入力エリア編集領域6の入力エリアを管理情報で定めら
れる位置に出力する(ステップ64)。この場合、入力
エリアが挿入されるテキスト編集領域5は出力に表われ
ない。更に、入力装置8から出力装置12にテキスト編
集領域5と入力エリア編集領域6とを合成出力する指示
を行うと、図9(b)に例示する入力エリア908を含
む入力エェリア編集領域907と、図9(a)に例示す
るテキスト行905を含むテキスト編集領域904が合
成されて、図9(c)に示す出力イメージ100として
出力装置8に可視化表示される。
Next, referring to FIG. 6 of the operation flow of the output device 12, the output content of the output instruction from the input device 8 is judged (step 61 in FIG. 6), and when the output is the text editing area 5, the text is output. The text in the editing area 5 is output to the output device 12 (step 62). In this case, the part specified in the input area does not appear in the output. Also,
When the output of the input area of the input area edit area 6,
The input area of the input area editing area 6 is output to the position defined by the management information (step 64). In this case, the text editing area 5 into which the input area is inserted does not appear in the output. Furthermore, when the input device 8 gives an instruction to the output device 12 to combine and output the text editing area 5 and the input area editing area 6, an input area editing area 907 including the input area 908 illustrated in FIG. A text edit area 904 including a text line 905 illustrated in FIG. 9A is combined and displayed on the output device 8 as an output image 100 illustrated in FIG. 9C.

【0018】この実施例によれば、テキストを編集する
とき、編集箇所の入力エリアを別個に設け、編集の文字
データは入力エリアに限定して入力されるので、元のテ
キストを誤まって削除、あるいは更新することがない。
According to this embodiment, when the text is edited, the input area for the edited portion is separately provided, and the character data for editing is input only in the input area. Therefore, the original text is erroneously deleted. , Or never updated.

【0019】[0019]

【発明の効果】以上説明したように、この発明によれ
ば、従来のテキストエディタで、定形的なテキストを編
集する際、誤まってテキストを削除したり、変更したり
することが、テキストに設ける入力エリア内に限定して
編集を行うことによって防止できる。
As described above, according to the present invention, when a standard text is edited by a conventional text editor, it is possible to delete or change the text by mistake. This can be prevented by editing only within the provided input area.

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

【図1】この発明の一実施例の構成を示す図である。FIG. 1 is a diagram showing a configuration of an embodiment of the present invention.

【図2】図1のファイル入出力部の動作の流れ図であ
る。
FIG. 2 is a flowchart of the operation of the file input / output unit of FIG.

【図3】図1の編集部に対して編集対象を切り換える動
作の流れ図である。
FIG. 3 is a flow chart of an operation of switching an editing target to the editing unit of FIG.

【図4】図1の編集部に対して各種の編集指示と処理の
動作の流れ図である。
FIG. 4 is a flow chart of various editing instructions and processing operations for the editing unit of FIG.

【図5】図1のテキスト編集領域と入力エリアとの位置
関係を示す管理情報を整合させる動作の流れ図である。
5 is a flowchart of an operation of matching management information indicating a positional relationship between the text editing area and the input area in FIG.

【図6】図1の出力部に出力する領域を指示する動作の
流れ図である。
FIG. 6 is a flowchart of an operation of designating an area to be output to the output unit of FIG.

【図7】分図(a),(b)は、それぞれ入力エリアの
管理情報のレコード、管理情報領域の管理情報テーブル
を例示する図である。
7A and 7B are diagrams exemplifying a record of management information of an input area and a management information table of a management information area, respectively.

【図8】分図(a),(b)は、管理情報レコードとテ
キスト編集領域の対応および管理情報レコードと入力エ
リア編集領域の対応を、入力エリアの変更前と変更後と
について、それぞれ例示する図である。
8A and 8B show examples of correspondence between a management information record and a text edit area and correspondence between a management information record and an input area edit area before and after a change in an input area, respectively. FIG.

【図9】分図(a),(b),(c)は、それぞれテキ
スト編集領域の可視化表示、入力エリア編集領域の可視
化表示、テキスト編集領域と入力エリア編集領域を合成
した可視化表示を例示する図である。
9A, 9B, 9C, 9A and 9B respectively show a visualization display of a text editing area, a visualization display of an input area editing area, and a visualization display in which a text editing area and an input area editing area are combined. FIG.

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

1 テキストエディタ 2 テキストファイル 3 入力エリアファイル 4 ファイル入出力部 5 テキスト編集領域 6 入力エリア編集領域 7 管理情報領域 8 入力装置 9 編集部 10 入力エリア編集部 11 同期管理部 12 出力装置 13 入出力部 1 Text Editor 2 Text File 3 Input Area File 4 File Input / Output Section 5 Text Editing Area 6 Input Area Editing Area 7 Management Information Area 8 Input Device 9 Editing Section 10 Input Area Editing Section 11 Synchronization Management Section 12 Output Device 13 Input / Output Section

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 文書を格納するテキストファイルから読
み出されるテキストをテキスト編集領域に格納し、入力
装置から指定される前記テキストの範囲を出力装置の可
視化表示画面に可視化表示し、前記テキストの指定個所
に文字データを挿入する、あるいは削除する、あるいは
置換するなどのテキスト編集処理を前記入力装置からの
指示によって行うテキストエディタにおいて、 前記可視化表示画面に可視化表示されている前記テキス
トに対するテキスト編集処理と、前記テキストの指定箇
所に入力エリアの設定と、前記テキストと前記入力エリ
アの位置関係を示す入力エリア管理情報の作成と、を行
う編集手段と、 前記入力エリアに入力される文字データを格納する入力
エリアファイルと、 前記入力エリアに対するテキスト編集処理を実行する入
力エリア編集領域と、 前記入力エリアファイルから読み出される文字データ、
あるいは前記入力装置から入力される文字データを前記
入力エリア編集領域の入力エリアでテキスト編集処理す
る入力エリア編集手段と、 前記入力エリア編集領域の入力エリアに対するテキスト
編集処理、あるいは前記テキスト編集領域のテキストに
対するテキスト編集処理の結果に基づいて、前記入力エ
リア管理情報を更新する同期管理手段と、 を備えることを特徴とするテキストエディタ。
1. A text read out from a text file storing a document is stored in a text editing area, and a range of the text designated by an input device is visualized and displayed on a visualization display screen of an output device, and a designated portion of the text is designated. In a text editor that inserts character data into, or deletes, or performs text editing processing such as replacement by instructions from the input device, a text editing processing for the text that is visualized and displayed on the visualization display screen, Editing means for setting an input area at a designated portion of the text and creating input area management information indicating a positional relationship between the text and the input area, and an input for storing character data input to the input area Performs text editing processing on the area file and the input area. An input area editing area to be executed, and character data read from the input area file,
Alternatively, input area editing means for text editing the character data input from the input device in the input area of the input area editing area, and text editing processing for the input area of the input area editing area, or text of the text editing area And a synchronization management unit for updating the input area management information based on the result of the text editing process for the text editor.
【請求項2】 前記入力エリアの管理情報は、前記入力
エリアを識別するIDと、入力エリアの形状を示す名称
と、テキスト編集する編集領域識別と、前記編集領域に
対する入力エリアの先頭行位置および先頭桁位置と、入
力エリア長と、入力エリア行数と、を含むことを特徴と
する請求項1記載のテキストエディタ。
2. The input area management information includes an ID for identifying the input area, a name indicating a shape of the input area, an edit area identification for text editing, a top line position of the input area with respect to the edit area, and The text editor according to claim 1, further comprising a leading digit position, an input area length, and a number of input area lines.
JP6145101A 1994-06-27 1994-06-27 Text editor Pending JPH0816579A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6145101A JPH0816579A (en) 1994-06-27 1994-06-27 Text editor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6145101A JPH0816579A (en) 1994-06-27 1994-06-27 Text editor

Publications (1)

Publication Number Publication Date
JPH0816579A true JPH0816579A (en) 1996-01-19

Family

ID=15377400

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6145101A Pending JPH0816579A (en) 1994-06-27 1994-06-27 Text editor

Country Status (1)

Country Link
JP (1) JPH0816579A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57201959A (en) * 1981-06-05 1982-12-10 Fujitsu Ltd Document drawing-up device
JPS6446158A (en) * 1987-08-14 1989-02-20 Nec Corp Fair copy system for sentence

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57201959A (en) * 1981-06-05 1982-12-10 Fujitsu Ltd Document drawing-up device
JPS6446158A (en) * 1987-08-14 1989-02-20 Nec Corp Fair copy system for sentence

Similar Documents

Publication Publication Date Title
US5689718A (en) System and method for processing document information using password protected icons that represent document content
JP3892626B2 (en) Document processing apparatus and storage medium
JPH0816579A (en) Text editor
JPH08221417A (en) New/old comparing editing device for structured document
JPH08190636A (en) Image editing and printing system
JP3598594B2 (en) Document processing apparatus and document processing method
JP3454987B2 (en) Document editing apparatus and method
JPH08190543A (en) Document processor
JPH05250014A (en) Peripheral device for programmable controller
JPS60118885A (en) Word processor
JP2575665B2 (en) Logical diagram outline description conversion processing method
JPH07311765A (en) Document data mark editing device
JP2001282773A (en) Device and method for editing structured document and recording medium
JPS62217320A (en) List compilation processing system
JP3154790B2 (en) Optical character reader
JPH1021132A (en) File attribute managing system for execution file
JPH0589103A (en) Document editing processor
JPH08147333A (en) Drawing preparing system
JPH1196040A (en) Process execution system and recording medium
JPH04111053A (en) Document processor
JPH0635907A (en) Structurized document editor
JPH11327886A (en) Program generating device and its method using sample program
JPH0644123A (en) File editing range designation system
JPH0668082A (en) Routine text preparing device
JPH0573543A (en) Method and device for handling electronic document

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19961112