JPH04137128A - Character string input system - Google Patents

Character string input system

Info

Publication number
JPH04137128A
JPH04137128A JP2259748A JP25974890A JPH04137128A JP H04137128 A JPH04137128 A JP H04137128A JP 2259748 A JP2259748 A JP 2259748A JP 25974890 A JP25974890 A JP 25974890A JP H04137128 A JPH04137128 A JP H04137128A
Authority
JP
Japan
Prior art keywords
character string
menu
input
text editor
application program
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
JP2259748A
Other languages
Japanese (ja)
Inventor
Shozo Kondo
近藤 省造
Makoto Imamura
誠 今村
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2259748A priority Critical patent/JPH04137128A/en
Publication of JPH04137128A publication Critical patent/JPH04137128A/en
Pending legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)
  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To reduce the operation work volume for character string input by providing a menu system and a test editor, which edits a character string as the output of this system, to constitute a character string input system. CONSTITUTION:A menu system 1 calls a bit map display device 2 to display menu items and calls a mouse device 3 to wait for input. When a user uses the mouse device 3 to select a menu item, the menu system 1 sends a character string corresponding to the selected item to a text editor 4. The text editor 4 displays the sent character string on a bit map display device 2, and thereafter, the user edits it in accordance with the command inputted from a keyboard 5. The text editor 4 displays the editing process of the character string on the bit map display device 2. The character string whose editing is completed by the text editor 4 is sent to an application program 6, and execution of the application program is started. A series of these processings are executed repeatedly through discrimination of the end.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、計算機システムにおける文字列の入力方式に
係わり、特にメニューから選択した文字列を応用プログ
ラムへの入力とする文字列入力方式に関するものである
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a character string input method in a computer system, and particularly to a character string input method in which a character string selected from a menu is input to an application program. It is.

[従来の技術] 従来の文字列入力方式を用いた計算機システムの例を図
に基づいて説明する。第4図は第1の従来例を示した図
であり、利用者がキーボード5から入力した文字列を直
接、応用プログラム6への入力とするシステムの構成図
で、lOは入力された文字列等を表示するデイスプレィ
装置である。
[Prior Art] An example of a computer system using a conventional character string input method will be explained based on the drawings. FIG. 4 is a diagram showing the first conventional example, and is a block diagram of a system in which a character string input by the user from the keyboard 5 is directly input to the application program 6, where lO is the input character string. It is a display device that displays the following information.

第5図は第2の従来例を示した図であり、利用者がメニ
ュー・システム1で選択したメニュー項目に対応する文
字列を応用プログラム6への入力とするシステムの構成
図で、2はメニュー項目等を表示するビットマツプ・デ
イスプレィ、3は表示されたメニュー項目を選択するマ
ウス装置である。第6図は第3の従来例を示した図で、
メニュー項目の一部に文字列が入力できるように、メニ
ュー・システム1内部にテキスト・バッファ11を持た
せたシステムの構成図である。
FIG. 5 is a diagram showing a second conventional example, and is a block diagram of a system in which the character string corresponding to the menu item selected by the user in the menu system 1 is input to the application program 6; A bitmap display displays menu items, etc., and 3 is a mouse device for selecting displayed menu items. FIG. 6 is a diagram showing the third conventional example,
1 is a configuration diagram of a system in which a text buffer 11 is provided inside a menu system 1 so that character strings can be input into some of the menu items.

次に動作について説明する。Next, the operation will be explained.

第1の従来方式(第4図)では、応用プログラムロへの
文字列入力は文字列の先頭から入力しなければならない
。応用プログラム6がそれまでに人力された文字列を履
歴情報として保存している場合でも、履歴情報を1つ1
つ遡らねば再利用したい文字列を復元できない。
In the first conventional method (FIG. 4), character strings must be input from the beginning of the character string to the application program. Even if the application program 6 saves the character strings that have been entered manually as history information, the history information can be saved one by one.
You cannot restore the string you want to reuse unless you go back in time.

第2の従来方式(第5図)では、応用プログラム6への
入力はメニュー・システム1が表示するメニュー項目に
対応した文字列に限定される。即ち、予め決められた文
字列しか入力できない。
In the second conventional method (FIG. 5), input to the application program 6 is limited to character strings corresponding to menu items displayed by the menu system 1. That is, only predetermined character strings can be input.

第3の従来方式(第6図)では、特定のメニュー項目を
選択するとテキスト・バッファ11が呼び出され、テキ
スト・バッファ11を通じてメニュー項目に対応しない
文字列の入力を可能とする。入力された文字列は、選択
された特定のメニュー項目に対応する文字列として、メ
ニュー・システム1から出力される。しかし、文字列の
入力はテキスト・バッファ11から行うため、利用者は
常に文字列を先頭から入力しなければならなし)、l また、第2の従来方式では利用者がメニューの選択でし
か人力できないため、複雑な内容の入力を必要とするシ
ステムの場合、システム設計者はメニュー項目の詳細な
場合分けをしておく必要がある。それに伴って、表示さ
れるメニュー項目数の増加やメニューの階層化による利
用者の操作作業量の増大が避けられなくなっている。
In the third conventional method (FIG. 6), when a specific menu item is selected, the text buffer 11 is called up, and it is possible to input a character string that does not correspond to the menu item through the text buffer 11. The input character string is output from the menu system 1 as a character string corresponding to the selected specific menu item. However, since the character string is input from the text buffer 11, the user must always input the character string from the beginning).In addition, in the second conventional method, the user can only manually input the character string by selecting it from the menu. Therefore, in the case of a system that requires input of complex contents, the system designer must make a detailed case for menu items. Along with this, an increase in the number of displayed menu items and the layering of menus inevitably increases the amount of operation work for users.

[発明が解決しようとする課題] このように従来の文字列入力方式では、計算機システム
の利用者は、予め決められた文字列しか入力できないか
、あるいは文字列を先頭から入力しなければならないと
いう問題点があった。
[Problems to be Solved by the Invention] As described above, in the conventional character string input method, the user of the computer system is either only able to input a predetermined character string, or has to input the character string from the beginning. There was a problem.

この発明は上記のような問題点を解消するためになされ
たもので、メニュー・システムの持つ操作性のよさを生
かしながら、豊富な種類の文字列を少ない操作作業量で
入力できる文字列入力方式を提供することを目的とする
This invention was made to solve the above-mentioned problems, and it is a character string input method that makes it possible to input a wide variety of character strings with a small amount of operation work while taking advantage of the ease of operation of the menu system. The purpose is to provide

[課題を解決するための手段] この発明に係る文字列入力方式は、メニュー項目の画面
上への表示と利用者によるメニュー項目の選択を可能と
するメニュー・システムと、文字列の編集を可能とする
テキスト・エディタとを連結し、メニュー・システムの
出力である文字列をテキスト・エディタにより修正を施
して応用プログラムへの入力とすることを特徴とするも
のである。
[Means for Solving the Problems] A character string input method according to the present invention includes a menu system that allows menu items to be displayed on a screen and allows a user to select a menu item, and a character string that can be edited. The system is characterized in that the text editor is connected to a text editor, and the character strings output from the menu system are modified by the text editor and used as input to the application program.

[作用] この発明においては、上記のような手段を用いることに
より、メニュー項目に直接対応しない文字列でも、メニ
ュー・システムによるメニュー項目の選択とテキスト・
エディタによる後編集で容易に入力できる。
[Operation] By using the above-described means, the present invention allows the menu system to select menu items and text/text strings that do not directly correspond to menu items.
It can be easily entered by post-editing using an editor.

[実施例コ 以下、この発明の一実施例を図に基づいて説明する。[Example code] Hereinafter, one embodiment of the present invention will be described based on the drawings.

第1図は本発明による文字列入力方式を用いた計算機シ
ステムの一実施例を示す構成図である。
FIG. 1 is a block diagram showing an embodiment of a computer system using a character string input method according to the present invention.

図において、1はメニュー項目の画面上への表示と利用
者によるメニュー項目の選択を可能とするメニュー・シ
ステム、2はメニュー・システム1から送られてきたメ
ニュー項目を表示するビットマツプ・デイスプレィ、3
はビットマツプ・デイスプレィ2によって表示されたメ
ニュー項目を選択するマウス装置、4はその入力にメニ
ュー・システム1の出力が連結され、選“択されたメニ
ュー項目に対応してメニュー・システム1から出力され
る文字列を編集するテキスト・エディタ、5はテキスト
・エディタ4へのコマンドや文字列を入力するキーボー
ド、6はテキスト・エディタ4から出力される文字列を
入力とする応用プログラムである。
In the figure, 1 is a menu system that displays menu items on the screen and allows the user to select menu items, 2 is a bitmap display that displays menu items sent from menu system 1, and 3
4 is a mouse device for selecting a menu item displayed by the bitmap display 2; 4 is an input to which the output of the menu system 1 is connected; and 4 is an output from the menu system 1 corresponding to the selected menu item; 5 is a keyboard for inputting commands and character strings to the text editor 4; 6 is an application program that inputs character strings output from the text editor 4;

次に動作について説明する。Next, the operation will be explained.

第2図は実施例の処理の流れの概要を示したフローチャ
ートである。ステップS1でメニュー・システム1は、
ビットマツプ・デイスプレィ2を呼び出してメニュー項
目を表示し、マウス装置3を呼び出して入力待ちとなる
。ステップS2で利用者がマウス装置3を使ってメニュ
ー項目を選択すると、メニュー・システム1は選択され
た項目に対応した文字列をテキスト・エディタ4に送る
。ステップS3でテキスト・エディタ4は、送られでき
た文字列をビットマツプ・デイスプレィ2に表示し、こ
の後、利用者がキーボード5がら入力したコマンドに従
って編集する。テキスト・エディタ4は文字列の編集過
程をビットマツプ・デイスプレィ2に表示する。テキス
ト・エディタ4での編集が完了した文字列は応用プログ
ラム6へ送られ、ステップS4の応用プログラムの実行
に移る。このような一連の処理がステップs5の終了判
定を経て繰り返し実行される。
FIG. 2 is a flowchart showing an overview of the processing flow of the embodiment. In step S1, menu system 1:
The bitmap display 2 is called up to display menu items, and the mouse device 3 is called up to wait for input. When the user selects a menu item using the mouse device 3 in step S2, the menu system 1 sends a character string corresponding to the selected item to the text editor 4. In step S3, the text editor 4 displays the sent character string on the bitmap display 2, and then edits it according to the command input by the user from the keyboard 5. The text editor 4 displays the character string editing process on the bitmap display 2. The character string that has been edited by the text editor 4 is sent to the application program 6, and execution of the application program proceeds to step S4. Such a series of processes is repeatedly executed after the end determination is made in step s5.

第3図は、この実施例によって実現する文字列の入力過
程の一例を示した図である。第3図において、7はビッ
トマツプ・デイスプレィ2に表示されるメニュー項目リ
ストである。ここで、利用者が2段目のメニュー項目を
選択すると、そのメニュー項目に対応した文字列8がテ
キスト・エディタ4への入力文字列となる。利用者は、
テキスト・エディタ4で入力文字列8のFOOの部分を
児■ρに置き換えてメニュー項目リストアにない新たな
文字列9を得る。この時点で編集作業を終了すると、応
用プログラム6への入力文字列として文字列9が送られ
る。
FIG. 3 is a diagram showing an example of a character string input process realized by this embodiment. In FIG. 3, 7 is a menu item list displayed on the bitmap display 2. In FIG. Here, when the user selects a menu item on the second level, the character string 8 corresponding to that menu item becomes the input character string to the text editor 4. The user is
The text editor 4 replaces the FOO part of the input string 8 with the character ■ρ to obtain a new string 9 that is not in the menu item restore. When the editing work is completed at this point, the character string 9 is sent as an input character string to the application program 6.

なお、上記実施例では、メニュー項目や文字列の表示装
置としてビットマツプ・デイスプレィ2を、メニュー項
目の選択装置としてマウス装置3を使用しているが、こ
の他の表示装置や選択装置を使用した場合にも上記実施
例と同様の効果を奏する。
In the above embodiment, the bitmap display 2 is used as a display device for menu items and character strings, and the mouse device 3 is used as a menu item selection device, but if other display devices or selection devices are used. The same effects as in the above embodiment can also be achieved.

また、テキスト・エディタ4にカナ漢字変換機能を持た
せることにより、日本語の文字列の入力も可能となる。
Furthermore, by providing the text editor 4 with a kana-kanji conversion function, it becomes possible to input Japanese character strings.

更に、テキスト・エディタ4と応用プログラム6の間に
パーザと辞書から構成される構文解析プログラムを挿入
することにより、日本語や英語などの自然言語による応
用プログラム6への入力方式を実現することも可能とな
る。
Furthermore, by inserting a syntax analysis program consisting of a parser and a dictionary between the text editor 4 and the application program 6, it is also possible to realize an input method to the application program 6 in a natural language such as Japanese or English. It becomes possible.

[発明の効果] 以上のように本発明によれば、メニュー・システムとそ
の出力である文字列を編集するテキスト・エディタとを
備えて構成したので、利用者が入力したいと考えている
文字列に類似したものをメニューから選択し、それをテ
キスト・エディタで編集して応用プログラムへの入力と
することが可能となり、文字列入力における操作作業量
の減少という効果が得られる。
[Effects of the Invention] As described above, according to the present invention, the menu system is configured to include a text editor for editing the character string output from the menu system, so that the character string that the user wants to input can be edited. It becomes possible to select something similar to `` from the menu, edit it with a text editor, and use it as input to the application program, which has the effect of reducing the amount of operation work required for inputting character strings.

また、メニュー項目に応用プログラムへの典型的な入力
文字列の例を整備しておけば、応用プログラムへ入力可
能な文字列の文法(シンタックス)の利用者による習得
も不要になるという効果がある。その際、テキスト・エ
ディタによって変更可能な部分に対して反転表示1色付
け、下線や斜線引きを施せば、より高い効果が得られる
Additionally, by providing examples of typical character strings input to application programs in menu items, it is possible to eliminate the need for users to learn the syntax of character strings that can be input to application programs. be. In this case, a higher effect can be obtained by highlighting the parts that can be changed using a text editor, highlighting them in one color, underlining them, or adding diagonal lines to them.

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

第1図はこの発明の一実施例による文字列入力方式を用
いた計算機システムの構成を示すブロック図、第2図は
この実施例における処理の流れの概要を示すフローチャ
ート、第3図はこの実施例によって実現する文字列の入
力過程の一例を示した図、第4図と第5図と第6図は従
来の文字列入力方式を用いた計算機システムの構成を示
すブロック図である。 1はメニュー・システム、2はビットマツプ・デイスプ
レィ、3はマウス装置、4はテキスト・エディタ、5は
キーボード、6は応用プログラム、7はメニュー項目リ
スト、8,9は文字列。 なお、図中、同一符号は同一、又は相当部分を示す。 代理人  弁理士  宮 園 純 第2図 第3図 第4図 手 続 補 正 −(自発) 平成 3年 /月ノア日
FIG. 1 is a block diagram showing the configuration of a computer system using a character string input method according to an embodiment of the present invention, FIG. 2 is a flowchart showing an overview of the processing flow in this embodiment, and FIG. 4, 5, and 6 are block diagrams showing the configuration of a computer system using a conventional character string input method. 1 is a menu system, 2 is a bitmap display, 3 is a mouse device, 4 is a text editor, 5 is a keyboard, 6 is an application program, 7 is a menu item list, and 8 and 9 are character strings. In addition, in the figures, the same reference numerals indicate the same or equivalent parts. Agent Patent Attorney Jun Miyazono Figure 2 Figure 3 Figure 4 Procedure Amendment - (Voluntary) 1991/Monday Noah Date

Claims (1)

【特許請求の範囲】[Claims] メニュー項目の画面上への表示と利用者によるメニュー
項目の選択を可能とするメニュー・システムと、文字列
を利用者からの入力とする応用プログラムとを有する計
算機システムにおいて、文字列の編集を可能とするテキ
スト・エディタを備えるとともに、上記メニュー・シス
テムの出力をテキスト・エディタの入力に連結し、メニ
ュー・システムの出方である文字列をテキスト・エディ
タにより修正を施して応用プログラムへの入力とするこ
とを特徴とする文字列入力方式。
Enables editing of character strings in a computer system that has a menu system that displays menu items on the screen and allows the user to select menu items, and an application program that accepts character strings as input from the user. It also has a text editor that connects the output of the menu system to the input of the text editor, modifies the character string that is output from the menu system with the text editor, and inputs it to the application program. A character string input method that is characterized by the following.
JP2259748A 1990-09-28 1990-09-28 Character string input system Pending JPH04137128A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2259748A JPH04137128A (en) 1990-09-28 1990-09-28 Character string input system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2259748A JPH04137128A (en) 1990-09-28 1990-09-28 Character string input system

Publications (1)

Publication Number Publication Date
JPH04137128A true JPH04137128A (en) 1992-05-12

Family

ID=17338405

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2259748A Pending JPH04137128A (en) 1990-09-28 1990-09-28 Character string input system

Country Status (1)

Country Link
JP (1) JPH04137128A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01126713A (en) * 1987-11-11 1989-05-18 Nec Corp Device for editing picture information
JPH0261715A (en) * 1988-08-26 1990-03-01 Nec Corp Command interpreter with memory function
JPH03166642A (en) * 1989-11-27 1991-07-18 Nec Corp Method and device for inputting text

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01126713A (en) * 1987-11-11 1989-05-18 Nec Corp Device for editing picture information
JPH0261715A (en) * 1988-08-26 1990-03-01 Nec Corp Command interpreter with memory function
JPH03166642A (en) * 1989-11-27 1991-07-18 Nec Corp Method and device for inputting text

Similar Documents

Publication Publication Date Title
US4829423A (en) Menu-based natural language understanding system
JPH09134282A (en) Program generation method
JPS63181033A (en) Automatic program generating system
CN113886362A (en) Data storage system and storage method based on workflow engine and low-code platform
EP0118187A1 (en) Menu-based natural language understanding system
US5812981A (en) Method of creating a data item object suitable for an application from a standard object oriented part
JPH04137128A (en) Character string input system
WO1995000902A1 (en) Dynamic browser system
JPH1055339A (en) On-line business processing system
JPH09265431A (en) Method and device for editing document, and client device including the device
JPS61105630A (en) Command inputting system
JPH0760363B2 (en) Method for automatically creating user-defined commands
JPH04238534A (en) Item unit type picture input/output controlling system
JP2001134423A (en) Method for outputting picture information of new system using interactive existing system
JP3624447B2 (en) Component generation source program generation device
JP3013402B2 (en) Machine translation equipment
JPS62145424A (en) Program managing method
JPH11272524A (en) Data converter and storage medium
JPH0281267A (en) Method of screen generation
JPH05334065A (en) Device and method for supporting computer program development
JPH02224064A (en) Machine translation system
JPH0863477A (en) Electronic equipment
JPH04367073A (en) Grammar preparing supporting method in machine translation system
JPH03266117A (en) Jcl generation support device
Spais et al. An enhanced tool for implementing Dialogue Forms in Conversational Applications