Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bliss bliss
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 541
    • Issues 541
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 149
    • Merge requests 149
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • BlissBliss
  • blissbliss
  • Issues
  • #1090
Closed
Open
Issue created Oct 24, 2019 by Antonia Beteva@betevaOwner

Print reserved keywords in bliss shell when used in a string.

In the bliss shell all the python reserved keywords appear in green even when used in a private string.

Example:

 BM29 [1]: vfilter
  Out [1]:    LABEL   DESCRIPTION         MOTOR POSITION(S)
           *  refpos  Reference position  vfilter_mot: 1.000  (± 0.010)
              yellow  Yellow filter       vfilter_mot: 2.000  (± 0.010)
              blue    Blue filter         vfilter_mot: 3.000  (± 0.010)
              empty   Empty hole          vfilter_mot: 4.000  (± 0.010)
the word filter appears in green, which is misleading.
BM29 [2]: print("visible filter")

In this example print is red, filter is green and visible is black, while filter should be black.

Edited Oct 24, 2019 by Linus Pithan
Assignee
Assign to
Time tracking