﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LogViewPlus Support » LogViewPlus Support » Help &amp; Support  » Lastline navigation between filter views related to tailing</title><generator>InstantForum 2017-1 Final</generator><description>LogViewPlus Support</description><link>https://www.logviewplus.com/forum/</link><webMaster>LogViewPlus Support</webMaster><lastBuildDate>Sat, 09 May 2026 10:11:08 GMT</lastBuildDate><ttl>20</ttl><item><title>Lastline navigation between filter views related to tailing</title><link>https://www.logviewplus.com/forum/post/1979</link><description>&lt;a href="https://www.logviewplus.com/forum/606/Last-selected-log-entry-in-filter-bug"&gt;https://www.logviewplus.com/forum/606/Last-selected-log-entry-in-filter-bug&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;I was hesitant to bring a thread from three years ago back to life, but I have been dealing with an aspect of this issue as described in the above thread and would like to get clarification on expected behavior.&lt;br/&gt;&lt;br/&gt;First my scenario in LVP 3.0.22&lt;br/&gt;&lt;br/&gt;My log files are Text files containing SMTP dialogs.&amp;nbsp; Each line is a record with Date, Time, Thread, Message.&amp;nbsp; However each SMTP session (e.g. Thread) can be intermixed line-by-line with other threads in the log file.&amp;nbsp; So in order to easily read each SMTP session without the noise of other threads, I open the entire SMTP Log file and immediately apply a template for all of the thread numbers&amp;nbsp; (Usually 0001 to 0030)&amp;nbsp; &lt;br/&gt;&lt;br/&gt;Then I apply a second text filter off the main log file with the email address, subject, mail server, or whatever other data I was given to locate the email message delivery in question.&amp;nbsp; I then select the line with the matching data and finally select the corresponding thread view number (0001-0030).&amp;nbsp; This way, within seconds, I've found the exact 20 to 50 lines I need out of millions on our busy mail servers. It works great unless my text filter line is the last line of that view.&lt;br/&gt;&lt;br/&gt;The problem is, I also Tail these logs for real-time support.&amp;nbsp; Which brings me to the fact that I don't agree with the present behavior of what happens when I select the last line of a filtered view and navigate to another view.&amp;nbsp; Moving between views seems like it should keep me on the line I've selected.&amp;nbsp; If I want to go to the end for tailing, I can just press CTRL-END.&amp;nbsp; The reverse however is not easy, I have to scroll through hundreds of thousands of lines, or setup a time filter, or turn tails on and off all day.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;If changing default behavior would break other people's use-case, can we at least be given an option for this alternate behavior under Settings --&amp;gt; Tail &amp;amp; Scroll Settings&lt;br/&gt;[&amp;nbsp; ] When switching views, stay on selected entry &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;i&gt;(May require you to manually select the last entry in the new view in order to continuing tailing)&lt;/i&gt;&lt;br/&gt;&lt;br/&gt;Thanks for your consideration.&lt;br/&gt;</description><pubDate>Fri, 26 Jan 2024 15:50:27 GMT</pubDate><dc:creator>TimHum</dc:creator></item><item><title>RE: Lastline navigation between filter views related to tailing</title><link>https://www.logviewplus.com/forum/post/2021</link><description>Thank you!&amp;nbsp; I greatly appreciate the "good ol' college try".&amp;nbsp; That said, I stand by my December 22 reply:&lt;br/&gt;&lt;br/&gt;"...your choice: new code or additional documentation.  I think either are acceptable options and neither are a wrong choice. "&lt;br/&gt;&lt;br/&gt;The documentation change is perfect for me.&amp;nbsp; I've been using the double click option with great success.&amp;nbsp; I'm happy with the current functionality.&lt;br/&gt;</description><pubDate>Fri, 26 Jan 2024 15:50:27 GMT</pubDate><dc:creator>TimHum</dc:creator></item><item><title>RE: Lastline navigation between filter views related to tailing</title><link>https://www.logviewplus.com/forum/post/2020</link><description>Hi Tim,&lt;br/&gt;&lt;br/&gt;I just wanted to give you an update on this one.&amp;nbsp; We investigated this behaviour for the 3.1 release, but the implementation was too involved for a quick fix.&amp;nbsp; As a result of the investigation, we decided to have a completely separate auto-scroll implementation where auto-scroll could be controlled by selecting the last line (current behaviour), or an always on or always off check box (new behaviour).&amp;nbsp; Only one implementation would work at a time which could be controlled through settings.&lt;br/&gt;&lt;br/&gt;We planned something like this...&lt;br/&gt;&lt;br/&gt;&lt;img src="../Uploads/Images/ce3caa5f-d85f-4594-9008-b8ba.png" id="if_insertedNode_1706172871801"&gt;&lt;br/&gt;&lt;br/&gt;Unfortunately, this brings up a lot of edge cases in the code which will create a large testing task.&amp;nbsp; The documentation also gets a little tricker as two sets of behaviour need to be explained when describing 'auto-scroll'.&amp;nbsp; As a result, we have decided to shelve this change for now.&amp;nbsp; We will pick it up again if there is more user demand for an alternative auto-scroll implementation.&lt;br/&gt;&lt;br/&gt;We did update the documentation for v3.1, so hopefully that will provide some help for new users.&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;&lt;br/&gt;Toby&lt;br/&gt;</description><pubDate>Thu, 25 Jan 2024 09:07:12 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Lastline navigation between filter views related to tailing</title><link>https://www.logviewplus.com/forum/post/1982</link><description>Thanks for the update.&amp;nbsp; Glad to hear the work-around helps.&lt;br/&gt;&lt;br/&gt;I will look into adding a new configuration option into the next release.&amp;nbsp; If this cannot be done in a relatively straight-forward way, then we will fall back to better documentation.</description><pubDate>Fri, 22 Dec 2023 16:21:28 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Lastline navigation between filter views related to tailing</title><link>https://www.logviewplus.com/forum/post/1981</link><description>Toby,&lt;br/&gt;&lt;br/&gt;That double-click option works well.&amp;nbsp; Maybe we don't need the additional code.&amp;nbsp; This does seem to meet my needs even if it wasn't immediately intuitive.&amp;nbsp; I'll certainly accept a additional application customization option if you want to build it. However maybe all that can be avoided with some strategic documentation of this behavior.&lt;br/&gt;&lt;br/&gt;For me at least, the last line selection and "other" line selection behavior difference was not immediately clear.&amp;nbsp; At first it did appear like a bug. It wasn't until I did a lot of digging and testing that I came to the conclusion that it was part of the design.&amp;nbsp; That said, until you told me about the double click, I didn't see a reasonable work-around to achieve the behavior/usability I wanted.&lt;br/&gt;&lt;br/&gt;So your choice: new code or additional documentation.&amp;nbsp; I think either are acceptable options and neither are a wrong choice.&amp;nbsp; &lt;br/&gt;</description><pubDate>Fri, 22 Dec 2023 15:46:01 GMT</pubDate><dc:creator>TimHum</dc:creator></item><item><title>RE: Lastline navigation between filter views related to tailing</title><link>https://www.logviewplus.com/forum/post/1980</link><description>Hi Tim - thanks for the suggestion.&lt;br/&gt;&lt;br/&gt;I think this is a really good point and I can see the need for an additional configuration option.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;Last row selection generally very works well for enabling auto-scroll but, as your post highlights, the action is ambiguous.&amp;nbsp; Does the user want to enable auto-scroll or just look at the log entry?&amp;nbsp; LogViewPlus assumes auto-scroll, but it makes sense to have an override.&amp;nbsp; Note that with the override in place you will need to use the &lt;a href="https://www.logviewplus.com/docs/navigation_bar.html" id="if_insertedNode_1703240737307"&gt;navigation bar&lt;/a&gt;&amp;nbsp;or &lt;a href="https://www.logviewplus.com/docs/quick_access.html" id="if_insertedNode_1703240869779"&gt;auto-scroll command&lt;/a&gt; to enable auto-scroll.&amp;nbsp; The End key is the keyboard shortcut for enabling auto-scroll.&lt;br/&gt;&lt;br/&gt;Hopefully, we can turn this one around for the next release.&amp;nbsp; In the meantime, I would suggest double-clicking on the log entry when you want to maintain focus while navigating.&lt;br/&gt;&lt;br/&gt;Thanks again,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Fri, 22 Dec 2023 11:41:36 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item></channel></rss>