mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 18:29:40 +00:00
Make "SOURCE_FOLDER the default in preferences
https://github.com/wudsn/wudsn-ide/issues/18
This commit is contained in:
parent
1febfd4b1f
commit
2863684971
@ -166,7 +166,7 @@ public final class LanguagePreferencesInitializer extends AbstractPreferenceInit
|
|||||||
setDefault(preferencesKey, compilerDefinition.getDefaultParameters());
|
setDefault(preferencesKey, compilerDefinition.getDefaultParameters());
|
||||||
preferencesKey = LanguageHardwareCompilerDefinitionPreferencesConstants
|
preferencesKey = LanguageHardwareCompilerDefinitionPreferencesConstants
|
||||||
.getCompilerOutputFolderModeName(language, hardware, compilerDefinition);
|
.getCompilerOutputFolderModeName(language, hardware, compilerDefinition);
|
||||||
setDefault(preferencesKey, CompilerOutputFolderMode.TEMP_FOLDER);
|
setDefault(preferencesKey, CompilerOutputFolderMode.SOURCE_FOLDER);
|
||||||
preferencesKey = LanguageHardwareCompilerDefinitionPreferencesConstants
|
preferencesKey = LanguageHardwareCompilerDefinitionPreferencesConstants
|
||||||
.getCompilerOutputFileExtensionName(language, hardware, compilerDefinition);
|
.getCompilerOutputFileExtensionName(language, hardware, compilerDefinition);
|
||||||
setDefault(preferencesKey, HardwareUtility.getDefaultFileExtension(hardware));
|
setDefault(preferencesKey, HardwareUtility.getDefaultFileExtension(hardware));
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
Use %COMSPEC% in links?
|
|
||||||
|
|
||||||
Installer
|
Installer
|
||||||
=========
|
=========
|
||||||
https://www.battoexeconverter.com/Advanced-Commands/#Hideself
|
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
|
WUDSN Runners
|
||||||
=============
|
=============
|
||||||
|
https://github.com/wudsn/wudsn-ide/issues/19 - Path
|
||||||
Check for "<mainsourcefile.bat/.sh" and have @com.wudsn.ide.lng.RunnerScript= annotation
|
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.
|
All Compiler Variables as Environment variables bevor calling the script with the OS shell.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user