Diff
checker
텍스트
텍스트
이미지
문서
Excel
폴더
Legal
Enterprise
데스크톱
요금제
로그인
데스크톱 앱 다운로드
텍스트 비교
두 텍스트 파일의 차이점을 찾아보세요
도구
기록
실시간 편집
변경 없는 행 숨기기
줄바꿈 비활성화
레이아웃
나란히 보기
합쳐 보기
비교 단위
스마트
단어
글자
구문 강조
언어 선택
제외
텍스트 변환
첫 변경으로
수정
Diffchecker Desktop
가장 안전하게 Diffchecker를 사용하는 방법. 데스크톱 앱을 사용하면 비교 데이터가 외부로 전송되지 않습니다!
데스크톱 앱 받기
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" })
비교하기