<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Function List tab stops]]></title><description><![CDATA[<p dir="auto">I’m using a development version of 7.8.9 because I like some of the features:</p>
<ul>
<li><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/7c28a120d953d03a514100609bee2c4ab1b63021" rel="nofollow ugc">better indent / dedent</a>, something we talked about and solved here with scripts</li>
<li><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/0fe971ca8888f97f17381d1a5520a7b383eac617" rel="nofollow ugc">keyboard shortcuts for switching to panels</a></li>
</ul>
<p dir="auto">The latter I have working for Function List so when I’m in a document, I press my defined shortcut mapper key chord and BAM I’m in the Function List window!  It’s great, but I’ve noticed that navigating in the Function List window doesn’t “respect” the Tab key.</p>
<p dir="auto">For example, I can scroll up and down and press enter and then the document shifts to that function and the cursor is placed in the Scintilla edit window - great.  But when in the Function List if I want to filter by name, I have a text box to do so, but pressing Tab from the Function List list view doesn’t move the cursor to the search window:</p>
<p dir="auto"><img src="/assets/uploads/files/1598380366602-05102764-d467-4baa-92e8-55007d0e0f80-image.png" alt="05102764-d467-4baa-92e8-55007d0e0f80-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I tried on the official 7.8.9 and same functionality as well as older versions - not sure this ever “worked”.  I think the change needs to happen <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/ffd6bb0889c715803ebc9c2bde1a6bd251ecdd11/PowerEditor/src/WinControls/FunctionList/functionListPanel.cpp#L703" rel="nofollow ugc">here</a>.  I normally put this in an RC file and just add Tab stops but this search edit control is in a menu so not sure how to C++ code this.  Anyone know how heavy a lift this is?</p>
<p dir="auto">I submitted a <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8665" rel="nofollow ugc">feature request</a>, but seems to have not gotten any traction.</p>
<p dir="auto">Cheers</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19904/function-list-tab-stops</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 20:41:17 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19904.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Aug 2020 18:36:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Function List tab stops on Tue, 25 Aug 2020 22:03:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14479">@Ekopalypse</a> said in <a href="/post/57086">Function List tab stops</a>:</p>
<blockquote>
<p dir="auto">What about adding a WS_TABSTOP  here?</p>
</blockquote>
<p dir="auto">I was able to try that and get it to compile!  Sadly, it did not work.  Seems to be a bit more complicated.</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57097</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57097</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Tue, 25 Aug 2020 22:03:56 GMT</pubDate></item><item><title><![CDATA[Reply to Function List tab stops on Tue, 25 Aug 2020 21:08:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14847">@Michael-Vincent</a></p>
<p dir="auto">Afaik, PRs without Issues\FR are ignored and closed.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57094</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57094</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Tue, 25 Aug 2020 21:08:20 GMT</pubDate></item><item><title><![CDATA[Reply to Function List tab stops on Tue, 25 Aug 2020 21:03:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14479">@Ekopalypse</a></p>
<p dir="auto">I wonder if it’s that easy … is so it’d be brilliant!  I can’t test either as I’ve never been able to get dependencies to align and compiler tags right to compile N++ for myself.  If that works for sure, I wonder if a pull request would have better chance making it in than my feature request.</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57092</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57092</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Tue, 25 Aug 2020 21:03:56 GMT</pubDate></item><item><title><![CDATA[Reply to Function List tab stops on Tue, 25 Aug 2020 20:43:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14847">@Michael-Vincent</a></p>
<p dir="auto">What about adding a WS_TABSTOP  <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/5e76ba238e81f3918e9350bf046619980ac53ef9/PowerEditor/src/WinControls/FunctionList/functionListPanel.cpp#L785" rel="nofollow ugc">here</a>?</p>
<p dir="auto">Sorry, I can’t test at the moment, because I’ve updated my community<br />
edition and now I get, as usual after an update, a bunch of errors telling<br />
me that nothing is defined anymore.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57086</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57086</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Tue, 25 Aug 2020 20:43:17 GMT</pubDate></item></channel></rss>