Samirla / xmlview

Powerful XML viewer for Google Chrome and Safari
MIT License
329 stars 75 forks source link

Display (toggle) Line numbers #57

Closed skumargithub closed 7 years ago

skumargithub commented 7 years ago

It does not appear that it's possible to view line numbers in an xml document.

If it's not already there, I am willing to volunteer to do submit a PR.

sergeche commented 7 years ago

No, there’s no such feature in plans, feel free to create a PR

skumargithub commented 7 years ago

Any suggestions on how to implement it?

Sent from Yahoo Mail on Android

On Mon, Feb 27, 2017 at 2:41 PM, Sergey Chikuyonoknotifications@github.com wrote:
Closed #57.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

sergeche commented 7 years ago

I guess it will require custom XML parser that can store node’s location in source code

skumargithub commented 7 years ago

Thanks, I will try to give it a shot. Will ping if I need help.

Sent from Yahoo Mail on Android

On Mon, Feb 27, 2017 at 2:51 PM, Sergey Chikuyonoknotifications@github.com wrote:
I guess it will require custom XML parser that can store node’s location in source code

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.