question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using 'next_result' is broken

See original GitHub issue

We use ‘next_result’ as a recommendation to go to the next result (essentially F4 on Windows). As soon as you open a Find all which opens the ‘Find results’ view, this command will not work anymore. Instead it will correctly iterate the search results. But our panel never gains focus again. You can close the ‘Find results’ view, and still not iterate through the lint errors. You can ctrl-k a to open the errors panel, and still are not able to iterate through the lint errors. You have to literally click (activate) the panel, so Sublime will reactivate the shortcut/command ‘next_result’ for it.

  • Either don’t use ‘next_result’ (this would help #1010 as well) at all, and instead recommend the Goto command. (We could implement going to the next file for that command as well.)
  • Actually focus the panel on ‘ctrl-k a’

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
bravercommented, Feb 26, 2018

It’s just a built-in feature. Although I don’t think many people will know about, I don’t really feel like telling people about it and then having to discuss its shortcomings. If people do know about it and find out it works here too, they can consider it some little extra nugget of functionality they got for free. It’s not like ST documents what “next_result” means in any way.

0reactions
FichteFollcommented, Feb 26, 2018

Hm, imo it’s still worth mentioning that it is supported, albeit it can bug out in some situations as outlined in OP, which I think of as ST bugs. It could, however, occur that indicating support for them would cause people to blame SL for next_result problems when it’s in fact just re-using ST behavior.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is no data found after calling SqlDataReader.NextResult?
The problem with the first one is that the reader doesn't find any data to read. I get;. "Invalid attempt to read when...
Read more >
Error while using nextresult fuction with datareader
DataReader. , +. Error while using NextResult fuction with datareader cannot get second table result and error on second NextResult line
Read more >
SQLDataReader NextResult() problem. - MSDN - Microsoft
It's a great point, but I use SQL Server 2005 and basically I use a simiple SQLDataReader, based on a procedure with just...
Read more >
NextResult returns true after stored procedure #135 - GitHub
MySqlDataReader.NextResultAsync will return true after reading the results returned by the stored procedure. This appears to be because ...
Read more >
F4 - Next Error / Next Result issue - Visual Studio Feedback
Yes, it's still broken, using the original repro steps.. I'm also confused as August 29 Enbi said he was able to repro it....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found