Skip to content

fix: implement editor tab history navigation (#1819)#2459

Open
Elitex07 wants to merge 2 commits into
Acode-Foundation:mainfrom
Elitex07:fix/issue-1819-file-tab-history
Open

fix: implement editor tab history navigation (#1819)#2459
Elitex07 wants to merge 2 commits into
Acode-Foundation:mainfrom
Elitex07:fix/issue-1819-file-tab-history

Conversation

@Elitex07

@Elitex07 Elitex07 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Implements editor tab visit history tracking and navigation commands (prevFileHistory / nextFileHistory), allowing users to traverse their open tabs in chronological order of visit rather than strictly left-to-right visual tab order.

Closes #1819

@greptile-apps

This comment has been minimized.

Comment thread src/lib/editorManager.js Outdated
Comment thread src/lib/commands.js Outdated
Comment thread src/cm/commandRegistry.js
@Elitex07

This comment has been minimized.

@greptile-apps

This comment has been minimized.

@Elitex07

Elitex07 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

@RohitKushvaha01

@RohitKushvaha01 RohitKushvaha01 added CI: RUN ON-DEMAND PREVIEW RELEASES Triggers an on-demand preview build for this pull request via CI workflow. and removed CI: RUN ON-DEMAND PREVIEW RELEASES Triggers an on-demand preview build for this pull request via CI workflow. labels Jul 8, 2026
@RohitKushvaha01 RohitKushvaha01 moved this from Backlog to In progress in The Code Board - Acode Jul 8, 2026

@RohitKushvaha01 RohitKushvaha01 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good on code, i will test it tomorrow because the GitHub action is failing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

Command for going to previously-used tab

2 participants