Skip to content
Snippets Groups Projects
  1. Feb 27, 2022
  2. Feb 26, 2022
  3. Jan 16, 2022
  4. Jan 13, 2022
  5. Jan 11, 2022
  6. Jan 02, 2022
  7. Dec 14, 2021
  8. Dec 11, 2021
    • Eric Oulashin's avatar
      SlyEdit v1.75: Refactored the quote selection menu and cross-post selection · 4ba37165
      Eric Oulashin authored
      menus to use DDLightbarMenu instead of SlyEdit's own lightbar code.  This
      allowed the elimination of most of the rest of SlyEdit's own lightbar code,
      reducing the size of SlyEdit.js by about 40Kb.  It also provides some consistency
      in behavior by using a common menu component.
      
      Also, to support some additional required behaviors by SlyEdit, added the following
      'event' functions to the DDLightbarMenu class:
      ValidateSelectItem(pItemRetval): For validating that the user can select an item.
      Takes the item's return value, and returns a bool to indicate whether the item can
      be selected.
      
      OnItemSelect(pItemRetval, pSelected): A function that is called when an item is being
      selected (or de-selected, when multi-select is enabled).  The parameters are the item's
      return value and a boolean to indicate whether the item was selected or de-selected.
      
      Also, added an explicit DoKeyDown() function to DDLightbarMenu to support scrolling
      the menu down when desired (special case for SlyEdit's quote selection window).
      4ba37165
  9. May 30, 2021
  10. Apr 04, 2021
  11. Nov 18, 2020
  12. Oct 03, 2020
  13. Sep 26, 2020
  14. Sep 20, 2020
  15. Sep 19, 2020
  16. Sep 18, 2020
  17. Sep 17, 2020
  18. Sep 16, 2020
  19. Sep 10, 2020
  20. Sep 07, 2020
  21. Aug 23, 2020
  22. Aug 18, 2020
  23. Aug 16, 2020
  24. Apr 01, 2020
  25. Mar 04, 2020
  26. Aug 10, 2019
  27. Jul 21, 2019
  28. May 25, 2019
Loading