kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 10 forks source link

#inlcude from rootdir #34

Closed Ragebone closed 7 years ago

Ragebone commented 7 years ago

plugin version 1.0.6

Error Message: "There is a syntax error."

include "..\@tn.server\config.hpp"

. or .. causes the false positive.

kayler-renslow commented 7 years ago

It shows the syntax error when the file doesn't exist. I marked this as a bug earlier, but I was derping and the file was in the wrong project. Everything appears to be working as intended.

Ragebone commented 7 years ago

Sorry, i can't remember what the heck went on. You are right, problem solved. Thank you very much!