Skip to content

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

Merged
RohitKushvaha01 merged 2 commits into
Acode-Foundation:mainfrom
Elitex07:fix/issue-1819-file-tab-history
Jul 10, 2026
Merged

fix: implement editor tab history navigation (#1819)#2459
RohitKushvaha01 merged 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

@UnschooledGamer UnschooledGamer 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 9, 2026
@RohitKushvaha01 RohitKushvaha01 merged commit 34972c6 into Acode-Foundation:main Jul 10, 2026
9 of 10 checks passed
@github-project-automation github-project-automation Bot moved this from In progress to Done in The Code Board - Acode Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Command for going to previously-used tab

3 participants