-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What output_view.find_all_results() does? #2812
Comments
That API method does indeed return back a list of all of the matches from errs = self.output_view.find_all_results()
if len(errs) == 0:
sublime.status_message("Build finished")
else:
sublime.status_message("Build finished with %d errors" % len(errs)) Specifically the values for |
So, uhm, what kind of issue is this? Are you only asking about what |
It says errors, but there are no errors. The message should be changed, not documented. |
@evandrocoan Paste the output into a buffer and then execute the file_regex for Windows. You'll see two matches. |
Description
It is a undocumented function already listed on:
I am here because when my build finishes successfully, this thing is telling me there are 2 errors on my document. I would like to know why it is thinking that because I see no errors whatsoever.
![image](https://user-images.githubusercontent.com/5332158/57117043-a293da80-6d2f-11e9-92c0-587b469088f8.png)
The code ran is this:
And the full output of the build panel is this:
My project build is this: (I am not using
quiet: true
)May be it is thinking there are errors because I have set
file_regex
and it is matching thesetup/cache/main.log:10000000
line?Environment
10 build 15063 x64
Mint 19.1 XFCE4 x64
4.15.0-45-generic #48-Ubuntu SMP Tue ,Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
XFCE4 -> Xfwm4 + Compositing
1920x1080
1.0
3207
The text was updated successfully, but these errors were encountered: