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

Some things to make lite-xl console plugin better #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2023

  1. Added setting to choose what place of console

    Added setting to choose what place of console:
    - Root View: Default behavior, console appear in root view
    - Document View: Console appear only on current document view. This prevents it from displaying above the treeview
    SmileYzn authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8e53ecf View commit details
    Browse the repository at this point in the history
  2. Get only first number of message using regex match

    Get only first number of message using regex match
    SmileYzn authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    34587ac View commit details
    Browse the repository at this point in the history
  3. Other plugins can control console view better now

    Other plugins can control console view better now
    SmileYzn authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0e1035b View commit details
    Browse the repository at this point in the history
  4. Fix comma

    Fix comma
    SmileYzn authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f52cb42 View commit details
    Browse the repository at this point in the history