Changing the delimiter doesn't always trigger auto-detect labels

Issue #485 resolved
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

When the delimiter is changed, the auto-detect labels should run.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Open small_133x133.txt in a text editor and replace all tab characters with semicolons (The crucial portion about this step is that it is now a new file that treeview has never opened before)
  2. Open the file in treeview
  3. Select semicolon as the delimiter and deselect tab

CURRENT BEHAVIOR

If the file is one that you've never opened before and it uses a delimiter other than tab, selecting a different delimiter does not automatically trigger the "auto-detect labels" feature.

EXPECTED BEHAVIOR

Autoupdate labels is triggered when the delimiters selected changes.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

none

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (7)

  1. Robert Leach reporter

    Cannot reproduce right after it first happened, so it definitely hasn't been fixed, but cannot be worked on if there's no way to reliably reproduce it.

  2. Robert Leach reporter

    Boy, I keep encountering new issues while updating other issues. It's getting hard to keep track of my stack of issue tasks!

  3. Log in to comment