comparison gui.lua @ 43:78a25e2d25bf

Shift-for-history-deletion also works for block entries; note this in the tooltips.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Fri, 13 Jan 2012 01:18:32 +0000
parents 4f1e71f62776
children a561a967b5e6
comparison
equal deleted inserted replaced
42:4f1e71f62776 43:78a25e2d25bf
537 notClickable = true, 537 notClickable = true,
538 notCheckable = true, 538 notCheckable = true,
539 }}, 539 }},
540 { 540 {
541 "Rebroadcast this day%time|Broadcasts everything from here down until a new day.", 541 "Rebroadcast this day%time|Broadcasts everything from here down until a new day.",
542 "Delete remaining entries for this day%time|Erases everything from here down until a new day.", 542 "Delete remaining entries for this day%time|Erases everything from here down until a new day.\n\nHold down the Shift key to also delete the players' corresponding History entry.",
543 "Insert new loot entry%loot|Inserts new loot above this one, prompting you for information.", 543 "Insert new loot entry%loot|Inserts new loot above this one, prompting you for information.",
544 "Insert new boss kill event%boss|Inserts new event above this one, prompting you for information.", 544 "Insert new boss kill event%boss|Inserts new event above this one, prompting you for information.",
545 CLOSE 545 CLOSE
546 }, eoi_dropdownfuncs) 546 }, eoi_dropdownfuncs)
547 local eoi_loot_dropdown = gen_easymenu_table( 547 local eoi_loot_dropdown = gen_easymenu_table(
556 "Mark as guild vault%gvault", 556 "Mark as guild vault%gvault",
557 "Mark as normal|This is the default. Selecting any 'Mark as <x>' action blanks out extra notes about who broadcast this entry, etc.", 557 "Mark as normal|This is the default. Selecting any 'Mark as <x>' action blanks out extra notes about who broadcast this entry, etc.",
558 "--", 558 "--",
559 "Rebroadcast this loot entry|Sends this loot event, including special notes, as if it just happened.", 559 "Rebroadcast this loot entry|Sends this loot event, including special notes, as if it just happened.",
560 "Delete this loot event|Permanent, no going back!\n\nHold down the Shift key to also delete the player's corresponding History entry.", 560 "Delete this loot event|Permanent, no going back!\n\nHold down the Shift key to also delete the player's corresponding History entry.",
561 "Delete remaining entries for this boss%boss|Erases everything from here down until a new boss/day.", 561 "Delete remaining entries for this boss%boss|Erases everything from here down until a new boss/day.\n\nHold down the Shift key to also delete the players' corresponding History entry.",
562 "Insert new loot entry%loot|Inserts new loot above this one, prompting you for information.", 562 "Insert new loot entry%loot|Inserts new loot above this one, prompting you for information.",
563 "Insert new boss kill event%boss|Inserts new event above this one, prompting you for information.", 563 "Insert new boss kill event%boss|Inserts new event above this one, prompting you for information.",
564 "Edit note|Same as double-clicking in the notes column.", 564 "Edit note|Same as double-clicking in the notes column.",
565 "--", 565 "--",
566 CLOSE 566 CLOSE
594 }}, 594 }},
595 { 595 {
596 "Change from 'wipe' to 'kill'|Also collapses other wipe entries.", 596 "Change from 'wipe' to 'kill'|Also collapses other wipe entries.",
597 "Rebroadcast this boss%boss|Broadcasts the kill event and all subsequent loot until next boss.", 597 "Rebroadcast this boss%boss|Broadcasts the kill event and all subsequent loot until next boss.",
598 "Delete this boss event|Permanent, no going back!", 598 "Delete this boss event|Permanent, no going back!",
599 "Delete remaining entries for this boss%boss|Erases everything from here down until a new boss/day.", 599 "Delete remaining entries for this boss%boss|Erases everything from here down until a new boss/day.\n\nHold down the Shift key to also delete the player's corresponding History entry.",
600 "Insert new loot entry%loot|Inserts new loot above this one, prompting you for information.", 600 "Insert new loot entry%loot|Inserts new loot above this one, prompting you for information.",
601 "Insert new boss kill event%boss|Inserts new event above this one, prompting you for information.", 601 "Insert new boss kill event%boss|Inserts new event above this one, prompting you for information.",
602 "--", 602 "--",
603 CLOSE 603 CLOSE
604 }, eoi_dropdownfuncs) 604 }, eoi_dropdownfuncs)