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

Horizontal scroll position #68

@dietrich-stein

Description

@dietrich-stein

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]))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions