intellij-awesome-console
intellij-awesome-console copied to clipboard
Paths with spaces not supported
Currently, a Windows-style path with a space is matched as separate paths. One possible fix for this is by allowing spaces in the URL pattern's path subgroup.
See PR #27
hm this will create some performence problems with long lines, also its hard to catch all edge cases to determine how many space splitted parts are really a single file. simply adding spaces into the matcher opens op tons of other problems.
Yes I agree. Perhaps we should allow for user-defined regex patterns?
For example, I modified my script's output to put brackets around a space, which allows me to define a custom regex pattern that will match that script's output without the issues you mentioned

hope can support space inside at a path like string start and end with " "
Any news on this. Actually this is a must have feature. At least wrapping in quotes should be supported.
Yes please, we need an "awesome/console/with path /with spaces/" support
Any possibility to implement this as an opt-in for users who still need it (perhaps giving the option to specify that "" and '' paths with spaces are supported)? This would be really helpful.