Sublime Forum

Detecting line number bar click

#1

Is there a way (command or callback) to detect a click on the sublime line number sidebar, to get the line number clicked? Has to be the sidebar though, clicking in the view should not raise this.
Thanks,
-falven

0 Likes

#2

Try your luck with the view.window_to_text and the want_event method, as used in the context menu that opens urls: Dev Build 3067

0 Likes