Skip to content

TextMateLanguage createIdentifiers and autoCompleteEnabled #825

Description

@KonerDev
  1. The create methods in TextMateLanguage often have a parameter called autoCompleteEnabled. However, the value doesn't change autoCompleteEnabled, but rather createIdentifiers. The parameter name is incorrect.

  2. The member variable createIdentifiers is final, and there's no setter method to modify it later. Is this not possible? Is it necessary to create a new TextMateLanguage object to change this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions