Author Topic: Ada Procedure Not Showing up in Defs Window  (Read 3377 times)

rgloden

  • Senior Community Member
  • Posts: 169
  • Hero Points: 5
Ada Procedure Not Showing up in Defs Window
« on: July 19, 2019, 05:01:51 AM »
The in the following Ada example, the package instantiation causes SlickEdit to not display the procedure "dump_all" in the Defs window.  Change package to packagex and SE works correctly (though it wouldn't be valid Ada).

procedure dump_all is
   package int_int_io is new Text_IO.Integer_IO(Integer);
begin -- dump_all
    null;
end dump_all;

SlickEdit Pro 2018 (v23.0.1.1 64-bit)
Windows and Linux

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6866
  • Hero Points: 528
Re: Ada Procedure Not Showing up in Defs Window
« Reply #1 on: July 19, 2019, 11:58:55 AM »
Reproduced. Looking into this.

SlickEdit Support

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 384
  • Hero Points: 29
Re: Ada Procedure Not Showing up in Defs Window
« Reply #2 on: July 22, 2019, 03:53:49 PM »
PM sent.

SlickEdit Support

rgloden

  • Senior Community Member
  • Posts: 169
  • Hero Points: 5
Re: Ada Procedure Not Showing up in Defs Window
« Reply #3 on: July 22, 2019, 05:17:59 PM »
Thanks.