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

Right click option to override default delimiter #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

videogameaholic
Copy link

Added virtual file level settings separate from the defaults defined in Settings. Added actions to the editor and tab to change the delimiter for that file.

Added virtual file level settings separate from the defaults defined in Settings.
Added actions to the editor and tab to change the delimiter for that file.
@videogameaholic
Copy link
Author

I think I like this implementation better than the other pull request. In this one, I'm using the user data feature of VirtualFile which I think is the preferred method as opposed to adding a class variable to CsvFile. This has the same effect: Individual files can use a delimiter other than the global default. This also opens it up to other file types. TSV/TXT are not rainbowtized by default but they are available to the right click options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant