Using 'next_result' is broken
See original GitHub issueWe 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:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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.