Make "SOURCE_FOLDER the default in preferences

https://github.com/wudsn/wudsn-ide/issues/18
This commit is contained in:
Peter Dell 2023-08-30 21:59:23 +02:00
parent 1febfd4b1f
commit 2863684971
2 changed files with 2 additions and 3 deletions

View File

@ -166,7 +166,7 @@ public final class LanguagePreferencesInitializer extends AbstractPreferenceInit
setDefault(preferencesKey, compilerDefinition.getDefaultParameters());
preferencesKey = LanguageHardwareCompilerDefinitionPreferencesConstants
.getCompilerOutputFolderModeName(language, hardware, compilerDefinition);
setDefault(preferencesKey, CompilerOutputFolderMode.TEMP_FOLDER);
setDefault(preferencesKey, CompilerOutputFolderMode.SOURCE_FOLDER);
preferencesKey = LanguageHardwareCompilerDefinitionPreferencesConstants
.getCompilerOutputFileExtensionName(language, hardware, compilerDefinition);
setDefault(preferencesKey, HardwareUtility.getDefaultFileExtension(hardware));

View File

@ -1,5 +1,3 @@
Use %COMSPEC% in links?
Installer
=========
https://www.battoexeconverter.com/Advanced-Commands/#Hideself
@ -23,6 +21,7 @@ wudsn-ide-tools-main/ASM/DASM/test/m_switch_3.asm: Can't create '\\\\?\\C:\\jac\
WUDSN Runners
=============
https://github.com/wudsn/wudsn-ide/issues/19 - Path
Check for "<mainsourcefile.bat/.sh" and have @com.wudsn.ide.lng.RunnerScript= annotation
All Compiler Variables as Environment variables bevor calling the script with the OS shell.