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

Error/warning highlights in code left behind after fixing #24

Open
naam00 opened this issue Jun 30, 2016 · 1 comment
Open

Error/warning highlights in code left behind after fixing #24

naam00 opened this issue Jun 30, 2016 · 1 comment
Labels

Comments

@naam00
Copy link

naam00 commented Jun 30, 2016

Do the following:
- have a master ink file called master.ink
- have an include called include.ink
- in include.ink, type something like ~foobar=true
- you get a correct error display (as the VAR isn't declared anywhere)
- in master.ink, declare the VAR ('VAR foobar=false')
- switch back to include.ink. The warning icon is gone, but the line which it was on is still red. It will stay red until you quit/restart ink and open up the files again.

@joethephish joethephish changed the title Global VARs and includes (cosmetic?) Error/warning highlights in code left behind after fixing Jul 1, 2016
@joethephish joethephish added the bug label Jul 1, 2016
@greay
Copy link

greay commented Jun 14, 2019

this also happens with TODOs.

  • add TODO: ... to include.ink
  • switch to another file
  • switch back to include.ink and delete the todo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants