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

[ros2launch] legal tab completion of launch files #126

Merged
merged 13 commits into from
Feb 27, 2020

Commits on Feb 20, 2020

  1. Complete launch file name for launch files not arguments

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    5a53491 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Expose get_launch_file_paths

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    29a6503 View commit details
    Browse the repository at this point in the history
  2. Suppress invalid file completions

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    380bdc9 View commit details
    Browse the repository at this point in the history
  3. Complete launch files in first argument

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    a656408 View commit details
    Browse the repository at this point in the history
  4. Don't complete recursive launch files

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    8c04d21 View commit details
    Browse the repository at this point in the history
  5. Typo in comment

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    b81028a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. style

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    00f8903 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Add is_launch_file and expose it

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    753d630 View commit details
    Browse the repository at this point in the history
  2. Reuse argcomplete machinery for paths

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    71ae581 View commit details
    Browse the repository at this point in the history
  3. dict() instead of dictionary comprehension

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    31df98f View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary basename() call

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    96bd7f8 View commit details
    Browse the repository at this point in the history
  5. Compatibility with argcomplete==1.8.1

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    84b564e View commit details
    Browse the repository at this point in the history
  6. is_launch_file takes normal arg

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7b64ba9 View commit details
    Browse the repository at this point in the history