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

Dennis

  • Senior Community Member
  • Posts: 3954
  • Hero Points: 515
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: 2761
  • 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: 282
  • Hero Points: 24
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 ?