Author Topic: function_argument_help() seems flakey  (Read 2392 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
function_argument_help() seems flakey
« on: July 23, 2016, 01:23:56 AM »
In some places this works, and other places it doesn't.



In "C:\Program Files\SlickEdit Pro 21.0.0 Beta1\macros\cbrowser.e"
It shows the function definition and possible argument values and the comment header before the current function add_members_in_category()


In "C:\Program Files\SlickEdit Pro 21.0.0 Beta1\macros\tbfilelist.e"
It shows the function definition and possible argument values.


In "C:\Program Files\SlickEdit Pro 21.0.0 Beta1\macros\builtins.e"
It works as expected - but this is where the function is defined.






/**
 * Display function help window showing prototype for current function
 * being called, highlighting the current parameter.
 * This command is normally bound to Alt+Comma
 *
 * @see _do_function_help
 */
_command void function_argument_help() name_info(','VSARG2_REQUIRES_EDITORCTL|VSARG2_READ_ONLY|VSARG2_REQUIRES_PRO_EDITION)




Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6823
  • Hero Points: 526
Re: function_argument_help() seems flakey
« Reply #1 on: July 23, 2016, 01:58:23 AM »
I always get the comments. You could try deleting your Slick-C tag file so it will get rebuilt.