mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
Tab separated output facilitates much more efficient opening of exported content in a spreadsheet for further data analysis, furthermore, it vastly reduces file size at the cost of human-readability. However, for the spreadsheet junkies among us, this is a welcome option. To complement this, there is now an "Export Options" expander in the Core settings panel. Here one can select their preferred export style (default remains Fixed width) and now one can pre-select the export folder. With this change, clicking export *will not* prompt for an export folder if one is already set. It will simply immediately export data. Enjoy!
72 lines
3.1 KiB
XML
72 lines
3.1 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Observatory.Properties" GeneratedClassName="Core">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="JournalFolder" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="AllowUnsigned" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="NativeNotify" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="NativeNotifyFont" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="NativeNotifyColour" Type="System.UInt32" Scope="User">
|
|
<Value Profile="(Default)">4294944000</Value>
|
|
</Setting>
|
|
<Setting Name="NativeNotifyCorner" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="NativeNotifyScreen" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">-1</Value>
|
|
</Setting>
|
|
<Setting Name="TryPrimeSystemContextOnStartMonitor" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="CoreVersion" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="PluginSettings" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="VoiceNotify" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="VoiceSelected" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="VoiceVolume" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">75</Value>
|
|
</Setting>
|
|
<Setting Name="VoiceRate" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="MainWindowSize" Type="System.Drawing.Size" Scope="User">
|
|
<Value Profile="(Default)">800, 500</Value>
|
|
</Setting>
|
|
<Setting Name="MainWindowPosition" Type="System.Drawing.Point" Scope="User">
|
|
<Value Profile="(Default)">100, 100</Value>
|
|
</Setting>
|
|
<Setting Name="NativeNotifyScale" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">100</Value>
|
|
</Setting>
|
|
<Setting Name="NativeNotifyTimeout" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">8000</Value>
|
|
</Setting>
|
|
<Setting Name="StartMonitor" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="ExportFolder" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="StartReadAll" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="ExportStyle" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">Fixed width</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |