JPH0581258A - Character string inserting system for document editor - Google Patents
Character string inserting system for document editorInfo
- Publication number
- JPH0581258A JPH0581258A JP24074191A JP24074191A JPH0581258A JP H0581258 A JPH0581258 A JP H0581258A JP 24074191 A JP24074191 A JP 24074191A JP 24074191 A JP24074191 A JP 24074191A JP H0581258 A JPH0581258 A JP H0581258A
- Authority
- JP
- Japan
- Prior art keywords
- document
- character string
- line
- character
- buffer
- 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
Landscapes
- Document Processing Apparatus (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、文書エディタの文書編
集方式に関し、特に文書清書を伴う文字列挿入方式に関
するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a document editing method of a document editor, and more particularly to a character string inserting method accompanied by document clearing.
【0002】[0002]
【従来の技術】文書エディタによる従来の文字列挿入方
式は、文書テキストに文字列が挿入された場合、その行
からオーバーフローした文字列は次の行に挿入され、以
降の行についてもオーバーフローした文字列は単純に順
送りされる。2. Description of the Related Art In the conventional character string insertion method by a document editor, when a character string is inserted in the document text, the character string overflowed from that line is inserted in the next line, and the overflowed character is inserted in the following lines. The columns are simply advanced.
【0003】[0003]
【発明が解決しようとする課題】上述した従来の文書エ
ディタの文字列挿入方式では、文書テキストに文字列が
挿入された場合、その行からオーバーフローした文字列
は次の行に挿入され、以降の行についてもオーバーフロ
ーした文字列は単純に順送りされ、清書された文書が破
壊されるという欠点がある。In the above-mentioned character string insertion method of the document editor, when a character string is inserted into the document text, the character string overflowing from that line is inserted into the next line, and the following lines are inserted. Even for lines, overflowed strings are simply forwarded, which destroys a well-written document.
【0004】[0004]
【課題を解決するための手段】本発明の文書エディタの
文字列挿入方式は、文書エディタの文書ファイルから文
書テキストを入力し文書バッファに出力する文書ファイ
ル入力手段と、利用者がキーボード上のキーを押下げた
とき、押下げたキーで発生する文字コードを入力するキ
ー入力手段と、前記キー入力手段により入力した文字コ
ードから編集コマンドを解析するコマンド解析手段と、
前記コマンド解析手段により解析したコマンドの文字列
挿入の編集時に文書清書を行う文字列挿入手段と、前記
文字列挿入手段により編集した文書テキストを文書バッ
ファに格納するバッファ管理手段と、前記文字列挿入手
段により編集した文書テキストを端末画面に表示を行う
画面表示手段と、文書バッファの文書テキストを文書フ
ァイルに出力する文書ファイル出力手段とを具備するこ
とを特徴とする。A character string insertion method of a document editor according to the present invention is a document file input means for inputting document text from a document file of the document editor and outputting it to a document buffer, and a key on a keyboard by a user. A key input means for inputting a character code generated by the pressed key when pressing down, and a command analysis means for analyzing an edit command from the character code input by the key input means,
A character string inserting means for performing document clearing at the time of editing the character string insertion of the command analyzed by the command analyzing means, a buffer managing means for storing the document text edited by the character string inserting means in a document buffer, and the character string inserting It is characterized by comprising screen display means for displaying the document text edited by the means on the terminal screen, and document file output means for outputting the document text in the document buffer to a document file.
【0005】[0005]
【実施例】次に本発明の実施例について図面を参照して
説明する。Embodiments of the present invention will now be described with reference to the drawings.
【0006】図1は本発明の一実施例を示すブロック図
である。図2は図1中の文字列挿入手段5の動作を示す
フローチャートである。FIG. 1 is a block diagram showing an embodiment of the present invention. FIG. 2 is a flow chart showing the operation of the character string inserting means 5 in FIG.
【0007】図1に示す文書エディタの文書ファイル入
力手段1は、文書エディタの文書ファイルFから文書テ
キストを入力し、文書バッファBに出力する。The document file input means 1 of the document editor shown in FIG. 1 inputs the document text from the document file F of the document editor and outputs it to the document buffer B.
【0008】キー入力手段2は、利用者がキーボードK
を押下げたキーで発生する文字コードを入力し、その文
字コードをコマンド解析手段3によってコマンド解析を
行い、コマンドが文字列挿入であれば、文字列挿入手段
5に制御を移行する。The key input means 2 allows the user to enter the keyboard K
The character code generated by pressing the key is input, the command analysis unit 3 analyzes the command, and if the command is character string insertion, the control shifts to the character string insertion unit 5.
【0009】文字列挿入手段5は、現在行に対して文字
列の挿入を行い(ステップ51)、その結果、行がオー
バーフローした場合(ステップ52)、次の行の先頭か
ら空白を除く文字が存在する位置の行開始桁位置にオー
バーフローした文字列を挿入する(ステップ53)。文
字列を挿入した行が更にオーバーフローした場合は(ス
テップ54)、同様に以降の行に対して文字列のオーバ
ーフローがなくなるまで繰り返し行い(ステップ5
5)、文書バッファBの更新を行う。The character string inserting means 5 inserts a character string into the current line (step 51). As a result, when the line overflows (step 52), the character excluding the blank is deleted from the beginning of the next line. The overflowed character string is inserted at the line start column position of the existing position (step 53). If the line in which the character string is inserted further overflows (step 54), the same process is repeated for the subsequent lines until the character string does not overflow (step 5).
5) The document buffer B is updated.
【0010】コマンド解析手段3によって文字コードを
解析し、削除、置換等のその他の編集コマンドが指定さ
れたときは、その他の編集手段4に制御を移行し、その
他の編集手段4は文書テキストの編集を行う。The command analyzing means 3 analyzes the character code, and when another editing command such as deletion or replacement is designated, the control is transferred to the other editing means 4, and the other editing means 4 changes the document text. Edit.
【0011】画面編集手段7は、文字列挿入手段5とそ
の他の編集手段に4よって編集された文書バッファBの
文書テキストを端末画面Cに表示する。The screen editing means 7 displays the document text of the document buffer B edited by the character string inserting means 5 and other editing means 4 on the terminal screen C.
【0012】文書ファイル出力手段6は、文書バッファ
Bの文書テキストを文書エディタの文書ファイルBへ出
力する。The document file output means 6 outputs the document text in the document buffer B to the document file B of the document editor.
【0013】以上述べたように、文字列の挿入によりそ
の行からオーバーフローした文字列を、行開始桁位置の
調整を行って、清書された文書を破壊することなく文字
列挿入させることができる。As described above, the character string overflowed from the line due to the insertion of the character string can be inserted without adjusting the line start column position and destroying the cleanly written document.
【0014】[0014]
【発明の効果】以上説明したように、本発明の文書エデ
ィタにおける文字列挿入方式は、文字列の挿入によりそ
の行からオーバーフローした文字列を、行開始桁位置の
調整を行って、清書された文書を破壊することなく文字
列挿入させることができるという効果を奏する。As described above, according to the character string insertion method in the document editor of the present invention, the character string overflowed from the line due to the insertion of the character string is adjusted and the line start column position is adjusted, and the character string is printed. The effect that the character string can be inserted without destroying the document is achieved.
【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.
【図2】図1中の文字列挿入手段の動作を示すフローチ
ャートである。FIG. 2 is a flowchart showing an operation of a character string inserting means in FIG.
1 文書ファイル入力手段 2 キー入力手段 3 コマンド解析手段 4 その他の編集手段 5 文字列挿入手段 6 文書ファイル出力手段 7 画面表示手段 F 文書ファイル K キーボード B 文書バッファ C 端末画面 1 document file input means 2 key input means 3 command analysis means 4 other editing means 5 character string insertion means 6 document file output means 7 screen display means F document file K keyboard B document buffer C terminal screen
Claims (1)
キストを入力し文書バッファに出力する文書ファイル入
力手段と、 利用者がキーボード上のキーを押下げたとき、押下げた
キーで発生する文字コードを入力するキー入力手段と、 前記キー入力手段により入力した文字コードから編集コ
マンドを解析するコマンド解析手段と、 前記コマンド解析手段により解析したコマンドの文字列
挿入の編集時に文書清書を行う文字列挿入手段と、 前記文字列挿入手段により編集した文書テキストを文書
バッファに格納するバッファ管理手段と、 前記文字列挿入手段により編集した文書テキストを端末
画面に表示を行う画面表示手段と、 文書バッファの文書テキストを文書ファイルに出力する
文書ファイル出力手段とを具備することを特徴とする文
書エディタの文字列挿入方式。1. A document file input means for inputting a document text from a document file of a document editor and outputting the document text to a document buffer, and a character code generated when the user presses a key on the keyboard. Key input means for inputting, command analysis means for analyzing an editing command from the character code input by the key input means, and character string inserting means for performing document copy when editing the character string insertion of the command analyzed by the command analyzing means A buffer management means for storing the document text edited by the character string insertion means in a document buffer; a screen display means for displaying the document text edited by the character string insertion means on a terminal screen; and a document text in the document buffer. And a document file output means for outputting the document file to a document file. The character string insertion method of the editor.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP24074191A JPH0581258A (en) | 1991-09-20 | 1991-09-20 | Character string inserting system for document editor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP24074191A JPH0581258A (en) | 1991-09-20 | 1991-09-20 | Character string inserting system for document editor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0581258A true JPH0581258A (en) | 1993-04-02 |
Family
ID=17064012
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP24074191A Pending JPH0581258A (en) | 1991-09-20 | 1991-09-20 | Character string inserting system for document editor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0581258A (en) |
-
1991
- 1991-09-20 JP JP24074191A patent/JPH0581258A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6457031B1 (en) | Method of marking previously dictated text for deferred correction in a speech recognition proofreader | |
US5261103A (en) | Method of and system for compiling source program | |
JPH0581258A (en) | Character string inserting system for document editor | |
JPH0561865A (en) | Character string substitution system for document editor | |
JPH0546605A (en) | Character string deleting system for document editor | |
JPH0612411A (en) | Document processor | |
JPS62100860A (en) | Document preparing device | |
JP3154790B2 (en) | Optical character reader | |
JPH0962675A (en) | Document preparation method and preparation system | |
JP2579764B2 (en) | Kana-Kanji conversion device | |
JPH01149162A (en) | System for controlling syllable hyphen display and non-display | |
JPH0619900A (en) | Text editor | |
JPH05298207A (en) | Communication system for decentralized editor | |
JPH03179553A (en) | Producing device for japanese document | |
JPH0584934B2 (en) | ||
JPH07152543A (en) | Decision table input device | |
JPH05181858A (en) | Method and device for editing | |
JPH04268957A (en) | Document preparing device | |
JPS6320559A (en) | Document processor | |
JPS629462A (en) | Document editing system | |
JPH03127247A (en) | Text editing device | |
JPH035873A (en) | Word processor provided with table of contents automatic generating function | |
JPH03171252A (en) | Character processor | |
JPH0283658A (en) | Document display system | |
JPH0561868A (en) | Printing control system |