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

#include other files should be a setting with the default as disabled #135

Open
merovigiam opened this issue Dec 2, 2020 · 1 comment
Open

Comments

@merovigiam
Copy link

Trying to open some games from the workshop that have #include can lead to an absolute confusion to whoever is not aware of that configuration that replaces the entire code with nothing when the file does not exist and leave just the #include line on atom editor. On tabletop simulator can still be seen the whole code.

@Benjamin-Dobell
Copy link
Member

Developers ought to be using #include, or better yet require, so disabling this setting by default doesn't seem like a good solution.

Seems as Atom has a warning/error system, it'd make more sense to show a warning about the fact the referenced file could not be resolved on disk.

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

No branches or pull requests

2 participants