JPH0660073A - Document editing device - Google Patents

Document editing device

Info

Publication number
JPH0660073A
JPH0660073A JP4216001A JP21600192A JPH0660073A JP H0660073 A JPH0660073 A JP H0660073A JP 4216001 A JP4216001 A JP 4216001A JP 21600192 A JP21600192 A JP 21600192A JP H0660073 A JPH0660073 A JP H0660073A
Authority
JP
Japan
Prior art keywords
attribute value
document
character
buffer
editing
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.)
Withdrawn
Application number
JP4216001A
Other languages
Japanese (ja)
Inventor
Akihiko Matsuo
昭彦 松尾
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP4216001A priority Critical patent/JPH0660073A/en
Publication of JPH0660073A publication Critical patent/JPH0660073A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To efficiently attain an editing operation by providing a means which sets an attribute value at each character in a document, and a means which refers to the stored attribute value, and specifying the display state of the character according to the attribute of the character. CONSTITUTION:A control part 3 operates a necessary processing such as the update of the contents of a text buffer 5 and an attribute value buffer 7 according to an input from a keyboard 2. The attribute value buffer 7 holds the content of the attribute value applied to a text which is being edited. An attribute value file 8 stores the attribute value of the text to be edited, and the content is copied to the attribute value buffer 7 at the beginning of the editing operation. And also, the content of the attribute value buffer 7 is stored in the attribute value file 8 by the end of the edition, or the specific instruction of an operator. Thus, the display state of the character is specified according to the attribute value of the character, and a document management and edition processing using the attribute value can be attained.

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 device. The document editing device is indispensable for describing a source program and is included in most information processing systems. Therefore, technically improving the convenience of the document editing apparatus is an important factor for the industrial development.

【0002】[0002]

【従来の技術】プログラム等の文書を入力・編集する場
合、初めから入力する内容が決まっていることは稀であ
り、多くの場合、何度も入力・削除・変更を繰り返す必
要がある。このとき、初めは大雑把に仮のプログラムあ
るいは処理の概要を記述しておき、後で詳細な内容を入
力するという方法で編集を進めることが多い。
2. Description of the Related Art When a document such as a program is input / edited, the content to be input is rarely determined from the beginning, and in many cases, it is necessary to repeat input / deletion / change many times. At this time, in many cases, a rough description of a temporary program or process is first described, and then detailed information is input later to proceed with editing.

【0003】このような編集作業の例を図17に示す。
同様に、類似する他のプログラムファイルから、その一
部のテキストを複写し、引用しておき、これを元に新し
いプログラムを編集するという方法もある。また、編集
作業中に、使用すべきライブラリ関数名等が不明である
ときには、その場では仮の関数名を与えておき、入力作
業を続けることも多い。
An example of such editing work is shown in FIG.
Similarly, there is also a method in which a part of the text is copied from another similar program file, quoted, and a new program is edited based on this. Further, during editing work, when the library function name to be used or the like is unknown, a temporary function name is given on the spot and the input work is often continued.

【0004】[0004]

【発明が解決しようとする課題】これらの場合は、いず
れも未編集の部分が残るので、その箇所を後に参照し、
その編集を行なう必要がある。けれども、従来の文書編
集装置で作業を行なった場合、編集者自身は、後での編
集を必要とする部分の位置を覚えているか、目印となる
文字列等を入力しておかなければならない。しかし、こ
のような操作は、編集者にとって面倒かつ忘れがちであ
るので、編集作業の妨げとなっている。
In each of these cases, an unedited portion remains, so refer to that portion later,
You need to edit it. However, when working with a conventional document editing apparatus, the editor himself must remember the position of a portion that needs to be edited later, or input a character string or the like as a mark. However, such an operation is troublesome and easy for the editor to forget, and thus hinders the editing work.

【0005】図18に、他のプログラムファイルから一
部のテキストを引用したまま必要な編集を行なっていな
い例を示す。図中、下線部分が他のプログラムファイル
から複写した部分である。一見しただけでは違いが分か
らないが、よく見ると変数名が異なるなどしているの
で、必要な編集がまだ終了していないということが分か
る。
FIG. 18 shows an example in which a part of text is quoted from another program file and necessary editing is not performed. In the figure, the underlined portion is a portion copied from another program file. At first glance, you can't tell the difference, but if you look closely, you can see that the variable names are different, so the necessary edits have not been completed yet.

【0006】また、以前に作成された文書やプログラム
に対して、後日、別の編集者が変更を加えるような場合
もしばしばある。ところが、従来の文書編集装置では、
文書全体の変更日時、変更者しか記憶することができな
いので、特定の部分の変更がいつ、誰によって為された
のかを知ることができない。
In addition, a document or program created in advance is often changed by another editor at a later date. However, in the conventional document editing device,
Since the date and time of change of the entire document and only the person who changed it can remember it, it is not possible to know when and by whom the change of a particular part was made.

【0007】これを知るためには図19のような変更履
歴を別に作成し保存しなければならない。図19より、
ファイル”test1.c”は、ファイル”test
2.c”に変更されており、その変更箇所は、第9行目
から第11行目であることが分かるが、このような変更
履歴を作成する作業は面倒であり、別に変更履歴を管理
し、保存しなければならないという問題もある。
In order to know this, a change history as shown in FIG. 19 must be separately created and saved. From Figure 19,
The file "test1.c" is the file "test
2. It has been changed to "c", and it can be seen that the changed portion is from the 9th line to the 11th line, but the work of creating such a change history is troublesome, and the change history is managed separately, There is also the problem of having to save.

【0008】本発明は、このような従来の問題的に鑑み
て為されたものであり、文書中の各文字単位に、その文
字の性質を識別するための属性値を設け、この属性値を
用いた文書管理・編集処理をすることにより、編集作業
を能率よく行なうことができる文書編集装置を提供する
ことを目的とする。
The present invention has been made in view of such a conventional problem, and an attribute value for identifying the character of each character in a document is provided, and this attribute value is set. It is an object of the present invention to provide a document editing device that can efficiently perform editing work by performing the document management / editing process used.

【0009】[0009]

【課題を解決するための手段】本発明によれば、上述の
目的は、前記特許請求の範囲に記載した手段にて達成さ
れる。
According to the invention, the above mentioned objects are achieved by means of the patent claims.

【0010】すなわち、請求項1の発明は、文書の編集
操作をするための入力装置と、この入力装置からの指令
に応じて所定の編集処理を行なう制御部と、編集中の文
書を保持するテキストバッファと、このテキストバッフ
ァの内容を表示する表示装置とを備える文書編集装置に
おいて、文書中の文字ごとに属性値を設定する手段と、
設定した属性値を格納する手段と、格納した属性値を参
照する手段とを設けると共に、ある文字が有する属性値
に応じて、その文字の表示状態を特定する手段を設ける
文書編集装置である。
That is, the invention of claim 1 holds an input device for editing a document, a control unit for performing a predetermined editing process in response to a command from the input device, and a document being edited. In a document editing device provided with a text buffer and a display device for displaying the contents of the text buffer, means for setting an attribute value for each character in the document,
The document editing apparatus includes means for storing the set attribute value and means for referring to the stored attribute value, and means for specifying the display state of a character according to the attribute value of the character.

【0011】また、請求項2の発明は、前記入力装置か
ら属性値に関する所定の条件を指定することにより、そ
の指定条件に合致する属性値を有する文字を検索する手
段を設ける文書編集装置であり、請求項3の発明は、検
索中に、前記指定条件に合致する属性値を有する文字が
見つかった場合において、警告音又は警告メッセージを
発する手段を設ける文書編集装置である。
Further, the invention of claim 2 is a document editing apparatus which is provided with means for searching a character having an attribute value that matches the specified condition by specifying a predetermined condition regarding the attribute value from the input device. The invention according to claim 3 is the document editing device, which is provided with means for issuing a warning sound or a warning message when a character having an attribute value matching the specified condition is found during the search.

【0012】また、請求項4の発明は、編集操作によ
り、他文書から複写又は挿入したテキスト部分の各文字
に対し、予め定めた属性値を付加する手段を設ける文書
編集装置である。
Further, the invention of claim 4 is a document editing apparatus, which is provided with means for adding a predetermined attribute value to each character of a text portion copied or inserted from another document by an editing operation.

【0013】また、請求項5の発明は、ある文書に対し
て編集が行なわれた場合において、その編集が行なわれ
たテキスト部分の各文字に対して、その編集者を特定す
る属性値を付加する手段を設ける文書編集装置であり、
請求項6の発明は、文書中の各文字に対して、その入力
日時を特定する属性値を付加する手段を設ける文書編集
装置である。
Further, according to the invention of claim 5, when a certain document is edited, an attribute value for specifying the editor is added to each character of the edited text portion. Is a document editing device provided with means for
The invention according to claim 6 is the document editing apparatus, which is provided with means for adding an attribute value for specifying the input date and time to each character in the document.

【0014】[0014]

【作用】本発明では、編集作業の効率化を目指し、文書
編集装置に以下の諸機能を設け、編集者にかかる作業負
担の大幅な軽減を図ると共に、何人にとっても非常に使
いやすい文書編集装置を実現している。
According to the present invention, in order to improve the efficiency of editing work, the document editing apparatus is provided with the following various functions to greatly reduce the work load on the editor and to make the document editing apparatus very easy for anyone to use. Has been realized.

【0015】イ.編集する文字ごとに自由に設定できる
属性値を持たせ、これを設定・参照する機能、属性値に
応じて文字の表示状態を指定できる機能を備える。これ
により、利用者は後で変更が必要な部分等に特定の属性
を持たせておけば、ハイライト表示を行なうことで、該
当する部分を容易に見つけ出すことができる。
A. It has an attribute value that can be freely set for each character to be edited, a function to set and reference this, and a function to specify the display state of the character according to the attribute value. Thus, the user can easily find the corresponding portion by highlighting if the portion that needs to be changed later has a specific attribute.

【0016】ロ.上記イの機能に加え、利用者の指示に
より、利用者が指定した条件に合致する属性値を持った
文字を検索する機能を備える。これにより利用者は非常
に大きな文書であっても、容易に必要な部分を見つけ出
すことができる。
B. In addition to the above function a, the user has a function of searching for a character having an attribute value that matches a condition specified by the user. As a result, the user can easily find the necessary part even for a very large document.

【0017】ハ.上記イの機能に加え、文書の読み込
み、あるいは格納時など予め定められた動作を行なう時
点で、予め指定された条件に合致する属性値を持った文
字があった場合、利用者に警告を発する機能を備える。
これにより利用者は文書中に変更が必要な部分が残って
いることを認識でき、編集忘れを防ぐことができる。
C. In addition to the function of b) above, at the time of performing a predetermined operation such as reading or storing a document, if there is a character having an attribute value that matches a predetermined condition, a warning is issued to the user. It has a function.
As a result, the user can recognize that there is a portion that needs to be changed in the document and can prevent forgetting to edit.

【0018】ニ.上記イの機能に加え、編集中に他文書
等から複写・挿入した部分に特定の属性値を付加する機
能を備える。これにより利用者は引用部分を明確に意識
でき、その部分の変更等を忘れることなく行なうことが
できる。
D. In addition to the function b), a function of adding a specific attribute value to a portion copied / inserted from another document or the like during editing is provided. As a result, the user can clearly recognize the quoted portion and can change the portion without forgetting.

【0019】ホ.上記イの機能に加え、入力された文字
に対して、入力者を特定する属性値を付加する機能を備
える。これにより、複数の利用者が編集する文書等にお
いても、各部分の入力者が明確になるので、文書管理が
容易になる。
E. In addition to the above-mentioned function (a), it has a function of adding an attribute value for identifying the input character to the input character. As a result, even in a document or the like edited by a plurality of users, the input person of each part is clarified, and the document management becomes easy.

【0020】ヘ.上記イの機能に加え、入力された文字
に対して、入力時刻を特定する属性値を付加する機能を
備える。これにより、文書に後から内容を追加するよう
な場合に、入力履歴を別に保存する必要がなくなるの
で、文書管理が容易になる。
F. In addition to the above function (b), it has a function of adding an attribute value for specifying the input time to the input character. As a result, in the case of adding content to the document later, it is not necessary to save the input history separately, which facilitates document management.

【0021】[0021]

【実施例】図20に、従来の文書編集装置の構成図を示
す。表示装置51は、制御部53の指示により、指定さ
れた位置に指定された文字や図形を描画する。キーボー
ド52は、装置の操作者が打鍵する文字を制御部53に
伝達する。制御部53は、キーボード52からの入力に
従って、テキストバッファ55の内容を変更する等の必
要な処理を行なう。この部分の動作フローを図21に示
す。
FIG. 20 is a block diagram of a conventional document editing apparatus. The display device 51 draws a designated character or graphic at a designated position according to an instruction from the control unit 53. The keyboard 52 transmits the characters keyed by the operator of the apparatus to the control unit 53. The control unit 53 performs necessary processing such as changing the content of the text buffer 55 according to the input from the keyboard 52. The operation flow of this part is shown in FIG.

【0022】内部記憶54は、編集中のカーソル位置な
ど全体の処理に必要な情報を格納する。テキストバッフ
ァ55は、編集中のテキストの内容を保持する。ファイ
ル56は、編集するテキストを格納しており、その内容
は編集の最初にテキストバッファ55に複写される。ま
た、編集の終了または操作者による特定の指示によっ
て、テキストバッファ55の内容がファイル56に格納
される。
The internal storage 54 stores information necessary for the overall processing, such as the position of the cursor being edited. The text buffer 55 holds the content of the text being edited. File 56 stores the text to be edited and its contents are copied to text buffer 55 at the beginning of the edit. Further, the contents of the text buffer 55 are stored in the file 56 by the end of editing or a specific instruction by the operator.

【0023】図1に、本発明の第一の実施例の構成図を
示す。図中、制御部3は、キーボード2からの入力に従
ってテキストバッファ5及び属性値バッファ7の内容を
変更する等の必要な処理を行なう。この部分の動作フロ
ーを図2に、従来のものから拡張・変更されたコマンド
の動作フローを図3〜7に、そして、画面表示を更新す
る場合の動作フローを図8に示す。
FIG. 1 shows a block diagram of the first embodiment of the present invention. In the figure, the control unit 3 performs necessary processing such as changing the contents of the text buffer 5 and the attribute value buffer 7 according to the input from the keyboard 2. The operation flow of this part is shown in FIG. 2, the operation flow of the command expanded and changed from the conventional one is shown in FIGS. 3 to 7, and the operation flow for updating the screen display is shown in FIG.

【0024】図1において、属性値バッファ7は、編集
中のテキストに付けられた属性値の内容を保持する。属
性値ファイル8は、編集するテキストの属性値を格納
し、その内容は編集作業の最初に属性値バッファ7に複
写される。また、編集の終了または操作者による特定の
指示によって、属性値バッファ7の内容が属性値ファイ
ル8に格納される。
In FIG. 1, the attribute value buffer 7 holds the contents of the attribute value attached to the text being edited. The attribute value file 8 stores the attribute value of the text to be edited, and its contents are copied to the attribute value buffer 7 at the beginning of the editing work. Also, the contents of the attribute value buffer 7 are stored in the attribute value file 8 according to the end of editing or a specific instruction from the operator.

【0025】なお、ファイル6及び属性値ファイル8
は、ファイル名等により関連が自明になっているか、操
作者等の指示によって対であることが示され、読み込
み、書き込みの際には同時に参照される。
The file 6 and the attribute value file 8
Indicates that the relation is self-explanatory according to the file name or the like, or is a pair according to the instruction of the operator or the like, and is referred to at the time of reading and writing.

【0026】第二の実施例の構成は、図1に基づいて説
明することができる。第二の実施例における制御部3
は、第一の実施例における制御部が有する機能に加え
て、編集者からの指示により、属性値バッファ7の内容
を検索し、編集者の指定条件に合致する属性値を持った
文字の位置を検出し、表示装置1に表示する。第二の実
施例で追加されたコマンドの動作フローを図9に示す。
The configuration of the second embodiment can be explained based on FIG. Control unit 3 in the second embodiment
In addition to the function of the control unit in the first embodiment, the contents of the attribute value buffer 7 are searched according to an instruction from the editor, and the position of a character having an attribute value that matches the condition specified by the editor. Is detected and displayed on the display device 1. The operation flow of the command added in the second embodiment is shown in FIG.

【0027】第三の実施例の構成図を図10に示す。図
中、制御部13は、コマンドを実行する際に、そのコマ
ンドが検索データバッファ19に登録されているかを調
べる。もし登録されていたならば、指定された条件によ
って属性値バッファ17を検索し、該当する文字があれ
ば表示装置11に警告メッセージを表示する。この部分
の動作フローを図11に示す。
A block diagram of the third embodiment is shown in FIG. In the figure, when executing the command, the control unit 13 checks whether the command is registered in the search data buffer 19. If it is registered, the attribute value buffer 17 is searched according to the specified condition, and if there is a corresponding character, a warning message is displayed on the display device 11. The operation flow of this part is shown in FIG.

【0028】検索データバッファ19では、検索を行な
う動作及びその時に検索する条件、警告メッセージの対
を格納する。このデータの例を図12に示す。なお、キ
ーボード12、内部記憶14、テキストバッファ15、
ファイル16、及び属性値ファイル18は、前記した同
名称のものと同様のものである。
The search data buffer 19 stores a search operation, a search condition at that time, and a warning message pair. An example of this data is shown in FIG. In addition, the keyboard 12, the internal storage 14, the text buffer 15,
The file 16 and the attribute value file 18 are the same as those having the same name as described above.

【0029】第四の実施例の構成は、図1に基づいて説
明することができる。第四の実施例における制御部3で
は、編集者が他のファイル等からの複写を指示した際
に、それらの文字に対して複写元から決められる属性値
を付加し、テキストバッファ5及び属性値バッファ7に
格納する。第四の実施例において変更されたコマンドの
処理フローを図13に示す。
The configuration of the fourth embodiment can be explained based on FIG. In the control unit 3 in the fourth embodiment, when the editor instructs copying from another file or the like, an attribute value determined from the copy source is added to those characters, and the text buffer 5 and the attribute value are added. Store in buffer 7. FIG. 13 shows the processing flow of the command changed in the fourth embodiment.

【0030】第五の実施例の構成は、図1に基づいて説
明することができる。第五の実施例における制御部3で
は、編集装置を起動する時に、編集者に対して、その利
用者名を入力させるなどして利用者名を示す属性値を得
て、これを内部記憶4に格納する。
The configuration of the fifth embodiment can be explained based on FIG. The control unit 3 in the fifth embodiment obtains the attribute value indicating the user name by prompting the editor to input the user name when the editing apparatus is activated, and stores the attribute value in the internal storage 4 To store.

【0031】また、入力された文字に対しては、内部記
憶4に格納された上記利用者名を示す属性値を付加し、
テキストバッファ5及び属性値バッファ7に格納する。
この部分の動作フローを図14に示す。なお、テキスト
バッファ5及び属性値バッファ7の内容は、後に、ファ
イル6及び属性値ファイル8にそれぞれ格納されること
となる。
An attribute value indicating the user name stored in the internal memory 4 is added to the input character,
The data is stored in the text buffer 5 and the attribute value buffer 7.
The operation flow of this portion is shown in FIG. The contents of the text buffer 5 and the attribute value buffer 7 will be stored later in the file 6 and the attribute value file 8, respectively.

【0032】第六の実施例の構成を図15に示す。図
中、制御部23は、入力された文字に対して、クロック
デバイス29から得られる時刻から定まる属性値を付加
し、テキストバッファ25及び属性値バッファ27に格
納する。この部分の動作フローを図16に示す。
The structure of the sixth embodiment is shown in FIG. In the figure, the control unit 23 adds an attribute value determined from the time obtained from the clock device 29 to the input character and stores it in the text buffer 25 and the attribute value buffer 27. The operation flow of this part is shown in FIG.

【0033】なお、クロックデバイス29は、制御部2
3からの問い合わせに対して現在の時刻を返すものであ
る。また、表示装置21、キーボード22、内部記憶2
4、ファイル26、属性値ファイル28は、上述した同
名称のものと同様のものである。
The clock device 29 is used by the control unit 2
It returns the current time in response to the inquiry from 3. In addition, the display device 21, the keyboard 22, the internal memory 2
4, the file 26, and the attribute value file 28 are the same as those having the same name as described above.

【0034】[0034]

【発明の効果】以上説明したように、本発明によれば、
後で修正・変更が必要な部分があっても、編集者は容易
にその部分を見つけることができるので、編集作業の効
率が非常に良くなる。また、複数の利用者によって変更
される文書においては、変更の箇所、変更者、変更時間
を自動的に記録できるようになるので、文書更新履歴の
作成、管理が容易になるという利点がある。
As described above, according to the present invention,
Even if there is a portion that needs to be corrected / changed later, the editor can easily find the portion, which makes the editing work very efficient. Further, in the case of a document changed by a plurality of users, since the changed portion, the changer, and the change time can be automatically recorded, there is an advantage that the document update history can be easily created and managed.

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

【図1】第一の実施例の構成図である。FIG. 1 is a configuration diagram of a first embodiment.

【図2】第一の実施例の制御部の動作フローを示す図で
ある。
FIG. 2 is a diagram showing an operation flow of a control unit of the first embodiment.

【図3】ロード・コマンドの処理フローを示す図であ
る。
FIG. 3 is a diagram showing a processing flow of a load command.

【図4】セーブ・コマンドの処理フローを示す図であ
る。
FIG. 4 is a diagram showing a processing flow of a save command.

【図5】属性値設定コマンドの処理フローを示す図であ
る。
FIG. 5 is a diagram showing a processing flow of an attribute value setting command.

【図6】属性値参照コマンドの処理フローを示す図であ
る。
FIG. 6 is a diagram showing a processing flow of an attribute value reference command.

【図7】表示属性値設定コマンドの処理フローを示す図
である。
FIG. 7 is a diagram showing a processing flow of a display attribute value setting command.

【図8】第一の実施例の画面表示更新の動作フローを示
す図である。
FIG. 8 is a diagram showing an operation flow of screen display update of the first embodiment.

【図9】第二の実施例で追加されたコマンドの処理フロ
ーを示す図である。
FIG. 9 is a diagram showing a processing flow of a command added in the second embodiment.

【図10】第三の実施例の構成図である。FIG. 10 is a configuration diagram of a third embodiment.

【図11】第三の実施例の制御部の動作フローを示す図
である。
FIG. 11 is a diagram showing an operation flow of a control unit of the third embodiment.

【図12】第三の実施例で用いる検索データの例を示す
図である。
FIG. 12 is a diagram showing an example of search data used in a third embodiment.

【図13】第四の実施例で変更されたコマンドの動作フ
ローを示す図である。
FIG. 13 is a diagram showing an operation flow of a command changed in the fourth embodiment.

【図14】第五の実施例での制御部の動作フローを示す
図である。
FIG. 14 is a diagram showing an operation flow of a control unit in the fifth embodiment.

【図15】第六の実施例の構成図である。FIG. 15 is a configuration diagram of a sixth embodiment.

【図16】第六の実施例での制御部の動作フローを示す
図である。
FIG. 16 is a diagram showing an operation flow of a control unit in the sixth embodiment.

【図17】仮のプログラムを入力した例を説明する図で
ある。
FIG. 17 is a diagram illustrating an example of inputting a temporary program.

【図18】他のプログラムから複写したまま変更を忘れ
た例を説明する図である。
FIG. 18 is a diagram illustrating an example in which a change is forgotten while being copied from another program.

【図19】変更履歴を説明する図である。FIG. 19 is a diagram illustrating a change history.

【図20】従来の文書編集装置の構成図である。FIG. 20 is a block diagram of a conventional document editing apparatus.

【図21】従来の文書編集装置の制御部の動作フローを
示す図である。
FIG. 21 is a diagram showing an operation flow of a control unit of a conventional document editing apparatus.

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

1,11,21,51 表示装置 2,12,22,52 キーボード 3,13,23,53 制御部 4,14,24,54 内部記憶 5,15,25,55 テキストバッファ 6,16,26,56 ファイル 7,17,27 属性値バッファ 8,18,28 属性値ファイル 19 検索データバッファ 29 クロックデバイス 1, 11, 21, 51 Display device 2, 12, 22, 52 Keyboard 3, 13, 23, 53 Control unit 4, 14, 24, 54 Internal storage 5, 15, 25, 55 Text buffer 6, 16, 26, 56 files 7, 17, 27 attribute value buffer 8, 18, 28 attribute value file 19 search data buffer 29 clock device

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】文書の編集操作をするための入力装置
(2)と、この入力装置(2)からの指令に応じて所定
の編集処理を行なう制御部(3)と、編集中の文書を保
持するテキストバッファ(5)と、このテキストバッフ
ァの内容を表示する表示装置(1)とを備える文書編集
装置において、 文書中の文字ごとに属性値を設定する手段と、設定した
属性値を格納する手段と、格納した属性値を参照する手
段とを設けると共に、 ある文字が有する属性値に応じて、その文字の表示状態
を特定する手段を設けることを特徴とする文書編集装
置。
1. An input device (2) for editing a document, a control section (3) for performing a predetermined editing process in response to a command from the input device (2), and a document being edited. In a document editing device having a text buffer (5) for holding and a display device (1) for displaying the contents of the text buffer, a means for setting an attribute value for each character in a document, and storing the set attribute value And a means for referring to the stored attribute value, and a means for specifying the display state of a character according to the attribute value of the character.
【請求項2】前記入力装置から属性値に関する所定の条
件を指定することにより、その指定条件に合致する属性
値を有する文字を検索する手段を設ける請求項1記載の
文書編集装置。
2. The document editing apparatus according to claim 1, further comprising means for searching a character having an attribute value that matches the specified condition by specifying a predetermined condition for the attribute value from the input device.
【請求項3】検索中に、前記指定条件に合致する属性値
を有する文字が見つかった場合において、警告音又は警
告メッセージを発する手段を設ける請求項2記載の文書
編集装置。
3. The document editing apparatus according to claim 2, further comprising means for issuing a warning sound or a warning message when a character having an attribute value matching the specified condition is found during the search.
【請求項4】編集操作により、他文書から複写又は挿入
したテキスト部分の各文字に対し、予め定めた属性値を
付加する手段を設ける請求項1記載の文書編集装置。
4. The document editing apparatus according to claim 1, further comprising means for adding a predetermined attribute value to each character of a text portion copied or inserted from another document by an editing operation.
【請求項5】ある文書に対して編集が行なわれた場合に
おいて、その編集が行なわれたテキスト部分の各文字に
対して、その編集者を特定する属性値を付加する手段を
設ける請求項1記載の文書編集装置。
5. When a document is edited, a means for adding an attribute value for identifying the editor to each character of the edited text portion is provided. Document editing device described.
【請求項6】文書中の各文字に対して、その入力日時を
特定する属性値を付加する手段を設ける請求項1記載の
文書編集装置。
6. The document editing apparatus according to claim 1, further comprising means for adding an attribute value for specifying the input date and time to each character in the document.
JP4216001A 1992-08-13 1992-08-13 Document editing device Withdrawn JPH0660073A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4216001A JPH0660073A (en) 1992-08-13 1992-08-13 Document editing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4216001A JPH0660073A (en) 1992-08-13 1992-08-13 Document editing device

Publications (1)

Publication Number Publication Date
JPH0660073A true JPH0660073A (en) 1994-03-04

Family

ID=16681756

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4216001A Withdrawn JPH0660073A (en) 1992-08-13 1992-08-13 Document editing device

Country Status (1)

Country Link
JP (1) JPH0660073A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012059251A (en) * 2010-08-11 2012-03-22 Toshiba Corp Report creation support system
US9270066B2 (en) 2013-10-29 2016-02-23 Velvetwire Llc Plug-in device having a plug with blades and a pivot with a locking cam and a bending cam

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012059251A (en) * 2010-08-11 2012-03-22 Toshiba Corp Report creation support system
US9270066B2 (en) 2013-10-29 2016-02-23 Velvetwire Llc Plug-in device having a plug with blades and a pivot with a locking cam and a bending cam

Similar Documents

Publication Publication Date Title
JPH0660073A (en) Document editing device
JP3057794B2 (en) Hypertext device and hypertext generation method
JP2003256099A (en) Help system
JPH0268654A (en) Document processing device
JP4001392B2 (en) Structured document processing device
JP3353309B2 (en) File selection method
JP2009003771A (en) Project construction support program and project construction support system
JPH06309367A (en) Electronic reading system with bookmarker function
JPH10207674A (en) Device for supporting computer application operation
JPH04318672A (en) Information retreiving device
JP2798777B2 (en) Word processor
KR100307316B1 (en) Method for editing graphic and nongraphic drawing database using user interface
JPH07200597A (en) Document management device
JPH0391859A (en) Document processor
JPH0465756A (en) Method for relating document
JPH0340065A (en) Document generating device
JPH08137903A (en) Data base system
JPH03139761A (en) Document editing device
JPH07141363A (en) Document editing method
JPH02250166A (en) Information processor
JPS6389966A (en) Documentation device
JPH05250014A (en) Peripheral device for programmable controller
JPH0855114A (en) Document managing device
JPH0695939A (en) Information processor
JPH11296513A (en) Document processor and its method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19991102