Skip to content
New issue

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

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

Already on GitHub? # to your account

Allow tabs to be seperators #14

Open
JohannesRabauer opened this issue Aug 29, 2019 · 3 comments
Open

Allow tabs to be seperators #14

JohannesRabauer opened this issue Aug 29, 2019 · 3 comments

Comments

@JohannesRabauer
Copy link

Currently there is only one character allowed to seperate columns. Unfortunatly you can't use \t to use a tabulator as a seperator

@paulvi
Copy link
Collaborator

paulvi commented Sep 10, 2019

\t are for C++, Java strings.
Exactly for this case, why not having as x09 one character https://theasciicode.com.ar/ascii-control-characters/horizontal-tab-ascii-code-9.html ?

@JohannesRabauer
Copy link
Author

Because it seems like it's not the same. x09 draws this character ○ instead of a tab.
Copying a tab from somewhere else and pasting it into the Option-Field does work, but feels a lot like a workaround instead of a solid solution.
grafik

@paulvi
Copy link
Collaborator

paulvi commented Sep 23, 2019

well, so it is usable,
the issue now is about
displaying whitespace character within Eclipse/SWT TextBox

Should be the same as within Eclipse Editor with such option ON.

Hopefully someone has desire/time to experiment.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants