Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Horizontal scroll position #68

Open
dietrich-stein opened this issue May 13, 2013 · 0 comments
Open

Horizontal scroll position #68

dietrich-stein opened this issue May 13, 2013 · 0 comments

Comments

@dietrich-stein
Copy link

I am using martomo's fork now because it behaves better than the klasscuvelier fork under SublimeText 3. Anyway, I noticed that when stepping into files the horizontal scroll position is not fully to the left making it very difficult to see what is going on without manually resetting it; which is quite a hassle. I added the following lines at the end of the show_file() function. It now resets to the left but not immediately, only after an additional call to xdebug_continue. Has anyone else seen this issue or have any ideas to make the reset immediate?

vpos = view.viewport_position()
view.set_viewport_position((0.0, vpos[1]))
martomo added a commit to martomo/SublimeXdebug that referenced this issue Jun 21, 2013
On breakpoint hit it would not scroll to the beginning of the 'current' line.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant