scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.66k stars 193 forks source link

Wrapper for scrollIntoView - enhancement #135

Open venkatgoud opened 5 years ago

venkatgoud commented 5 years ago

Currently CodeMirror provides a wrapper to scrollTo.

It would be helpful if it provides a similar wrapper for scrollIntoView.

If one wants to scroll the editor to a particular line from an event outside the editor - like clicking on a subview of the document like an outline -- , scrollTo is not much use for that case.

Pet3ris commented 5 years ago

This would be great! Or even some documentation on how to call unimplemented parts of the Code Mirror API.

scniro commented 4 years ago

@Pet3ris @venkatgoud I am a lot shorter on time these days as when I started this project. Codemirror & React APIs are moving to quickly for me to keep atop of for the day-to-day. I am looking for a co-maintainer of this project. Please contact me directly if you are interested. Thank you for understanding.