C0D312 wrote:bug (OSX): when launching ST when there's a window open from the previous session and the sidebar is hidden, ST will animate the sidebar in, then quickly close it only half way.
Should be fixed now in 3008.
C0D312 wrote:bug (OSX): when launching ST when there's a window open from the previous session and the sidebar is hidden, ST will animate the sidebar in, then quickly close it only half way.
xeno.by wrote:reddshack wrote:Arjan wrote:Goto Symbol in Project is the most important new function to me, and why not let "Ctrl+Click" automatically do Goto Symbol in Project? That way, navigating through code will be a breeze.
+1
I'd second this suggestion. It's possible to emulate this feature (at least, it worked in ST2), but the implementation is really cumbersome.
reddshack wrote:I'm retracting my +1 here. This functionality is exactly what "Goto Definition..." is. Didn't even realize this. Works perfectly as-is with keyboard shortcuts. Thanks jps.
Arjan wrote:But sometimes I navigate the project with the mouse (usually when I forget a filename and navigate the Folders view), and Alt+Click instead of F12 is thus niceness (ctrl+click is already taken for multiple cursors, but that's fine)
SublimeXiki has some example code to do something like this in ST2xeno.by wrote:The problem is not in mousemap. It's in getting the coordinates of the text that's been clicked.
lunixbochs wrote:SublimeXiki has some example code to do something like this in ST2xeno.by wrote:The problem is not in mousemap. It's in getting the coordinates of the text that's been clicked.
FichteFoll wrote:Two options.
1. Make the command only work with a single selection. I can't imagine a case where you'd want to run "goto definition" with multiple cursors - by mouse.
2. In ST2 you could hook into the "run_" method which just removed the "event" argument from the arguments table. This "event" argument contained details on mouseclicks. Not sure if you can do this in ST3 too.
fjl wrote:Also, it would be really nice if you supported variable substitution (e.g. ${filepath/...}) in the symbol transform expression.
Users browsing this forum: Exabot [Bot] and 11 guests