* Always add compiler header path when prefilling on first start, regardless of successful detection * Show compiler header path in path list box on top and readonly * Prepend compiler header path on Windows in system header path compiler flags, append otherwise * Show warning when saving ApplicationSettings if compiler header path is not in global include paths * Show warning when saving ApplicationSettings if there is another path containing compiler headers
19 lines
575 B
XML
19 lines
575 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<config>
|
|
<application>
|
|
<window_base_width>500</window_base_width>
|
|
<window_base_height>500</window_base_height>
|
|
</application>
|
|
<indexing>
|
|
<indexer_thread_count>0</indexer_thread_count>
|
|
</indexing>
|
|
<user>
|
|
<recent_projects>
|
|
<recent_project>./projects/tutorial/tutorial.srctrlprj</recent_project>
|
|
<recent_project>./projects/tictactoe/tictactoe.srctrlprj</recent_project>
|
|
<recent_project>./projects/javaparser/javaparser.srctrlprj</recent_project>
|
|
</recent_projects>
|
|
</user>
|
|
<version>6</version>
|
|
</config>
|