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
Currently, all the opened file's tabs gets piled up in the top bar and becomes extremely difficult to manage after a certain time.
Need to think about an algorithm that can replace current tabs with new tabs instead of keeping them piling up. This can be implemented either by keeping a max open tabs and follow a queue approach. Or, We can replace a tab by looking at the last modified date among the opened tabs and then close which have been edited long back compared to other tabs. We can also think about of having a mechanism similar to VSCode to replace tabs if they were just opened to read.
The text was updated successfully, but these errors were encountered:
haxzie
changed the title
[FEAT] Improve tab replacement
[FEATURE] Improve tab replacement
May 8, 2021
Currently, all the opened file's tabs gets piled up in the top bar and becomes extremely difficult to manage after a certain time.
Need to think about an algorithm that can replace current tabs with new tabs instead of keeping them piling up. This can be implemented either by keeping a max open tabs and follow a queue approach. Or, We can replace a tab by looking at the last modified date among the opened tabs and then close which have been edited long back compared to other tabs. We can also think about of having a mechanism similar to VSCode to replace tabs if they were just opened to read.
The text was updated successfully, but these errors were encountered: