Files
Sourcetrail/bin/app/user/ApplicationSettings_for_package.xml
T
Eberhard Graether 03bbce45c9 logic: Application settings migration system
* Added version number to ApplicationSettings
* Added SettingsMigrator for defining migration rules for different ApplicationSettings versions
* Migrate ApplicationSettings when loading
2016-08-25 12:40:54 +02:00

18 lines
573 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<config>
<application>
<window_base_height>500</window_base_height>
<window_base_width>500</window_base_width>
</application>
<indexing>
<indexer_thread_count>4</indexer_thread_count>
</indexing>
<user>
<recent_projects>
<recent_project>./data/projects/tutorial/tutorial.coatiproject</recent_project>
<recent_project>./data/projects/tictactoe/tictactoe.coatiproject</recent_project>
</recent_projects>
</user>
<version>1</version>
</config>