Skip to content

Strange behaviour of autocomplete? #132

@andreasdominik

Description

@andreasdominik

I am testing a simple Lotka-Volterra-model. The definition of the hares look s like:

model Hasen "The hares"

  parameter gb = 1   "Reproduction rate of hares";
  parameter fb = 0.2 "Rate with witch hares are eaten";

  Species hasen

However, the last word hasen is always replaced by sen or asen when hitting Enter :o)

model Hasen "The hares"

  parameter gb = 1   "Reproduction rate of hares";
  parameter fb = 0.2 "Rate with witch hares are eaten";

  Species sen

It's possible to correct it afterwards, but ... somehow weird..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions