Open
Description
It would be nice to see the name of the current file
, i.e., log file, property file, or source code when it is opened as an overlay in a generated HTML table. This could be solved by an (to be implemented) title line at top border of the overlay. The title line should be available for all overlays and could contain the buttons for back (to task definition)
or X (close overlay)
, which are already floating around at top border or above the content of the overlay element.
The list of available buttons (back
and close
) could be extended, for example, with the following functionality:
copy content to clipboard
, or in case of log filecopy first line (command line) to clipboard
.download content as file
(providing some content as file when clicking a button should be simple).show line numbers
(is this possible with CSS only?).