Releases: nielsvaes/dcs_code_injector
Releases · nielsvaes/dcs_code_injector
DCS Code Injector 1.4.11
DCS Code Injector 1.4.10
- Hook folder gets created if it doesn't exist
DCS Code Injector 1.4.9
- Ctrl -L insert basic for-loop text in the editor
DCS Code Injector 1.4.7
- Added keyboard shortcut Ctrl -X to delete the current line
- Added keyboard shortcut Ctrl -D to duplicate the current line
DCS Code Injector 1.4.6
- Added checkbox in the View menu to turn off the log view in case you're using an external log viewer
DCS Code Injector 1.4.5
- Copying of hook file is now an option in the settings that defaults to False
DCS Code Injector 1.4.4
- Various bug fixes
- Hook file will be automatically copied every time the application starts
- Stability improvements when executing code in the game. Whenever DCS needs to run code, there's a chance it will pause for a fraction of a second. Ideally the server runs in a separate thread, but I don't have the energy to research how to make a compiled C++ DLL right now to do that. Have to look into the Olympus guys' code maybe. Anyway, never eat yellow snow.
DCS Code Injector 1.4.3
- Keeping indentation when pressing enter.
- Backspace will remove any leading 4 x space to jump back an indentation level
DCS Code Injector 1.4.2
- Added ability to pick font for log view
- Added ability to pick font for code view
- Added ability to change between Material Neon and Fusion Dark themes
- Settings typo fix
DCS Code Injector 1.4.1
- Fixed a bug where the code wasn't reliably sent to DCS. You need to do Tools > Copy Hook File to make sure it works.