Author Topic: _MultiCursorCallFuncName and gui_goto_line  (Read 1063 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
_MultiCursorCallFuncName and gui_goto_line
« on: August 23, 2021, 07:55:31 PM »
I was just poking thru the macros WRT multicursor support.
Looks like _MultiCursorCallFuncName() is to call some function for each cursor?

This is used in gui_goto_line, but not for gui_goto when going to a line.

All cursors are placed on the same line, maintaining their column position.
Kinda nifty, not sure how this would be useful.

gui_goto_col also appears to support multicursor: Seems more useful.


By default, does anything use gui_goto_line()?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6937
  • Hero Points: 531
Re: _MultiCursorCallFuncName and gui_goto_line
« Reply #1 on: August 23, 2021, 08:15:25 PM »
gui-goto-line is accessed from Search>Go to line... and also by clicking on the "Line XXX" in the status area.