PawelTroka / Computator.NET

Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
GNU General Public License v3.0
233 stars 51 forks source link

Logs and settings files are hidden from ordinary user on Windows Store version because ApplicationData is within a container #69

Closed PawelTroka closed 7 years ago

PawelTroka commented 7 years ago

Basically since app in Windows Store version is installed within a container we do not get to logging directory simply by using top menu Tools -> Logs. SpecialFolder.ApplicationData is hidden within a container so ordinary user cannot simply access it. Thus it makes Tools -> Logs menu useless.

Workaround is to move it under my documents so it will be easily user accessible. We should then start to use "My Documents/Computator.NET" for every piece of user modifiable data as is already done for TSL Examples and Workspace in #64.

PawelTroka commented 7 years ago

Resolved with commit b49909d.