Open GoogleCodeExporter opened 9 years ago
Workaround while not having the described feature:
* Activate "Display tab icon on log change" (Requires one uses tabs)
* Use the CTRL+Arrow-Up-Key to scroll to the last important incident
Original comment by sweaty1
on 11 Oct 2013 at 10:11
Alternative to implementing this feature, would be to implement live filtering,
by splitting the window in two with a slider. Upper-section showing all lines,
lower-section showing filtered lines. When selecting a line found by the filter
in the lower-section, then it will automatically scroll to the location in the
upper-section.
Besides the normal text-filter, then have an option to filter based on all
specified keywords.
Original comment by sweaty1
on 11 Oct 2013 at 10:27
Both alternatives are interesting.
Wouldn't the 2nd alternative be more work?
On Option 1, I have highlighted ERROR in red, WARNING in orange and INFO in
GREEN. How would CTRL+ARROW_UP_KEY know which important incident to jump to?
How would I know at a glance if there were any ERROR lines to worry about?
Original comment by rill...@gmail.com
on 17 Oct 2013 at 6:01
Issue #41 has a test version attached, where one can specify if keyword-match
should cause tab-icon to be a warning-icon.
Currently CTRL+ARROW_UP_KEY will jump to any text-highlight. This will probably
be changed, so one can specify whether keyword-match should cause an alert
(Replaces display warning icon). Then change CTRL+ARROW_UP_KEY to only jump
between alerts and bookmarks.
Original comment by sweaty1
on 17 Oct 2013 at 6:59
Attached an updated BETA version, where the keyword-match-configuration has
been changed a bit.
Introduced the concept "Alert Highlight", which means that it will set the
tab-warning-icon, if possible (Replaces 'Display Tab Warning Icon'). And now
CTRL+ARROW_UP_KEY will only jump between "Alert Highlights" and bookmarks
(Instead of jumping between all lines with text coloring).
Original comment by sweaty1
on 17 Oct 2013 at 9:53
Attachments:
Original issue reported on code.google.com by
rill...@gmail.com
on 11 Oct 2013 at 1:41