Bug #11243 2007-06-03 23:52
pauliusz
Bad path parsing (RegEx)
Currently not all possible characters are supported by FilePathWithSpaces used in compiler output parsing.
For example after parsing "C:\@src\codeblocks\src........compiler.c" double clicking in Build Messages on error does nothing. This is because path contains character @.
I think RegEx in FilePathWithSpaces shouldn't be all possible characters, but it should be based on logic (all characters) - (forbidden characters).
P.S. I am not good at RegEx'es... :)
- Category
- Application::WrongBehaviour
- Group
- Status
- Open
- Close date
- Assigned to
History
clyfish 2007-07-23 10:01
I think this is a bug very much.
But mandrav doesn't think so at all.
Only a joke:D
pauliusz 2007-07-25 22:06
This is the same as Bug #11423