Skip to content
Snippets Groups Projects
  1. Dec 31, 2023
  2. Dec 17, 2023
  3. Dec 13, 2023
  4. Dec 12, 2023
  5. Nov 09, 2023
  6. Aug 15, 2023
  7. Jul 30, 2023
  8. May 24, 2023
  9. May 16, 2023
  10. Apr 30, 2023
  11. Apr 15, 2023
  12. Apr 09, 2023
  13. Apr 04, 2023
  14. Apr 03, 2023
  15. Feb 11, 2023
  16. Dec 17, 2022
  17. Dec 02, 2022
  18. Nov 27, 2022
  19. Oct 14, 2022
  20. Sep 21, 2022
  21. Sep 17, 2022
  22. Jul 04, 2022
  23. Apr 26, 2022
  24. Feb 27, 2022
  25. Feb 26, 2022
  26. Jan 16, 2022
  27. Jan 13, 2022
  28. Jan 11, 2022
  29. Jan 02, 2022
  30. Dec 14, 2021
  31. Dec 11, 2021
    • Eric Oulashin's avatar
      SlyEdit v1.75: Refactored the quote selection menu and cross-post selection · cd6df2d4
      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).
      cd6df2d4
  32. May 30, 2021
  33. Apr 04, 2021
Loading