Analogy-LogViewer / Analogy.LogViewer.RegexParser

Regular Expression Parser for simple text files
MIT License
1 stars 2 forks source link

Fully portable #215

Open bdovaz opened 2 weeks ago

bdovaz commented 2 weeks ago

If I put in Settings: Portable.

It reads the file AnalogyGridlayout.xml in the same directory where the executable is.

But if I am using as in my case Regular Expression parser the file AnalogyRegexSettings.json reads and writes it from %USERPROFILE%/AppData/Local/Analogy.LogViewer.

LiorBanai commented 2 weeks ago

Thanks for report this. should be easy fix. moving it to the regex repository

bdovaz commented 2 weeks ago

If this is a specific bug of this parser, wouldn't it make sense that all parsers have a common API to abstract the portable or non-portable setting and just get the correct path in each case?