JPH0363760A - Text screen display method - Google Patents

Text screen display method

Info

Publication number
JPH0363760A
JPH0363760A JP1198906A JP19890689A JPH0363760A JP H0363760 A JPH0363760 A JP H0363760A JP 1198906 A JP1198906 A JP 1198906A JP 19890689 A JP19890689 A JP 19890689A JP H0363760 A JPH0363760 A JP H0363760A
Authority
JP
Japan
Prior art keywords
paragraph
screen
cursor
text
scroll
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
JP1198906A
Other languages
Japanese (ja)
Inventor
Masaya Maruta
丸田 誠哉
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP1198906A priority Critical patent/JPH0363760A/en
Publication of JPH0363760A publication Critical patent/JPH0363760A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。
(57) [Summary] This bulletin contains application data before electronic filing, so abstract data is not recorded.

Description

【発明の詳細な説明】 産業上の利用分野 ワードプロセッサに釦いてテキストを画面上で編集する
場合、現在編集しているカーソル位置から離れた所にあ
る別のテキスト部分を編集する必要が生じることが多い
。その場合、カーソルを一行単位で上筐たは下へ移動さ
せるのではなく、10行または20行、あるいは画面の
行数単位でカーソルを移動するためのキーが一般のワー
ドプロセッサでは用意されている。ここでは、このカー
ソル移動キーをスクロールキーと呼ぶことにする。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application When text is edited on-screen by pressing a button on a word processor, it may become necessary to edit another portion of text located away from the cursor position currently being edited. many. In this case, instead of moving the cursor up or down one line at a time, typical word processors have keys for moving the cursor at 10 or 20 lines or by the number of lines on the screen. Here, this cursor movement key will be referred to as a scroll key.

ワードプロセッサの使用者は、このスクロールキーによ
シ画面に表示されるテキスト部分を移動させて迅速に次
の編集したい箇所を見つけることができる。
The word processor user can use the scroll key to move the text displayed on the screen to quickly find the next part to edit.

従来の技術 従来のワードプロセッサのスクロールキーは、そのワー
ドプロセッサで規定された数の行単位、あるいはワード
プロセッサの使用者がそのワードプロセッサのオプショ
ンの機能パラメータの1つとして指定したスクロールの
行数単位で力′−ソルの移動または画面のスクロールが
発生していた。
BACKGROUND OF THE INVENTION Scroll keys on conventional word processors provide power in increments of a number of lines specified by the word processor, or a number of scroll lines specified by the user of the word processor as one of the optional feature parameters of the word processor. Sol movement or screen scrolling was occurring.

発明が解決しようとする課題 しかしながら上記従来の方式では、画面のスクロールが
発生した場合、スクロールの行数が一定巾であり物理的
な範囲で画面が移動していくためワードプロセッサ使用
者は現在の画面に表示されているテキストの内容を直感
的に把握することが困難であった。
Problems to be Solved by the Invention However, in the conventional method described above, when scrolling occurs on the screen, the number of scroll lines is a fixed width and the screen moves within a physical range, so the word processor user cannot see the current screen. It was difficult to intuitively grasp the content of the displayed text.

課題を解決するための手段 スクロールキーを1回押すことにより生じるスクロール
の巾を一定行数でなく、パラグラフ単位とする。これは
ワードプロセッサのスクロールキーに対するオプション
として指定できるようにしておいてもよい。
Means for Solving the Problem: The width of the scroll caused by pressing the scroll key once is not a fixed number of lines, but a paragraph unit. This may be specified as an option for the word processor's scroll keys.

作用 パラグラフ単位のスクロール方式にょシ、任意のカーソ
ル位置で上方向のスクロールキーを押すと、筐ずそのカ
ーソルが含壕れるパラグラフの先頭の文字位置へカーソ
ルが移動する。次に再度上方向のスクロールキーを押す
と、そのパラグラフの前にあるパラグラフの先頭文字位
置へカーソルが移動する。下方向のスクロールキーを押
すと現在のカーソルが含壕れるパラグラフの次のパラグ
ラフの先頭文字位置へカーソルが移動する。
In the paragraph-by-paragraph scrolling method, if you press the upward scroll key at any cursor position, the cursor will move to the first character position of the paragraph that contains the cursor. Next, press the up scroll key again to move the cursor to the first character position of the paragraph before that paragraph. Pressing the down scroll key moves the cursor to the first character position of the paragraph following the paragraph containing the current cursor.

実施例 第1図にこの発明における一実施例のフローチャートを
示す。ここでカーソルが含壕れるパラグラフの前後のパ
ラグラフを探す方法は、ワードプロセッサのテキストが
ワードプロセッサが動いているシステムの主記憶装置に
展開されるフォーマノドにより異なる。一般的には各パ
ラグラフ毎にそのパラグラフを制御する情報が付加され
ておシ、その中に前後のパラグラフへのポインタが含1
れているので、このポインタにより容易に見つけること
ができる。パラグラフ制御情報のないフォーマットの場
合はパラグラフはページブレークコードにより分離でき
る。従ってパラグラフの先頭文字位置はページブレーク
コードの次の文字である。
Embodiment FIG. 1 shows a flowchart of an embodiment of the present invention. The method of searching for the paragraphs before and after the paragraph in which the cursor is located differs depending on the format in which the text of the word processor is expanded into the main memory of the system on which the word processor is running. Generally, information that controls the paragraph is added to each paragraph, including pointers to the preceding and following paragraphs.
It can be easily found using this pointer. For formats without paragraph control information, paragraphs can be separated by page break codes. Therefore, the first character position of the paragraph is the character following the page break code.

発明の効果 ワードプロセッサにおける編集作業は一般に1つの意味
のある集合であるパラグラフ単位で行われることが多い
。従って次の編集場所を探すときは表示画面がパラグラ
フを単位としてスクロールしていくとワードプロセッサ
使用者は直感的に現在表示されているテキストの内容を
把握することができる。筐た、一つのパラグラフは数行
の場合もあるが画面の表示可能行数よシも大きい場合も
あるので、数少ないスクロールの回数で目的のパラグラ
フを探すことができ編集作業の効率が向上する。
Effects of the Invention Editing work in a word processor is generally performed in units of paragraphs, which are one meaningful set. Therefore, when searching for the next editing location, the word processor user can intuitively grasp the content of the currently displayed text by scrolling the display screen paragraph by paragraph. In addition, one paragraph may be several lines, but it may also be larger than the number of lines that can be displayed on the screen, so you can search for the desired paragraph with fewer scrolls, improving the efficiency of editing work.

本発明の機能はワードプロセッサだけでなく、プログラ
ム作成などで使用されるエディタにも応用できる。ただ
し、エディタの場合は1行が1つのパラグラフとなるた
め、スクロール単位を関数ごとにするなどの対策が必要
となる。
The functions of the present invention can be applied not only to word processors but also to editors used for creating programs. However, in the case of an editor, one line is one paragraph, so measures such as setting the scroll unit to each function are required.

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

第1図は本発明の一実施例におけるテキスト画面の表示
方式を示すフローチャートである。
FIG. 1 is a flowchart showing a text screen display method in an embodiment of the present invention.

Claims (1)

【特許請求の範囲】[Claims] テキストの表示画面で現在の編集位置を示すカーソルを
何行かまとめて画面の上または下へ移動したわ、また画
面外にあるテキストを表示するために何行かまとめてス
クロールする機能を与えられたキーボード上のスクロー
ルキーを有するワードプロセッサにおいて、前記スクロ
ールキーにスクロールする行の単位としてパラグラフを
指定することにより、スクロールキーを1回押すごとに
パラグラフ単位でカーソルが移動または画面がスクロー
ルして、そのパラグラフの先頭にカーソルが置かれるよ
うにしたテキスト画面の表示方式。
On the text display screen, the cursor indicating the current editing position was moved up or down the screen in groups of lines, and the keyboard was given the ability to scroll in groups of lines to display text that was off-screen. In a word processor that has the above scroll key, by specifying a paragraph as the unit of line to be scrolled to the scroll key, the cursor moves or the screen scrolls by paragraph each time the scroll key is pressed, and the paragraph A text screen display method that places the cursor at the beginning.
JP1198906A 1989-07-31 1989-07-31 Text screen display method Pending JPH0363760A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1198906A JPH0363760A (en) 1989-07-31 1989-07-31 Text screen display method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1198906A JPH0363760A (en) 1989-07-31 1989-07-31 Text screen display method

Publications (1)

Publication Number Publication Date
JPH0363760A true JPH0363760A (en) 1991-03-19

Family

ID=16398912

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1198906A Pending JPH0363760A (en) 1989-07-31 1989-07-31 Text screen display method

Country Status (1)

Country Link
JP (1) JPH0363760A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5606061A (en) * 1991-10-14 1997-02-25 Eisai Co., Ltd. Thioformamide derivatives

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5606061A (en) * 1991-10-14 1997-02-25 Eisai Co., Ltd. Thioformamide derivatives

Similar Documents

Publication Publication Date Title
US5787295A (en) Document processing apparatus
JP2750137B2 (en) Search control that allows the user to select one of multiple entries using a keyboard and display
JPH0363760A (en) Text screen display method
JP2783472B2 (en) Information processing device
JP2662448B2 (en) Data display device
JPH0962478A (en) Computer system
JPS60134282A (en) System screen display system
JP2968902B2 (en) Screen scroll instruction support device
JPH0546671A (en) Electronic dictionary device
JPS5985532A (en) Designating system for editing range of sentence
JPH04148370A (en) document processing device
JP2599433Y2 (en) Memory protection device for each memory board in a multiprocessor system
JPH0122621B2 (en)
JP2704038B2 (en) Image data enlarged display position specification method
JPH01149164A (en) Text editing system
JPH02184940A (en) File name display selecting system
JPH04213757A (en) document creation device
JPH08147301A (en) Display method for document processor
JPH0373908B2 (en)
JPS62156761A (en) Document data processing device
JPH02289077A (en) Document processor
JPH0831097B2 (en) Document input processor
JPS61122784A (en) 'kana' processing system
JPH0310368A (en) Attended data display processing system
JPS60188990A (en) Cursor moving system