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

Built-in editorconfig support #319

Open
tomlin7 opened this issue May 27, 2024 · 2 comments
Open

Built-in editorconfig support #319

tomlin7 opened this issue May 27, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request file management text editor Related to text editor's features

Comments

@tomlin7
Copy link
Owner

tomlin7 commented May 27, 2024

Feature

Editorconfig is quite popular in developer communities and we should incorporate a basic support for this.

  • detect editorconfig files in opened project directories
  • confirm from user to load the configurations
  • use the editorconfig parser and load the configurations
@tomlin7 tomlin7 added enhancement New feature or request text editor Related to text editor's features file management labels May 27, 2024
@tomlin7 tomlin7 self-assigned this May 27, 2024
@Moosems
Copy link

Moosems commented Jun 14, 2024

pyeditorconfig module?

@tomlin7
Copy link
Owner Author

tomlin7 commented Jun 17, 2024

pyeditorconfig module?

Yeah this will be used.

  • run checks for editorconfig detection in project repo on active directory change
  • then confirm from user to load the editorconfig settings (using messagebox for now, notification actions are planned)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request file management text editor Related to text editor's features
Projects
None yet
Development

No branches or pull requests

2 participants