Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes various small bugs with the quote and separator choices #611

Merged
merged 1 commit into from May 28, 2016
Merged

Fixes various small bugs with the quote and separator choices #611

merged 1 commit into from May 28, 2016

Commits on May 28, 2016

  1. Fixes various small bugs with the quote and separator choices

    Expanded out many of the functions so they can be single stepped
    through easily by newbies (eg me), which allowed for identifying
    (then fixing) a few minor bugs.
    
      * if setSeparatorChar() had an empty value passed to it the first
        time, then in subsequent calls it would silently use \0 instead,
        including using that in the output CSV data.  Likely not great. ;)
      * the empty option for the quote separator is now correctly retained
        between runs of the dialog
    justinclift committed May 28, 2016
    Configuration menu
    Copy the full SHA
    5e5d250 View commit details
    Browse the repository at this point in the history