JPS60129876A - Document processor - Google Patents
Document processorInfo
- Publication number
- JPS60129876A JPS60129876A JP58239195A JP23919583A JPS60129876A JP S60129876 A JPS60129876 A JP S60129876A JP 58239195 A JP58239195 A JP 58239195A JP 23919583 A JP23919583 A JP 23919583A JP S60129876 A JPS60129876 A JP S60129876A
- Authority
- JP
- Japan
- Prior art keywords
- input
- character
- text
- memory
- mode
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/53—Processing of non-Latin text
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)
- Processing Or Creating Images (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
【発明の詳細な説明】
産業上の利用分野
本発明は日本語文書処理装置の入力処理に関するもので
ある。DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to input processing for a Japanese document processing device.
従来例の構成とその問題点
近年日本語文書処理装置の進展には目ざましいものかあ
シ、毎年各社より新機種が発表されている。一般にテキ
ストへの文字列入力は挿入モードにして文字列を挿入す
る方式とテキスト上に文字列を上書きする方式が存在す
る。機種によって、上述の2方式を有するものと、1方
式のみを有するも−の(挿入が多い)があるが、いずれ
の方式も文字列入力時にオペレータが処理装置にキー操
作することによシ指定しなければならない。この処理は
オペレータにとって煩雑なもので、入力したいところに
入力できる入力方式が望まれている。Conventional Structures and Problems There has been remarkable progress in Japanese document processing devices in recent years, with new models being announced by various companies every year. Generally, there are two methods for inputting a string into text: one is to insert the string in insert mode, and the other is to overwrite the string on the text. Depending on the model, some have the two methods described above, while others have only one method (often inserted), but both methods require the operator to input a character string by operating a key on the processing device. Must. This process is complicated for the operator, and an input method that allows input where desired is desired.
まだ入力した文字は削除を実行する捷では残しておくと
いうことは、特に初心者にとって必要な処理であるが、
上書き処理では後から入力した文字により消されること
がしばしば見受けられる。Leaving the characters that have not yet been entered when deleting is a necessary process, especially for beginners.
In the overwriting process, it is often seen that characters input later are erased.
発明の目的
本発明は上記欠点に鑑み、オペレータが現在の入力のモ
ードを常に考慮する必要なく入力でき、かつ不用意な上
書きによシ、既に入力した文字列を消すことを防ぐ入力
方法を有した文書処理装置を提供するものである。Purpose of the Invention In view of the above-mentioned drawbacks, the present invention provides an input method that allows an operator to input without always having to consider the current input mode, and that prevents careless overwriting and erasing already input character strings. The present invention provides a document processing device that provides the following features.
発明の構成
本発明は文書処理装置へ文字列を入力する時、格納しよ
うとするメモリ位置に既に文字が格納されておれば挿入
モード、そうでなければ上書きモードで入力を行なうよ
うに構成したものである。Structure of the Invention The present invention is configured such that when inputting a character string to a document processing device, the input is performed in insert mode if characters are already stored in the memory location to be stored, and in overwrite mode otherwise. It is.
実施例の説明
第1図に本発明の一実施例を示す。1は入力部であり、
入力操作に応じたキーコードを発生する。DESCRIPTION OF EMBODIMENTS FIG. 1 shows an embodiment of the present invention. 1 is an input section,
Generates a key code according to input operations.
2は入力処理部であシ、入力部1よシ出力されたキーコ
ードを英数字、平仮名9汁仮名等の文字コードや漢字等
のコードに変換すると共に文字コード列を一時的に蓄え
るバッファとも成り得る。3は文字格納部であり、入力
処理部2より出力される文字列をメモリ上のテキスト(
文書)へ挿入あるいは上書きを行なう。4はメモリ部で
あシ、入力・編集の対象であるテキスト(文書)を格納
する。5は表示部であり、現在入力・編集中のテキスト
を表示装置に表示する。6はカーソル制御部であり、表
示部5で表示しているカーソル位置に返る文字とメモリ
部4に格納しであるテキスト上でのカーソル位置にある
文字と一致対応付けを行なう。7は格納/未格納判別部
であシ、現在入力しようとするテキスト上の位置に既に
文字が格納されているか否かを判定する。8は挿入/上
書き切換部であシ、格納/未納判別部7の判定によって
入力モードを挿入モードあるいは上書きモードに切換え
る。この結果は文字格納部3に出力され、挿入処理ある
いは上書き処理を行なう。2 is an input processing unit, which converts the key code output from the input unit 1 into alphanumeric characters, character codes such as hiragana, 9 shirugana, kanji, etc., and also serves as a buffer for temporarily storing character code strings. It can happen. 3 is a character storage unit, which stores the character string output from the input processing unit 2 as text (
insert or overwrite a document). Reference numeral 4 denotes a memory unit that stores text (document) to be input and edited. 5 is a display unit, which displays the text currently being input/edited on a display device. Reference numeral 6 denotes a cursor control unit, which matches the character displayed at the cursor position on the display unit 5 with the character at the cursor position on the text stored in the memory unit 4. Reference numeral 7 denotes a stored/unstored determination unit, which determines whether or not a character is already stored at a position on the text that is currently being input. Reference numeral 8 denotes an insert/overwrite switching unit which switches the input mode to insert mode or overwrite mode according to the judgment of storage/unpaid discriminator 7. This result is output to the character storage section 3, where insertion processing or overwriting processing is performed.
第2図は本発明の主要部分の概略フローチャートである
。文字が入力されテキスト上に格納すると、ステップ2
1でカーソル制御部6により表示カーソルとメモリ4上
のテキストの格納位置の対応付けを行なう。ステップ2
2ではステップ21でめたテキストの格納位置の文字を
読出し、この位置に既に文字が格納されているか否かを
判定する。既に文字が格納されておればステップ23の
挿入処理が、そうでなければステップ24の上書き処理
が実行される。FIG. 2 is a schematic flowchart of the main parts of the invention. Once the characters are entered and stored on the text, step 2
At step 1, the cursor control unit 6 associates the display cursor with the text storage position on the memory 4. Step 2
In step 2, the character at the text storage position determined in step 21 is read out, and it is determined whether or not a character is already stored at this position. If characters have already been stored, insert processing in step 23 is performed, otherwise, overwrite processing in step 24 is performed.
上述の処理では1文字格納する毎に判断するので、上書
き処理を続けた後、文字の既格納位置に出会うと自動的
に挿入処理が実行される。In the above-mentioned processing, the judgment is made every time one character is stored, so after continuing the overwriting processing, when a character is already stored at a position, the insertion processing is automatically executed.
第3図は上書き処理の例である。31は既に入力し、テ
キスト内に格納された文字列である。32はまだ文字列
がテキストに格納されていない領域であり、表示部5に
は疑似スペースが表示される。FIG. 3 is an example of overwriting processing. 31 is a character string that has already been input and stored within the text. 32 is an area in which no character string is stored as text, and a pseudo space is displayed on the display unit 5.
33はカーソルであり、現在の入力位置を示している。A cursor 33 indicates the current input position.
この位置34は文字の未格納位置であるので、文字36
を入力すると、テキスト上の位置34には文字が書込ま
れ、カーソル33は次文字位置36へ移る。This position 34 is a position where no character is stored, so the character 36
When input, a character is written at position 34 on the text, and cursor 33 moves to the next character position 36.
第4図は挿入処理の例である。37は既に入力し、テキ
スト内に格納された文字列である。この文字列37の途
中の文字位置38にカーソル33を移し、文字36を入
力する。すると文字位置38以後の文字列は後へずれ、
入力した文字36が文字位置38に挿入される。カーソ
ル33は次文字位置39へ移る。FIG. 4 is an example of insertion processing. 37 is a character string that has already been input and stored within the text. The cursor 33 is moved to a character position 38 in the middle of this character string 37, and the character 36 is input. Then, the string after character position 38 will be shifted to the back,
The input character 36 is inserted into character position 38. The cursor 33 moves to the next character position 39.
第6図は本発明を用いた場合の入力処理を示している。FIG. 6 shows input processing when using the present invention.
処理51.52は上書き処理を実行している。処理52
を実行した段階でカーソル33は文字の既格納位置を示
すため、処理53.54では挿入処理を実行する。Processes 51 and 52 execute overwriting processing. Processing 52
Since the cursor 33 indicates the position where the character is already stored, insert processing is performed in steps 53 and 54.
なお上述の処理説明では、1文字毎に処理を完了する様
に説明してきた。しかし1文字単位に処理すると処理時
間が大きくなるので、複数の文字列をまとめて処理−す
る必要がある。これに対処するには、処理の開始時に入
力文字数と上書き可能な文字数の両者をカウントしてお
き、上書き処理と挿入処理を各々まとめて行なえば良い
。Note that in the above processing description, the processing is completed for each character. However, processing one character at a time increases the processing time, so it is necessary to process multiple character strings at once. To deal with this, both the number of input characters and the number of characters that can be overwritten may be counted at the start of processing, and the overwriting processing and insertion processing may be performed separately.
発明の効果
以上のように本発明は文書処理装置の入力時、現在テキ
スト上に格納しようとする位置に既に文字が格納されて
いるかどうかを判定することにより、自動的に挿入モー
ドと上書きモードを切換える。従ってオペレータは入力
モードを意識することなく入力を続けることができ、し
かも以前に入力した文字は削除をしない限り消えること
はない。Effects of the Invention As described above, the present invention automatically selects insert mode and overwrite mode by determining whether or not characters are already stored in the position to be stored in the current text when inputting data to a document processing device. Switch. Therefore, the operator can continue inputting without being aware of the input mode, and previously inputted characters will not disappear unless deleted.
これはオペレータにとって入力の負担が軽くなシ、その
実用的効果は大きい。This reduces the input burden on the operator and has a great practical effect.
第1図は本発明の一実施例における文書処理袋の
【ブロック図、第2図は同装置説明のだめの概略フロー
チャート、第3図は同装置における上書き処理の例を示
す図、第4図は同装置における挿入処理の例を示す図、
第5図は同装置における入力処理の図である。
1・・・入力部、2・・−・入力処理部、3・・・・・
文字格納部、4・・・・メモリ部、5・・−・表示部、
6・・・カーソル制御部、7・・・・格納/未格納判別
部、8・挿入/上書き切換部
代理人の氏名 弁理士 中 尾 敏 男 ほか1名第2
図
第 3 図
第5図FIG. 1 is a block diagram of a document processing bag according to an embodiment of the present invention, FIG. 2 is a schematic flowchart for explaining the device, FIG. 3 is a diagram showing an example of overwriting processing in the device, and FIG. A diagram showing an example of insertion processing in the same device,
FIG. 5 is a diagram of input processing in the same device. 1...Input section, 2...-Input processing section, 3...
Character storage section, 4... Memory section, 5... Display section,
6...Cursor control unit, 7...Storage/non-storage discrimination unit, 8.Insert/overwrite switching unit Name of agent: Patent attorney Toshio Nakao and 1 other person 2nd
Figure 3 Figure 5
Claims (1)
た文字列をメモリに格納する文字格納部と、メモリ上の
入力位置と表示画面上のカーソル位置の対応を制御する
カーソル制御部とを具備し、現在のメモリ上の入力位置
に文字が既に格納されているかどうか判断する格納・未
格納判別部によりメモリ上に文字列を順次格納する上書
き処理と、メモリ上に既に格納されている文字列を後方
にずらし、入力された文字列をメモリ上に格納する挿An input processing unit that inputs a character string from an input device, a character storage unit that stores the input character string in memory, and a cursor control unit that controls the correspondence between the input position on the memory and the cursor position on the display screen. It is equipped with an overwrite process that sequentially stores character strings in memory using a storage/non-storage determination unit that determines whether characters are already stored at the current input position in memory, and an overwrite process that sequentially stores character strings in memory. Insert that moves the column backwards and stores the input string in memory.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP58239195A JPS60129876A (en) | 1983-12-19 | 1983-12-19 | Document processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP58239195A JPS60129876A (en) | 1983-12-19 | 1983-12-19 | Document processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS60129876A true JPS60129876A (en) | 1985-07-11 |
Family
ID=17041132
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP58239195A Pending JPS60129876A (en) | 1983-12-19 | 1983-12-19 | Document processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS60129876A (en) |
-
1983
- 1983-12-19 JP JP58239195A patent/JPS60129876A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5867700A (en) | Information processing apparatus and method for displaying a first window displaying a list of names of attribute information and a second window displaying search and substitution command columns | |
JPS60129876A (en) | Document processor | |
JPS63289667A (en) | Japanese document editor | |
JPS5826031B2 (en) | Edit processing method | |
JP2618865B2 (en) | Information processing device | |
JPS62263566A (en) | Data eraser | |
JPH03179553A (en) | Producing device for japanese document | |
JPH05189183A (en) | Window control system | |
JP3160926B2 (en) | Document creation device | |
JPH05250014A (en) | Peripheral device for programmable controller | |
JPH0619906A (en) | Document processor | |
JPH0199166A (en) | Document preparing device | |
JPS62100860A (en) | Document preparing device | |
JPH07282050A (en) | Document editing method and device | |
JPH025177A (en) | Document logical structure editor | |
JPS60201406A (en) | Data input device of numerical control device | |
JPH05101057A (en) | Method and device for processing document | |
JPH06103267A (en) | Ruled line processor | |
JPH05242095A (en) | Display of manual for word processor | |
JPH0619907A (en) | Document processor | |
JPH03131958A (en) | Document forming device provided with document recovery function | |
JPH05274307A (en) | Device and method for preparing document | |
JPH0831097B2 (en) | Document input processor | |
JPH10283354A (en) | Document processor and method therefor and recording medium | |
JPH01181151A (en) | Document producing device |