withoutfanfare / waypoint

Lightweight Task Bookmarking extension for Nova code editor.
Other
3 stars 1 forks source link

Allow double clicking on the line number to create a waypoint #18

Open CassySpencer opened 2 years ago

CassySpencer commented 2 years ago

I tried using the shortcut keys but it did nothing, I even use the menu item under the Extensions menu, and nothing!

Also, the shortcut keys are way too complicated to remember. Could you make it as simple as double-clicking on a line number on the left-hand margin to create a waypoint?

withoutfanfare commented 2 years ago

Hi Cassy,

Double clicking on the line numbers is a great idea. The last time I tried, that feature wasn't actually available via the Nova API, but I'll have another go because that was a while back now.

For the keys...

When you want to start a new 'Journey' (which can contain multiple line bookmarks) you can use: CTRL + ALT + CMD + J

Once a Journey has been created, you can add new 'Markers' into it with: CTRL + ALT + CMD + M

Those key probably could be simplified - I can look into that.

Will see what I can come up with - thank you for your feedback.