Author Topic: Symbols->Properties  (Read 3113 times)

joecar

  • Senior Community Member
  • Posts: 420
  • Hero Points: 9
  • engineer/gearhead
Symbols->Properties
« on: October 05, 2017, 08:24:33 PM »
From the Symbols toolbar/tab, on a symbol, when you do rightclick->Properties a Slick-C error occurs:

Quote
Control ctl-call-tree-view referenced but does not exist
cbrowser.ex 34824 cb_refresh_calltree_view_for_one_window(
   1:   ._typename()=VS-TAG-BROWSE-INFO
   1:   .tag-database=C:\Users\jcarxxxxx\Working\Linux\qla2xxx\qla2xxx-v2632-devel\qla2xxx-v2632-devel.vtg
   1:   .category=Structures
   1:   .class-name=qla_hw_data
   1:   .member-name=max_supported_speed
   1:   .qualified-name=qla_hw_data
   1:   .type-name=var
   1:   .file-name=C:\Users\jcarxxxxx\Working\Linux\qla2xxx\qla2xxx-v2632-devel\qla2xxx\qla_def.h
   1:   .language=c
   1:   .line-no=3752
   1:   .seekpos=0
   1:   .name-line-no=0
   1:   .name-seekpos=0
   1:   .scope-line-no=0
   1:   .scope-seekpos=0
   1:   .end-line-no=0
   1:   .end-seekpos=0
   1:   .column-no=0
   1:   .flags=4096
   1:   .return-type=uint16_t
   1:   .arguments=
   1:   .exceptions=
   1:   .class-parents=
   1:   .template-args=
   1:   .doc-comments=
   1:   .type-id=16
   2:   599
   p_window_id: 599
   p_object: OI_FORM
   p_name: _tbsymbol_props_form
cbrowser.ex 33831 cb_refresh_calltree_view(
   1:   ._typename()=VS-TAG-BROWSE-INFO
   1:   .tag-database=C:\Users\jcarxxxxx\Working\Linux\qla2xxx\qla2xxx-v2632-devel\qla2xxx-v2632-devel.vtg
   1:   .category=Structures
   1:   .class-name=qla_hw_data
   1:   .member-name=max_supported_speed
   1:   .qualified-name=qla_hw_data
   1:   .type-name=var
   1:   .file-name=C:\Users\jcarxxxxx\Working\Linux\qla2xxx\qla2xxx-v2632-devel\qla2xxx\qla_def.h
   1:   .language=c
   1:   .line-no=3752
   1:   .seekpos=0
   1:   .name-line-no=0
   1:   .name-seekpos=0
   1:   .scope-line-no=0
   1:   .scope-seekpos=0
   1:   .end-line-no=0
   1:   .end-seekpos=0
   1:   .column-no=0
   1:   .flags=4096
   1:   .return-type=uint16_t
   1:   .arguments=
   1:   .exceptions=
   1:   .class-parents=
   1:   .template-args=
   1:   .doc-comments=
   1:   .type-id=16
   2:   -1
   p_window_id: 192
   p_object: OI_TREE_VIEW
   p_name: ctl_class_tree_view
cbrowser.ex 17743 cbrowser:_ClassBrowserTimerCallback(186 -1)   p_window_id: 192   p_object: OI_TREE_VIEW   p_name: ctl_class_tree_view



joecar

  • Senior Community Member
  • Posts: 420
  • Hero Points: 9
  • engineer/gearhead
Re: Symbols->Properties
« Reply #1 on: October 05, 2017, 08:25:41 PM »
The project is a C project.

joecar

  • Senior Community Member
  • Posts: 420
  • Hero Points: 9
  • engineer/gearhead
Re: Symbols->Properties
« Reply #2 on: October 05, 2017, 08:26:50 PM »
The error does not occur when you do rightclick->Arguments.

Dennis

  • Senior Community Member
  • Posts: 3955
  • Hero Points: 515
Re: Symbols->Properties
« Reply #3 on: October 05, 2017, 09:48:05 PM »
Kind of looks like you did Right Click > Calls or Uses, or maybe you had the option to update the call tree on a single click enabled.

Either way, will be fixed in the next drop.  Thanks for reporting this one!

joecar

  • Senior Community Member
  • Posts: 420
  • Hero Points: 9
  • engineer/gearhead
Re: Symbols->Properties
« Reply #4 on: October 05, 2017, 11:27:48 PM »
yes I do have the option enabled to update the call tree on a single click.

joecar

  • Senior Community Member
  • Posts: 420
  • Hero Points: 9
  • engineer/gearhead
Re: Symbols->Properties
« Reply #5 on: October 06, 2017, 10:56:47 PM »
It seems v22rc4 fixes this.

Thanks.