<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>JScript on MXI</title><link>https://mxii.eu.org/tags/jscript/</link><description>Recent content in JScript on MXI</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 22 Dec 2018 12:15:11 +0300</lastBuildDate><atom:link href="https://mxii.eu.org/tags/jscript/index.xml" rel="self" type="application/rss+xml"/><item><title>Next folder, previous folder navigation in Explorer with QTTabBar</title><link>https://mxii.eu.org/2018/12/22/next-folder-previous-folder-navigation-in-explorer-with-qttabbar/</link><pubDate>Sat, 22 Dec 2018 12:15:11 +0300</pubDate><guid>https://mxii.eu.org/2018/12/22/next-folder-previous-folder-navigation-in-explorer-with-qttabbar/</guid><description>&lt;p>&lt;a href="http://qttabbar.wikidot.com/">QTTabBar&lt;/a> surprised us with the update recently, after almost three years of silence. &lt;em>(The &lt;a href="http://qttabbar.wikidot.com/change-log">changelog&lt;/a> also points to an importance of having a full copy of your code somewhere outside of your PC. Version control systems to the rescue.)&lt;/em>&lt;/p>
&lt;p>To celebrate this fact, I decided to publish a little custom feature I&amp;rsquo;m using with QTTabBar &amp;mdash; a script and UI buttons to navigate between folders within one common parent folder.&lt;/p>
&lt;p>There are cases when you need to visit a set of folders, and going up and down in the folder structure is getting tedious. That&amp;rsquo;s where magic &amp;ldquo;Next folder&amp;rdquo;, &amp;ldquo;Previous folder&amp;rdquo; buttons come in handy.&lt;/p>
&lt;div class="sidenote">
&lt;p>Navigation pane, a.k.a. tree view can, in principle, be used for that, but it isn&amp;rsquo;t always convenient to use. I can only use it for top level navigation, unless Microsoft will come up with some way to reduce clutter in the tree - not showing subfolders that aren&amp;rsquo;t ascendants or descendants of current folder for example.&lt;/p>
&lt;/div>
&lt;p>My QTTabBar panel looks like this:&lt;/p>
&lt;p>&lt;img src="https://mxii.eu.org/post/2018-12-22-next-folder-previous-folder-with-qttabbar/qttabbar-panel.png" alt="QTTabBar panel screenshot" />&lt;/p>
&lt;p>Two triangles looking in opposite directions are the buttons this post is dedicated to.&lt;/p>
&lt;p>Below is the code and description for the buttons.&lt;/p></description></item></channel></rss>