Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Untitled diff
作成日
9 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
0 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
47 行
すべてコピー
10 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
57 行
すべてコピー
local L = Grid2Options.L
local L = Grid2Options.L
Grid2Options:RegisterStatusOptions("lowmana", "mana", Grid2Options.MakeStatusColorThresholdOptions, {
Grid2Options:RegisterStatusOptions("lowmana", "mana", Grid2Options.MakeStatusColorThresholdOptions, {
titleIcon = "Interface\\Icons\\Inv_potion_86"
titleIcon = "Interface\\Icons\\Inv_potion_86"
})
})
Grid2Options:RegisterStatusOptions("mana","mana", function(self, status, options, optionParams)
Grid2Options:RegisterStatusOptions("mana","mana", function(self, status, options, optionParams)
self:MakeStatusStandardOptions(status, options, optionParams)
self:MakeStatusStandardOptions(status, options, optionParams)
self:MakeHeaderOptions(options, "Display")
self:MakeHeaderOptions(options, "Display")
options.showOnlyHealers = {
options.showOnlyHealers = {
type = "toggle",
type = "toggle",
order = 200,
order = 200,
width= "full",
width= "full",
name = L["Hide mana of non healer players"],
name = L["Hide mana of non healer players"],
tristate = false,
tristate = false,
get = function () return status.dbx.showOnlyHealers end,
get = function () return status.dbx.showOnlyHealers end,
set = function (_, v)
set = function (_, v)
status.dbx.showOnlyHealers = v or nil
status.dbx.showOnlyHealers = v or nil
status:UpdateDB()
status:UpdateDB()
status:UpdateAllIndicators()
status:UpdateAllIndicators()
end,
end,
}
}
end, {
end, {
titleIcon = "Interface\\Icons\\Inv_potion_72"
titleIcon = "Interface\\Icons\\Inv_potion_72"
})
})
Grid2Options:RegisterStatusOptions("poweralt", "mana", Grid2Options.MakeStatusColorOptions, {
Grid2Options:RegisterStatusOptions("poweralt", "mana", Grid2Options.MakeStatusColorOptions, {
titleIcon = "Interface\\Icons\\Inv_potion_34"
titleIcon = "Interface\\Icons\\Inv_potion_34"
})
})
Grid2Options:RegisterStatusOptions("power", "mana", Grid2Options.MakeStatusColorOptions, {
Grid2Options:RegisterStatusOptions("power", "mana", Grid2Options.MakeStatusColorOptions, {
color1 = L["Mana"],
color1 = L["Mana"],
colorDesc1 = L["Mana"],
colorDesc1 = L["Mana"],
color2 = L["Rage"],
color2 = L["Rage"],
colorDesc2 = L["Rage"],
colorDesc2 = L["Rage"],
color3 = L["Focus"],
color3 = L["Focus"],
colorDesc3 = L["Focus"],
colorDesc3 = L["Focus"],
color4 = L["Energy"],
color4 = L["Energy"],
colorDesc4 = L["Energy"],
colorDesc4 = L["Energy"],
color5 = L["Runic Power"],
color5 = L["Runic Power"],
colorDesc5 = L["Runic Power"],
colorDesc5 = L["Runic Power"],
コピー
コピー済み
コピー
コピー済み
color6 = L["Insanity"],
colorDesc6 = L["Insanity"],
color7 = L["Maelstrom"],
colorDesc7 = L["Maelstrom"],
color8 = L["Astral Power"],
colorDesc8 = L["Astral Power"],
color9 = L["Fury"],
colorDesc9 = L["Fury"],
color10 = L["Pain"],
colorDesc10 = L["Pain"],
width = "full",
width = "full",
titleIcon = "Interface\\Icons\\Inv_potion_33"
titleIcon = "Interface\\Icons\\Inv_potion_33"
})
})
保存された差分
原文
ファイルを開く
local L = Grid2Options.L Grid2Options:RegisterStatusOptions("lowmana", "mana", Grid2Options.MakeStatusColorThresholdOptions, { titleIcon = "Interface\\Icons\\Inv_potion_86" }) Grid2Options:RegisterStatusOptions("mana","mana", function(self, status, options, optionParams) self:MakeStatusStandardOptions(status, options, optionParams) self:MakeHeaderOptions(options, "Display") options.showOnlyHealers = { type = "toggle", order = 200, width= "full", name = L["Hide mana of non healer players"], tristate = false, get = function () return status.dbx.showOnlyHealers end, set = function (_, v) status.dbx.showOnlyHealers = v or nil status:UpdateDB() status:UpdateAllIndicators() end, } end, { titleIcon = "Interface\\Icons\\Inv_potion_72" }) Grid2Options:RegisterStatusOptions("poweralt", "mana", Grid2Options.MakeStatusColorOptions, { titleIcon = "Interface\\Icons\\Inv_potion_34" }) Grid2Options:RegisterStatusOptions("power", "mana", Grid2Options.MakeStatusColorOptions, { color1 = L["Mana"], colorDesc1 = L["Mana"], color2 = L["Rage"], colorDesc2 = L["Rage"], color3 = L["Focus"], colorDesc3 = L["Focus"], color4 = L["Energy"], colorDesc4 = L["Energy"], color5 = L["Runic Power"], colorDesc5 = L["Runic Power"], width = "full", titleIcon = "Interface\\Icons\\Inv_potion_33" })
変更されたテキスト
ファイルを開く
local L = Grid2Options.L Grid2Options:RegisterStatusOptions("lowmana", "mana", Grid2Options.MakeStatusColorThresholdOptions, { titleIcon = "Interface\\Icons\\Inv_potion_86" }) Grid2Options:RegisterStatusOptions("mana","mana", function(self, status, options, optionParams) self:MakeStatusStandardOptions(status, options, optionParams) self:MakeHeaderOptions(options, "Display") options.showOnlyHealers = { type = "toggle", order = 200, width= "full", name = L["Hide mana of non healer players"], tristate = false, get = function () return status.dbx.showOnlyHealers end, set = function (_, v) status.dbx.showOnlyHealers = v or nil status:UpdateDB() status:UpdateAllIndicators() end, } end, { titleIcon = "Interface\\Icons\\Inv_potion_72" }) Grid2Options:RegisterStatusOptions("poweralt", "mana", Grid2Options.MakeStatusColorOptions, { titleIcon = "Interface\\Icons\\Inv_potion_34" }) Grid2Options:RegisterStatusOptions("power", "mana", Grid2Options.MakeStatusColorOptions, { color1 = L["Mana"], colorDesc1 = L["Mana"], color2 = L["Rage"], colorDesc2 = L["Rage"], color3 = L["Focus"], colorDesc3 = L["Focus"], color4 = L["Energy"], colorDesc4 = L["Energy"], color5 = L["Runic Power"], colorDesc5 = L["Runic Power"], color6 = L["Insanity"], colorDesc6 = L["Insanity"], color7 = L["Maelstrom"], colorDesc7 = L["Maelstrom"], color8 = L["Astral Power"], colorDesc8 = L["Astral Power"], color9 = L["Fury"], colorDesc9 = L["Fury"], color10 = L["Pain"], colorDesc10 = L["Pain"], width = "full", titleIcon = "Interface\\Icons\\Inv_potion_33" })
違いを見つける