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

Implement Csv SyntaxHighlighter #1987

Closed
4 tasks done
k3b opened this issue Feb 21, 2023 · 1 comment · Fixed by #1988
Closed
4 tasks done

Implement Csv SyntaxHighlighter #1987

k3b opened this issue Feb 21, 2023 · 1 comment · Fixed by #1988
Assignees
Labels

Comments

@k3b
Copy link
Contributor

k3b commented Feb 21, 2023

⚠️ This issue respects the following points: ⚠️

  • This is a enhancement/feature request. Not a bug or question.
  • The topic is not already reported at Issues. (I've searched it).
  • Markor is up to date. See Releases for the latest version. Updates are available from F-Droid and GitHub.
  • The wanted feature/enhancement is not present in the latest development version (git master). (Please download and try the test version of Markor, named Marder. Don't worry; Markor and Marder appear as completely separate applications. You can install both side-by-side, and Markor's settings are not touched. If your desired feature is present, you don't need to open this issue. The change will be part of the next Markor update.)

Description

This is a follow up to #1980

As a (role) user that wants to edit csv on android
I want (feature) each column should be shown in a different unique color (SyntaxHighlighter)
so that (benefit) it is easy to find out which csv-data belongs to which colum/header

grafik
(Example taken from the Androidstudio Plugin https://github.com/SeeSharpSoft/intellij-csv-validator )

Information

Android version: 10
Device: LG
App Version: 2.10.7 (143)

Source

F-Droid

Format / File type

Something else (-> Additional info)

Additional info / Log

Markor uses regular expressions to implement syntax highlighting.

The CSV implementation uses a java matchers that also infers currentls used csv-field-delimiter-char and quoting-char

@k3b
Copy link
Contributor Author

k3b commented Mar 15, 2023

Current status Markor support for csv-files (as of 2023-03-15):

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

Successfully merging a pull request may close this issue.

2 participants