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

Add .gitattributes to "Content Types" #23

Open
bohni opened this issue Mar 14, 2024 · 0 comments
Open

Add .gitattributes to "Content Types" #23

bohni opened this issue Mar 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bohni
Copy link

bohni commented Mar 14, 2024

Description

As with .gitignore, the file .gitattibutes should be treated as text and opened with Eclipse Text editor.

see

<content-type
id="org.eclipse.egit.contenttype.gitignore"
base-type="org.eclipse.core.runtime.text"
file-names=".gitignore"
priority="normal"
name="%GitIgnoreContentTypeName"/>

Motivation

Double click on the file in "Project Explorer" file tree will open the OS' "select application to open" dialog or the associated system editor instead of Eclipse Text Editor

Alternatives considered

No response

Additional context

No response

@bohni bohni added the enhancement New feature or request label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant