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

ColorDelegator - Several bug fixes #43297

Closed
taleinat opened this issue Apr 30, 2006 · 3 comments
Closed

ColorDelegator - Several bug fixes #43297

taleinat opened this issue Apr 30, 2006 · 3 comments
Assignees

Comments

@taleinat
Copy link
Contributor

BPO 1479219
Nosy @kbkaiser, @taleinat
Files
  • ColorDelegator.patch: ColorDelegator patch diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/kbkaiser'
    closed_at = <Date 2006-07-17.22:07:28.000>
    created_at = <Date 2006-04-30.07:48:02.000>
    labels = ['expert-IDLE']
    title = 'ColorDelegator - Several bug fixes'
    updated_at = <Date 2006-07-17.22:07:28.000>
    user = 'https://github.com/taleinat'

    bugs.python.org fields:

    activity = <Date 2006-07-17.22:07:28.000>
    actor = 'kbk'
    assignee = 'kbk'
    closed = True
    closed_date = None
    closer = None
    components = ['IDLE']
    creation = <Date 2006-04-30.07:48:02.000>
    creator = 'taleinat'
    dependencies = []
    files = ['7215']
    hgrepos = []
    issue_num = 1479219
    keywords = ['patch']
    message_count = 3.0
    messages = ['50144', '50145', '50146']
    nosy_count = 2.0
    nosy_names = ['kbk', 'taleinat']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1479219'
    versions = []

    @taleinat
    Copy link
    Contributor Author

    This patch fixes the following bugs in the Bug Tracker:

    [ 1325071 ] "as" keyword sometimes highlighted in strings

    This patch fixes the following undocumented bugs:

    • "as" keyword colored as a keyword even in comments on
      the 'import' line
    • Comments such as "#False identity", which start with
      a keyword immediatly after the '#' character, aren't
      colored as comments.
    • In unicode string literals (e.g. u"bob"), the
      preceding 'u' character isn't colored as part of the
      string. But the preceding 'r' of raw string literals is.

    I have only added/fixed minor details, no logic changes.

    @taleinat
    Copy link
    Contributor Author

    Logged In: YES
    user_id=1330769

    Replaced patch file:
    Fixed a minor bug caused by faulty use of the "and/or trick".

    @kbkaiser
    Copy link
    Contributor

    Logged In: YES
    user_id=149084

    rev 50692. Thanks for the patch!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    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

    2 participants