JPH04314135A - Error message display method - Google Patents

Error message display method

Info

Publication number
JPH04314135A
JPH04314135A JP3079482A JP7948291A JPH04314135A JP H04314135 A JPH04314135 A JP H04314135A JP 3079482 A JP3079482 A JP 3079482A JP 7948291 A JP7948291 A JP 7948291A JP H04314135 A JPH04314135 A JP H04314135A
Authority
JP
Japan
Prior art keywords
source program
program
error information
translation
work file
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
JP3079482A
Other languages
Japanese (ja)
Inventor
Tadashi Kaneda
兼田 正
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.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe 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 KOBE NIPPON DENKI SOFTWARE KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP3079482A priority Critical patent/JPH04314135A/en
Publication of JPH04314135A publication Critical patent/JPH04314135A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Digital Computer Display Output (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To facilitate the reference and the correction of a source program having fallen into an error at the time of the translation of a program by making it possible to refer to or correct the source program by laying stress on translation error information. CONSTITUTION:The source program of a translated object and its translation error information are rearranged based on a line number, and are outputted as work files 5, 8 to an auxiliary storage device. The translation error information and the source program outputted to the work files 5, 8 are associated with each other based on the line number by a translation error associating means 10. A display control program executes inter-program communication, and displays the source program on the window of one side while displaying the translation error information on the window of the other side.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明はエラーメッセージ表示方
式に関し、特にプログラム翻訳時に発生する翻訳エラー
情報を画面表示装置に表示するエラーメッセージ表示方
式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an error message display method, and more particularly to an error message display method for displaying translation error information that occurs during program translation on a screen display device.

【0002】0002

【従来の技術】従来のエラーメッセージ表示方式は、プ
ログラム翻訳時に発生した翻訳エラー情報と原始プログ
ラムとを、補助記憶装置に作業ファイルとしてマージン
して、画面表示装置に一個のウインドとして表示してエ
ラーが発生した原始プログラムを中心にして翻訳エラー
情報を表示するか、画面表示装置に表示されているウイ
ンドを分割して、原始プログラムか翻訳エラー情報かの
いづれかを中心に表示して、翻訳時にエラーとなった原
始プログラムを修正している。
[Prior Art] A conventional error message display method is to margin translation error information that occurred during program translation and the source program in an auxiliary storage device as a work file, and display the error message as a single window on a screen display device. Either display the translation error information centering on the source program where the error occurred, or split the window displayed on the screen display device and display the source program or the translation error information centering on the error during translation. The original program that became .

【0003】図8は従来のエラーメッセージ表示方式の
一例を示す構成図である。また、図9は従来の作業ファ
イル85のレコードフォーマットの一例を示す図である
。さらに、図10は従来の原始プログラムと翻訳エラー
情報とを表示した表示画面の一例を示す図である。
FIG. 8 is a block diagram showing an example of a conventional error message display method. Further, FIG. 9 is a diagram showing an example of a record format of a conventional work file 85. Further, FIG. 10 is a diagram showing an example of a display screen displaying a conventional source program and translation error information.

【0004】従来のエラーメッセージ表示方式は、図8
に示すように、原始プログラムファイル81を入力して
翻訳するコンパイラ82が、発生した翻訳エラー情報を
翻訳エラー情報ファイル83に出力している。またマー
ジ処理84は、原始プログラムファイル81と翻訳エラ
ー情報ファイル83とを入力して、マージを行うことに
より、作業ファイル85を生成している。
A conventional error message display method is shown in FIG.
As shown in FIG. 2, a compiler 82 that inputs and translates a source program file 81 outputs translation error information that has occurred to a translation error information file 83. Furthermore, the merge process 84 generates a work file 85 by inputting the source program file 81 and the translation error information file 83 and merging them.

【0005】そこで、作業ファイル85には、図9に示
すように、原始プログラムテキストのレコードと翻訳エ
ラー情報であるエラーメッセージのレコードとが混在し
て配置されている。
Therefore, as shown in FIG. 9, in the work file 85, records of source program text and records of error messages, which are translation error information, are arranged in a mixed manner.

【0006】そして、表示プログラム86は、作業ファ
イル85を読出して、図10に示すように、画面表示装
置87の表示画面に原始プログラムと翻訳エラー情報と
を混在して表示している。
The display program 86 reads the work file 85 and displays the original program and the translation error information together on the display screen of the screen display device 87, as shown in FIG.

【0007】[0007]

【発明が解決しようとする課題】上述した従来のエラー
メッセージ表示方式は、画面表示装置に原始プログラム
と翻訳時に発生した翻訳エラー情報とを同一のウインド
に表示するために、ウインド上に表示できる原始プログ
ラムの行数が少なくなり、翻訳エラー情報を参照しなが
ら、翻訳時にエラーとなっている原因となる原始プログ
ラムを直接参照できないので、翻訳エラー情報を参照し
ながら、翻訳時にエラーとなった関連する原始プログラ
ムを、参照したり修正したりすることができないという
欠点を有している。
[Problems to be Solved by the Invention] The conventional error message display method described above is designed to display the source program and the translation error information that occurred during translation in the same window on the screen display device. The number of lines in the program is reduced, and while referring to the translation error information, it is not possible to directly refer to the source program that causes the error during translation. It has the disadvantage that the source program cannot be referenced or modified.

【0008】[0008]

【課題を解決するための手段】本発明のエラーメッセー
ジ表示方式は、コンパイラが補助記憶装置に出力した翻
訳エラー情報ファイルを入力する翻訳エラー情報入力手
段を用いて補助記憶装置に翻訳エラー情報作業ファイル
を作成する翻訳エラー情報作業ファイル作成手段と、翻
訳エラー情報作業ファイルチェイン付け手段を用いて翻
訳エラー情報作業ファイルの翻訳エラー情報を原始プロ
グラムの行番号順に並べかえて翻訳エラー情報を行番号
単位に関連づけて翻訳エラー情報作業ファイルを更新す
る翻訳エラー情報作業ファイル更新手段と、原始プログ
ラム入力手段を用いて補助記憶装置に原始プログラム作
業ファイルを作成する原始プログラム作業ファイル作成
手段と、原始プログラム作業ファイルチェイン付け手段
を用いてその原始プログラム作業ファイル中のプログラ
ム翻訳時にエラーとなった原始プログラムの情報に翻訳
エラー情報作業ファイルのレコード番号を設定して原始
プログラム作業ファイルおよび翻訳エラー情報作業ファ
イルの関連付けを行って更新する翻訳エラー情報関連付
け手段とを用いて、表示プログラムに必要な作業ファイ
ルを完成させて、表示制御プログラムを実行する時に、
翻訳エラー情報作業ファイル名および原始プログラム作
業ファイル名を入力し、表示制御プログラムがエラー情
報表示プログラムと原始プログラム表示プログラムとを
実行し、それぞれのプログラムが画面表示装置の別のウ
インドに翻訳エラー情報と原始プログラムとを表示しな
がら、それぞれのプログラムで表示制御プログラムを介
したプログラム間通信を用いて、表示したい原始プログ
ラムの行番号をプログラム間通信情報として受け渡して
、翻訳エラー情報を中心にして、原始プログラムのエラ
ー箇所および関連する原始プログラムを検索することに
より構成されている。
[Means for Solving the Problems] The error message display method of the present invention uses a translation error information input means for inputting a translation error information file outputted by a compiler to an auxiliary storage device, and stores a translation error information work file in an auxiliary storage device. Sort the translation error information in the translation error information work file in the order of line numbers of the source program using a translation error information work file creation means and a translation error information work file chaining means to associate the translation error information by line number. a translation error information work file update means for updating a translation error information work file using a source program input means; a source program work file creation means for creating a source program work file in an auxiliary storage device using a source program input means; and a source program work file chaining means. The record number of the translation error information work file is set in the information of the source program that caused an error during program translation in the source program work file using a means, and the source program work file and the translation error information work file are associated. When the work file necessary for the display program is completed using the translation error information association means to be updated and the display control program is executed,
Enter the translation error information work file name and the source program work file name, and the display control program executes the error information display program and the source program display program, and each program displays the translation error information in separate windows on the screen display device. While displaying the source program, each program uses inter-program communication via the display control program to pass the line number of the source program to be displayed as inter-program communication information, and displays the source program mainly using translation error information. It consists of searching for program error locations and related source programs.

【0009】[0009]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments Next, embodiments of the present invention will be described with reference to the drawings.

【0010】図1は本発明のエラーメッセージ表示方式
の一実施例を示す構成図である。
FIG. 1 is a block diagram showing an embodiment of the error message display method of the present invention.

【0011】本実施例のエラーメッセージ表示方式は、
原始プログラムファイル1を入力して翻訳するコンパイ
ラ2が出力した翻訳エラー情報ファイル3を翻訳エラー
情報入力手段4を用いて読出して、補助記憶装置に翻訳
エラー情報作業ファイル5として作成し、翻訳情報エラ
ー作業ファイルチェイン付け手段6を用いて翻訳エラー
情報作業ファイル5内のレコードのチェイン付けを行っ
て更新する。
The error message display method of this embodiment is as follows:
The translation error information file 3 output by the compiler 2 that inputs and translates the source program file 1 is read out using the translation error information input means 4, and created as a translation error information work file 5 in the auxiliary storage device, and the translation error information file 3 is outputted by the compiler 2 that inputs and translates the source program file 1. Using the work file chaining means 6, records in the translation error information work file 5 are chained and updated.

【0012】次に、原始プログラム入力手段7を用いて
原始プログラムファイル1を入力して補助記憶装置に原
始プログラム作業ファイル8を作成し、原始プログラム
作業ファイルチェイン付け手段9を用いて原始プログラ
ム作業ファイル8内のチェイン付けを行って更新する。
Next, the source program input means 7 is used to input the source program file 1 to create a source program work file 8 in the auxiliary storage device, and the source program work file chaining means 9 is used to create the source program work file 1. 8 and update the chain.

【0013】次に、翻訳エラー情報と原始プログラムと
の関連付けをするために、翻訳エラー情報関連付け手段
10で原始プログラム作業ファイル8と翻訳エラー情報
作業ファイル5との関連付けを、原始プログラムの行番
号をもとに、各々のレコード番号で関連付けをして、翻
訳エラー情報作業ファイル5と原始プログラム作業ファ
イル8とを最終的に表示するために必要となる情報を各
々に設定してチェイン付けを行う。
Next, in order to associate the translation error information with the source program, the translation error information association means 10 associates the source program work file 8 with the translation error information work file 5 by using line numbers of the source program. Based on this, the translation error information work file 5 and the source program work file 8 are linked by their respective record numbers, and information necessary for finally displaying them is set and chained.

【0014】次に、翻訳エラー情報,原始プログラムを
参照するために、表示制御プログラム11を実行する。 このときに翻訳エラー情報と原始プログラムとが格納さ
れている作業ファイル名を入力指定し、表示制御プログ
ラム11が、エラー情報表示プログラム12と原始プロ
グラム表示プログラム13とを実行して画面表示装置1
4にそれぞれのプログラムが別のウインドとして、翻訳
エラー情報および原始プログラムを表示する。
Next, the display control program 11 is executed in order to refer to the translation error information and the source program. At this time, the name of the work file in which the translation error information and the source program are stored is input and specified, and the display control program 11 executes the error information display program 12 and the source program display program 13 to display the screen display device 1.
4, each program displays translation error information and the source program in separate windows.

【0015】図2は本実施例で表示制御プログラム11
により実行されたエラー情報表示プログラム12および
原始プログラム表示プログラム13で表示した直後の表
示画面の一例を示す図である。また、図3は図2で行番
号001000を指示して関係する翻訳エラー情報を示
した表示画面の一例を示す図である。
FIG. 2 shows the display control program 11 in this embodiment.
FIG. 3 is a diagram showing an example of a display screen immediately after being displayed by the error information display program 12 and the source program display program 13 executed by. Further, FIG. 3 is a diagram showing an example of a display screen in which line number 001000 in FIG. 2 is specified and related translation error information is shown.

【0016】図2の状態でエラー表示プログラムの行番
号001000の原始プログラムを参照したいときには
、エラー表示ウインドのカーソルを001000に位置
付けて実行キーを押下すると、図3に示すように、原始
プログラムウインドは、行番号001000の位置から
原始プログラムを表示する。このときには、エラー情報
表示プログラム12は、行番号001000と翻訳エラ
ー情報作業ファイル5のレコードに設定されている原始
プログラム作業ファイル8のレコード番号とをプログラ
ム間通信を用いて表示制御プログラム11に送信するの
で、情報を受信した表示制御プログラム11は、原始プ
ログラム表示プログラム13に対して、行番号と原始プ
ログラム作業ファイル8のレコード番号とをプログラム
通信を用いて送信することにより、受信した原始プログ
ラム表示プログラム13は、受信した行番号と原始プロ
グラム作業ファイル8のレコード番号とから図3に示す
ように原始プログラムウインドを表示する。
If you want to refer to the source program at line number 001000 of the error display program in the state shown in FIG. 2, position the cursor on the error display window to 001000 and press the execute key, and the source program window will open as shown in FIG. , the source program is displayed starting from line number 001000. At this time, the error information display program 12 sends the line number 001000 and the record number of the source program work file 8 set in the record of the translation error information work file 5 to the display control program 11 using inter-program communication. Therefore, the display control program 11 that has received the information transmits the line number and the record number of the source program work file 8 to the source program display program 13 using program communication. 13 displays a source program window as shown in FIG. 3 from the received line number and the record number of the source program work file 8.

【0017】図4は図3の状態で実行キーを押すことに
よりエラー情報を持つ行番号を示す状態に推移した表示
画面の一例を示す図である。
FIG. 4 is a diagram showing an example of a display screen that changes to a state showing a line number having error information by pressing the execution key in the state shown in FIG.

【0018】図3の状態で原始プログラムウインドで表
示されている現在位置で実行キーを押下すると、エラー
表示ウインドは図4に示すように表示される。このよう
に、いずれかのウインド上で選択することにより、エラ
ーとなった原始プログラムの位置やエラーとなているも
っとも近い原始プログラムの行を参照することが可能と
なる。
When the execution key is pressed at the current position displayed in the source program window in the state shown in FIG. 3, the error display window is displayed as shown in FIG. In this way, by selecting on any window, it becomes possible to refer to the position of the source program in which the error occurred or the line of the source program that is closest to the source program in error.

【0019】すなわち、エラー表示ウインドで選択され
た場合には、エラー情報表示プログラム12がエラー表
示制御プログラム11に情報として行番号と原始プログ
ラム作業ファイル8のレコード番号とをプログラム間通
信で送信して、受信した表示制御プログラム11がプロ
グラム間通信で送信して、受信した原始プログラム表示
プログラム13が受信した情報をもとに表示要求となる
行番号の位置から原始プログラムウインドに表示する。 このようにプログラム間通信を用いることにより表示制
御プログラム11を介して自由に表示を行うことができ
る。
That is, when selected in the error display window, the error information display program 12 sends the line number and the record number of the source program work file 8 as information to the error display control program 11 through inter-program communication. The received display control program 11 transmits the information through inter-program communication, and the received source program display program 13 displays the received information in the source program window starting from the position of the line number that is the display request. By using inter-program communication in this manner, display can be freely performed via the display control program 11.

【0020】図5は本実施例の翻訳エラー情報作業ファ
イル5のレコードフォーマットの一例を示す図である。
FIG. 5 is a diagram showing an example of the record format of the translation error information work file 5 of this embodiment.

【0021】図5に示すように、翻訳エラー情報作業フ
ァイル5は、レコードの構成としては、自身のレコード
番号,原始プログラムの行番号,エラーメッセージ,原
始プログラム作業ファイル8のレコード番号,自身のレ
コードの前のレコード番号である前レコード番号,自身
のレコードの次のレコード番号である後レコード番号か
ら構成されている。また、自身のレコードが翻訳エラー
情報作業ファイル5の先頭レコードである場合には、前
レコード番号に0が、自身のレコードが最終のレコード
である場合には、後レコード番号に0が設定されている
As shown in FIG. 5, the translation error information work file 5 has a record structure including its own record number, line number of the source program, error message, record number of the source program work file 8, and its own record. It consists of a previous record number, which is the record number before the current record, and a subsequent record number, which is the record number following the own record. Additionally, if your own record is the first record of the translation error information work file 5, 0 is set in the previous record number, and if your own record is the last record, 0 is set in the subsequent record number. There is.

【0022】図6は本実施例の原始プログラム作業ファ
イル8のレコードフォーマットの一例を示す図である。
FIG. 6 is a diagram showing an example of the record format of the source program work file 8 of this embodiment.

【0023】図6に示すように、原始プログラム作業フ
ァイル8は、レコードの構成としては、自身のレコード
番号,原始プログラムの行番号,原始プログラムテキス
ト,翻訳エラー情報作業ファイルのレコード番号,自身
のレコードの前のレコード番号である前レコード番号,
自身の次のレコード番号である後レコード番号から構成
されている。また、自身のレコードが原始プログラム作
業ファイル8の先頭レコードである場合には、前レコー
ド番号に0が、自身のレコードが最終のレコードである
場合には、後レコード番号に0が設定されている。
As shown in FIG. 6, the source program work file 8 has a record structure including its own record number, line number of the source program, source program text, record number of the translation error information work file, and its own record. the previous record number, which is the previous record number,
It consists of the next record number, the next record number. Additionally, if the own record is the first record of the source program work file 8, 0 is set in the previous record number, and if the own record is the last record, 0 is set in the next record number. .

【0024】図7は本実施例で翻訳エラー情報関連付け
手段10により更新された結果の翻訳エラー情報作業フ
ァイル5と原始プログラム作業ファイル8との関連の一
例を示す図である。
FIG. 7 is a diagram showing an example of the relationship between the translation error information work file 5 updated by the translation error information association means 10 and the source program work file 8 in this embodiment.

【0025】図7に示すように、2つのファイルは独立
して存在するが、翻訳エラー情報作業ファイル5からの
原始プログラムファイル8への関連は、図7の翻訳エラ
ー情報作業ファイル5の各レコードの原始プログラム作
業ファイル8のレコード番号で関連付けされ、逆に、原
始プログラム作業ファイル8からは各レコードの翻訳エ
ラー情報作業ファイル5のレコード番号で関連付けされ
ている。
As shown in FIG. 7, the two files exist independently, but the relationship from the translation error information work file 5 to the source program file 8 is as follows for each record of the translation error information work file 5 in FIG. The source program work file 8 is associated with the record number of the source program work file 8, and conversely, each record from the source program work file 8 is associated with the record number of the translation error information work file 5.

【0026】[0026]

【発明の効果】以上説明したように、本発明のエラーメ
ッセージ表示方式は、画面表示装置に別のウインドとし
て、原始プログラムと翻訳エラー情報とを表示して参照
しながら、同時に参照している翻訳エラー情報と同じ行
番号を持つ原始プログラムとを表示して参照することが
できるので、翻訳エラー情報を中心として、原始プログ
ラムを参照したり修正したりすることが可能となり、プ
ログラム翻訳時にエラーになった原始プログラムのエラ
ー原因を取り除く際に、プログラム翻訳時にエラーにな
った原始プログラムの参照および修正が容易になるとい
う効果を有している。
[Effects of the Invention] As explained above, the error message display method of the present invention allows the source program and the translation error information to be displayed and referenced as separate windows on the screen display device, while the translation error information is simultaneously referenced. Since you can display and refer to the error information and the source program that has the same line number, you can refer to and modify the source program based on the translation error information, and if an error occurs during program translation. This has the effect that when removing the cause of an error in a source program, it becomes easier to refer to and correct the source program that caused the error during program translation.

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

【図1】本発明のエラーメッセージ表示方式の一実施例
を示す構成図である。
FIG. 1 is a configuration diagram showing an embodiment of an error message display method of the present invention.

【図2】本実施例でエラー表示プログラム,原始プログ
ラム表示プログラムが表示制御プロウラムにより実行さ
れた直後の表示画面の一例を示す図である。
FIG. 2 is a diagram showing an example of a display screen immediately after an error display program and a source program display program are executed by a display control program in this embodiment.

【図3】図2で行番号001000の原始プログラムを
指示して関係する翻訳エラー情報を示した表示画面の一
例を示す図である。
FIG. 3 is a diagram showing an example of a display screen that indicates the source program at line number 001000 in FIG. 2 and shows related translation error information.

【図4】図3の状態で実行キーを押すことによりエラー
情報を持つ行番号を示す状態に推移した表示画面の一例
を示す図である。
4 is a diagram showing an example of a display screen that changes to a state showing a line number having error information by pressing an execution key in the state shown in FIG. 3; FIG.

【図5】本実施例の翻訳エラー情報作業ファイル5のレ
コードフォーマットの一例を示す図である。
FIG. 5 is a diagram showing an example of the record format of the translation error information work file 5 of the present embodiment.

【図6】本実施例の原始プログラム作業ファイル8のレ
コードフォーマットの一例を示す図である。
FIG. 6 is a diagram showing an example of the record format of the source program work file 8 of this embodiment.

【図7】本実施例の翻訳エラー情報作業ファイル5と原
始プログラム作業ファイル8との関連の一例を示す図で
ある。
FIG. 7 is a diagram showing an example of the relationship between the translation error information work file 5 and the source program work file 8 of this embodiment.

【図8】従来のエラーメッセージ表示方式の一例を示す
図である。
FIG. 8 is a diagram showing an example of a conventional error message display method.

【図9】従来の作業ファイル85のレコードフォーマッ
トの一例を示す図である。
FIG. 9 is a diagram showing an example of a record format of a conventional work file 85.

【図10】従来の原始プログラムと翻訳エラー情報とを
表示した表示画面の一例を示す図である。
FIG. 10 is a diagram showing an example of a display screen displaying a conventional source program and translation error information.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  プログラム翻訳時に発生するエラーを
確認する場合に、翻訳対象となった原始プログラムと翻
訳時のエラーになった前記原始プログラムの翻訳エラー
情報とを行番号をもとに並べかえて補助記憶装置に作業
ファイルとして出力し、前記作業ファイルに出力された
前記翻訳エラー情報と前記原始プログラムとを行番号を
もとに関連付けを行い、表示制御プログラムを用いてプ
ログラム間通信を行って前記翻訳エラー情報を一方のウ
インドに表示しながら前記原始プログラムを他方のウイ
ンドに表示することを特徴とするエラーメッセージ表示
方式。
Claim 1: When checking errors that occur during program translation, assistance is provided by rearranging the source program to be translated and the translation error information of the source program that caused the error during translation based on line numbers. The translation error information is output to a storage device as a work file, the translation error information output to the work file is associated with the source program based on the line number, and a display control program is used to perform inter-program communication to complete the translation. An error message display method characterized by displaying error information in one window and displaying the source program in the other window.
JP3079482A 1991-04-12 1991-04-12 Error message display method Pending JPH04314135A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3079482A JPH04314135A (en) 1991-04-12 1991-04-12 Error message display method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3079482A JPH04314135A (en) 1991-04-12 1991-04-12 Error message display method

Publications (1)

Publication Number Publication Date
JPH04314135A true JPH04314135A (en) 1992-11-05

Family

ID=13691116

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3079482A Pending JPH04314135A (en) 1991-04-12 1991-04-12 Error message display method

Country Status (1)

Country Link
JP (1) JPH04314135A (en)

Similar Documents

Publication Publication Date Title
JPH07120285B2 (en) How to use the syntax checker and text editor
JP3206096B2 (en) Input data processing device
JPH0221320A (en) Information processor having help function including editing function
JP2681815B2 (en) Equipment control processor
JPS61210415A (en) Crt key input operating device
JP2929976B2 (en) Comparison and correction method of input circuit diagram of CAD device
JPH07191716A (en) Control device
JPH05181661A (en) General purpose menu system for each user
JPS63228341A (en) Program syntax checking system
JPH0594295A (en) Editing device for plural sub files
JPH01292578A (en) Editing device
JPH05242080A (en) Character processor
JPH05181858A (en) Method and device for editing
JPS60134345A (en) Inputting method of response command
JPH0683683A (en) File name change processing device/method
JPH0410162A (en) Document preparation device
JPS61285525A (en) Command input method
JPH03116223A (en) Screen control method for variable length data input
JPH0457155A (en) Text edit processing device
JPH01302429A (en) Source program editing system
JPH05143545A (en) Instruction selection/execution processing system of plural instructions texts
JPS6376060A (en) Data input processing system
JPS62260219A (en) Reproduction and display system for input data on menu screen
JPH01152535A (en) Program management method and device
JP2002133051A (en) Device for preparing business model