<blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><p style="white-space: pre-wrap; word-wrap: break-word;">Patch Set 1: Code-Review-1</p><p style="white-space: pre-wrap; word-wrap: break-word;">I'm not entirely sure if we want that, at least not for file names.  Pepople using unix-like operating systems are used to file names being case sensitive anyway.</p><p style="white-space: pre-wrap; word-wrap: break-word;">For hexadecimal FIDs, I agree with you, they should ideally be selectable both by upper case and lower case.  </p><p style="white-space: pre-wrap; word-wrap: break-word;">However, I don't like the idea of doubling the number of entries in the auto-completion array.  This will just make the list of choices when entering <tab> extremely long with no benefit to the user.</p><p style="white-space: pre-wrap; word-wrap: break-word;">We will need to implement this in a way without changing the autocompletion array/dict.  Maybe simply have tab-completion only for the lower case version, but when the user manually entres an upper-case hex string convert that to lowercase before doing the dict lookup?</p></blockquote><p style="white-space: pre-wrap; word-wrap: break-word;">This implementation does not touch the auto-completion array (yet). However when using this it turned out to be a bit clumsy anyway since the lowercase versions of the file names are still missing from the auto completion I ended up using the uppercase names anyway, so its probably not needed anyway.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/23205">View Change</a></p><ul style="list-style: none; padding: 0;"></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/23205">change 23205</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/pysim/+/23205"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: pysim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ibe283a108ddc9058af77c823b7222db555e1e0f6 </div>
<div style="display:none"> Gerrit-Change-Number: 23205 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-CC: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 11 Mar 2021 13:18:15 +0000 </div>
<div style="display:none"> Gerrit-HasComments: No </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Gerrit-MessageType: comment </div>