JP2011128864A - Data processor, and data processing method and program - Google Patents
Data processor, and data processing method and program Download PDFInfo
- Publication number
- JP2011128864A JP2011128864A JP2009286413A JP2009286413A JP2011128864A JP 2011128864 A JP2011128864 A JP 2011128864A JP 2009286413 A JP2009286413 A JP 2009286413A JP 2009286413 A JP2009286413 A JP 2009286413A JP 2011128864 A JP2011128864 A JP 2011128864A
- Authority
- JP
- Japan
- Prior art keywords
- text
- editing window
- paste
- data processing
- 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
Links
Images
Landscapes
- User Interface Of Digital Computer (AREA)
- Document Processing Apparatus (AREA)
Abstract
【課題】テキスト文字列のコピーアンドペーストを的確に実行するとともに、誤操作を防止する。
【解決手段】改行コードを含むテキスト文字列のコピー処理を実行し、コピー処理をした改行コードを含むテキスト文字列のペーストの実行処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列をすべて編集用ウインドウに表示する。そして、編集用ウインドウ上に表示されているコマンドを選択して、編集用ウインドウに表示されたテキスト文字列のペーストの実行処理を行う。
【選択図】図2An object of the present invention is to accurately copy and paste a text character string and to prevent erroneous operation.
An editing window that is a temporary buffer when a copy instruction of a text string including a line feed code is executed, and a user instructs execution of pasting the text string including the line feed code that has been copied. All the text strings that are formed in the screen and are subject to copy processing are displayed in the editing window. Then, the command displayed on the editing window is selected, and the text character string displayed on the editing window is pasted.
[Selection] Figure 2
Description
本発明は、コピーアンドペーストを実行するデータ処理装置、データ処理方法およびプログラムに関し、特に、テキスト文字列のコピーアンドペーストを的確に実行できるデータ処理装置、データ処理方法およびプログラムに関する。 The present invention relates to a data processing apparatus, a data processing method, and a program that execute copy and paste, and more particularly, to a data processing apparatus, a data processing method, and a program that can accurately execute copy and paste of a text character string.
従来より、マウスにより、改行コードを含むテキスト文字列をコピーし、ペースト操作を行うことは可能であったが、コピーバッファ内の改行コードがリターンキーと解釈され、そのために、意図しない複数のコマンドが実行されてしまうケースがあり、誤操作の原因となっていた。 Previously, it was possible to copy a text string including a line feed code with the mouse and perform a paste operation. However, the line feed code in the copy buffer is interpreted as a return key, so multiple unintended commands May be executed, causing incorrect operation.
そのため、コピー&ペースト操作を、間違いなく、かつ非常に簡易に実行できるようにするために、1回の特定操作で、過去に選択指示(コピー指示)したデータがコンテキスト依存メニュー内で表示されるようにし、ユーザがそのときの画面上の作業領域の近辺で過去のコピー内容を確認できるようにする。また、そのデータを選択することで貼付操作(ペースト)が実行できるようにすることで、非常に簡易に、かつ間違いなくペーストできるようにする。記憶部に順次記憶されたデータのうちで、最新のコピーデータを、コンテキスト依存メニュー内の先頭項目として表示させる技術が開示されている(例えば、特許文献1参照。)。 Therefore, in order to be able to execute the copy and paste operation without fail and very easily, the data selected in the past (copy instruction) in one specific operation is displayed in the context-dependent menu. Thus, the user can confirm past copy contents in the vicinity of the work area on the screen at that time. In addition, by making the pasting operation (paste) possible by selecting the data, it is possible to paste very easily and definitely. A technique for displaying the latest copy data among the data sequentially stored in the storage unit as the first item in the context-dependent menu is disclosed (for example, see Patent Document 1).
また、文字列のペースト能力を格段に高めることができ、さらに、コピーした文字列データを過去に溯って確認することを目的として、文字列データの一時記憶領域を有する第1のメモリと、複数の文字列データを格納し得るメモリ領域を有する第2のメモリと、第2のメモリの文字列データを文字列として表示する表示手段と、文字列のコピー指令を出力するとともに、表示手段の表示画面を利用してペースト指令を出力する処理指令手段と、処理指令手段のコピー指令に応じて、コピー対象の文字列データを、第1のメモリを作業領域として、第2のメモリに格納するとともに共に、処理指令手段のペースト指令に応じて、第1のメモリに一時記憶された文字列データおよび第2のメモリに格納された文字列データのいずれか一方又は両方を随時選択してペースト文字列を連続的に出力する入出力制御手段とを備えるデータ処理装置が開示されている(例えば、特許文献2参照。)。 In addition, a first memory having a temporary storage area for character string data, a plurality of character strings can be pasted for the past, and for the purpose of confirming copied character string data over the past, A second memory having a memory area capable of storing the character string data, display means for displaying the character string data in the second memory as a character string, a copy instruction for the character string, and display on the display means A processing command means for outputting a paste command using a screen, and in response to a copy command from the processing command means, character string data to be copied is stored in a second memory using the first memory as a work area. Both of the character string data temporarily stored in the first memory and the character string data stored in the second memory in accordance with the paste command of the processing command means, or both Data processing apparatus including input and output control means for outputting continuously the paste string selected at any time has been disclosed (e.g., see Patent Document 2.).
さらに、1度文字列をカットすると、後は所望のカ所へのペースト操作だけで、文字列をペーストできるように、カットした文字列を記憶し、ペーストが指示されると記憶されている文字列を指定されたペースト部分にペーストする技術が開示されている(例えば、特許文献3参照。)。 Furthermore, once the character string is cut, the cut character string is stored so that the character string can be pasted only by a paste operation to a desired place. The character string stored when the paste is instructed. Has been disclosed (see, for example, Patent Document 3).
しかしながら、特許文献1に記載の技術では、過去にコピーをしたテキスト文字列については、効果があるものの、今、まさに、コピーアンドペーストを行おうとしているテキスト文字列には、適用できないという問題がある。また、特許文献2に記載の技術についても、過去にコピーアンドペーストしたテキスト文字列のペースト能力を高めることは可能であるが、今、まさに、コピーアンドペーストを行おうとしているテキスト文字列が適切なテキスト文字列であるか否かについては、対応することができないという問題がある。さらに、特許文献3に記載の技術についても、過去にコピーした文字列において、1度文字列をカットすると、後は所望のカ所へのペースト操作だけで、ペースト処理を行うことができる効果があるものの、今、まさに、コピーアンドペーストを行おうとしているテキスト文字列が適切なテキスト文字列であるか否かについては、対応することができないという問題がある。 However, although the technique described in Patent Document 1 is effective for a text string copied in the past, it cannot be applied to a text string to be copied and pasted. is there. Also, with the technique described in Patent Document 2, it is possible to enhance the pasting ability of text strings copied and pasted in the past, but now the text strings that are to be copied and pasted are appropriate. There is a problem that it is not possible to cope with whether or not the text string is a correct character string. Furthermore, the technique described in Patent Document 3 also has an effect that if a character string is cut once in a character string copied in the past, the paste processing can be performed only by a paste operation to a desired place thereafter. However, there is a problem that it is not possible to cope with whether or not the text string to be copied and pasted is an appropriate text string.
そこで、本発明は、上述の課題に鑑みてなされたものであり、テキスト文字列のコピーアンドペーストを的確に実行するとともに、誤操作を防止するデータ処理装置、データ処理方法およびプログラムを提供することを目的とする。 Therefore, the present invention has been made in view of the above-described problems, and provides a data processing device, a data processing method, and a program for accurately executing copy and paste of a text character string and preventing erroneous operation. Objective.
本発明は、上記の課題を解決するために、以下の事項を提案している。なお、理解を容易にするために、本発明の実施形態に対応する符号を付して説明するが、これに限定されるものではない。 The present invention proposes the following matters in order to solve the above problems. In addition, in order to make an understanding easy, although the code | symbol corresponding to embodiment of this invention is attached | subjected and demonstrated, it is not limited to this.
(1)本発明は、テキスト文字列のコピー処理およびペースト処理が可能なデータ処理装置であって、改行コードを含む前記テキスト文字列のコピー処理を実行し、コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列のすべてを編集用ウインドウに表示する編集用ウインドウ表示手段を備えたことを特徴とするデータ処理装置を提案している。 (1) The present invention is a data processing apparatus capable of copying and pasting a text character string, and includes the line feed code obtained by executing the copy process of the text character string including the line feed code. When the user gives an instruction for text string paste processing, an editing window is formed on the screen as a temporary buffer, and all of the text strings to be copied are displayed in the editing window. A data processing apparatus characterized by comprising a window display means has been proposed.
この発明によれば、編集用ウインドウ表示手段は、改行コードを含むテキスト文字列のコピー処理を実行し、コピー処理をした改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列のすべてを編集用ウインドウに表示する。したがって、ユーザは、編集用ウインドウ内のテキスト文字列を確認することにより、誤ったコピーアンドペースト処理を未然に防止することができる。 According to the present invention, the editing window display means executes the copy process of the text character string including the line feed code, and when the user instructs the paste process of the text character string including the line feed code after the copy process, An editing window serving as a buffer is formed in the screen, and all the text character strings to be copied are displayed in the editing window. Therefore, the user can prevent erroneous copy and paste processing by checking the text character string in the editing window.
(2)本発明は、(1)のデータ処理装置について、ペーストの実行処理を行う前記テキスト文字列の実行単位を選択して実行するペースト処理実行手段を備え、前記ユーザからのペースト処理の実行指示があったときに、前記選択された実行単位で、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を行うことを特徴とするデータ処理装置を提案している。 (2) In the data processing apparatus according to (1), the present invention includes paste processing execution means for selecting and executing an execution unit of the text character string for performing paste execution processing, and executing the paste processing from the user A data processing apparatus is proposed in which, when instructed, the execution processing of the paste of the text character string displayed in the editing window is performed in the selected execution unit.
この発明によれば、ペースト処理実行手段は、ペースト処理を行うテキスト文字列の実行単位を選択して実行し、ユーザからのペースト処理の実行指示があったときに、選択された実行単位で、編集用ウインドウに表示されたテキスト文字列のペーストの実行処理を行う。したがって、ペースト処理実行手段を用いることにより、例えば、1行ごとなど、ユーザが選択した実行単位でペーストを実行するため、さらに、誤ったコピーアンドペースト処理を未然に防止することができる。 According to the present invention, the paste processing execution means selects and executes the execution unit of the text character string to be pasted, and when the execution instruction of the paste processing is received from the user, Performs paste processing of the text string displayed in the editing window. Therefore, by using the paste process execution means, for example, the paste is executed in the execution unit selected by the user, for example, every line, and therefore, an erroneous copy and paste process can be prevented in advance.
(3)本発明は、(1)のデータ処理装置について、前記ペースト処理実行手段が、前記編集用ウインドウ上にコマンド表示されていることを特徴とするデータ処理装置を提案している。 (3) The present invention proposes a data processing apparatus according to (1), wherein the paste processing execution means displays a command on the editing window.
この発明によれば、ペースト処理実行手段は、編集用ウインドウ上にコマンド表示されている。つまり、ペースト処理実行は、編集用ウインドウ上に、例えば、「全部実行」、「1行実行」と表示されたコマンドをクリックするだけでよいため、簡単に所望の実行単位でペースト処理を実行することができる。 According to this invention, the paste processing execution means is displayed as a command on the editing window. That is, in order to execute the paste process, it is only necessary to click, for example, a command displayed as “execute all” or “execute one line” on the editing window. Therefore, the paste process is easily executed in a desired execution unit. be able to.
(4)本発明は、(3)のデータ処理装置について、前記ペースト処理実行手段に、ペースト処理を中止するコマンド表示を含むことを特徴とするデータ処理装置を提案している。 (4) The present invention proposes a data processing apparatus characterized in that, in the data processing apparatus of (3), the paste processing execution means includes a command display for stopping the paste processing.
この発明によれば、ペースト処理実行手段に、ペースト処理を中止するコマンド表示を含む。したがって、誤ったテキスト文字列をコピーした場合には、中止コマンドをクリックすることにより、即座に、ペースト処理を中止することができる。 According to the present invention, the paste processing execution means includes a command display for stopping the paste processing. Therefore, when an incorrect text string is copied, the paste process can be immediately stopped by clicking the stop command.
(5)本発明は、(1)のデータ処理装置について、前記編集用ウインドウに表示されたテキスト文字列を編集する編集手段を備え、前記ユーザからのペースト処理の実行指示があったときに、前記編集された前記テキスト文字列の前記ペーストの実行処理を行うことを特徴とするデータ処理装置を提案している。 (5) The present invention relates to the data processing apparatus of (1), comprising editing means for editing the text character string displayed in the editing window, and when an instruction to execute paste processing is given from the user, A data processing apparatus is proposed that performs the paste execution processing of the edited text character string.
この発明によれば、編集手段は、編集用ウインドウに表示されたテキスト文字列を編集し、ユーザからのペースト処理の実行指示があったときに、編集されたテキスト文字列のペーストの実行処理を行う。したがって、ペースト処理の実行の前に、編集用ウインドウ上で、テキスト文字列の編集を行うことができ、しかも、その編集されたテキスト文字列をペーストすることができる。 According to the present invention, the editing means edits the text character string displayed in the editing window, and performs an execution process of pasting the edited text character string when an instruction to execute the paste process is received from the user. Do. Therefore, before the paste process is executed, the text character string can be edited on the editing window, and the edited text character string can be pasted.
(6)本発明は、(5)のデータ処理装置について、前記編集手段により編集された前記テキスト文字列を識別可能に表示することを特徴とするデータ処理装置を提案している。 (6) The present invention proposes a data processing apparatus characterized by displaying the text character string edited by the editing means in an identifiable manner with respect to the data processing apparatus of (5).
この発明によれば、編集手段により編集された前記テキスト文字列を識別可能に表示する。したがって、ユーザが編集箇所を明確に認識して、作業を行うことができる。 According to the present invention, the text character string edited by the editing means is displayed in an identifiable manner. Therefore, the user can clearly recognize the edited portion and perform the work.
(7)本発明は、テキスト文字列のコピー処理およびペースト処理が可能なデータ処理装置におけるデータ処理方法であって、改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、前記編集用ウインドウ上に表示されているコマンドを選択して、該選択された実行単位で、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を行う第3のステップと、を備えたことを特徴とするデータ処理方法を提案している。 (7) The present invention provides a data processing method in a data processing apparatus capable of text character string copy processing and paste processing, the first step of executing the text character string copy processing including a line feed code; When the user instructs paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed on the screen, and all the text strings to be copied are processed. A second step of displaying in the editing window; and a command displayed on the editing window is selected, and the text character string displayed in the editing window is selected in the selected execution unit. And a third step of performing paste execution processing, and a data processing method is proposed.
この発明によれば、改行コードを含むテキスト文字列のコピー処理を実行し、コピー処理をした改行コードを含むテキスト文字列のペーストの実行処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列をすべて編集用ウインドウに表示する。そして、編集用ウインドウ上に表示されているコマンドを選択して、選択された実行単位で、編集用ウインドウに表示されたテキスト文字列のペーストの実行処理を行う。したがって、ユーザは、編集用ウインドウ内のテキスト文字列を確認することにより、誤ったコピーアンドペースト処理を未然に防止することができる。また、例えば、1行ごとなど、ユーザが選択した実行単位でペーストを実行するため、さらに、誤ったコピーアンドペースト処理を未然に防止することができる。 According to the present invention, a copy process of a text string including a line feed code is executed, and when the user gives an instruction to execute a paste of a text string including a line feed code after the copy process, the editing is a temporary buffer. A window is formed in the screen, and all text character strings to be copied are displayed in the editing window. Then, the command displayed on the editing window is selected, and the text character string displayed on the editing window is pasted in the selected execution unit. Therefore, the user can prevent erroneous copy and paste processing by checking the text character string in the editing window. In addition, since the paste is executed in the execution unit selected by the user, for example, for each line, an erroneous copy and paste process can be prevented in advance.
(8)本発明は、テキスト文字列のコピー処理およびペースト処理が可能なデータ処理装置におけるデータ処理方法であって、改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、前記編集用ウインドウに表示されたテキスト文字列を編集する第3のステップと、前記編集用ウインドウ上に表示されているコマンドを選択して、該選択された実行単位で、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を行う第4のステップと、を備えたことを特徴とするデータ処理方法を提案している。 (8) The present invention provides a data processing method in a data processing apparatus capable of text character string copy processing and paste processing, the first step of executing the text character string copy processing including a line feed code; When the user instructs paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed on the screen, and all the text strings to be copied are processed. A second step for displaying in the editing window; a third step for editing the text string displayed in the editing window; and a command displayed on the editing window. In a fourth execution unit, the paste execution process of the text character string displayed in the editing window is performed. Proposes data processing method characterized by comprising the steps, a.
この発明によれば、改行コードを含むテキスト文字列のコピー処理を実行し、コピー処理をした改行コードを含むテキスト文字列のペーストの実行処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列をすべて編集用ウインドウに表示する。そして、編集用ウインドウに表示されたテキスト文字列を編集し、編集用ウインドウ上に表示されているコマンドを選択して、選択された実行単位で、編集用ウインドウに表示されたテキスト文字列のペーストの実行処理を行う。したがって、ペースト処理の実行の前に、編集用ウインドウ上で、テキスト文字列の編集を行うことができ、しかも、その編集されたテキスト文字列をペーストすることができる。 According to the present invention, a copy process of a text string including a line feed code is executed, and when the user gives an instruction to execute a paste of a text string including a line feed code after the copy process, the editing is a temporary buffer. A window is formed in the screen, and all text character strings to be copied are displayed in the editing window. Then, edit the text string displayed in the editing window, select the command displayed in the editing window, and paste the text string displayed in the editing window in the selected execution unit. Perform the execution process. Therefore, before the paste process is executed, the text character string can be edited on the editing window, and the edited text character string can be pasted.
(9)本発明は、テキスト文字列のコピー処理およびペースト処理が可能なデータ処理装置におけるデータ処理方法であって、改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、前記編集用ウインドウ上に表示されているコマンドのうち中止コマンドを選択された場合、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を中止する第3のステップと、を備えたことを特徴とするデータ処理方法を提案している。 (9) The present invention provides a data processing method in a data processing apparatus capable of text character string copy processing and paste processing, the first step of executing the text character string copy processing including a line feed code; When the user instructs paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed on the screen, and all the text strings to be copied are processed. The second step of displaying in the editing window, and execution of the paste of the text string displayed in the editing window when a cancel command is selected from the commands displayed in the editing window A data processing method characterized by comprising a third step of canceling the processing is proposed.
この発明によれば、改行コードを含むテキスト文字列のコピー処理を実行し、コピー処理をした改行コードを含むテキスト文字列のペーストの実行処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列をすべて編集用ウインドウに表示する。そして、編集用ウインドウ上に表示されているコマンドのうち中止コマンドを選択された場合、編集用ウインドウに表示されたテキスト文字列のペーストの実行処理を中止する。したがって、誤ったテキスト文字列をコピーした場合には、中止コマンドをクリックすることにより、即座に、ペーストの実行処理を中止することができる。 According to the present invention, a copy process of a text string including a line feed code is executed, and when the user gives an instruction to execute a paste of a text string including a line feed code after the copy process, the editing is a temporary buffer. A window is formed in the screen, and all text character strings to be copied are displayed in the editing window. When the cancel command is selected from the commands displayed on the editing window, the text character string paste execution process displayed on the editing window is stopped. Therefore, when an erroneous text string is copied, the paste execution process can be immediately stopped by clicking the stop command.
(10)本発明は、テキスト文字列のコピー処理およびペースト処理が可能なデータ処理装置におけるデータ処理方法をコンピュータに実行させるためのプログラムであって、改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、前記編集用ウインドウ上に表示されているコマンドを選択して、該選択された実行単位で、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を行う第3のステップと、をコンピュータに実行させるためのプログラムを提案している。 (10) The present invention is a program for causing a computer to execute a data processing method in a data processing apparatus capable of text character string copy processing and paste processing, the text character string copy processing including a line feed code being performed. When the user instructs the first step to execute and the paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed in the screen, and the copy processing target A second step of displaying all the text strings in the editing window, and a command displayed on the editing window is selected, and the selected execution unit is displayed on the editing window. And a third step of performing the paste execution processing of the text string that has been performed. It has proposed a program for causing a row.
この発明によれば、改行コードを含むテキスト文字列のコピー処理を実行し、コピー処理をした改行コードを含むテキスト文字列のペーストの実行処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列をすべて編集用ウインドウに表示する。そして、編集用ウインドウ上に表示されているコマンドを選択して、選択された実行単位で、編集用ウインドウに表示されたテキスト文字列のペーストの実行処理を行う。したがって、ユーザは、編集用ウインドウ内のテキスト文字列を確認することにより、誤ったコピーアンドペースト処理を未然に防止することができる。また、例えば、1行ごとなど、ユーザが選択した実行単位でペーストを実行するため、さらに、誤ったコピーアンドペースト処理を未然に防止することができる。 According to the present invention, a copy process of a text string including a line feed code is executed, and when the user gives an instruction to execute a paste of a text string including a line feed code after the copy process, the editing is a temporary buffer. A window is formed in the screen, and all text character strings to be copied are displayed in the editing window. Then, the command displayed on the editing window is selected, and the text character string displayed on the editing window is pasted in the selected execution unit. Therefore, the user can prevent erroneous copy and paste processing by checking the text character string in the editing window. Further, for example, since the paste is executed in the execution unit selected by the user, such as every line, an erroneous copy and paste process can be prevented in advance.
(11)本発明は、テキスト文字列のコピー処理およびペースト処理が可能なデータ処理装置におけるデータ処理方法をコンピュータに実行させるためのプログラムであって、改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、前記編集用ウインドウに表示されたテキスト文字列を編集する第3のステップと、前記編集用ウインドウ上に表示されているコマンドを選択して、該選択された実行単位で、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を行う第4のステップと、をコンピュータに実行させるためのプログラムを提案している。 (11) The present invention is a program for causing a computer to execute a data processing method in a data processing apparatus capable of copying and pasting a text character string, the copy processing of the text character string including a line feed code being performed. When the user instructs the first step to execute and the paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed in the screen, and the copy processing target A second step of displaying all the text character strings in the editing window, a third step of editing the text character strings displayed in the editing window, and the text character string displayed on the editing window. A command is selected, and the text displayed in the editing window is selected in the selected execution unit. We propose a program to execute a fourth step of performing the execution process of the paste of byte character string, to the computer.
この発明によれば、改行コードを含むテキスト文字列のコピー処理を実行し、コピー処理をした改行コードを含むテキスト文字列のペーストの実行処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列をすべて編集用ウインドウに表示する。そして、編集用ウインドウに表示されたテキスト文字列を編集し、編集用ウインドウ上に表示されているコマンドを選択して、選択された実行単位で、編集用ウインドウに表示されたテキスト文字列のペーストの実行処理を行う。したがって、ペースト処理の実行の前に、編集用ウインドウ上で、テキスト文字列の編集を行うことができ、しかも、その編集されたテキスト文字列をペーストすることができる。 According to the present invention, a copy process of a text string including a line feed code is executed, and when the user gives an instruction to execute a paste of a text string including a line feed code after the copy process, the editing is a temporary buffer. A window is formed in the screen, and all text character strings to be copied are displayed in the editing window. Then, edit the text string displayed in the editing window, select the command displayed in the editing window, and paste the text string displayed in the editing window in the selected execution unit. Perform the execution process. Therefore, before the paste process is executed, the text character string can be edited on the editing window, and the edited text character string can be pasted.
(12)本発明は、テキスト文字列のコピー処理およびペースト処理が可能なデータ処理装置におけるデータ処理方法をコンピュータに実行させるためのプログラムであって、改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、前記編集用ウインドウ上に表示されているコマンドのうち中止コマンドを選択された場合、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を中止する第3のステップと、をコンピュータに実行させるためのプログラムを提案している。 (12) The present invention is a program for causing a computer to execute a data processing method in a data processing apparatus capable of copying and pasting a text character string, the copy processing of the text character string including a line feed code being performed. When the user instructs the first step to execute and the paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed in the screen, and the copy processing target A second step of displaying all the text strings in the editing window, and when a cancel command is selected from the commands displayed on the editing window, the display of the text displayed on the editing window A third step of canceling the execution of the paste of the text character string; It has proposed a program to be executed by the.
この発明によれば、改行コードを含むテキスト文字列のコピー処理を実行し、コピー処理をした改行コードを含むテキスト文字列のペーストの実行処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列をすべて編集用ウインドウに表示する。そして、編集用ウインドウ上に表示されているコマンドのうち中止コマンドを選択された場合、編集用ウインドウに表示されたテキスト文字列のペースト処理を中止する。したがって、誤ったテキスト文字列をコピーした場合には、中止コマンドをクリックすることにより、即座に、ペーストの実行処理を中止することができる。 According to the present invention, a copy process of a text string including a line feed code is executed, and when the user gives an instruction to execute a paste of a text string including a line feed code after the copy process, the editing is a temporary buffer. A window is formed in the screen, and all text character strings to be copied are displayed in the editing window. When the cancel command is selected from the commands displayed on the editing window, the paste processing of the text character string displayed on the editing window is stopped. Therefore, when an erroneous text string is copied, the paste execution process can be immediately stopped by clicking the stop command.
従来は、マウスでのコピーアンドペースト操作において、改行コードを含むテキスト文字列をコピーし、ペースト操作を行うと、コピーバッファ内の改行コードがリターンキーと解釈され、意図しない複数のコマンドが実行されてしまうケースがあったが、本発明によれば、ペーストするコマンドを実行単位ごとに確認しながら実行することが可能となるため、意図しないコマンド実行による操作ミスを防止することが可能となるという効果がある。また、ペースト内容を修正出来るため、コピーアンドペーストした内容が誤っていても、正しいコマンドを実行することが可能となるという効果がある。 Conventionally, in a copy and paste operation with the mouse, when a text string including a line feed code is copied and pasted, the line feed code in the copy buffer is interpreted as a return key, and multiple unintended commands are executed. However, according to the present invention, it is possible to execute the command to be pasted while checking for each execution unit, and thus it is possible to prevent an operation error due to unintended command execution. effective. Further, since the paste content can be corrected, there is an effect that even if the copied and pasted content is incorrect, a correct command can be executed.
以下、本発明の実施形態について、図面を用いて、詳細に説明する。
なお、本実施形態における構成要素は適宜、既存の構成要素等との置き換えが可能であり、また、他の既存の構成要素との組合せを含む様々なバリエーションが可能である。したがって、本実施形態の記載をもって、特許請求の範囲に記載された発明の内容を限定するものではない。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
Note that the constituent elements in the present embodiment can be appropriately replaced with existing constituent elements and the like, and various variations including combinations with other existing constituent elements are possible. Therefore, the description of the present embodiment does not limit the contents of the invention described in the claims.
<データ処理装置の構成>
図1を用いて、本実施形態に係るデータ処理装置の構成について説明する。
本実施形態に係るデータ処理装置100は、図1に示すように、コマンド入力部101と、制御部102と、編集用ウインドウ生成部103と、テキスト文字列入力部104と、テキスト文字列編集部105と、表示制御部106とから構成されている。
<Configuration of data processing apparatus>
The configuration of the data processing apparatus according to the present embodiment will be described with reference to FIG.
As shown in FIG. 1, the
コマンド入力部101は、コピーコマンドやペーストコマンドおよびペースト処理に関して、例えば、図2に示すような「全部実行」、「1行実行」、「キャンセル」等のコマンドを受け付け、受け付けたコマンドを制御部102に渡す。
For the copy command, paste command, and paste process, the
制御部102は、図示しない格納部に格納された制御プログラムにしたがって装置全体を制御する。また、本実施形態においては、コマンド入力部101からコマンドを受け取り、その実行を制御するほか、編集用ウインドウの生成指示やテキスト文字列の編集があった場合に、その内容を表示データに変換して、表示制御部106に表示する。さらに、テキスト文字列の編集があった場合には、編集されたテキスト文字列を識別可能な形態に変換する。
The
編集用ウインドウ生成部103は、コマンド入力部101がペーストコマンドを入力したときに、制御部102の指示により、表示画面上にコピー処理の対象となるテキスト文字列のすべてを表示した図2に示すような編集用ウインドウを生成し、表示する。
When the
テキスト文字列入力部104は、コピー処理の対象のテキスト文字列に編集を行うときに、編集したいテキスト文字列を編集用ウインドウ上で入力する。
The text character
テキスト文字列編集部105は、テキスト文字列入力部104から入力されたテキスト文字列により編集を行う。そして、編集した情報を制御部102に出力する。
The text character
表示制御部106は、制御部102から入力した表示データにしたがって、編集用ウインドウにおける表示を制御する。
The
<データ処理装置の通常時の処理動作>
次に、図3を用いて、本実施形態に係るデータ処理装置の通常時の処理動作について説明する。
まず、改行コードを含むテキスト文字列のコピー処理を実行する(ステップS101)。次に、コピー処理をした改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列をすべて編集用ウインドウに表示する(ステップS102)。
<Normal processing operation of data processing apparatus>
Next, a normal processing operation of the data processing apparatus according to the present embodiment will be described with reference to FIG.
First, the text character string including line feed code is copied (step S101). Next, when the user instructs the paste processing of the text string including the line feed code that has been copied, an editing window that becomes a temporary buffer is formed in the screen, and all the text strings to be copied are displayed. It is displayed on the editing window (step S102).
そして、編集用ウインドウ上に表示されているコマンドを選択して、その選択された実行単位で、編集用ウインドウにペースト処理対象のテキスト文字列を表示し、そのペースト実行処理を行う(ステップS103)。 Then, the command displayed on the editing window is selected, the text character string to be pasted is displayed in the editing window in the selected execution unit, and the paste execution process is performed (step S103). .
したがって、本実施形態に係るデータ処理装置の通常時の処理動作では、ユーザが、編集用ウインドウ内のテキスト文字列を確認することにより、誤ったコピーアンドペースト処理を未然に防止することができる。また、例えば、1行ごとなど、ユーザが選択した実行単位でペーストを実行するため、さらに、誤ったコピーアンドペースト処理を未然に防止することができる。 Therefore, in the normal processing operation of the data processing apparatus according to the present embodiment, the user can prevent erroneous copy and paste processing by checking the text character string in the editing window. Further, for example, since the paste is executed in the execution unit selected by the user, such as every line, an erroneous copy and paste process can be prevented in advance.
<データ処理装置の編集作業を伴う処理動作>
次に、図4を用いて、本実施形態に係るデータ処理装置の編集作業を伴う処理動作について説明する。
まず、改行コードを含むテキスト文字列のコピー処理を実行する(ステップS201)。次に、コピー処理をした改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列をすべて編集用ウインドウに表示する(ステップS202)。
<Processing operation involving editing work of data processing device>
Next, a processing operation involving editing work of the data processing apparatus according to the present embodiment will be described with reference to FIG.
First, a copy process of a text character string including a line feed code is executed (step S201). Next, when the user instructs the paste processing of the text string including the line feed code that has been copied, an editing window that becomes a temporary buffer is formed in the screen, and all the text strings to be copied are displayed. It is displayed on the editing window (step S202).
そして、編集用ウインドウに表示されたテキスト文字列を編集し(ステップS203)、編集用ウインドウ上に表示されているコマンドを選択して、その選択された実行単位で、編集用ウインドウにペースト処理対象のテキスト文字列を表示し、そのペースト実行処理を行う(ステップS204)。 Then, the text character string displayed in the editing window is edited (step S203), the command displayed in the editing window is selected, and the paste processing target is displayed in the editing window in the selected execution unit. The text character string is displayed and paste execution processing is performed (step S204).
したがって、本実施形態に係るデータ処理装置の編集作業を伴う処理動作では、ペースト処理の実行の前に、編集用ウインドウ上で、テキスト文字列の編集を行うことができ、しかも、その編集されたテキスト文字列をペーストすることができる。 Therefore, in the processing operation accompanied by the editing operation of the data processing apparatus according to the present embodiment, the text character string can be edited on the editing window before the paste process is executed, and the edited text string is edited. You can paste text strings.
<データ処理装置の中止時の処理動作>
次に、図5を用いて、本実施形態に係るデータ処理装置の中止時の処理動作について説明する。
まず、改行コードを含むテキスト文字列のコピー処理を実行する(ステップS301)。次に、コピー処理をした改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、コピー処理の対象となるテキスト文字列をすべて編集用ウインドウに表示する(ステップS302)。
<Processing operation when the data processing device is stopped>
Next, the processing operation when the data processing apparatus according to the present embodiment is stopped will be described with reference to FIG.
First, the text character string including line feed code is copied (step S301). Next, when the user instructs the paste processing of the text string including the line feed code that has been copied, an editing window that becomes a temporary buffer is formed in the screen, and all the text strings to be copied are displayed. The information is displayed on the editing window (step S302).
そして、編集用ウインドウ上に表示されているコマンドのうち中止コマンドを選択された場合、編集用ウインドウにペースト処理対象のテキスト文字列を表示し、そのペースト実行処理を中止する(ステップS303)。 If the cancel command is selected from the commands displayed on the editing window, the text character string to be pasted is displayed in the editing window, and the paste execution process is stopped (step S303).
したがって、本実施形態に係るデータ処理装置の中止時の処理動作では、誤ったテキスト文字列をコピーした場合には、中止コマンドをクリックすることにより、即座に、ペースト処理を中止することができる。 Therefore, in the processing operation at the time of cancellation of the data processing apparatus according to the present embodiment, when an erroneous text character string is copied, the paste processing can be immediately stopped by clicking the stop command.
なお、データ処理装置の処理をコンピュータ読み取り可能な記録媒体に記録し、この記録媒体に記録されたプログラムをデータ処理装置に読み込ませ、実行することによって本発明のデータ処理装置を実現することができる。ここでいうコンピュータシステムとは、OSや周辺装置等のハードウェアを含む。 The data processing apparatus of the present invention can be realized by recording the processing of the data processing apparatus on a computer-readable recording medium, causing the data processing apparatus to read and execute the program recorded on the recording medium. . The computer system here includes an OS and hardware such as peripheral devices.
また、「コンピュータシステム」は、WWW(World Wide Web)システムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されても良い。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。 Further, the “computer system” includes a homepage providing environment (or display environment) if a WWW (World Wide Web) system is used. The program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting the program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line.
また、上記プログラムは、前述した機能の一部を実現するためのものであっても良い。さらに、前述した機能をコンピュータシステムにすでに記録されているプログラムとの組合せで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。 The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.
以上、この発明の実施形態につき、図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。 The embodiments of the present invention have been described in detail with reference to the drawings. However, the specific configuration is not limited to the embodiments, and includes designs and the like that do not depart from the gist of the present invention.
100;データ処理装置
101;コマンド入力部
102;制御部
103;編集用ウインドウ生成部
104;テキスト文字列入力部
105;テキスト文字列編集部
106;表示制御部
100;
Claims (12)
改行コードを含む前記テキスト文字列のコピー処理を実行し、コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列のすべてを編集用ウインドウに表示する編集用ウインドウ表示手段を備えたことを特徴とするデータ処理装置。 A data processing device capable of copying and pasting text strings,
A copy process of the text string including the line feed code is executed, and an edit window serving as a temporary buffer is formed in the screen when the user instructs the paste process of the text string including the line feed code after the copy process. And an editing window display means for displaying all the text character strings to be copied in an editing window.
前記ユーザからのペースト処理の実行指示があったときに、前記選択された実行単位で、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を行うことを特徴とする請求項1に記載のデータ処理装置。 Paste processing execution means for selecting and executing an execution unit of the text character string for performing paste execution processing,
The paste execution processing of the text character string displayed in the editing window is performed in the selected execution unit when an instruction to perform the paste processing from the user is given. The data processing apparatus according to 1.
前記ユーザからのペースト処理の実行指示があったときに、前記編集された前記テキスト文字列の前記ペーストの実行処理を行うことを特徴とする請求項1に記載のデータ処理装置。 Editing means for editing the text string displayed in the editing window;
The data processing apparatus according to claim 1, wherein when the user gives an instruction to execute paste processing, the paste execution processing of the edited text character string is performed.
改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、
コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、
前記編集用ウインドウ上に表示されているコマンドを選択して、該選択された実行単位で、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を行う第3のステップと、
を備えたことを特徴とするデータ処理方法。 A data processing method in a data processing apparatus capable of copying and pasting text strings,
A first step of executing a copy process of the text string including a line feed code;
When the user instructs paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed on the screen, and all the text strings to be copied are processed. A second step of displaying in the editing window;
A third step of selecting a command displayed on the editing window, and executing the paste execution processing of the text character string displayed on the editing window in the selected execution unit;
A data processing method comprising:
改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、
コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、
前記編集用ウインドウに表示されたテキスト文字列を編集する第3のステップと、
前記編集用ウインドウ上に表示されているコマンドを選択して、該選択された実行単位で、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を行う第4のステップと、
を備えたことを特徴とするデータ処理方法。 A data processing method in a data processing apparatus capable of copying and pasting text strings,
A first step of executing a copy process of the text string including a line feed code;
When the user instructs paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed on the screen, and all the text strings to be copied are processed. A second step of displaying in the editing window;
A third step of editing the text character string displayed in the editing window;
A fourth step of selecting a command displayed on the editing window and performing the paste execution processing of the text character string displayed on the editing window in the selected execution unit;
A data processing method comprising:
改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、
コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、
前記編集用ウインドウ上に表示されているコマンドのうち中止コマンドを選択された場合、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を中止する第3のステップと、
を備えたことを特徴とするデータ処理方法。 A data processing method in a data processing apparatus capable of copying and pasting text strings,
A first step of executing a copy process of the text string including a line feed code;
When the user instructs paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed on the screen, and all the text strings to be copied are processed. A second step of displaying in the editing window;
A third step of canceling the paste execution process of the text string displayed in the editing window when a cancel command is selected from the commands displayed on the editing window;
A data processing method comprising:
改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、
コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、
前記編集用ウインドウ上に表示されているコマンドを選択して、該選択された実行単位で、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を行う第3のステップと、
をコンピュータに実行させるためのプログラム。 A program for causing a computer to execute a data processing method in a data processing apparatus capable of copying and pasting a text character string,
A first step of executing a copy process of the text string including a line feed code;
When the user instructs paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed on the screen, and all the text strings to be copied are processed. A second step of displaying in the editing window;
A third step of selecting a command displayed on the editing window and performing the paste execution processing of the text character string displayed on the editing window in the selected execution unit;
A program that causes a computer to execute.
改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、
コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、
前記編集用ウインドウに表示されたテキスト文字列を編集する第3のステップと、
前記編集用ウインドウ上に表示されているコマンドを選択して、該選択された実行単位で、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を行う第4のステップと、
をコンピュータに実行させるためのプログラム。 A program for causing a computer to execute a data processing method in a data processing apparatus capable of copying and pasting a text character string,
A first step of executing a copy process of the text string including a line feed code;
When the user instructs paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed on the screen, and all the text strings to be copied are processed. A second step of displaying in the editing window;
A third step of editing the text character string displayed in the editing window;
A fourth step of selecting a command displayed on the editing window and performing the paste execution processing of the text string displayed on the editing window in the selected execution unit;
A program that causes a computer to execute.
改行コードを含む前記テキスト文字列のコピー処理を実行する第1のステップと、
コピー処理をした前記改行コードを含むテキスト文字列のペースト処理をユーザが指示したときに、一時バッファとなる編集用ウインドウを画面内に形成し、前記コピー処理の対象となる前記テキスト文字列をすべて編集用ウインドウに表示する第2のステップと、
前記編集用ウインドウ上に表示されているコマンドのうち中止コマンドを選択された場合、前記編集用ウインドウに表示された前記テキスト文字列の前記ペーストの実行処理を中止する第3のステップと、
をコンピュータに実行させるためのプログラム。 A program for causing a computer to execute a data processing method in a data processing apparatus capable of copying and pasting a text character string,
A first step of executing a copy process of the text string including a line feed code;
When the user instructs paste processing of the text string including the line feed code that has been copied, an editing window serving as a temporary buffer is formed on the screen, and all the text strings to be copied are processed. A second step of displaying in the editing window;
A third step of canceling the paste execution process of the text string displayed in the editing window when a cancel command is selected from the commands displayed on the editing window;
A program that causes a computer to execute.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2009286413A JP2011128864A (en) | 2009-12-17 | 2009-12-17 | Data processor, and data processing method and program |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2009286413A JP2011128864A (en) | 2009-12-17 | 2009-12-17 | Data processor, and data processing method and program |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JP2011128864A true JP2011128864A (en) | 2011-06-30 |
Family
ID=44291400
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2009286413A Pending JP2011128864A (en) | 2009-12-17 | 2009-12-17 | Data processor, and data processing method and program |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2011128864A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP2851777A1 (en) | 2013-09-24 | 2015-03-25 | Fujitsu Limited | Information processing apparatus, information processing method, and information processing program |
| US9208138B2 (en) | 2012-11-14 | 2015-12-08 | International Business Machines Corporation | Range adjustment for text editing |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0535837A (en) * | 1991-07-26 | 1993-02-12 | Pfu Ltd | Cut data editing method in window system with cut and paste function |
| JPH06223067A (en) * | 1993-01-27 | 1994-08-12 | Meidensha Corp | Narrowing-down and selecting method for table data |
-
2009
- 2009-12-17 JP JP2009286413A patent/JP2011128864A/en active Pending
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0535837A (en) * | 1991-07-26 | 1993-02-12 | Pfu Ltd | Cut data editing method in window system with cut and paste function |
| JPH06223067A (en) * | 1993-01-27 | 1994-08-12 | Meidensha Corp | Narrowing-down and selecting method for table data |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9208138B2 (en) | 2012-11-14 | 2015-12-08 | International Business Machines Corporation | Range adjustment for text editing |
| US10031900B2 (en) | 2012-11-14 | 2018-07-24 | International Business Machines Corporation | Range adjustment for text editing |
| EP2851777A1 (en) | 2013-09-24 | 2015-03-25 | Fujitsu Limited | Information processing apparatus, information processing method, and information processing program |
| US9753617B2 (en) | 2013-09-24 | 2017-09-05 | Fujitsu Limited | Information processing apparatus, and information processing method |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7689925B2 (en) | Copy and paste extensibility | |
| US20110113354A1 (en) | Always-on-top media player launched from a web browser | |
| KR20190126267A (en) | Method and device for generating capture image for display windows | |
| JP2006260540A (en) | Rich data-bound application | |
| JP6962134B2 (en) | Information processing equipment and programs | |
| JP2014099052A (en) | Apparatus for editing text, data processing method and program | |
| US20160313958A1 (en) | Cross-platform command extensibility | |
| CN109309612A (en) | Mail content generating method and device, storage medium and electronic device | |
| JP2011128864A (en) | Data processor, and data processing method and program | |
| JP4626675B2 (en) | Firmware providing method, communication system and service server using communication network | |
| US20090037801A1 (en) | Method and apparatus for automatic user manual generation | |
| US7917891B2 (en) | Engineering system with automatic generation of entity templates | |
| CN110399232A (en) | Paste processing method, apparatus, device, and computer-readable storage medium | |
| JP5058219B2 (en) | Scenario creation method, apparatus, program, and recording medium | |
| JP6097231B2 (en) | Program generating apparatus and method | |
| JP2022093835A (en) | Information processing equipment and programs | |
| JP2017102872A (en) | Development device, development system, and program | |
| EP2983096B1 (en) | Method for the real-time automatic modification on the server side of a web page to the end of visualizing a content superposed to the web page | |
| US10114528B2 (en) | Interactor for a graphical object | |
| JP5720350B2 (en) | Information processing apparatus, information processing program, and information processing system | |
| JP3544462B2 (en) | Source program analysis device and computer-readable recording medium storing source program analysis program | |
| JP2010161727A (en) | Apparatus for converting network device configuration information and method for converting configuration information | |
| JP5023169B2 (en) | Required patch list creation apparatus and method | |
| JP2007079855A (en) | Information processor, program providing device, program providing method, and program making computer execute the method | |
| JP2014103549A (en) | Information processing device, image editing method, and image editing program |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120830 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130801 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130806 |
|
| A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20131203 |