rctay / sublime-text-buildview

A Sublime Text plugin to show build output in a view.
MIT License
67 stars 7 forks source link

Build Results -> Next Result and Previous Result never work #26

Open evandrocoan opened 8 years ago

evandrocoan commented 8 years ago

Build Results -> Next Result and Previous Result never work

So, how to got these folks working:

image

May be I am understanding they wrong, they are not the output results are they the error symbols? Yes.

Erimus-Koo commented 1 year ago

Sublime Text 4, and the same question. I'd remember that I'd press some key to display the previous, but I can't find it again, help please.

rctay commented 1 year ago

Hi @Erimus-Koo could you share some information:

  1. what is the file extension that you are triggering Build for?
  2. what is the syntax/language of the file you are triggering Build for?
  3. what is the Build System being used (if you manually selected one)?

Next / Previous result is dependant on the Build System defining a file_regex so that Next / Previous result (which is the navigation of files specified in the build output) works.

Erimus-Koo commented 1 year ago
  1. what is the file extension that you are triggering Build for? .py

    image
  2. what is the syntax/language of the file you are triggering Build for? Python

    image
  3. what is the Build System being used (if you manually selected one)? Tools/Build System/Python

    image

And there are still "no more results".

I do remember it worked some days ago, but it has disappeared now.