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

BUG: Whitespace in dir/file name #77

Open WinterSilence opened 3 years ago

WinterSilence commented 3 years ago

If directory/file have white space(s) in name, then link is splinted. For example: C:\Program Files\nodejs\node.exe split to links C:\Program and Files\nodejs\node.exe.

mahadi commented 1 year ago

I understand that not "every" whitespace can be respected in the regular expression pattern for performance reasons. But what about allowing white space if a link is embedded in single or double quotes? Like 'C:\Program Files\nodejs\node.exe' ?