diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-12-01 15:02:52 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-12-01 16:44:04 +0100 |
| commit | 13bb611b4efabae584f13af6c3531360263ceb7d (patch) | |
| tree | 62ea35ec09814a3a557737bcc705aac488946aa4 /fluid/shell_command.cxx | |
| parent | 5160567728be407ef83445601f4da19b4e5b5bee (diff) | |
FLUID: Fixing Project Modflags when adding shell commands.
Diffstat (limited to 'fluid/shell_command.cxx')
| -rw-r--r-- | fluid/shell_command.cxx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fluid/shell_command.cxx b/fluid/shell_command.cxx index b1dd6d16c..fc61294ea 100644 --- a/fluid/shell_command.cxx +++ b/fluid/shell_command.cxx @@ -64,7 +64,13 @@ // FEATURE: Fd_Tool_Store icons are currently redundant with @file and @save and could be improved // FEATURE: hostname, username, getenv support? -// FEATURE: ad the files ./fluid.prefs and ./fluid.user.prefs as tool locations +// FEATURE: add the files ./fluid.prefs and ./fluid.user.prefs as tool locations +// FEATURE: interpret compiler output, for example: clang, and highlight errors and warnings +// `.../shell_command.cxx:71:2: error: test` +// `71 | #error test` +// `clang++: error: no such file or directory: '.../shell_command.o'` +// would make the error message clickable in the shell window and could select the widget, +// open the matching editor in the widget panel, and highlight the line in SourceView. /* Some ideas: |
