Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LCTRL Hyperlink highlight should ignore everything after last ":" #1594

Closed
Maximus5 opened this issue Jul 31, 2015 · 6 comments
Closed

LCTRL Hyperlink highlight should ignore everything after last ":" #1594

Maximus5 opened this issue Jul 31, 2015 · 6 comments

Comments

@Maximus5
Copy link
Owner

Originally reported on Google Code with ID 1594

Required information!
OS version: Win7 x64
ConEmu version: 140523

*Bug description*
LCTR hyperlink highlighting of "filename:line:" needs a space after the last ":".
This stops some of the output from GREP and other commands to work.
It should really ignore everything after that last ":".

*Steps to reproduction*

Example output:

F:/Dev/mruby-master-5512/src/class.c:391:  mrb_get_args(mrb, format, ...)
F:/Dev/mruby-master-5512/src/class.c:418:mrb_get_args(mrb_state *mrb, const char *format,
...)
F:/Dev/mruby-master-5512/src/class.c:783:  mrb_get_args(mrb, "C", &klass);


Notice the middle line isnt highlighted.

Reported by grable0 on 2014-05-28 09:33:20

@Maximus5
Copy link
Owner Author

Interesting, what editor you've set up for opening them?

Reported by ConEmu.Maximus5 on 2014-05-28 09:44:28

  • Status changed: Accepted

@Maximus5
Copy link
Owner Author

I use Scite for everything hehe.
But the bug is in the highlighter, so it wont even get that far ;)

And just to be clear, lines with that space after ":" works fine.

Reported by grable0 on 2014-05-28 09:57:28

@Maximus5
Copy link
Owner Author

I mean, can you open your editor at specific line?
Used command line? How to?

Reported by ConEmu.Maximus5 on 2014-05-28 11:20:38

@Maximus5
Copy link
Owner Author

140528

Reported by ConEmu.Maximus5 on 2014-05-29 13:12:27

@Maximus5
Copy link
Owner Author

Commandline is "scite -open:filename -goto:line,col"

but i had trouble with quoting of the filename, so made a small utility to fix it for
me and then run scite.

Seems build 140528 fixed the issue too :)

Reported by grable0 on 2014-05-29 13:14:38

@Maximus5
Copy link
Owner Author

Reported by ConEmu.Maximus5 on 2014-06-13 02:36:18

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant