mirror of https://github.com/godotengine/godot
- refactored and renamed String::_camelcase_to_underscore to String:_separate_compound_words - refactored String::to_snake_case to work with the refactored String::_separate_compound_words - created char_utils::is_hyphen to catch all hyphen variants in kebab-case conversion - created String::to_kebab_case using the new String::_separate_compound_words - created corresponding Documentation in String and StringName - simplified both switch statements in EditorNode and ProjectDialog - added new kebab-casing Option for Node Names in ProjectSettings - added missing camelCase Options to Scene- and Node-Names in ProjectSettings - simplified Mono RuntimeInterop Functions - hooked up the ConnectionsDialog - created additional Unit Tests |
||
|---|---|---|
| .. | ||
| SCsub | ||
| char_range.inc | ||
| char_utils.h | ||
| fuzzy_search.cpp | ||
| fuzzy_search.h | ||
| locales.h | ||
| node_path.cpp | ||
| node_path.h | ||
| optimized_translation.cpp | ||
| optimized_translation.h | ||
| print_string.cpp | ||
| print_string.h | ||
| string_buffer.h | ||
| string_builder.cpp | ||
| string_builder.h | ||
| string_name.cpp | ||
| string_name.h | ||
| translation.cpp | ||
| translation.h | ||
| translation_domain.cpp | ||
| translation_domain.h | ||
| translation_po.cpp | ||
| translation_po.h | ||
| translation_server.compat.inc | ||
| translation_server.cpp | ||
| translation_server.h | ||
| ucaps.h | ||
| ustring.cpp | ||
| ustring.h | ||