Author Topic: List and search local symbols macro  (Read 106719 times)

Dennis

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 3859
  • Hero Points: 509
Re: List and search local symbols macro
« Reply #75 on: February 28, 2018, 11:32:00 pm »
Code: [Select]
         
         //tag_tree_get_bitmap(CB_DEFAULTS, CB_DEFAULTS2, type_name,'', tag_flags, auto leaf_flag, auto pic);
         pic := tag_get_bitmap_for_type(tag_get_type_id(type_name), tag_flags, auto pic_overlay);

         index = symbols._TreeAddItem( 0, name, TREE_ADD_AS_CHILD|TREE_OVERLAY_BITMAP1, pic_overlay, pic, -1 );
         _ols_num_tags++;
/code]

JustAbitCool

  • Junior Community Member
  • Posts: 8
  • Hero Points: 0
Re: List and search local symbols macro
« Reply #76 on: March 01, 2018, 11:51:53 am »
great work! thank you very much, Dennis!

hs2

  • Senior Community Member
  • Posts: 2759
  • Hero Points: 292
Re: List and search local symbols macro
« Reply #77 on: March 01, 2018, 12:41:52 pm »
Thanks a lot ++Dennis for your help :)
I've uploaded a new version v4.0.9.3 here (including a minor correction for legacy SE versions < v22)
HS2
« Last Edit: March 01, 2018, 01:12:19 pm by hs2 »

at5dapa1

  • Senior Community Member
  • Posts: 260
  • Hero Points: 22
Re: List and search local symbols macro
« Reply #78 on: October 01, 2018, 11:17:52 am »
After I'm loading this in SlickEdit Pro 2018 beta 5 (v23.0.0.6 64-bit) in Win7x64: it works, but it breaks menus editing.
Example: right-click in an opened buffer and select "Edit This Menu": I get an exclamation dialog:
Quote
Unable to temp menu
Error code out of range: 2146566144
Can anybody confirm?
Maybe related to https://community.slickedit.com/index.php/topic,16432.msg63300.html#msg63300 ?