Remillard / VHDL-Mode

A package for Sublime Text that aids coding in the VHDL language.
MIT License
40 stars 10 forks source link

Annoying buffer right shift when beautifying with ST3 panes #110

Closed Remillard closed 5 years ago

Remillard commented 5 years ago

So, this is more of an annoyance, but frequently when working with side by side panes and beautification is triggered, it'll shift the window to the right automatically. Maybe there's a way to keep the window pinned left.

Remillard commented 5 years ago

Seems like even after the command resets the viewport, there are instances where ST3 will try to shift the viewport right again. Keeping an eye on this.

Remillard commented 5 years ago

This is definitely not fixed and may not actually be fixable. Seems like after additional testing, Sublime processes a viewport shift if a command changed the size of the buffer. Still investigating.