You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.
Each time a file in a project is modified, the project drawer scrolls to the top when textmate loses and then receives focus.
I am hopeful that this plugin can hook the redraw function and prevent this behaviour. I would like the scrollbar to stay where it is, irrespective of whether or not textmate has or is receiving focus, and irrespective of any filesystem changes that occur within the project path.
To replicate:
ensure your project drawer has enough items in it such that the scrollbar is visible
scroll to the bottom of the drawer
switch focus to a non-textmate application and create a new file in your project, e.g.:
touch project_is_modified.txt
switch focus back to textmate
observe the drawer as it scrolls to the top
This is annoying default behaviour in textmate, but your plugin shows great promise... and I am hopeful that you can alter the default scrolling behaviour. Thanks!
The text was updated successfully, but these errors were encountered:
Given you have a sufficiently long scrollbar for your drawer and you have multiple files open for your project, once you close a tab the drawer places focus on the file of tab that has taken focus. The effect is your drawer auto scrolls, depending on which file has taken over focus.
This is extremely annoying when you have a large project and your drawer auto scrolls, forcing you to re-find the folder you were working in.
Each time a file in a project is modified, the project drawer scrolls to the top when textmate loses and then receives focus.
I am hopeful that this plugin can hook the redraw function and prevent this behaviour. I would like the scrollbar to stay where it is, irrespective of whether or not textmate has or is receiving focus, and irrespective of any filesystem changes that occur within the project path.
To replicate:
touch project_is_modified.txt
This is annoying default behaviour in textmate, but your plugin shows great promise... and I am hopeful that you can alter the default scrolling behaviour. Thanks!
The text was updated successfully, but these errors were encountered: