JPH0243623A - Editor control mechanism - Google Patents

Editor control mechanism

Info

Publication number
JPH0243623A
JPH0243623A JP63195104A JP19510488A JPH0243623A JP H0243623 A JPH0243623 A JP H0243623A JP 63195104 A JP63195104 A JP 63195104A JP 19510488 A JP19510488 A JP 19510488A JP H0243623 A JPH0243623 A JP H0243623A
Authority
JP
Japan
Prior art keywords
correction
contents
unit
storage unit
target
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
JP63195104A
Other languages
Japanese (ja)
Inventor
Shinji Kikuchi
伸治 菊地
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP63195104A priority Critical patent/JPH0243623A/en
Publication of JPH0243623A publication Critical patent/JPH0243623A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain the editing processing by providing a merge executing part to receive the list element from an operation object correcting part list storing part, synthesize all corrected places and execute the whole correction after the contents of the correction object storing part are read. CONSTITUTION:The title mechanism has an object contents comparing part to output a list element corresponding to a row number added to the object in a memory in a correction object storing part 2 with the difference point between the contents of a correction object storing part 4 for operation and the contents of a correction object storing part 2 not to receive the correction processing as a corrected place, an operation object correction list storing part 8 to store a list element, a merge executing part 9 to receive the list element from the operation object correcting part list storing part 8, synthesize all corrected places and execute the sholw correction after the contents of the correction object storing part 2 and a corrected object storing part 10 to transfer and receive the contents corrected from the merge executing part 9. Thus, under the parallel processing and under the network environment, one editing object is simultaneously processed by plural jobs, and then, the correct editing processing can be executed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は並列処理、ネットワーク環境下に於いてオペレ
ーティングシステム内のエディタで同じ編集対象を同時
に複数のジョブで作成、修正する際のエディタ制御機構
を与えるものである。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to an editor control mechanism when the same editing target is simultaneously created and modified by multiple jobs using an editor in an operating system in a parallel processing and network environment. It gives

〔従来の技術〕[Conventional technology]

次に、従来のエディタ制御機構の処理方法について図面
を参照して説明する。
Next, a processing method of the conventional editor control mechanism will be explained with reference to the drawings.

第2図は従来のエディタの制御機構の構成を示したブロ
ック図であり、従来のエディタ制御機構では、記憶管理
部23内のテンポラリ−ファイルと、オペレーティング
システムの入出力管理部を含むものであった。第2図に
示す機構に於いて、並列処理下の任意ジョブ21が修正
部22を起動すると、入出力管理部24により、記憶管
理部23内のファイルストア25から、記憶管理部23
内のメモリ記憶部23′のある領域26にテンポラリ−
ファイル27の内容が読み込まれる。その後、修正部2
2によりメモリ記憶部23′内の領域26のプログラム
の任意の部分28が修正される。又、テンポラリ−ファ
イル27が存在しない場合は、テンポラリ−ファイル2
7の内容は新規に作成されることになる。
FIG. 2 is a block diagram showing the configuration of a conventional editor control mechanism. The conventional editor control mechanism includes a temporary file in the storage management section 23 and an input/output management section of the operating system. Ta. In the mechanism shown in FIG. 2, when an arbitrary job 21 under parallel processing starts the modification section 22, the input/output management section 24 sends information from the file store 25 in the storage management section 23 to the storage management section 23.
A temporary memory is stored in the area 26 where the memory storage section 23' is located.
The contents of file 27 are read. After that, correction part 2
2, any part 28 of the program in the area 26 in the memory storage section 23' is modified. In addition, if the temporary file 27 does not exist, the temporary file 2
The contents of item 7 will be newly created.

ここで新たなジョブ21′が同じプログラムを同時に修
正する場合、テンポラリファイル27の内容が記憶管理
部23のメモリ記憶部23′の領パ域26とは異なる領
域29に書き込まれることになる。その後、修正部22
と同一機能を持つ修正部22′を用いて、領域29の任
意の部分30を修正する。
If the new job 21' modifies the same program at the same time, the contents of the temporary file 27 will be written to an area 29 of the memory storage section 23' of the storage management section 23, which is different from the area 26. After that, the correction section 22
An arbitrary portion 30 of the area 29 is corrected using a correction unit 22' having the same function as the above.

各ジョブでエディタによる修正処理を終了すると、入出
力管理部24を用いて、記憶管理部23内のメモリ記憶
部23′内にある領域26及び29にある修正後のテン
ボラリーフ、アイル27の内容は、それぞれ個別にファ
イルストア24内のテンポラリ−ファイル27に上書き
される。
When the correction processing by the editor is completed for each job, the contents of the modified tenbo leaf and isle 27 in the areas 26 and 29 in the memory storage section 23' of the storage management section 23 are stored using the input/output management section 24. , are individually overwritten in the temporary file 27 in the file store 24.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の処理方法では、同時に同じソースプログ
ラムを修正する場合に於て、テンポラリ−ファイル27
に、記憶管理部23内のメモリ領域26及び29内の内
容を入出力管理部24を使用して上書きすると、修正箇
所28及び30が異なる場合は、テンポラリ−ファイル
27に上書きされた修正箇所が修正前の状態に戻ってし
まうという欠点があった。
In the conventional processing method described above, when modifying the same source program at the same time, the temporary file 27
When the contents of memory areas 26 and 29 in the storage management unit 23 are overwritten using the input/output management unit 24, if the modified parts 28 and 30 are different, the modified parts overwritten in the temporary file 27 are The problem was that it returned to the state before the modification.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のエディタ制御機構は、修正すべき内容を記憶す
る修正対象記憶部と、該修正対象記憶部の内容を複写さ
れて修正処理を受ける一つ以上の操作用修正対象記憶部
と、該操作用修正対象記憶部内に記憶された内容の修正
処理を行う修正部と、前記操作用修正対象記憶部の内容
と修正処理を受けない前記修正対象記憶部の内容間の相
違点を修正箇所として前記の修正対象記憶部内に記憶中
の対象に付加された行番号と対応させたリスト要素を出
力する対象内容比較部と、前記のリスト要素を記憶する
操作対象修正リスト記憶部と、前記修正対象記憶部の内
容を読み込んだ後、前記操作対象修正部リスト記憶部か
らリスト要素を受取り、前記修正箇所を全て合成して全
体の修正を行うマージ実行部と、該マージ実行部より修
正された内容の転送を受けて記憶する修正済対象記憶部
とを含んで構成される事を特徴とする。
The editor control mechanism of the present invention includes a correction target storage section for storing contents to be corrected, one or more operation correction object storage sections to which the contents of the correction object storage section are copied and subjected to correction processing, and A correction unit that performs correction processing on the contents stored in the operation correction target storage unit, and the difference between the content of the operation correction target storage unit and the content of the correction target storage unit that is not subjected to the correction process as the correction point as described above. an object content comparison section that outputs a list element associated with a line number added to a stored object in a correction object storage section; an operation object correction list storage section that stores the list element; and a correction object storage section that stores the list element. After reading the contents of the part, a merge execution part receives the list element from the operation target correction part list storage part, combines all the correction parts and makes the whole modification, It is characterized by being configured to include a modified target storage unit that receives and stores the transferred data.

〔実施例〕〔Example〕

次に、本発明について、図面を参照して詳細に説明する
Next, the present invention will be explained in detail with reference to the drawings.

第1図は本発明の一実施例を示したブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

エディタ制御機構はオペレーティングシステム環境下に
あり、第1図は、例として修正処理を行うジョブが2つ
の場合について示したものである。修正もしくは新規に
作成する対象名を含んだ起動要求プリミティブaにより
、状態管理部1が起動する。この状態管理部1では、現
在、′同じ対象を同時に修正中のジョブ数を記憶し、新
たにジョブが起動を受けた場合は、前記の記憶中のジョ
ブ数に1を加える。状態管理部1でジョブ数に1を加え
た後、修正するべき対象を記憶した修正対象記憶部2に
起動要求プリミティブbを送付する。これがない場合は
、新規に作成されることになる。
The editor control mechanism is under the operating system environment, and FIG. 1 shows, as an example, a case where there are two jobs that perform correction processing. The state management unit 1 is activated by an activation request primitive a that includes a target name to be modified or newly created. The status management unit 1 currently stores the number of jobs that are currently modifying the same object at the same time, and when a new job is activated, adds 1 to the number of jobs currently being stored. After adding 1 to the number of jobs in the state management unit 1, a startup request primitive b is sent to the modification target storage unit 2 that stores the target to be modified. If this does not exist, a new one will be created.

起動要求プリミティブbを受けた後に修正対象記憶部2
は、修正対象と同一の内容を記憶している修正対象間記
憶部3の作成状況を調べ、作成されていない場合は、作
成要求プリミティブCにより作成が行われる。修正対象
間記憶部3の作成後、修正対象記憶部2は、これと同一
の内容を持つ操作用修正対象記憶部4の作成を、作成要
求プリミティブdで行う、操作用修正対象記憶部4の作
成後、修正対象記憶部2は、修正部5の起動を、起動要
求プリミティブeで行う。
After receiving the activation request primitive b, the correction target storage unit 2
checks the creation status of the modification target storage unit 3 which stores the same content as the modification target, and if the modification target storage unit 3 has not been created, creation is performed by the creation request primitive C. After creating the correction target storage unit 3, the correction target storage unit 2 uses the creation request primitive d to create an operation correction target storage unit 4 having the same content. After creation, the modification target storage unit 2 activates the modification unit 5 using the activation request primitive e.

起動を受けた修正部5は、操作用修正対象記憶部4に、
内部コマンドf1でアクセスして修正を行う、修正部5
の修正作業が終了したことを示す応答プリミティブf2
を操作用修正対象記憶部4が受けると、操作用修正対象
記憶部4は応答ブリミティプgにより、対象内容比較部
6に起動を掛け、かつ、修正を受けた記憶対象の内容を
転送する。対象内容比較部6が起動すると、修正対象記
憶部2、及び修正対象量記憶部3に修正処理を受けてい
ない記憶対象の内容の転送を要求する要求プリミティブ
hを転送する。対象内容比較部6より要求プリミティブ
hを受けた修正対象記憶部2、及び、修正対象量記憶部
3は、修正対象使用状態管理部7に、使用中を示す設定
要求信号111、信号i21をそれぞれ送る。設定要求
信号111、信号i21を受けた修正対象状態管理部7
は、使用可能性を示す応答信号112.信号122を、
それぞれ修正対象記憶部2、及び修正間記憶部3に転送
する。応答信号i12が使用可能を示す内容を持つ場合
は、応答信号i22の内容の如何を問わず、修正対象記
憶部2が、転送プリムチイブj1を介して修正処理を受
けていない記憶中の対象の内容を、対象内容比較部6に
転送する。応答信号i22のみが使用可能を示す内容を
持つ場合は、修正対象量記憶部3が転送プリミティブj
2を介して、修正処理を受けていない対象の内容を、対
象内容比較部6に転送する。応答プリミティブ112.
i22の両者が使用不可を示す内容を持つ場合は修正対
称記憶部2は、同一の記憶内容を持つ修正対象量記憶部
を新規に作成する。
The correction unit 5 that has been activated stores the following information in the operation correction target storage unit 4.
Modification unit 5 accessed and modified using internal command f1
response primitive f2 indicating that the modification work has been completed.
When the operation correction target storage section 4 receives the operation correction object storage section 4, the operation correction object storage section 4 activates the object content comparison section 6 in response to the response limit g, and transfers the modified contents of the storage object. When the target content comparison unit 6 is activated, it transfers a request primitive h requesting the modification target storage unit 2 and the modification target amount storage unit 3 to transfer the content of the storage target that has not undergone the modification process. The correction target storage unit 2 and the correction target amount storage unit 3, which have received the request primitive h from the target content comparison unit 6, send a setting request signal 111 and a signal i21 indicating that they are in use to the correction target usage state management unit 7, respectively. send. Modification target state management unit 7 that receives the setting request signal 111 and signal i21
is a response signal 112. indicating availability. signal 122,
The data are transferred to the modification target storage section 2 and the modification storage section 3, respectively. If the response signal i12 has content indicating that it can be used, regardless of the content of the response signal i22, the modification target storage unit 2 will store the content of the stored target that has not undergone modification processing via the transfer primitive j1. is transferred to the target content comparison unit 6. If only the response signal i22 has content indicating that it can be used, the correction target amount storage unit 3 transfers the transfer primitive j
2, the content of the target that has not undergone the correction process is transferred to the target content comparison unit 6. Response primitive 112.
If both of i22 have contents indicating that they are unusable, the correction target storage section 2 creates a new correction target amount storage section having the same storage contents.

修正対象記憶部2内Gこ記憶されている対象の内容と同
一のものを、転送プリミティブj1もしくはj2で受け
、修正部5により修正を受けた後の操作用修正対象記憶
部4内に記憶されている対象の内容を応答プリミティブ
gで受けた対象内容比較部6は、前記の両者を比較して
転送プリミティブJlもしくはj2で受けた対象の修正
前の内容に付加された行番号に対応させ、修正箇所を取
り出した後、応答プリミティブlでリスト要素を操作対
象修正部リスト記憶部8に出力する。操作対象修正部リ
スト記憶部8に応答プリミティブ1を出力した後に、対
象内容比較部6は状態管理部1に応答プリミティブkを
出力する。
The same content as the object stored in the modification target storage unit 2 is received by the transfer primitive j1 or j2, and after being modified by the modification unit 5, it is stored in the operation modification target storage unit 4. The target content comparing unit 6, which receives the content of the target in the response primitive g, compares the two and makes it correspond to the line number added to the content before modification of the target received in the transfer primitive Jl or j2, After extracting the correction portion, the list element is output to the operation target correction section list storage section 8 using the response primitive 1. After outputting response primitive 1 to operation target modification unit list storage unit 8, target content comparison unit 6 outputs response primitive k to state management unit 1.

記憶中の対象を同時に、かつ別々に修正するなめに生成
された操作用修正対象記憶部4′、対象内容比較部6′
及び作成要求プリミティブd′内部コマンドで1′、応
答プリミティブf2’応答プリミティブg′、要求プリ
ミティブh′。
An operational correction object storage section 4' and an object content comparison section 6', which are generated in order to simultaneously and separately correct objects in memory.
and creation request primitive d', internal command 1', response primitive f2', response primitive g', and request primitive h'.

転送プリミティブj1′、転送プリミティブj2′、応
答プリミティブ1′、応答プリミティブに′は、前記の
操作用修正対象記憶部4.対象内容比較部6及び作成要
求プリミティブd、内部コマンドfl、応答プリミティ
ブf2.応答プリミティブg、要求プリミティブh、転
送プリミティブj1.転送プリミティブj2.応答プリ
ミティブ1.応答プリミティブにとそれぞれ全く同一の
内容を持つ。
The transfer primitive j1', the transfer primitive j2', the response primitive 1', and the response primitive 1' are the operation modification target storage unit 4. Target content comparison unit 6, creation request primitive d, internal command fl, response primitive f2. Response primitive g, request primitive h, transfer primitive j1. Transfer primitive j2. Response primitive 1. Each response primitive has exactly the same content.

応答プリミティブkを受けた状態管理部1は、現在、同
時に同じ対象を修正中のジョブを調べる。
Upon receiving the response primitive k, the state management unit 1 examines jobs that are currently modifying the same target at the same time.

状態管理部1に於いて、調査した結果、ジョブ数が2以
上の場合は、状態管理部1はジョブ数を1減じた後、オ
ペレーティングシステムに応答プリミティブSを出力す
る。
As a result of the investigation in the state management unit 1, if the number of jobs is 2 or more, the state management unit 1 decrements the number of jobs by 1 and then outputs a response primitive S to the operating system.

状態管理部1で調査した結果、ジョブ数が1の場合は、
状態管理部lは起動要求プリミティブm1をマージ実行
部9に送付する。その後、状態管理部lは修正対象記憶
部2へ起動要求プリミティブm2を送付し、操作対象修
正部リスト記憶部8へ起動要求プリミティブm3を送付
する。
As a result of checking with status management unit 1, if the number of jobs is 1,
The state management unit l sends an activation request primitive m1 to the merge execution unit 9. Thereafter, the state management unit 1 sends an activation request primitive m2 to the correction target storage unit 2, and sends an activation request primitive m3 to the operation target modification unit list storage unit 8.

起動要求プリミティブm1を受けたマージ実行部9は、
修正対象記憶部2より、記憶中の対象の修正前の内容を
転送プリミティブn1で受け、操作対象修正部リスト記
憶部8より、記憶中の対象の修正前に付加されていた行
番号に対応させ、現在記憶しである修正箇所及びその内
容を転送プリミティブn2で受けた後、両者を統合し、
その結果を応答転送プリミティブn3で修正済対象記憶
部10に転送する。応答転送プリミティブn3を転送し
た後、マージ実行部9は記憶消去部11に起動要求プリ
ミティブ0を送付する。
The merge execution unit 9 that received the startup request primitive m1 performs the following steps:
The transfer primitive n1 receives the content before modification of the stored target from the modification target storage unit 2, and from the operation target modification unit list storage unit 8, the content is made to correspond to the line number added before the modification of the stored target. , after receiving the currently stored modified part and its contents in the transfer primitive n2, integrate the two,
The result is transferred to the corrected target storage unit 10 using a response transfer primitive n3. After transferring the response transfer primitive n3, the merge execution unit 9 sends the activation request primitive 0 to the memory erasing unit 11.

起動要求プリミティブ0を受けた記憶消去部11は、修
正済対象記憶部10に消去要求プリミティブp1を、複
数の対象内容比較部6,6′の各々の消去要求プリミテ
ィブp2を、複数の操作用修正対象記憶部4,4′の各
々に消去要求プリミティブp3を、そして操作対象修正
部リスト記憶部に消去要求プリミティブp4をそれぞれ
送付する。
The memory erasing unit 11 that has received the activation request primitive 0 sends the erasure request primitive p1 to the modified target storage unit 10, erases the erase request primitive p2 of each of the plurality of target content comparison units 6 and 6', and sends the erase request primitive p1 to the modified target storage unit 10, and erases the erase request primitive p2 of each of the plurality of target content comparison units 6, 6', and sends a plurality of corrections for operation The deletion request primitive p3 is sent to each of the target storage units 4 and 4', and the deletion request primitive p4 is sent to the operation target modification unit list storage unit.

修正要求プリミティブp1を受けた修正済対象記憶部1
0は、修正対象記憶部2に、各ジョブで受けた修正を合
成して、新たに修正した内容を、転送プリミティブqで
転送した後、消去される。
Modified target storage unit 1 that received modification request primitive p1
0 is deleted after the corrections received in each job are combined and the newly corrected contents are transferred to the correction target storage unit 2 using the transfer primitive q.

また、残りの3者についても消去要求プリミティブp2
.p3.p4を受けた後消去される。消去要求プリミテ
ィブpi、p2.p3.p4の全てを転送した後に、記
憶内容消去部11は状態管理部1に終了通知プリミティ
ブrを転送する。終了通知プリミティブrを受けた状態
管理部1はオペレーティングシステムに応答プリミティ
ブSを出力する。
Also, for the remaining three parties, the erasure request primitive p2
.. p3. It is deleted after receiving p4. Erase request primitive pi, p2. p3. After transferring all of p4, the storage content erasing unit 11 transfers the completion notification primitive r to the state management unit 1. The state management unit 1 that receives the end notification primitive r outputs a response primitive S to the operating system.

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

以上述べた様に、本発明のエディタ制御機構は、並列処
理下、ネットワーク環境下で一つの編集対象を同時に複
数のジョブで処理する際に、正確な編集処理を提供する
ことが出来るので開発環境を向上させる効果を持つ。
As described above, the editor control mechanism of the present invention can provide accurate editing processing when processing one editing target in multiple jobs at the same time under parallel processing or in a network environment. It has the effect of improving.

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

第1図は本発明の一実施例を示すブロック図、第2図は
従来の制御機構を示すブロック図である。 a、b、e、ml、m2.m3.o−−・起動要求プリ
ミティブ、c、d、d’・・・作成要求プリミティブ、
fl、fl’・・・内部コマンド、f2.f2’ 、g
、に、に’ 、1.1’ 、s−一応答プリミティブ、
h・・・要求プリミティブ、ill、i21・・・使用
中を示す設定要求信号、i12.i22・・・使用可能
性を示す応答信号、11. jt’、 j2゜j2’ 
、nl、n2.Q・・・転送プリミティブ、n3・・・
応答転送プリミティブ、pi、p2.p3゜p4・・・
消去要求プリミティブ、r・・・終了通知プリミティブ
、1・・・状態管理部、2・・・修正対象記憶部、3・
・・修正済象記憶部、4.4′・・・操作用修正対象記
憶部、5,22.22’・・・修正部、6,6′・・・
対象内容比較部、7・・・修正対象使用状態管理部、8
・・・操作対象修正部リスト記憶部、9・・・マージ実
行部、10・・・修正済対象記憶部、11・・・記憶消
去部、21.21’・・・ジョブ、23・・・記憶管理
部、24・・・入出力管理部、25・・・記憶管理部2
3内のファイルストア、26.29・・・記憶管理部2
3内のメモリ記憶部上の領域、27・・・テンポラリ−
ファイル、28・・・領域26の部分、3o・・・領域
29の部分。
FIG. 1 is a block diagram showing an embodiment of the present invention, and FIG. 2 is a block diagram showing a conventional control mechanism. a, b, e, ml, m2. m3. o--Start request primitive, c, d, d'... Creation request primitive,
fl, fl'...internal command, f2. f2', g
,Ni,Ni',1.1' ,s-1 response primitive,
h...Request primitive, ill, i21... Setting request signal indicating in use, i12. i22...Response signal indicating availability, 11. jt', j2゜j2'
, nl, n2. Q...Transfer primitive, n3...
Response transfer primitives, pi, p2. p3゜p4...
Erase request primitive, r... Completion notification primitive, 1... State management section, 2... Correction target storage section, 3.
...Corrected image storage section, 4.4'... Operation correction target storage section, 5, 22.22'... Correction section, 6, 6'...
Target content comparison section, 7... Correction target usage state management section, 8
... Operation target correction part list storage part, 9... Merge execution part, 10... Modified target storage part, 11... Memory erasure part, 21.21'... Job, 23... Memory management unit, 24... Input/output management unit, 25... Storage management unit 2
File store in 3, 26.29...Storage management unit 2
Area on the memory storage unit in 3, 27...Temporary
File, 28... part of area 26, 3o... part of area 29.

Claims (1)

【特許請求の範囲】[Claims] 修正すべき内容を記憶する修正対象記憶部と、該修正対
象記憶部の内容を複写されて修正処理を受ける一つ以上
の操作用修正対象記憶部と、該操作用修正対象記憶部内
に記憶された内容の修正処理を行う修正部と、前記操作
用修正対象記憶部の内容と修正処理を受けない前記修正
対象記憶部の内容間の相違点を修正箇所として前記の修
正対象記憶部内に記憶中の対象に付加された行番号と対
応させたリスト要素を出力する対象内容比較部と、前記
のリスト要素を記憶する操作対象修正リスト記憶部と、
前記修正対象記憶部の内容を読み込んだ後、前記操作対
象修正部リスト記憶部からリスト要素を受取り、前記修
正箇所を全て合成して全体の修正を行うマージ実行部と
、該マージ実行部より修正された内容の転送を受けて記
憶する修正済対象記憶部とを含んで構成される事を特徴
とするエディタ制御機構。
a correction target storage unit that stores contents to be corrected; one or more operational correction target storage units to which the contents of the correction target storage unit are copied and subjected to correction processing; a correction unit that performs correction processing on the contents that have been modified; and a correction unit that stores differences between the contents of the operation correction target storage unit and the contents of the correction target storage unit that is not subjected to the correction process as correction points in the correction target storage unit. an object content comparison unit that outputs list elements associated with line numbers added to the object; an operation target correction list storage unit that stores the list elements;
After reading the contents of the correction target storage unit, a merge execution unit receives list elements from the operation target correction unit list storage unit, combines all the correction parts and makes an overall correction, and a merge execution unit performs corrections from the merge execution unit. An editor control mechanism characterized by comprising a modified target storage section that receives and stores the transferred contents.
JP63195104A 1988-08-03 1988-08-03 Editor control mechanism Pending JPH0243623A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63195104A JPH0243623A (en) 1988-08-03 1988-08-03 Editor control mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63195104A JPH0243623A (en) 1988-08-03 1988-08-03 Editor control mechanism

Publications (1)

Publication Number Publication Date
JPH0243623A true JPH0243623A (en) 1990-02-14

Family

ID=16335585

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63195104A Pending JPH0243623A (en) 1988-08-03 1988-08-03 Editor control mechanism

Country Status (1)

Country Link
JP (1) JPH0243623A (en)

Similar Documents

Publication Publication Date Title
US6272678B1 (en) Version and configuration management method and apparatus and computer readable recording medium for recording therein version and configuration management program
US6341308B1 (en) Input/output device information management system for multi-computer system
JP4755244B2 (en) Information generation method, information generation program, and information generation apparatus
JP6193406B2 (en) Serialization for differential encoding
JPH0243623A (en) Editor control mechanism
JP4903391B2 (en) Database replication method and apparatus and control program therefor
US8275809B2 (en) Object processing system using an object model
JPS62264329A (en) Screen text editor processing system
JPH02165353A (en) Conversation type data processing system
JP2944496B2 (en) Image data storage control device
JP3598594B2 (en) Document processing apparatus and document processing method
KR102427418B1 (en) Apparatus and method for synthetic of backup data
US7720816B2 (en) System and method for managing log information
JP2767966B2 (en) High-speed file access method
JPH05314483A (en) Recording method of information
JPH11120056A (en) Saving and restoring method for project data
JP2669128B2 (en) Language processing system
JP3318754B2 (en) File update processor
JP2790558B2 (en) CAD system
JPS6336375A (en) File managing method in data filling device
JPH05324734A (en) Electronic filing device
JPH04360248A (en) Remote file updating system
JPH01286053A (en) Data control system over plural types of computers
JPH07104807B2 (en) Control method for data with multiple names
JPH08171651A (en) Page layout data preparation device