Skip to content
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

Clickable paths in the bottom panel / build output / terminus panel #97

Open
giampaolo opened this issue Jan 26, 2023 · 1 comment
Open

Comments

@giampaolo
Copy link

Hello. I would like to configure Hyper Click and apply it to certain bottom panel's views. My use case is the following: I run Python unit tests via ST's build system. When a test fails, the bottom (exec) panel shows something like this:

=================================== FAILURES ===================================
________________________ TestCLI.test_common_statements ________________________
Traceback (most recent call last):
  File "/home/giampaolo/svn/sysconf/tests/test_autoimport.py", line 145, in test_common_statements
    self.assertEqual(1, 0)
    ^^^^^^^^^^^^^^^^
AttributeError: 'TestCLI' object has no attribute 'assertEqual'
=========================== short test summary info ============================
  1. Is it possible to make that path clickable?

  2. at the same time, I also run tests via the Terminus package, which also emits a similar output. Has anybody tried to configure Hyper Click to work with Terminus?

Thanks and sorry in advance if this is not the right place where to ask for help. :)

@jfcherng
Copy link
Contributor

jfcherng commented Jan 27, 2023

It won't be preferred to monitor all panels periodically for changes to add phantoms because ST doesn't provide a listener API for this. That says, I don't think your request will be done here, but who knows.

As for Terminus, randy3k/Terminus#336

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants