JP2002140321A - Text display device and method - Google Patents

Text display device and method

Info

Publication number
JP2002140321A
JP2002140321A JP2000335794A JP2000335794A JP2002140321A JP 2002140321 A JP2002140321 A JP 2002140321A JP 2000335794 A JP2000335794 A JP 2000335794A JP 2000335794 A JP2000335794 A JP 2000335794A JP 2002140321 A JP2002140321 A JP 2002140321A
Authority
JP
Japan
Prior art keywords
text
display
data
character
displayed
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
JP2000335794A
Other languages
Japanese (ja)
Inventor
Hiroshi Hisaie
浩志 久家
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.)
Kenwood KK
Original Assignee
Kenwood KK
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 Kenwood KK filed Critical Kenwood KK
Priority to JP2000335794A priority Critical patent/JP2002140321A/en
Publication of JP2002140321A publication Critical patent/JP2002140321A/en
Pending legal-status Critical Current

Links

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Document Processing Apparatus (AREA)

Abstract

PROBLEM TO BE SOLVED: To make speedily viewable the text of a desired part of the whole part. SOLUTION: A specific character is retrieved forward or backward from text data every time a specific indication is received (steps 25 to 27) and the part of a text to be displayed in the text data is successively changed according to the positions of successively retrieved characters in the text data (step 28). Here, the text part is changed so that characters other than the 1st specific character present behind the position of a retrieved character are displayed in the beginning of a display part (step 28). Further, the specific character is retrieved on the basis of the position of a cursor on the text displayed in the display area.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、与えられたテキス
トデータに基づいてテキストの表示を所定の表示領域に
おいて行うテキスト表示装置及び方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a text display device and method for displaying text in a predetermined display area based on given text data.

【0002】[0002]

【従来の技術】図6は、従来のテキスト表示装置の構成
を示すブロック図である。同図において、1はテキスト
データを含むデータをデコードし、テキストデータを分
離して出力するデコードIC、2はこのテキストデータ
を記憶するメモリ、3はメモリ2が記憶しているテキス
トデータのコピーを記憶する編集バッファ、4は編集バ
ッファ3内のテキストデータの一部を記憶する表示バッ
ファ、5は表示バッファ4内のデータに基づいてテキス
トの表示を行う表示部、そして6はメモリ2及び編集バ
ッファ3を制御するシステムコントローラである。シス
テムコントローラ6は、編集バッファ3内のテキストデ
ータのうちの表示バッファ4に転送する部分の先頭アド
レスを所定のタイミングでインクリメントさせてスクロ
ール表示を行うためのスクロールタイマを有する。
2. Description of the Related Art FIG. 6 is a block diagram showing a configuration of a conventional text display device. In FIG. 1, reference numeral 1 denotes a decode IC for decoding data including text data and separating and outputting the text data; 2, a memory for storing the text data; and 3, a copy of the text data stored in the memory 2. An edit buffer for storing, a display buffer for storing a part of the text data in the edit buffer, a display unit for displaying a text based on the data in the display buffer, and a memory and an edit buffer. 3 is a system controller that controls the system controller 3. The system controller 6 has a scroll timer for performing a scroll display by incrementing the start address of a portion of the text data in the edit buffer 3 to be transferred to the display buffer 4 at a predetermined timing.

【0003】図7はこの装置におけるテキスト表示処理
を示すフローチャートである。テキスト表示処理を開始
すると、同図に示すように、システムコントローラ6は
まずステップ71において、与えられるデータ中にテキ
ストデータが存在するか否かを判定する。テキストデー
タが存在しないと判定した場合はステップ79へ進み、
テキスト表示のリクエストがあったか否かを判定する。
テキスト表示のリクエストがあった場合はステップ81
において表示すべきテキストがない旨の表示を行うため
のデータを用意し、リクエストがなかった場合はステッ
プ82において通常表示用のデータを用意する。そし
て、ステップ83において、用意したデータを表示バッ
ファ4に転送し、処理を終了する。
FIG. 7 is a flowchart showing a text display process in this device. When the text display process is started, as shown in the figure, the system controller 6 first determines in step 71 whether or not text data exists in the given data. If it is determined that no text data exists, the process proceeds to step 79,
It is determined whether there is a text display request.
If there is a text display request, step 81
In step 82, data for displaying that there is no text to be displayed is prepared. If there is no request, data for normal display is prepared in step 82. Then, in step 83, the prepared data is transferred to the display buffer 4, and the process ends.

【0004】ステップ71において、表示しうるテキス
トデータが存在すると判定した場合はステップ72にお
いて、前記与えられるデータからデコードIC1により
抽出したテキストデータをメモリ2に保存するととも
に、ステップ73において、テキスト表示のリクエスト
があったか否かを判定する。リクエストがなかった場合
はステップ80において通常表示用のデータを用意し、
そのデータをステップ83において表示バッファ4に転
送して、処理を終了する。
When it is determined in step 71 that there is text data that can be displayed, in step 72, the text data extracted by the decode IC 1 from the given data is stored in the memory 2, and in step 73, the text display Determine whether there is a request. If there is no request, prepare data for normal display in step 80,
The data is transferred to the display buffer 4 in step 83, and the process ends.

【0005】ステップ73においてテキスト表示のリク
エストがあったと判定した場合は、ステップ74におい
て、メモリ2中のテキストデータを編集バッファ3にコ
ピーする。そしてステップ75において、通常表示のリ
クエストがあったか否かを判定する。リクエストがあっ
た場合はステップ80において通常表示用のデータを用
意し、これをステップ83において表示バッファ4に転
送して、処理を終了する。
If it is determined in step 73 that a text display request has been made, in step 74, the text data in the memory 2 is copied to the editing buffer 3. Then, in a step 75, it is determined whether or not there is a request for the normal display. If there is a request, data for normal display is prepared in step 80, and the data is transferred to the display buffer 4 in step 83, and the process is terminated.

【0006】ステップ75において、通常表示のリクエ
ストがなかったと判定した場合は、ステップ76〜78
において、編集バッファ3中のテキストデータについて
スクロール表示を行う。すなわち、まずステップ76に
おいてスクロールタイマがカウントアップしたか否かを
判定する。スクロールタイマがカウントアップした場合
は、ステップ77において、表示バッファ4に転送する
編集バッファ3内のテキストデータの先頭アドレスをイ
ンクリメントするとともにスクロールタイマをセット
し、ステップ78へ進む。ステップ76においてスクロ
ールタイマがカウントアップしていないと判定した場合
は、そのままステップ78へ進む。ステップ78では、
編集バッファ3内の現在の先頭アドレス以降のテキスト
データを表示バッファ4に転送し、ステップ75へ戻
る。このようにしてステップ76〜78を繰り返すこと
により編集バッファ3内のテキストデータについてスク
ロール表示が行われる。
If it is determined in step 75 that there is no request for normal display, steps 76 to 78
, Scroll display of text data in the edit buffer 3 is performed. That is, first, in step 76, it is determined whether or not the scroll timer has counted up. If the scroll timer has counted up, in step 77, the start address of the text data in the edit buffer 3 to be transferred to the display buffer 4 is incremented and the scroll timer is set. If it is determined in step 76 that the scroll timer has not counted up, the flow directly proceeds to step 78. In step 78,
The text data after the current start address in the edit buffer 3 is transferred to the display buffer 4 and the process returns to step 75. By repeating steps 76 to 78 in this manner, scroll display is performed on the text data in the editing buffer 3.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、かかる
従来技術によれば、スクロール表示におけるスクロール
は常に、テキスト表示装置に依存した一定のスピードで
行われる。したがって、ユーザは、表示される全テキス
トの後半部分に見たい部分がある場合は、そこまでスク
ロールが進行するのを待たなければならない。また、全
テキストを見終わるまでには非常に時間がかかる。
However, according to the prior art, scrolling in scroll display is always performed at a constant speed depending on the text display device. Therefore, the user has to wait for scrolling to proceed to a part to be viewed in the latter half of all displayed text. Also, it takes a long time to see the entire text.

【0008】本発明の目的は、かかる従来技術の問題点
に鑑み、テキスト表示装置又は方法において、所望部分
又は全範囲のテキストを迅速に見ることができるように
することにある。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a text display device or method capable of promptly viewing a desired portion or a whole range of text in view of the problems of the prior art.

【0009】[0009]

【課題を解決するための手段】この目的を達成するた
め、第1の発明に係るテキスト表示装置は、与えられた
テキストデータに基づいてテキストの表示を所定の表示
領域において行うテキスト表示装置において、所定の指
示を受け入れる指示受入れ手段と、前記指示を受け入れ
るごとに所定のキャラクタを前記テキストデータ中で順
次順方向又は逆方向に検索してゆく検索手段と、順次検
索される前記キャラクタの前記テキストデータ中の位置
に応じて、前記テキストデータ中の前記表示を行うテキ
ストの部分を順次変更する手段とを具備すること特徴と
する。
To achieve the above object, a text display device according to a first aspect of the present invention is a text display device that displays text in a predetermined display area based on given text data. Instruction receiving means for receiving a predetermined instruction; search means for sequentially searching for a predetermined character in the text data in the forward or reverse direction each time the instruction is received; and text data of the character sequentially searched for Means for sequentially changing a portion of the text to be displayed in the text data in accordance with a middle position.

【0010】ここで、テキストデータとしては、一定の
文字コードを有する文字や記号で構成されるテキストの
データであれば何でもよい。たとえばパソコン等のディ
スプレイで表示されるテキストデータ、CD(コンパク
ト・ディスク)やMD(ミニ・ディスク)に記録されて
いるテキストデータ、文字多重放送を受信して得られる
テキストデータ、又はMIDIデータに含まれるテキス
トデータであってもよい。また、検索の対象となる所定
のキャラクタとしては、所定の文字コードを有するもの
であれば何でもよいが、具体的には、スペースやコロン
等の通常の文字以外の符号や記号を挙げることができ
る。また、所定のキャラクタの検索は、1つ置き又は複
数置きに行ってもよい。すなわち、必ずしも1つずつ順
に検索するのではなく、1つ飛ばし、又は複数飛ばしで
検索してもよい。また、検索される所定のキャラクタ
は、1つであてもよいし、複数であってもよい。また、
ユーザが任意に設定できるようにしてもよい。また、表
示領域は、1行のみを表示するものであってもよいし、
複数行を表示するものであってもよい。また、テキスト
データのテキストの表示が終了したときには、その旨の
表示や、表示領域をすべてスペースにする等により、終
了したことを明確に示すようにしてもよい。また、テキ
ストデータがスペースやコロン等の通常の文字でない記
号等で構成されている場合は、他のテキストデータの表
示に切り替えるか、又は所定の指示の受入れを禁止する
ようにしてもよい。
Here, any text data may be used as long as it is text data composed of characters and symbols having a fixed character code. For example, text data displayed on a display such as a personal computer, text data recorded on a CD (compact disc) or MD (mini disc), text data obtained by receiving a text multiplex broadcast, or MIDI data May be text data. In addition, the predetermined character to be searched may be any character having a predetermined character code, and specifically, may be a code or symbol other than a normal character such as a space or a colon. . Further, the search for the predetermined character may be performed every other character or every other character. That is, instead of searching one by one, search may be skipped one by one or a plurality of times. Further, the predetermined character to be searched may be one or plural. Also,
The user may arbitrarily set. Further, the display area may display only one line,
A plurality of lines may be displayed. In addition, when the display of the text of the text data is completed, the end may be clearly indicated by, for example, displaying that fact or setting all display areas to spaces. When the text data is composed of symbols other than ordinary characters such as a space and a colon, the display may be switched to display of other text data or the acceptance of a predetermined instruction may be prohibited.

【0011】この構成において、テキストデータ中の一
部のテキストが表示領域に表示されている状態でユーザ
が所定の指示を行うと、テキストデータ中の所定のキャ
ラクタが検索され、検索されたキャラクタの位置に応じ
て、テキストデータ中の表示を行うテキスト部分が変更
される。これにより、変更前に表示領域に表示されてい
るテキスト部分の表示は、瞬時に変更後のテキスト部分
の表示に変化する。このため、ユーザが所定の指示を繰
り返すと、それに伴って、順次表示されているテキスト
部分が変化する。したがって、順次変化して表示される
テキスト部分を順次検索される所定のキャラクタの位置
に対応させて変化させれば、ユーザは所定の指示を繰り
返すことにより、テキストデータの所望の部分や全範囲
を迅速に表示させることができる。その際、ユーザは、
指示を与える速度を調整することにより、所望の速度で
テキスト部分の表示を変化させ又は推移させることがで
きる。
In this configuration, when the user gives a predetermined instruction while a part of the text in the text data is displayed in the display area, a predetermined character in the text data is searched, and the character of the searched character is searched. The text portion to be displayed in the text data is changed according to the position. As a result, the display of the text part displayed in the display area before the change is instantaneously changed to the display of the text part after the change. For this reason, when the user repeats a predetermined instruction, the text portion sequentially displayed changes accordingly. Therefore, if the text part displayed in a sequentially changing manner is changed in accordance with the position of the predetermined character to be sequentially searched, the user repeats the predetermined instruction to change the desired part or the entire range of the text data. It can be displayed quickly. At that time, the user
By adjusting the speed at which the instruction is given, the display of the text portion can be changed or changed at a desired speed.

【0012】第2発明に係るテキスト表示装置は、第1
発明において、前記表示を行うテキスト部分の変更は、
検索される前記キャラクタの位置より後に位置する最初
の前記所定のキャラクタ以外の文字が、前記表示領域の
最初に表示されるように行うことを特徴とする。
[0012] A text display device according to a second aspect of the present invention comprises:
In the invention, the change of the text portion to be displayed is
Characters other than the first predetermined character positioned after the position of the character to be searched are displayed first in the display area.

【0013】ここで、「前記キャラクタの位置より後に
位置する最初の前記所定のキャラクタ以外の文字」と
は、所定のキャラクタが連続している場合は、その連続
したキャラクタの直後に位置する文字を意味する。ま
た、「表示領域の最初」とは、たとえば表示領域が1行
のみを表示しうるものである場合は左端、複数行を表示
しうる場合は左上端が該当する。
Here, "a character other than the first predetermined character positioned after the position of the character" means, when a predetermined character is continuous, a character positioned immediately after the continuous character. means. The "first of the display area" corresponds to, for example, the left end when the display area can display only one line, and the upper left end when the display area can display a plurality of lines.

【0014】この構成において、たとえば検索される所
定のキャラクタがスペースであり、テキストが単語と各
単語を区切るスペースとで構成されているとすれば、検
索開始位置を表示領域の最初の部分に設定して所定の指
示を与えると、検索されたスペースの次の文字が表示領
域の最初に位置するように表示が推移する。したがっ
て、指示を繰り返すと、単語ごとに表示テキストが推移
することになる。また、検索開始位置を表示領域の最後
の部分に設定して指示を与えると、検索されたスペース
の次の単語が表示領域の最初に位置する。すなわち表示
領域の表示内容が完全に入れ替わることになる。したが
って、検索開始位置の設定に応じて、表示されるテキス
トの推移量を変化させることができる。
In this configuration, for example, if the predetermined character to be searched is a space and the text is made up of a word and a space separating each word, the search start position is set to the first part of the display area. When a predetermined instruction is given, the display changes so that the character next to the searched space is positioned at the beginning of the display area. Therefore, when the instruction is repeated, the display text changes for each word. When the search start position is set to the last part of the display area and an instruction is given, the word next to the searched space is positioned at the beginning of the display area. That is, the display contents of the display area are completely replaced. Therefore, the transition amount of the displayed text can be changed according to the setting of the search start position.

【0015】第3発明に係るテキスト表示装置は、第1
又は第2発明において、前記所定のキャラクタの検索
は、前記表示領域において表示されているテキスト上の
カーソルの位置を基準として、そこから前記順方向又は
逆方向に行うことを特徴とする。これによれば、ユーザ
は検索開始の基準となる検索開始位置を、カーソル位置
を調整することにより簡単に設定することができる。
[0015] The text display device according to a third aspect of the present invention provides the text display device according to the first aspect.
Alternatively, in the second invention, the search for the predetermined character is performed in the forward or reverse direction from a position of a cursor on the text displayed in the display area. According to this, the user can easily set the search start position as a reference of the search start by adjusting the cursor position.

【0016】第4発明に係るテキスト表示装置は、第1
〜第3発明において、前記表示を行うテキスト部分の変
更に際し、変更前のテキスト部分の表示から変更後のテ
キスト部分の表示への変更を高速スクロールにより行う
ことを特徴とする。これによれば、高速スクロールに
は、変更前のテキスト部分から変更後のテキスト部分ま
でに存在する文字数に対応した微少時間を要するため、
ユーザはテキストの表示の変化又は推移を視覚的かつ定
量的に把握することができる。
[0016] The text display device according to a fourth aspect of the present invention provides a text display device comprising:
In the third invention, when the text part to be displayed is changed, the display is changed from the display of the text part before the change to the display of the text part after the change by a high-speed scroll. According to this, high-speed scrolling requires a small amount of time corresponding to the number of characters existing from the text portion before the change to the text portion after the change,
The user can visually and quantitatively grasp the change or transition of the text display.

【0017】第5の発明に係るテキスト表示装置は、第
1〜第4発明において、前記テキストデータに基づくテ
キストの表示をスクロールにより行う手段を備え、前記
表示を行うテキスト部分の変更を最後に行ってから所定
の時間が経過した時、前記スクロールによるテキストの
表示を開始することを特徴とする。これによれば、ユー
ザが所定の指示によりテキストの表示を変化又は推移さ
せてから、スクロールによるテキスト表示が開始される
までに所定時間の余裕があるため、最後に表示させたテ
キストの内容を容易に把握し又は確認することができ
る。また、所定時間後にはスクロールによる表示が自動
的に開始されるため、ユーザの便宜も向上する。
A text display device according to a fifth aspect of the present invention is the text display device according to the first to fourth aspects, further comprising means for scrolling the display of the text based on the text data, and finally changing the text portion to be displayed. When a predetermined time elapses after that, the display of the text by the scroll is started. According to this, since the user changes or changes the display of the text according to a predetermined instruction, there is a predetermined time before the text display by scrolling is started, so that the content of the text displayed last can be easily set. Can be grasped or confirmed. In addition, since the display by scrolling is automatically started after a predetermined time, the convenience for the user is also improved.

【0018】第6の発明係るテキスト表示方法は、与え
られたテキストデータに基づいてテキストの表示を所定
の表示領域において行うテキスト表示方法において、所
定の指示を受け入れる指示受入れ工程と、前記指示を受
け入れるごとに所定のキャラクタを前記テキストデータ
中で順次順方向又は逆方向に検索してゆく検索工程と、
順次検索される前記キャラクタの前記テキストデータ中
の位置に応じて、前記テキストデータ中の前記表示を行
うテキストの部分を順次変更する工程とを具備すること
特徴とする。これによれば、第1発明の場合と同様に、
ユーザはテキストデータの所望の部分や全範囲を迅速に
表示させることができる。その際、所望の速度でテキス
ト部分の表示を変化させ又は推移させることができる。
[0018] A text display method according to a sixth aspect of the present invention is a text display method in which text is displayed in a predetermined display area based on given text data. A search step of sequentially searching for a predetermined character in the text data in a forward direction or a reverse direction every time,
Sequentially changing a portion of the text to be displayed in the text data in accordance with a position in the text data of the character to be sequentially searched. According to this, as in the case of the first invention,
The user can quickly display a desired portion or the entire range of the text data. At that time, the display of the text portion can be changed or changed at a desired speed.

【0019】第7発明係るテキスト表示方法は、第6発
明において、前記表示を行うテキスト部分の変更は、検
索される前記キャラクタの位置より後に位置する最初の
前記所定のキャラクタ以外の文字が、前記表示領域の最
初に表示されるように行うことを特徴とする。これによ
れば、第2発明の場合と同様に、検索開始位置の設定に
応じて、表示されるテキストの推移量を変化させること
ができる。
[0019] In the text display method according to a seventh aspect of the present invention, in the sixth aspect, the change of the text portion to be displayed is such that the character other than the first predetermined character positioned after the position of the character to be searched is replaced with the character. The display is performed so as to be displayed first in the display area. According to this, as in the case of the second invention, the transition amount of the displayed text can be changed according to the setting of the search start position.

【0020】第8発明に係るテキスト表示方法は、第6
又は第7発明において、前記所定のキャラクタの検索
は、前記表示領域において表示されているテキスト上の
カーソルの位置を基準として、そこから前記順方向又は
逆方向に行うことを特徴とする。これによれば、第3発
明の場合と同様に、検索開始の基準となる検索開始位置
を、カーソル位置を調整することにより簡単に設定する
ことができる。
The text display method according to an eighth aspect of the present invention is the text display method according to the sixth aspect.
Alternatively, in the seventh invention, the search for the predetermined character is performed in the forward or backward direction from a position of a cursor on the text displayed in the display area. According to this, as in the case of the third invention, the search start position serving as the reference for the search start can be easily set by adjusting the cursor position.

【0021】第9発明に係るテキスト表示方法は、第6
〜第8発明において、前記表示を行うテキスト部分の変
更に際し、変更前のテキスト部分の表示から変更後のテ
キスト部分の表示への変更を高速スクロールにより行う
ことを特徴とする。これによれば、第4発明場合と同様
に、テキストの表示の変化又は推移を視覚的かつ定量的
に把握することができる。
[0021] The text display method according to the ninth invention is directed to the sixth method.
In the eighth to eighth inventions, when the text part to be displayed is changed, a change from the display of the text part before the change to the display of the text part after the change is performed by high-speed scroll. According to this, similarly to the case of the fourth invention, it is possible to visually and quantitatively grasp the change or transition of the display of the text.

【0022】そして第10発明に係るテキスト表示方法
は、第6〜第9発明において、前記テキストデータに基
づくテキストの表示をスクロールにより行う工程を備
え、前記表示を行うテキスト部分の変更を最後に行って
から所定の時間が経過した時、前記スクロールによるテ
キストの表示を開始することを特徴とする。これによれ
ば、第5発明の場合と同様に、最後に表示させたテキス
トの内容を容易に把握し又は確認することができる。ま
た、ユーザの便宜も向上する。
The text display method according to a tenth aspect of the present invention is the text display method according to the sixth to ninth aspects, further comprising the step of scrolling the display of the text based on the text data, and finally changing the text portion to be displayed When a predetermined time elapses after that, the display of the text by the scroll is started. According to this, as in the case of the fifth invention, the content of the text displayed last can be easily grasped or confirmed. Also, convenience for the user is improved.

【0023】[0023]

【発明の実施の形態】図1は本発明の一実施形態に係る
テキスト表示装置の構成を示すブロック図である。同図
中の1〜6は図6中の1〜6を付した要素にそれぞれ対
応する要素である。図1中の7はユーザが装置に対し
て、表示部5におけるテキストの表示をスキップさせる
旨の指示を与えるためのスキップ指示キーであり、8は
編集バッファ3内のテキストデータのコピーが入力さ
れ、コピーされたテキストデータから所定の文字を検索
するために使用する検索用バッファである。
FIG. 1 is a block diagram showing a configuration of a text display device according to an embodiment of the present invention. Elements 1 to 6 in FIG. 6 correspond to the elements 1 to 6 in FIG. Reference numeral 7 in FIG. 1 denotes a skip instruction key for the user to give an instruction to the apparatus to skip the display of the text on the display unit 5. Reference numeral 8 denotes a copy of the text data in the edit buffer 3. , A search buffer used to search for predetermined characters from the copied text data.

【0024】本形態ではシステムコントローラ6は、ス
キップ指示キー7が押下されると、検索用バッファ8内
のテキストデータにおける所定のキャラクタを検索し、
検索したキャラクタのアドレス以降における最初の前記
所定キャラクタ以外の文字のアドレスを先頭アドレスと
して得る。そして、編集バッファ3内のテキストデータ
のうち、前記先頭アドレスの文字データを先頭とする所
定単位の文字列データを表示データとして表示バッファ
4に転送し、表示を行う。したがってユーザは、スキッ
プ指示キー7の押下を繰り返すことにより、順次スキッ
プ移動でテキストデータの表示部5における表示範囲を
変更させながら、テキストデータの全範囲又は所望の範
囲を短時間で表示させることができる。
In this embodiment, when the skip instruction key 7 is pressed, the system controller 6 searches for a predetermined character in the text data in the search buffer 8,
An address of a character other than the first predetermined character after the address of the searched character is obtained as a head address. Then, of the text data in the editing buffer 3, the character string data of a predetermined unit starting from the character data of the above-mentioned first address is transferred to the display buffer 4 as display data, and is displayed. Therefore, by repeatedly pressing the skip instruction key 7, the user can display the entire range of the text data or a desired range in a short time while sequentially changing the display range of the text data on the display unit 5 by skip movement. it can.

【0025】図2はこのテキスト表示装置におけるテキ
スト表示処理を示すフローチャートである。テキスト表
示処理を開始すると、同図に示すように、装置はまずス
テップ21において、与えられるデータ中に、表示しう
るテキストデータが存在するか否かを判定する。テキス
トデータが存在しないと判定した場合はステップ30へ
進み、テキスト表示のリクエストがあったか否かを判定
する。テキスト表示のリクエストがあった場合はステッ
プ32において表示すべきテキストがない旨の表示を行
うためのデータを用意し、リクエストがなかった場合は
ステップ33において通常表示用のデータを用意する。
そして、用意したデータを、ステップ38において表示
バッファ4に転送し、テキスト表示処理を終了する。こ
の場合は表示すべきテキストが存在しない旨の表示、又
はテキスト表示処理の上位の画面における通常の表示が
行われることになる。
FIG. 2 is a flowchart showing a text display process in the text display device. When the text display process is started, as shown in the figure, the apparatus first determines in step 21 whether or not there is text data that can be displayed in given data. If it is determined that there is no text data, the process proceeds to step 30, where it is determined whether a request for text display has been made. If there is a text display request, data for displaying that there is no text to be displayed is prepared in step 32, and if there is no request, data for normal display is prepared in step 33.
Then, the prepared data is transferred to the display buffer 4 in step 38, and the text display processing ends. In this case, a display indicating that there is no text to be displayed or a normal display on a screen higher in the text display process is performed.

【0026】ステップ21において、表示しうるテキス
トデータが存在すると判定した場合はステップ22にお
いて、デコードIC1により抽出したテキストデータを
メモリ2に保存するとともに、ステップ23において、
テキスト表示のリクエストがあったか否かを判定する。
リクエストがなかった場合はステップ31において通常
表示用のデータを用意し、これをステップ38において
表示バッファ4に転送して、テキスト表示処理を終了す
る。
If it is determined in step 21 that there is text data that can be displayed, in step 22, the text data extracted by the decode IC 1 is stored in the memory 2, and in step 23,
It is determined whether there is a text display request.
If there is no request, data for normal display is prepared in step 31 and transferred to the display buffer 4 in step 38, and the text display processing is terminated.

【0027】ステップ23においてテキスト表示のリク
エストがあったと判定した場合はステップ24におい
て、メモリ2中のテキストデータを編集バッファ3にコ
ピーする。そしてステップ25において、テキストスキ
ップ用の指示キー7の押下があったか否かを判定し、押
下があった場合はステップ26において、通常の文字以
外のスペース、コロン等の所定のキャラクタを検索す
る。この検索は、編集バッファ3からコピーした検索用
バッファ8内のテキストデータについて行い、かつ現在
表示部5で表示されているテキスト中のカーソルが位置
するキャラクタ以降のアドレスのデータを対象として行
う。さらに、ステップ27において、検索されたデータ
の次のデータが前記所定のキャラクタ以外のデータであ
るか否かを判定する。前記所定のキャラクタ以外のデー
タでなければステップ26に戻り、さらに検索を行う。
前記所定のキャラクタ以外のデータであれば、ステップ
28において、そのデータのアドレスを、表示バッファ
4に転送するデータの先頭アドレスとする。そしてステ
ップ29において、編集バッファ3のテキストデータの
うちの前記先頭アドレスからのものを表示バッファ4に
転送し、ステップ25に戻る。
If it is determined in step 23 that a text display request has been made, in step 24, the text data in the memory 2 is copied to the editing buffer 3. Then, in step 25, it is determined whether or not the instruction key 7 for text skip has been pressed, and if it has been pressed, in step 26, a predetermined character other than a normal character, such as a space or a colon, is searched. This search is performed on the text data in the search buffer 8 copied from the edit buffer 3, and is performed on the data of the address after the character where the cursor is located in the text currently displayed on the display unit 5. Further, in step 27, it is determined whether or not the data following the searched data is data other than the predetermined character. If the data is not data other than the predetermined character, the process returns to step 26, and further searches.
If it is data other than the predetermined character, in step 28, the address of the data is set as the head address of the data to be transferred to the display buffer 4. Then, in step 29, the data from the head address of the text data in the edit buffer 3 is transferred to the display buffer 4, and the process returns to step 25.

【0028】このステップ25〜29の処理により、検
索された前記所定のキャラクタの次のアドレスに位置す
る前記所定のキャラクタ以外の文字を先頭として、それ
に引き続く一連の文字列が表示部5において表示される
ことになる。このとき、カーソルは先頭の前記所定のキ
ャラクタ以外の文字上に位置する。したがってユーザ
は、スキップ指示キー7の押下を繰り返すことにより順
次、前記所定のキャラクタを検索し、その次の通常の文
字が先頭となるように表示部5の表示をスキップ移動に
より切り替えることができる。
By the processing of steps 25 to 29, a character string other than the predetermined character located at the next address of the searched predetermined character is displayed as a leading character string on the display unit 5. Will be. At this time, the cursor is positioned on a character other than the predetermined character at the head. Therefore, the user can repeatedly search for the predetermined character by repeatedly pressing the skip instruction key 7, and can switch the display of the display unit 5 by skipping so that the next normal character becomes the first character.

【0029】ステップ25において、指示キー7の押下
がなかったと判定した場合は、ステップ34において、
テキスト表示のリクエストがあったか否かを判定する。
リクエストがあったと判定した場合はステップ35にお
いて通常表示用のデータを用意し、これをステップ38
において表示バッファ4に転送し、テキスト表示処理を
終了する。
If it is determined in step 25 that the instruction key 7 has not been pressed, in step 34
It is determined whether there is a text display request.
If it is determined that a request has been made, data for normal display is prepared in step 35, and this data is stored in step 38.
Is transferred to the display buffer 4 and the text display processing is terminated.

【0030】ステップ34において、通常表示のリクエ
ストがなかったと判定した場合は、編集バッファ3中の
テキストデータについてスクロール表示を行う。すなわ
ちまずステップ36においてスクロールタイマがカウン
トアップしたか否かを判定する。スクロールタイマがカ
ウントアップした場合は、ステップ37において、表示
バッファ4に転送する編集バッファ3内のテキストデー
タの先頭アドレスをインクリメントするとともにスクロ
ールタイマをセットし、ステップ29へ進む。ステップ
36においてスクロールタイマがカウントアップしてい
ないと判定した場合は、そのままステップ29へ進む。
ステップ29では、編集バッファ3内のテキストデータ
のうち、現在の先頭アドレス以降のデータを表示バッフ
ァ4に転送し、ステップ25へ戻る。このようにして、
スキップ指示キー7の押下がなくかつテキスト表示のリ
クエストもない場合は、ステップ25、34、36、3
7及び29を繰り返してスクロール表示が行われる。
If it is determined in step 34 that there is no request for normal display, scroll display is performed on the text data in the edit buffer 3. That is, first, in step 36, it is determined whether or not the scroll timer has counted up. If the scroll timer has counted up, in step 37, the head address of the text data in the editing buffer 3 to be transferred to the display buffer 4 is incremented and the scroll timer is set. If it is determined in step 36 that the scroll timer has not counted up, the process proceeds directly to step 29.
In step 29, of the text data in the editing buffer 3, data after the current start address is transferred to the display buffer 4, and the process returns to step 25. In this way,
If the skip instruction key 7 has not been pressed and there is no text display request, steps 25, 34, 36, 3
Scroll display is performed by repeating steps 7 and 29.

【0031】本実施形態によれば、スキップ指示キー7
が押下されるごとに、順次、所定のキャラクタを検索
し、そのキャラクタの次の通常の文字を先頭として、そ
れに続く文字列を表示するようにしたため、ユーザは、
スキップ指示キー7の操作により、表示しうるテキスト
のすべて又は所望の部分を短時間で見終えることができ
る。
According to the present embodiment, the skip instruction key 7
Each time is pressed, a predetermined character is sequentially searched, and a character string subsequent to the character is displayed as a leading character, and a subsequent character string is displayed.
By operating the skip instruction key 7, all or a desired portion of the text that can be displayed can be completed in a short time.

【0032】図3は本発明の他の実施例に係るテキスト
表示装置の構成を示すブロック図である。同図におい
て、図1と同一の符号は同様の要素を示す。この形態で
は、上述の形態における表示範囲のスキップ移動を高速
スクロールで行う。
FIG. 3 is a block diagram showing a configuration of a text display device according to another embodiment of the present invention. In the figure, the same reference numerals as those in FIG. 1 indicate the same elements. In this embodiment, the skip movement of the display range in the above-described embodiment is performed by high-speed scroll.

【0033】この場合、システムコントローラ6は、ス
キップ指示キー7が操作されると、編集バッファ3から
コピーした検索用バッファ8内のテキストデータにおけ
る所定のキャラクタを検索し、検索したキャラクタのア
ドレス以降における最初の前記所定キャラクタ以外の文
字のアドレスをスキップ移動後の先頭アドレスとして得
る。そして現在表示部5においてカーソルが位置する文
字の編集バッファ4におけるアドレスをスキップ移動前
の先頭アドレスとし、そのアドレスからスキップ移動後
の先頭アドレスまで順次先頭アドレスをインクリメント
しながら、編集バッファ3内のテキストデータのうち、
各先頭アドレスの文字データを先頭とする所定単位の文
字列データを表示データとして順次表示バッファ4に転
送する。これにより、スキップ移動前の表示範囲からス
キップ移動後の表示範囲まで、高速スクロールにより表
示範囲がスキップした形でスキップ表示が行われる。こ
のスキップ表示をスキップ表示キー7で繰り返すことに
より、ユーザは、順次表示範囲を変更させながら、テキ
ストデータの全範囲又は所望の範囲を短時間で表示させ
ることができる。
In this case, when the skip instruction key 7 is operated, the system controller 6 searches for a predetermined character in the text data in the search buffer 8 copied from the edit buffer 3, and searches for a character after the address of the searched character. An address of a character other than the first predetermined character is obtained as a leading address after the skip movement. Then, the address of the character in the editing buffer 4 where the cursor is positioned in the current display section 5 is set as the starting address before the skip movement, and the text in the editing buffer 3 is sequentially incremented from that address to the starting address after the skip movement. Of the data,
The character string data of a predetermined unit starting with the character data of each head address is sequentially transferred to the display buffer 4 as display data. As a result, the skip display is performed in such a manner that the display range is skipped by the high-speed scroll from the display range before the skip movement to the display range after the skip movement. By repeating the skip display with the skip display key 7, the user can display the entire range or the desired range of the text data in a short time while sequentially changing the display range.

【0034】本形態では、システムコントローラ6は、
スキップ表示終了用のスクロールタイマ、スキップ表示
における高速スクロール用のスクロールタイマ、及び通
常のスクロール表示用のスクロールタイマを備える。ス
キップ終了用スクロールタイマは、高速スクロールによ
るスキップ表示を終了した後、ユーザによる指示が無か
った場合に、通常のスクロール表示を開始するまでの時
間を計測する。高速スクロール用のスクロールタイマ
は、スキップ表示における高速スクロールの各画面の変
化タイミングを計測する。通常スクロール表示用のスク
ロールタイマは、テキストデータを通常の速度でスクロ
ールさせながら表示する場合の、各画面の変化タイミン
グを計測する。
In this embodiment, the system controller 6
A scroll timer for ending skip display, a scroll timer for high-speed scroll in skip display, and a scroll timer for normal scroll display are provided. The skip end scroll timer measures the time from the end of the high speed scroll skip display to the start of the normal scroll display when there is no user instruction. The scroll timer for high-speed scrolling measures a change timing of each screen of high-speed scrolling in the skip display. The scroll timer for normal scroll display measures the change timing of each screen when displaying text data while scrolling it at a normal speed.

【0035】図4はこのテキスト表示装置におけるテキ
スト表示処理を示すフローチャートである。図中のステ
ップ41〜44及び53〜59は図2のステップ21〜
24、30〜35及び38と同一の処理である。
FIG. 4 is a flowchart showing a text display process in the text display device. Steps 41 to 44 and 53 to 59 in FIG.
24, 30 to 35, and 38.

【0036】図4の処理では、ステップ44においてメ
モリ2のテキストデータを編集バッファ3にコピーする
と、ステップ45において、スキップ指示キー7の押下
があったか否かを判定し、押下があった場合はステップ
46において、スペース、コロン等の所定のキャラクタ
を検索する。この検索は、編集バッファ3からコピーし
た検索用バッファ8内のテキストデータについて行い、
かつ現在表示部5においてカーソルが位置するキャラク
タ以降のアドレスのデータを対象として行う。さらに、
ステップ47において、検索されたデータの次のデータ
が前記所定のキャラクタ以外のデータであるか否かを判
定する。前記所定のキャラクタ以外のデータでなければ
ステップ46に戻る。前記所定のキャラクタ以外のデー
タであれば、ステップ48において、そのデータのアド
レスを、スキップ移動の目標となるスキップ移動後の先
頭アドレスとする。
In the process of FIG. 4, when the text data in the memory 2 is copied to the editing buffer 3 in step 44, it is determined in step 45 whether or not the skip instruction key 7 has been pressed. At 46, a predetermined character such as a space or a colon is searched. This search is performed on the text data in the search buffer 8 copied from the edit buffer 3,
In addition, the process is performed on the data of the address after the character where the cursor is located on the current display unit 5. further,
In step 47, it is determined whether the data following the searched data is data other than the predetermined character. If it is not data other than the predetermined character, the process returns to step 46. If the data is other than the predetermined character, in step 48, the address of the data is set as the start address after the skip movement which is the target of the skip movement.

【0037】次に、ステップ49において、スキップ終
了用スクロールタイマ、高速スクロール用のスクロール
タイマ又は通常スクロール表示用のスクロールタイマが
カウントアップしたか否かを判定する。いずれかのスク
ロールタイマがカウントアップした場合は、ステップ5
0において、表示バッファ4に転送する編集バッファ3
内のテキストデータの先頭アドレスをインクリメントす
るとともにステップ51においてスクロールタイマのセ
ット処理を行い、ステップ52へ進む。ステップ49に
おいていずれのスクロールタイマもカウントアップして
いないと判定した場合は、そのままステップ52へ進
む。ステップ52では、編集バッファ3内のテキストデ
ータのうち、現在の先頭アドレスの文字データを先頭と
する所定単位の文字列データを表示バッファ4に転送
し、ステップ45へ戻る。
Next, at step 49, it is determined whether or not the skip end scroll timer, the high-speed scroll timer, or the normal scroll display scroll timer has counted up. If any scroll timer has counted up, step 5
0, edit buffer 3 transferred to display buffer 4
In step 51, the start address of the text data is incremented, the scroll timer is set in step 51, and the flow advances to step 52. If it is determined in step 49 that none of the scroll timers has counted up, the process proceeds directly to step 52. In step 52, of the text data in the edit buffer 3, the character string data of a predetermined unit starting with the character data at the current start address is transferred to the display buffer 4, and the process returns to step 45.

【0038】図5はステップ51のスクロールタイマの
セット処理を示すフローチャートである。この処理で
は、まずステップ61において、テキストスキップ中か
否かを判定する。テキストスキップ中とは、スキップ指
示キー7が押下されてからスキップ移動後の先頭アドレ
スによる表示が行われ、さらにその時点からスキップ終
了用タイマが所定の時間をカウントアップするまでの期
間にあることをいう。テキストスキップ中でなければ、
ステップ65において通常スクロール表示用のスクロー
ルタイマをセットして、スクロールタイマのセット処理
を終了する。
FIG. 5 is a flowchart showing the scroll timer setting process in step 51. In this process, first, in step 61, it is determined whether or not text skip is being performed. The text skipping means that the display is performed based on the start address after the skip movement after the skip instruction key 7 is pressed, and furthermore, the period from that point in time until the skip end timer counts up a predetermined time. Say. If you are not skipping text,
In step 65, the scroll timer for the normal scroll display is set, and the scroll timer setting process ends.

【0039】ステップ61においてテキストスキップ中
であると判定した場合は、さらにステップ62におい
て、図4のステップ50における先頭アドレスのインク
リメントが目標となるスキップ移動後の先頭アドレスま
でなされたか否かを判定する。スキップ移動後の先頭ア
ドレスまでインクリメントがなされていなければ、ステ
ップ64において高速スクロール用のスクロールタイマ
をセットし、スクロールタイマのセット処理を終了す
る。スキップ移動後の先頭アドレスまでインクリメント
がなされていれば、ステップ63においてスキップ終了
用スクロールタイマをセットし、スクロールタイマのセ
ット処理を終了する。
If it is determined in step 61 that the text is being skipped, it is further determined in step 62 whether or not the increment of the start address in step 50 of FIG. 4 has been performed up to the target start address after the skip movement. . If the increment has not been made to the start address after the skip movement, the scroll timer for high-speed scroll is set in step 64, and the scroll timer setting process ends. If the start address after the skip movement has been incremented, the skip end scroll timer is set in step 63, and the scroll timer setting process ends.

【0040】したがって、ステップ指示キー7の押下が
あった場合は、ステップ46〜48で得られる、スキッ
プ移動の目標となるスキップ移動後の先頭アドレスに至
るまでステップ50における先頭アドレスのインクリメ
ントが繰り返されながら高速スクロールによるスキップ
表示が行われる。この間、高速スクロールを実現する各
表示の変化のタイミング、すなわち先頭アドレスのイン
クリメントのタイミングはステップ64の高速用スクロ
ールタイマのセット処理、及びステップ49における該
タイマのカウントアップの検出処理によって制御され
る。また、スキップ表示が行われた後、その表示状態か
ら通常のスクロール表示へ移行するまでの時間はステッ
プ63におけるスキップ終了用スクロールタイマのセッ
ト処理、及びステップ49における該タイマのカウント
アップの検出処理によって制御される。また、通常のス
クロール表示における先頭アドレスのインクリメントの
タイミングは、ステップ65における通常用スクロール
タイマのセット処理、及びステップ49における該タイ
マのカウントアップの検出処理によって制御される。
Therefore, when the step instruction key 7 is pressed, the increment of the start address in step 50 is repeated until the start address after the skip movement, which is the target of the skip movement, obtained in steps 46 to 48. While skip display is performed by high-speed scrolling. During this time, the timing of the change of each display for realizing high-speed scrolling, that is, the timing of increment of the head address, is controlled by the setting process of the high-speed scroll timer in step 64 and the count-up detection process of the timer in step 49. Further, after the skip display is performed, the time until the display state shifts to the normal scroll display is determined by a skip end scroll timer setting process in step 63 and a count-up detection process of the timer in step 49. Controlled. Further, the timing of incrementing the start address in the normal scroll display is controlled by the setting processing of the normal scroll timer in step 65 and the count-up detection processing of the timer in step 49.

【0041】本実施形態によれば、高速スロール用のス
クロールタイマによりスクロール速度を制御しながら高
速スクロールによってスキップ表示を行うようにしたた
め、ユーザはスキップ表示におけるテキスト表示の変化
又は推移を視覚的かつ定量的に把握することができる。
また、スキップ表示の終了後、通常のスクロールによる
表示に移行するまでの期間をスキップ用スクロールタイ
マによって制御するようにしたため、ユーザは、スキッ
プ後の表示内容を余裕をもって確認することができる。
According to this embodiment, skip display is performed by high-speed scrolling while controlling the scroll speed by the scroll timer for high-speed scrolling, so that the user can visually and quantitatively determine the change or transition of the text display in the skip display. Can be grasped.
In addition, since the period from the end of the skip display to the transition to the display by the normal scroll is controlled by the skip scroll timer, the user can check the display contents after the skip with a margin.

【0042】[0042]

【発明の効果】以上説明したように本発明によれば、所
定の指示を受けるごとに所定のキャラクタを検索し、検
索されるキャラクタのテキストデータ中の位置に応じ
て、表示を行うテキスト部分を変更するようにしたた
め、ユーザは所定の指示を繰り返すことにより、テキス
トデータの所望の部分や全範囲を所望の速度で又は迅速
に表示させることができる。また、見たい情報がわかっ
ている場合は、その情報まで素早くたどり着き、表示さ
せることができる。
As described above, according to the present invention, a predetermined character is searched each time a predetermined instruction is received, and a text portion to be displayed is determined according to the position of the searched character in the text data. Since the change is made, the user can display a desired portion or the entire range of the text data at a desired speed or quickly by repeating a predetermined instruction. In addition, when the information to be viewed is known, the user can quickly reach the information and display the information.

【0043】また、検索されるキャラクタの位置より後
に位置する最初の前記所定のキャラクタ以外の文字が、
表示領域の最初に表示されるようにしたため、テキスト
を構成する各単語がスペースやコロン等で区切られてい
る場合、これらのキャラクタを検索対象とすることによ
り、ユーザは所定の指示を繰り返すことによって単語ご
とに表示テキストをスキップ移動で推移させることがで
きる。検索開始位置を変えることにより、表示されるテ
キストの推移量を変化させることもできる。
Further, the first character other than the predetermined character located after the position of the character to be searched is
Since each word constituting the text is separated by spaces, colons, etc., the characters are searched for, so that the user can repeat predetermined instructions by displaying them at the beginning of the display area. The display text can be changed by skip movement for each word. By changing the search start position, the amount of transition of the displayed text can be changed.

【0044】また、キャラクタの検索を、表示されてい
るテキスト上のカーソルの位置を基準とし、そこから順
方向又は逆方向に行うようにしたため、ユーザは検索開
始位置を、カーソル位置を調整することにより簡単に設
定することができる。
Further, since the character search is performed in the forward or backward direction from the position of the cursor on the displayed text, the user can adjust the search start position by adjusting the cursor position. Can be set more easily.

【0045】また、スキップ表示を高速スクロールによ
り行うようにしたため、ユーザはテキストの表示の変化
又は推移を視覚的かつ定量的に把握することができる。
Further, since skip display is performed by high-speed scrolling, the user can visually and quantitatively grasp the change or transition of the text display.

【0046】そして、スキップ表示を最後に行ってから
所定の時間が経過した時、通常のスクロールによるテキ
ストの表示を開始するようにしたため、ユーザは、スキ
ップ表示後、通常のスクロールによるテキスト表示が開
始されるまでに、スキップ表示後の表示内容を容易に把
握し又は確認することができる。また、所定時間後には
通常のスクロールによる表示が自動的に開始されるた
め、ユーザの便宜も向上する。
When a predetermined time has elapsed since the last skip display, text display by normal scrolling is started. Therefore, after skipping display, the user starts text display by normal scrolling. By this time, the display contents after the skip display can be easily grasped or confirmed. In addition, the display by normal scrolling is automatically started after a predetermined time, so that convenience for the user is also improved.

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

【図1】本発明の一実施形態に係るテキスト表示装置の
構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a text display device according to an embodiment of the present invention.

【図2】図1の装置におけるテキスト表示処理を示すフ
ローチャートである。
FIG. 2 is a flowchart showing a text display process in the apparatus of FIG.

【図3】本発明の他の実施例に係るテキスト表示装置の
構成を示すブロック図である。
FIG. 3 is a block diagram showing a configuration of a text display device according to another embodiment of the present invention.

【図4】図3の装置におけるテキスト表示処理を示すフ
ローチャートである。
FIG. 4 is a flowchart showing a text display process in the apparatus shown in FIG. 3;

【図5】図4におけるスクロールタイマのセット処理を
示すフローチャートである。
FIG. 5 is a flowchart showing a scroll timer setting process in FIG. 4;

【図6】従来のテキスト表示装置の構成を示すブロック
図である。
FIG. 6 is a block diagram illustrating a configuration of a conventional text display device.

【図7】図6の装置におけるテキスト表示処理を示すフ
ローチャートである。
FIG. 7 is a flowchart showing a text display process in the apparatus shown in FIG. 6;

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

1:デコードIC、2:メモリ、3:編集バッファ、
4:表示バッファ、5:表示部、6:システムコントロ
ーラ、7:スキップ指示キー、8:検索用バッファ。
1: decode IC, 2: memory, 3: edit buffer,
4: display buffer, 5: display unit, 6: system controller, 7: skip instruction key, 8: search buffer.

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 与えられたテキストデータに基づいてテ
キストの表示を所定の表示領域において行うテキスト表
示装置において、 所定の指示を受け入れる指示受入れ手段と、前記指示を
受け入れるごとに所定のキャラクタを前記テキストデー
タ中で順次順方向又は逆方向に検索してゆく検索手段
と、順次検索される前記キャラクタの前記テキストデー
タ中の位置に応じて、前記テキストデータ中の前記表示
を行うテキストの部分を順次変更する手段とを具備する
こと特徴とするテキスト表示装置。
1. A text display device for displaying a text in a predetermined display area based on given text data, comprising: an instruction receiving means for receiving a predetermined instruction; Search means for sequentially searching forward or backward in data; and sequentially changing a portion of the text to be displayed in the text data according to a position in the text data of the character to be sequentially searched. A text display device comprising:
【請求項2】 前記表示を行うテキスト部分の変更は、
検索される前記キャラクタの位置より後に位置する最初
の前記所定のキャラクタ以外の文字が、前記表示領域の
最初に表示されるように行うことを特徴とする請求項1
に記載のテキスト表示装置。
2. The method according to claim 1, wherein the change of the text portion to be displayed is
2. The method according to claim 1, wherein a character other than the first predetermined character located after the position of the character to be searched is displayed first in the display area.
The text display device according to 1.
【請求項3】 前記所定のキャラクタの検索は、前記表
示領域において表示されているテキスト上のカーソルの
位置を基準として、そこから前記順方向又は逆方向に行
うことを特徴とする請求項1又は2に記載のテキスト表
示装置。
3. The search for the predetermined character is performed in the forward direction or the backward direction from a position of a cursor on a text displayed in the display area as a reference. 3. The text display device according to 2.
【請求項4】 前記表示を行うテキスト部分の変更に際
し、変更前のテキスト部分の表示から変更後のテキスト
部分の表示への変更を高速スクロールにより行うことを
特徴とする請求項1〜3のいずれかに記載のテキスト表
示装置。
4. The method according to claim 1, wherein, when the text part to be displayed is changed, the change from the display of the text part before the change to the display of the text part after the change is performed by high-speed scrolling. A text display device as described in Crab.
【請求項5】 前記テキストデータに基づくテキストの
表示をスクロールにより行う手段を備え、前記表示を行
うテキスト部分の変更を最後に行ってから所定の時間が
経過した時、前記スクロールによるテキストの表示を開
始することを特徴とする請求項1〜4のいずれかに記載
のテキスト表示装置。
5. A means for scrolling the display of text based on the text data, wherein when a predetermined time has elapsed since the last change of the text part to be displayed, the text display by scrolling is performed. The text display device according to any one of claims 1 to 4, wherein the text display device is started.
【請求項6】 与えられたテキストデータに基づいてテ
キストの表示を所定の表示領域において行うテキスト表
示方法において、 所定の指示を受け入れる指示受入れ工程と、前記指示を
受け入れるごとに所定のキャラクタを前記テキストデー
タ中で順次順方向又は逆方向に検索してゆく検索工程
と、順次検索される前記キャラクタの前記テキストデー
タ中の位置に応じて、前記テキストデータ中の前記表示
を行うテキストの部分を順次変更する工程とを具備する
こと特徴とするテキスト表示方法。
6. A text display method for displaying a text in a predetermined display area based on given text data, comprising: an instruction receiving step of receiving a predetermined instruction; A search step of sequentially searching forward or backward in data, and sequentially changing a portion of the text to be displayed in the text data according to a position in the text data of the character to be sequentially searched. And a text display method.
【請求項7】 前記表示を行うテキスト部分の変更は、
検索される前記キャラクタの位置より後に位置する最初
の前記所定のキャラクタ以外の文字が、前記表示領域の
最初に表示されるように行うことを特徴とする請求項6
に記載のテキスト表示方法。
7. The change of the text portion to be displayed is as follows:
7. The method according to claim 6, wherein a character other than the first predetermined character located after the position of the character to be searched is displayed first in the display area.
Text display method described in.
【請求項8】 前記所定のキャラクタの検索は、前記表
示領域において表示されているテキスト上のカーソルの
位置を基準として、そこから前記順方向又は逆方向に行
うことを特徴とする請求項6又は7に記載のテキスト表
示方法。
8. The method according to claim 6, wherein the search for the predetermined character is performed in the forward or backward direction from a position of a cursor on the text displayed in the display area. 7. The text display method according to 7.
【請求項9】 前記表示を行うテキスト部分の変更に際
し、変更前のテキスト部分の表示から変更後のテキスト
部分の表示への変更を高速スクロールにより行うことを
特徴とする請求項6〜8のいずれかに記載のテキスト表
示方法。
9. The method according to claim 6, wherein, when the text part to be displayed is changed, the change from the display of the text part before the change to the display of the text part after the change is performed by high-speed scrolling. Text display method described in Crab.
【請求項10】 前記テキストデータに基づくテキスト
の表示をスクロールにより行う工程を備え、前記表示を
行うテキスト部分の変更を最後に行ってから所定の時間
が経過した時、前記スクロールによるテキストの表示を
開始することを特徴とする請求項6〜9のいずれかに記
載のテキスト表示方法。
10. A method of displaying text based on the text data by scrolling, and when a predetermined time has elapsed since the last change of the text part to be displayed is performed, the display of the text by scrolling is performed. The text display method according to any one of claims 6 to 9, wherein the method is started.
JP2000335794A 2000-11-02 2000-11-02 Text display device and method Pending JP2002140321A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000335794A JP2002140321A (en) 2000-11-02 2000-11-02 Text display device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000335794A JP2002140321A (en) 2000-11-02 2000-11-02 Text display device and method

Publications (1)

Publication Number Publication Date
JP2002140321A true JP2002140321A (en) 2002-05-17

Family

ID=18811478

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000335794A Pending JP2002140321A (en) 2000-11-02 2000-11-02 Text display device and method

Country Status (1)

Country Link
JP (1) JP2002140321A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012002209A1 (en) * 2010-06-28 2012-01-05 楽天株式会社 Information display system, information display apparatus, information display method, information display program, information providing apparatus, and recording medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012002209A1 (en) * 2010-06-28 2012-01-05 楽天株式会社 Information display system, information display apparatus, information display method, information display program, information providing apparatus, and recording medium
JP5124702B2 (en) * 2010-06-28 2013-01-23 楽天株式会社 INFORMATION DISPLAY SYSTEM, INFORMATION DISPLAY DEVICE, INFORMATION DISPLAY METHOD, INFORMATION DISPLAY PROGRAM, INFORMATION PROVIDING DEVICE, AND RECORDING MEDIUM
US9396165B2 (en) 2010-06-28 2016-07-19 Rakuten, Inc. Information display system, information display apparatus, information display method, information display program, information providing apparatus, and recording medium

Similar Documents

Publication Publication Date Title
JP4790616B2 (en) Method and apparatus for navigation of alphabetical text
RU2121164C1 (en) Device for data transmission, transmitter, receiver and method for storage of information signal on information recording medium
EP0715731B1 (en) Method and system for scrolling through data
JP4203741B2 (en) Data reproducing apparatus and data reproducing method
JP2006011690A (en) Scroll controller and scroll control method
KR20070015013A (en) Reproduction device and display control method
JP2008071118A (en) Interface device, music reproduction apparatus, interface program and interface method
JP5323660B2 (en) Scroll display device
JP2002281447A (en) Device for reproducing information
JP2002140321A (en) Text display device and method
JP2006091294A (en) Image display method and apparatus
JP2000099044A (en) Karaoke device
JP2002125190A (en) Image processor, image processing method, and storage medium
JP2006154262A (en) Portable terminal, and method for controlling the same, and program
JP2007208459A (en) Apparatus and program for automatically generating slide show with music
JP3562981B2 (en) Title information editing method and title information editing device
JPH1078947A (en) Reproduction device for multimedia title
JP3000884B2 (en) Information reproducing apparatus and decoder unit
JP4072849B2 (en) Performance learning device
JPH10198389A (en) Karaoke device
EP1938327B1 (en) A search tool
JP2008065960A (en) Portable type music reproducing device, and music information display method
JP2002262238A (en) Video reproducing device, video distributing device and recording medium
JP2004129214A (en) Recording apparatus and reproducing apparatus for information signal
JPH0511966A (en) Display picture controller