Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve filename rendering in tabs #18

Open
bobbylight opened this issue Nov 2, 2015 · 0 comments
Open

Improve filename rendering in tabs #18

bobbylight opened this issue Nov 2, 2015 · 0 comments
Assignees

Comments

@bobbylight
Copy link
Owner

RText currently labels different files with the same name via incrementing numbers, e.g.

file.txt (1)
file.txt (2)

A better approach is that used by IntelliJ - in this scenario, prefix each file name with the parent folder name:

dir1/file.txt
dir2/file.txt

In the case that the parent folders have the same name, I'm not sure whether it's better to go yet another level up, or use the numbering scheme. We don't want the tabs to get too long. But in theory this will be a pretty rare occurrence.

@bobbylight bobbylight self-assigned this Nov 2, 2015
@bobbylight bobbylight added this to the 6.0.0 milestone Jan 30, 2022
@bobbylight bobbylight modified the milestones: 6.0.0, 6.0.1 Sep 17, 2022
@bobbylight bobbylight removed this from the 6.0.1 milestone Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant