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

Option to not 'Show file extension on tab' issues with custom editor titles #13

Open
GoogleCodeExporter opened this issue Apr 26, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Change the title of an editor to "editor (mod1.mod2)"

What is the expected output? What do you see instead?

Right now it shows "editor (mod1", and I expected it to show "editor
(mod1.mod2)", but I know this may be difficult to determine as it could
vary, so, if it could let the title as it was, that would be a good
solution too (this is part of a new feature in pydev, so that 2 editors
don't show with the same name). 

A way to determine that would be going backwards and checking if some char
doesn't match against Character.isJavaIdentifierPart() (or maybe
Character.isLetterOrDigit()) until a '.' is found -- so, it would stop at
')'. There could be an option for that, but I believe it should be OK to
check that until the first dot is found (I don't think there's any common
extension that doesn't match that).

What version of the product are you using? On what operating system?

Version 1.5.3 on eclipse 3.6, windows xp.

Original issue reported on code.google.com by fabi...@gmail.com on 13 Apr 2010 at 10:18

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