akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
https://akvelon.com
Apache License 2.0
197 stars 47 forks source link

Line Numbers escape the widget #259

Open TekExplorer opened 10 months ago

TekExplorer commented 10 months ago

image

Also, why is the line numbers side bar so... wide?!

TekExplorer commented 10 months ago

Turns out they dont even scroll

What the hell is _numberScroll for if you dont even use it?!

alexeyinkin commented 10 months ago
  1. What platform?
  2. Show the reproducible example.
  3. Show flutter doctor -v
TekExplorer commented 10 months ago

Doesnt matter. as long as you dont wrap the entire code field in a scroll view, it happens continuously. I know it does because i checked the implementation code and _numberScroll isnt used at all