Plugins may need to open a file from the message window without specifying the line number (e.g. gproject has the feature "find project file"). In addition to the original behaviour this patch makes it possible to open files when the message is of the form
filename(:[whatever])*
so for instance
/home/techet/geany/foo.c /home/techet/geany/foo.c: this the file you were searching for
are both valid and the file is opened when the message is clicked.
Signed-off-by: Jiří Techet techet@gmail.com --- src/msgwindow.c | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-)