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

Hovering the species contained inside the diamond of a list does not provide a correct description. #390

Open
GuillaumeLeroy34 opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
About GAML Editor About UI This is an UI-related issue or request 😱 Bug The issue reveals a bug in GAMA

Comments

@GuillaumeLeroy34
Copy link

hovering the species contained in a list does not give an accurate summary of the species the list contains a set of.

Steps to reproduce the behavior:

  1. Create a new model
  2. Create a new species inside that model
  3. create a list containing that species any where it is valid, for instance:
    grid test_grid { list<test_grid> grid_test <- test_grid; }
  4. hover the name of the species located inside the diamond of the list.
  5. the description is the generic error prompting the error to submit an issue

Expected behavior
hovering the species inside of a list should provide the user with the same description shown to him when hovering the name of the species directly, such as the one that can directly be found at the start of it's declaration.

@lesquoyb lesquoyb added 😱 Bug The issue reveals a bug in GAMA About UI This is an UI-related issue or request About GAML Editor labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
About GAML Editor About UI This is an UI-related issue or request 😱 Bug The issue reveals a bug in GAMA
Projects
None yet
Development

No branches or pull requests

3 participants