anthraxx / intellij-awesome-console

IntelliJ IDEA plugin: awesome console finally makes links in your console at least 200% more awesome!
MIT License
159 stars 40 forks source link

Comma und closed Bracket recognized as file path #30

Closed iice closed 5 years ago

iice commented 7 years ago

[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: de.my.web.common:my-common-sms:jar -> duplicate declaration of version ${my.version} @ de.my.web.anwendungen:parent:0.1-SNAPSHOT, C:\tmp\web\projekte\anwendungen\pom.xml, line 221, column 25

The project de.my.web.anwendungen:my-anwendung-unfall-bl:0.1-SNAPSHOT (C:\tmp\web\projekte\anwendungen\my-anwendungen\my-anwendung-unfall-bl\pom.xml) has 1 error

anthraxx commented 7 years ago

well technically both, comma and brackets are valid characters for files, not sure what to do about this

iice commented 7 years ago

Is it possible to configure the regex for the last character of file path without comma and bracket?

anthraxx commented 7 years ago

Not right now, but something like that could be possible. Let me think a bit how to approach it and if it would make sense to add default cases to handle this. After all, ending files with such characters is unlikely

anthraxx commented 5 years ago

this should be fixed in the master and released soon via plugin update. If this issue persists, please request reopen and we analyze it further