mirror of https://github.com/godotengine/godot
- Add hint string `monospace` for `PROPERTY_HINT_{NONE,PASSWORD,PLACEHOLDER_TEXT}` to set the `LineEdit` font monospaced.
- Add hint string `monospace` for `PROPERTY_HINT_MULTILINE_TEXT` to set the `TextEdit` font monospaced.
- Add hint string `no_wrap` for `PROPERTY_HINT_MULTILINE_TEXT` to make the `TextEdit` not wrap lines automatically.
Also:
- Fix issue with `EditorPropertyMultilineText` not updating font properly.
- Add `EditorPropertyMultilineText` tweak flags.
- Add support with GDScript `@export_multiline`.
|
||
|---|---|---|
| .. | ||
| doc_classes | ||
| export | ||
| README.md | ||
| SCsub | ||
| console_wrapper_windows.cpp | ||
| cpu_feature_validation.c | ||
| crash_handler_windows.h | ||
| crash_handler_windows_seh.cpp | ||
| crash_handler_windows_signal.cpp | ||
| detect.py | ||
| display_server_windows.cpp | ||
| display_server_windows.h | ||
| drop_target_windows.cpp | ||
| drop_target_windows.h | ||
| gl_manager_windows_angle.cpp | ||
| gl_manager_windows_angle.h | ||
| gl_manager_windows_native.cpp | ||
| gl_manager_windows_native.h | ||
| godot.ico | ||
| godot.manifest | ||
| godot.natvis | ||
| godot_console.ico | ||
| godot_res.rc | ||
| godot_res_wrap.rc | ||
| godot_windows.cpp | ||
| key_mapping_windows.cpp | ||
| key_mapping_windows.h | ||
| lang_table.h | ||
| libgodot_windows.cpp | ||
| msvs.py | ||
| native_menu_windows.cpp | ||
| native_menu_windows.h | ||
| os_windows.cpp | ||
| os_windows.h | ||
| platform_config.h | ||
| platform_gl.h | ||
| platform_windows_builders.py | ||
| rendering_context_driver_vulkan_windows.cpp | ||
| rendering_context_driver_vulkan_windows.h | ||
| tts_windows.cpp | ||
| tts_windows.h | ||
| uiautomationcore.arm32.def | ||
| uiautomationcore.arm64.def | ||
| uiautomationcore.x86_32.def | ||
| uiautomationcore.x86_64.def | ||
| wgl_detect_version.cpp | ||
| wgl_detect_version.h | ||
| windows_terminal_logger.cpp | ||
| windows_terminal_logger.h | ||
| windows_utils.cpp | ||
| windows_utils.h | ||
README.md
Windows platform port
This folder contains the C++ code for the Windows platform port.
See also misc/dist/windows folder for additional files
used by this platform.
Documentation
- Compiling for Windows
- Instructions on building this platform port from source.
- Exporting for Windows
- Instructions on using the compiled export templates to export a project.
- Changing application icon for Windows
- Instructions on using a custom icon for the exported project executable.