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

Feature: Highlight row or text if it contains specific words, such as "TODO" or "HACK" #49

Open
KevinAdams05 opened this issue Jul 19, 2018 · 1 comment
Milestone

Comments

@KevinAdams05
Copy link

This would be nice to have. Ideally the user would be able to configure the word and the highlight color. For example, highlight rows that have "HACK" as yellow and rows that have "TODO" as red.

@konrad1977
Copy link
Contributor

#define DO_PRAGMA(x) _Pragma (#x)
#define TODO(x) DO_PRAGMA(message ("TODO - " #x))

TODO(Remember to fix this)

From: GCC Diognostics Pragmas
I don't know how its handled in Koder though.

But you can see an output from the compiler (GCC in this case)

@KapiX KapiX added this to the 0.5.0 milestone Sep 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants