JPS59180738A - Character display device - Google Patents

Character display device

Info

Publication number
JPS59180738A
JPS59180738A JP5572583A JP5572583A JPS59180738A JP S59180738 A JPS59180738 A JP S59180738A JP 5572583 A JP5572583 A JP 5572583A JP 5572583 A JP5572583 A JP 5572583A JP S59180738 A JPS59180738 A JP S59180738A
Authority
JP
Japan
Prior art keywords
character
block
display
color
section
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
JP5572583A
Other languages
Japanese (ja)
Inventor
Tetsuo Kiuchi
木内 哲夫
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.)
Fuji Electric Co Ltd
Original Assignee
Fuji Electric Co Ltd
Fuji Electric Manufacturing 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 Fuji Electric Co Ltd, Fuji Electric Manufacturing Co Ltd filed Critical Fuji Electric Co Ltd
Priority to JP5572583A priority Critical patent/JPS59180738A/en
Publication of JPS59180738A publication Critical patent/JPS59180738A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To easily discriminate the ''depth'' of each area, by changing the color of a character of block starting point display and block ending point display. CONSTITUTION:When a block sentence is inputted into an interface section D1, a block boundary display detecting section D9 successively receives real characters to be displayed from a character string processing section D2 in the form of character codes D8 and compares and detects them whether or not characters ''('' and '')'' representing the boundary of a block are contained in the character codes D8. When a character code D8 is the one for representing the block boundary, the detecting section D9 outputs a color change signal D11 to a display driving section D3 so as to change the color of the character only. When the character ''('' when representing the starting point is detected, sends a block starting point detect signal D12, and when a block ending point is detected, sends a block ending point detect signal D13'')'' to the counting section D10 and adds (+1) or (-1) to the counting section D10 whenever the signals D12 and D13 are sent to the counting section D10. The counting section D10 outputs the added results to the display driving section D3 as color codes D14.

Description

【発明の詳細な説明】 〔発明の属する技術分野〕 本発明はプログラムリストなどの文書を(編集)表示す
る、電子計算機の端末やワードプロセッサ等の装置で、
かっ色表示の可能であるものにおいて、プログラム文の
構造の把掘を容易化した装置に関する。
[Detailed description of the invention] [Technical field to which the invention pertains] The present invention relates to a device such as a computer terminal or a word processor that (edit) and displays documents such as a program list.
This invention relates to a device that facilitates understanding of the structure of program statements in a device that can be displayed in brown color.

〔従来技術とその問題点〕[Prior art and its problems]

例えば、いわゆる構造化言語の一つであるプログラム言
語rLispJでプログラムを作成する場合、そのプロ
グラムには、成る括った機能または部分的機能によって
区別できる、文または文の集合体(これらはブロックま
たはモジュールとも呼ばれる)の開始点(以後ブロック
開始点と呼ぶ)を示す特殊文字としての左側括弧(以後
単に文字と呼ぶ)「(」で始まり、同じくブロックの終
了点(以後ブロック終了点と呼ぶ)を示す右側括弧(以
後単に文字と呼ぶ)「)」で終わる構造が多重に現われ
る。これは例えば第1図のプログラム中 の例ように非常に複雑女形式になることが多い。
For example, when creating a program using the programming language rLispJ, which is one of the so-called structured languages, the program includes statements or collections of statements (these are blocks or modules) that can be distinguished by their collective functions or partial functions. A left parenthesis (hereinafter referred to simply as a character) as a special character that indicates the start point of a block (hereinafter referred to as the block start point) (also referred to as "("), which also indicates the end point of a block (hereinafter referred to as the block end point) A structure ending with a right-hand parenthesis (hereinafter referred to simply as a character) ")" appears multiple times. This often results in a very complex female form, for example in the program shown in Figure 1.

プログラムを書く者は、奇声に文字「(」や文字「)」
をそれぞれいくつ入力したか、常に意識していないと誤
りを犯すという点で非常に不便であった。これを軽減す
るために段付け(indent ing)という手法が
良く使われている。これは、文字「(」は+IK数え、
文字「)」は−1に数えて、文字「(」が何番目かによ
って、改行して、その列位置(桁位置)を揃え、プログ
ラマに見易くしようというものである。これを徹底して
行うと、改行ばかり起こって、かえって見にくくなるの
で、これを補助する方式が幾つも考案されている。
Those who write programs often hear the characters ``('' and ``)'' in strange voices.
This was extremely inconvenient in that it was easy to make mistakes if you were not always aware of how many of each you entered. To alleviate this problem, a technique called indenting is often used. This means that the character "(" counts +IK,
The character ")" is counted as -1, and depending on the number of the character "(", a new line is created and the column position (column position) is aligned to make it easier for programmers to see. This is done thoroughly. However, many line breaks occur, making it difficult to see, so a number of methods have been devised to help with this.

第2図は段付けの手法を取り入れて第1図を書き直した
ものである。これを見ると第1図に比べて見易くなって
いるものの、プログラムの前半は右半分が白紙の状態で
あシ、後半は左半分が白紙の状態であり、いかにも効率
が悪い。CRT、液晶パネル、プラズマディスプレイパ
ネル等、表示文字数に限りのある表示装置においては、
表示効率の悪いことは重大な性能上の欠陥である。また
プログラムの最後の文字の列「))・・・))」゛は、
やはりプログラマが数え間違えないように気をつけねば
ならず、第1図と同様不便である。
Figure 2 is a redrawn version of Figure 1 by incorporating the step-by-step method. Although this is easier to see than Figure 1, the right half of the program is blank in the first half, and the left half is blank in the second half, which is very inefficient. For display devices with a limited number of display characters, such as CRTs, liquid crystal panels, and plasma display panels,
Poor display efficiency is a serious performance defect. Also, the last string of characters in the program "))...))" is
Again, the programmer must be careful not to make a mistake in counting, which is inconvenient as in Figure 1.

以上はプログラム言語Li5p  を例に挙すて説明し
たが、これは最近、ブロック構造を用いてプログラム構
造の把握が容易となるようにした、いわゆる構造化プロ
グラム言語例えばAI gol 、Pa 5eal 。
The above explanation has been given using the programming language Li5p as an example, but this is also a so-called structured programming language such as AI gol and Pa5eal, which have recently made it easier to understand the program structure using a block structure.

 3− PL/1(及びその派生語、RATFOR,PL/M 
 )等に共通の特徴である。
3- PL/1 (and its derivatives, RATFOR, PL/M
) etc. are common features.

これらはブロック開始点を示す文字「(」の代わりに、
ブロック開始点を示す語として例えばjbegi帽 「
DO」、または手続文の冒頭では「PR,−0CEDU
REJなどを用い、ブロック終了点を示す文字「)」の
代わりにブロック終了点を示す語、例えばrebdJな
どを用いているが、ブロックにお□ける、これらの語に
対応する“深さ″をプログラマが間違えないように注意
しなければ々らない点では段付けの手法を用いたとき、
いくらか見易さを与えるが表示効率が劣化する点では全
く同様である。
Instead of the character "(" indicating the start of a block,
An example of a word that indicates the starting point of a block is ``jbegi hat''.
DO”, or at the beginning of a procedural statement “PR, -0CEDU
REJ etc. are used, and words indicating the block end point, such as rebdJ, are used instead of the character ")" indicating the block end point, but the "depth" corresponding to these words in the block is When using the step-by-step method, programmers must be careful not to make mistakes.
Although it provides some visibility, it is exactly the same in that the display efficiency deteriorates.

第3図は前記プログラム言語に対する従来の表示装置で
、Dlは外部、例えばキーボード、電子計算機、伝送線
々どより1表示されるべき文字列が入力されるインター
フェイス部、D5はインターフェイス部D1が受けた文
字列から、伝送手順のための制御信号、制御符号を除い
た伝送文字列である。また文字列処理部D2は伝送文字
列D54− を受けて、例えば改行、タブ、文字、消去、画面消去な
どの表示駆動部D3を介し表示部D4の画面を制御する
ための制御文字と、表示されるべき正味の文字とを分離
したのち、前記の制御文字を変換した制御信号D61と
、前記の表示されるべき文字を表示駆動部D3に適合す
る形式に変換した内部文字コードD6とを出力する。ま
たD4はCR,’I’、プラズマディスプレイなどの表
示部で、表示駆動部D3は表示部D4に合わせた表示信
号D7を合成し表示部D4を駆動する。
FIG. 3 shows a conventional display device for the programming language, where Dl is an interface part into which a character string to be displayed is inputted from an external source, such as a keyboard, computer, or transmission line, and D5 is an interface part that is received by the interface part D1. This is the transmission character string obtained by removing the control signals and control codes for the transmission procedure from the character string. In addition, the character string processing unit D2 receives the transmitted character string D54-, and generates control characters for controlling the screen of the display unit D4 via the display driving unit D3, such as line feed, tab, character, erasure, screen erasure, etc. After separating the net characters to be displayed, a control signal D61 obtained by converting the control characters and an internal character code D6 obtained by converting the characters to be displayed into a format compatible with the display drive unit D3 are output. do. Further, D4 is a display section such as a CR, 'I', or plasma display, and a display driving section D3 synthesizes a display signal D7 suitable for the display section D4 and drives the display section D4.

〔発明の目的〕[Purpose of the invention]

本発明は構造化プログラム言語で書かれたプログラムを
(編集)表示することを目的とする装置全般において、
前述の点を改善し、表示画面を効率良く使用でき5 し
かも、ブロック境界表示である文字「(」と文字「)」
または語rI)eginJと語りt rebJなどの検出によって、これらの対となる文字ま
たは語に対応して定まる“深さ1の管理をプログラマの
手間をかけずに行なえることを可能にした表示装置また
は情報処理装置を提供すること 5− を目的とする。
The present invention relates to a device in general whose purpose is to (edit) and display a program written in a structured programming language.
The above-mentioned points have been improved and the display screen can be used more efficiently.
A display device that makes it possible to manage the "depth 1" determined corresponding to the paired characters or words by detecting the word rI)eginJ and the word trebJ, etc., without requiring the effort of the programmer. or to provide an information processing device 5-.

〔発明の要点〕[Key points of the invention]

本発明は、表示すべき文字(列)の中からブロック開始
点を示す文字「(」または語jbeginJなど(以後
これらの文字または語を一括してブロック開始点表示と
呼ぶ)およびブロック終了点を示す文字「)」または語
「e\d」など(以後これらの文字および語を一括して
ブロック終了点表示と呼ぶ)を検出し、さらにブロック
開始点表示の場合はカウンタを+1し、ブロック終了点
表示の場合はカウンタを−1し、さらに、そのカウンタ
の値によって前記のブロック開始点表示やブロック終了
点表示(以後これらの表示をさらに一括してブロック境
界表示と呼ぶ)の文字(語)の色が変化するようにし”
深さ”の判別を容易にしたものである。
The present invention uses the character "(" or the word jbeginJ, etc., which indicates the block start point from among the characters (sequence) to be displayed (hereinafter, these characters or words are collectively referred to as block start point display) and the block end point. The character ")" or the word "e\d" (hereinafter, these characters and words are collectively referred to as the block end point display) is detected, and if the block start point display is detected, the counter is incremented by 1 to indicate the end of the block. In the case of point display, the counter is decremented by 1, and then the characters (words) of the block start point display and block end point display (hereinafter these displays are collectively referred to as block boundary display) are set according to the value of the counter. "Change the color of"
This makes it easier to determine the depth.

〔発明の実施例〕[Embodiments of the invention]

本発明を実施した表示装置の構成例を第4図に示す。第
4図において第3図と同一の符号は同一または相当部分
を示す。第3図との相異点を述べ 6− ると、い壕第1図(または第2図)のプログラム文がイ
ンターフェイス部D1に入力された場合、前記ブロック
境界表示(ブロック開始点表示およびブロック終了点表
示)を検出するブロック境界表示検出部D9は、文字列
処理部D2から表示されるべき正味の文字を順次文字コ
ードD8の形で受は取り、該文字コードDBがブロック
境界表示である文字「(」や文字「)」に概邑しないか
比較検出する。もし文字「(」や文字「)」であるツク
開始点検出信号D]2を、ブロック終了点を示す文字「
)」を検出した場合にはブロック終了点検出信号D13
を深さ計数部DIOに送る。深さ計数部DIOは、ブロ
ック開始点検出信号D12を受は取った場合には内部の
カウンタを+1したのち、その値(”深さ”と呼ぶ。た
だしカウンタの値からは“高さ”とも言えるが慣用に従
い“深さ”と呼ぶ)を色指定コードD14として、表示
駆動部D3へ出力する。またブロック終了点検出信号D
13を受は取った場合には、一旦色指定コードD14を
出力して対になるべきブロック境界表示の文字「(」と
文字「)」とが同じ色指定となるようにした後に内部の
カウンタの値を−1する。ただし例えばとのカウンタの
初期値を1−1」であるようにしておき、色指定コード
D14の値が「0」の時すなわちプログラムの最初に来
る文字「(」に対しては、判別が容易のため、文字「(
」や文字「)」以外の一般の文字(内部文字と呼ぶ)の
列と同色であるように設定すれば色の種類が一つ節約で
きる。
FIG. 4 shows an example of the configuration of a display device embodying the present invention. In FIG. 4, the same reference numerals as in FIG. 3 indicate the same or corresponding parts. Describing the differences with Fig. 3, if the program statement in Fig. 1 (or Fig. 2) is input to the interface section D1, the block boundary display (block start point display and block The block boundary display detection unit D9 that detects the end point display) sequentially receives the net characters to be displayed from the character string processing unit D2 in the form of a character code D8, and the character code DB is the block boundary display. Compare and detect whether or not the character ``('' or the character ``)'' appears. If the block start point detection signal D]2 which is the character "(" or the character ")" is
)" is detected, the block end point detection signal D13
is sent to the depth counting unit DIO. When the depth counting unit DIO receives the block start point detection signal D12, it increments an internal counter by 1, and then calculates that value (referred to as "depth". However, from the value of the counter, it can also be called "height"). However, according to customary practice, the color designation code D14 is output to the display drive unit D3. Also, block end point detection signal D
13 is received, the color specification code D14 is output once so that the character "(" and the character ")" in the block boundary display that should be paired have the same color designation, and then the internal counter is output. -1 value. However, for example, if the initial value of the counter is set to 1-1, and the value of the color specification code D14 is 0, that is, the character ``('' that comes at the beginning of the program), it is easy to distinguish. Therefore, the character "(
If you set it to be the same color as a string of general characters (called internal characters) other than ``'' or the character ``)'', you can save one color type.

このようにして表示駆動部D3は、文字「(」や文字「
)」以外の内部文字の時は、従来の表示装置と全く同様
に動作し、文字「(」や文字「)」が検出された時のみ
色指定コードD14で示される色に文字「(」や文字「
)」が表示されるように表示部D4への表示信号D7を
構成する。(例えば、表示部D4がカラーCRTであれ
ば表示信号D7はカラービデオ信号となる)。以上のよ
うにして、まず理解を容易とするためK例えば第2図の
配置に対応するプログラムを表示すれば、第5図のよう
になる。
In this way, the display drive unit D3 can display the characters "(" and "
)", it operates in exactly the same way as a conventional display device, and only when the character "(" or character ")" is detected, the character "(" or character ")" is displayed in the color indicated by the color specification code D14. letter"
)'' is displayed on the display section D4. (For example, if the display section D4 is a color CRT, the display signal D7 will be a color video signal). In the manner described above, for ease of understanding, for example, if a program corresponding to the arrangement shown in FIG. 2 is displayed, the result will be as shown in FIG. 5.

また第5図の場合において深さ計数部DIO内のカウン
タの初期値を−1としたときに、各ブロック境界表示を
検出した際のカウンタの値の変化(従って゛深さ”の変
化)を第6図に示す。第6図において丸く囲んだ数値は
、そのブロック境界表示に対応する色指定コードD14
であり、かつ”深さ”を表わす。
Furthermore, in the case of Fig. 5, when the initial value of the counter in the depth counter DIO is set to -1, the change in the value of the counter (therefore the change in "depth") when each block boundary display is detected is calculated as follows: It is shown in Fig. 6. In Fig. 6, the circled numerical value is the color designation code D14 corresponding to the block boundary display.
, and represents "depth".

さて第5図においてブロック開始点表示である文字r(
jla、2a・・・19aとブロック終了点表示である
文字r)Jib、2b・・・19bとは、それぞれ(l
aとlb)、(2aと2 b ) 、 ・。
Now, in Figure 5, the letter r (
jla, 2a...19a and the character r) Jib, 2b...19b, which is the block end point display, are respectively (l
a and lb), (2a and 2 b), .

(19aと19b)の各組合せで対とカリ、これら各組
のブロック境界表示のうち同じ1深さ”に対応するもの
は第6図から判るように同じ色指定が行われている。
For each combination of (19a and 19b), the same color designation is made for the block boundary display of each pair that corresponds to the same one depth'', as can be seen from FIG.

第5図における各々の閉じた一点鎖線で境された領域に
ある、前記ブロック境界表示を含む全て 9− の文字(語)は同じ”深さ”に対応し、前記一点鎖線は
あたかも地図上の等高線のように見立てることができる
All 9- characters (words) including the block boundary display in the area bounded by each closed dashed-dotted line in FIG. 5 correspond to the same "depth", and the dashed-dotted line is It can be likened to contour lines.

前記の色指定は、プログラム構造の把握の誤りを防ぐに
は、なるべく全ての6深さ”について異った色とするこ
とが望ましいが、少くとも隣接する“深さ”の色とは異
る色となるように指定されている。
In order to prevent errors in understanding the program structure, it is desirable that the above color specification be different for all six depths, but at least it should be different from the color of the adjacent "depth". It is specified to be a color.

〔発明の効果〕〔Effect of the invention〕

このようにしてプログラマは、色によって、同じ色の文
字「(」と「)」を両端に持つ前記各領域の”深さ”が
瞬時に手間取ることなく了解できる。例えばプログラム
の最後の部分などは、文字「)」の色が本との色(これ
は前記内部文字すなわち一般の文字と同色である)に戻
るまで「)」を入力すれば良い。
In this way, the programmer can instantly and easily understand the "depth" of each area having characters "(" and ")" of the same color at both ends, depending on the color. For example, in the last part of the program, it is sufficient to input the characters ")" until the color of the characters ")" returns to the color of the book (this is the same color as the internal characters, that is, the general characters).

以上の理由から、次に本発明を第1図の配置に対応する
プログラムに施しても、ブロック構造の把握が従来に比
べ格段に容易となることは明らかであり、かつ前記段付
けの方法のような表示動車。
For the above reasons, it is clear that even if the present invention is applied to a program corresponding to the layout shown in FIG. Displays like a moving vehicle.

10− の低下を防止することができる。10- It is possible to prevent a decrease in

以上詳述したように本発明によれば簡単な手段によシブ
ログラム表示面の利用効率を落すことなく、プログラム
の理解、編集、チェックなどを容易にすることができ、
プログラムの生産性や信頼性の向上に資するところ大で
ある。
As detailed above, according to the present invention, it is possible to easily understand, edit, check, etc. of a program by simple means without reducing the efficiency of use of the siprogram display surface.
This greatly contributes to improving program productivity and reliability.

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

第1図、第2図は従来のプログラムの表示例を示す図、
第3図は従来の表示装置の構成を示すブロック図、第4
図は本発明の表示装置の構成を示すブロック図、第5図
、第6図は本発明のプログラム表示の説明図である。 符号説明 D9・・・ブロック境界表示検出部、Dlo・・・深さ
計数部、Dll・・・色変更信号、D12・・・ブロッ
ク開始点検出信号、D13・・・ブロック終了点検出信
号、D14・・・色指定コード。 (c+EFuNFETCH−VALUE (x 5UB
ST ) (C0ND ((VAR? X)(PROG
 (V)(SETQ  V (ASSOCX(CDR5
UBST )))(COND  ((NULL  V)
(RETURN  X))(T  (RETURN(F
ETCH−VALLIE  (SECONCI  V)
(CDDRv))))>))))牙1 図 (DEFUN  FETCH−VALUE  (XSU
BST)(COND  ((MAR?  X )(PR
OG(V) (SETQ v (ASSOCx (CDR5UBST
)))(COND ((NULL  V )(RETU
RN X ))(T (RETURN (FETCH−VALUE (SECONDv) (CDDR、v )))))))))
Figures 1 and 2 are diagrams showing display examples of conventional programs;
Figure 3 is a block diagram showing the configuration of a conventional display device;
The figure is a block diagram showing the configuration of the display device of the present invention, and FIGS. 5 and 6 are explanatory diagrams of program display of the present invention. Description of symbols D9...Block boundary display detection unit, Dlo...Depth counting unit, Dll...Color change signal, D12...Block start point detection signal, D13...Block end point detection signal, D14 ...Color specification code. (c+EFuNFETCH-VALUE (x 5UB
ST ) (C0ND ((VAR?X)(PROG
(V) (SETQ V (ASSOCX(CDR5
UBST )))(COND ((NULL V)
(RETURN
ETCH-VALLIE (SECONCI V)
(CDDRv))))>))))) Fang 1 Figure (DEFUN FETCH-VALUE (XSU
BST)(COND((MAR?X)(PR
OG (V) (SETQ v (ASSOCx (CDR5UBST
)))(COND ((NULL V )(RETU
RN

Claims (1)

【特許請求の範囲】[Claims] 構造化プログラム文の多色表示可能な文字表示装置にお
いて、前記プログラム文におけるブロックの開始点およ
び終了点を示す文字または語を検出する手段と、前記開
始点を示す文字または語が出現する度にその回数を加算
し、前記終了点を示す文字または語が出現する度にその
回数を減算する計数手段を少くとも1つ以上備え、その
計数値によって、ブロックの同じ深さに対応する前記文
字または語の表示色を等しくするとともに、該表示色を
少くとも隣接の深さに対応する表示色とは異るようにし
たことを特徴とする文字表示装置。
A character display device capable of displaying a structured program statement in multiple colors, comprising means for detecting characters or words indicating the start and end points of a block in the program statement, and each time a character or word indicating the start point appears. At least one counting means is provided for adding up the number of times and subtracting the number of times each time a character or word indicating the end point appears, and depending on the counted value, the character or word corresponding to the same depth of the block is A character display device characterized in that words are displayed in the same color, and the display color is different from at least a display color corresponding to an adjacent depth.
JP5572583A 1983-03-31 1983-03-31 Character display device Pending JPS59180738A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5572583A JPS59180738A (en) 1983-03-31 1983-03-31 Character display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5572583A JPS59180738A (en) 1983-03-31 1983-03-31 Character display device

Publications (1)

Publication Number Publication Date
JPS59180738A true JPS59180738A (en) 1984-10-13

Family

ID=13006831

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5572583A Pending JPS59180738A (en) 1983-03-31 1983-03-31 Character display device

Country Status (1)

Country Link
JP (1) JPS59180738A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6220030A (en) * 1985-07-19 1987-01-28 Fujitsu Ltd High-speed program shaping output device
JPS62274429A (en) * 1986-05-16 1987-11-28 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション Discrimination of level for nesting construction
JPS63245521A (en) * 1987-03-31 1988-10-12 Hitachi Software Eng Co Ltd Program nest discriminating and displaying system
JPS63289636A (en) * 1987-05-22 1988-11-28 Hitachi Ltd Input editing device equipped with program attribute display function

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6220030A (en) * 1985-07-19 1987-01-28 Fujitsu Ltd High-speed program shaping output device
JPS62274429A (en) * 1986-05-16 1987-11-28 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション Discrimination of level for nesting construction
JPS63245521A (en) * 1987-03-31 1988-10-12 Hitachi Software Eng Co Ltd Program nest discriminating and displaying system
JPS63289636A (en) * 1987-05-22 1988-11-28 Hitachi Ltd Input editing device equipped with program attribute display function

Similar Documents

Publication Publication Date Title
JPH0576668B2 (en)
JPH087654B2 (en) Method to specify to user the field to input data
JPS59180738A (en) Character display device
EP0258446A4 (en) Method of inputting graphic form.
JPS58117591A (en) Segment display control system
JP2550300B2 (en) Character input method and device for real-time handwritten character recognition
JPS6038750B2 (en) How to enter characters in a word processor
JP2885297B2 (en) Character string input control method for character input device
JPH01177680A (en) Image edit processor
JPS59116785A (en) Character/graphic information input display system
JPS62177637A (en) Display system for simulation result
JP2578884B2 (en) Display text scrolling execution method
JP3270188B2 (en) CAD data conversion method
JPS62293276A (en) Nc automatically programming language learning machine
Guenette et al. Introducing TI BASIC
JPH05266120A (en) Design assisting device with simulation function
JPS6376060A (en) Data input processing system
JPS63106078A (en) Display method for character string echo of graphic processor
JPS6050588A (en) Layout indication system
JPS60112179A (en) Control system of character display
JPS6215889B2 (en)
JPH04165469A (en) Circuit diagram display device
JPS60163155A (en) Document forming and editing system
JPH01251171A (en) Test data editing device
JPH03141462A (en) Document processor