Develop#706
Merged
Merged
Conversation
added doc custom properties and Json classes
added popup range selector
added invoke_range_selection()
update for setting Lo current document and Logging
copy for RangeObj and CellObj
find used range methods
Add unique_id property to CalcCell for consistent cell identification
NULL_OBJ now is false in truthy check
Add DotDict class with enhanced functionality and documentation
…ing; bump version to 0.53.1
…e; bump version to 0.53.2
… uid; bump version to 0.53.3
…bj and Chart2 classes;
Add get_doc method to Lo class and update from_current_doc to support…
…accurately tested
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates to the
ooodevlibrary, including enhancements to version parsing functionality, adjustments to method signatures, and corresponding test additions. The most significant changes include the addition of a new utility method for parsing version strings, updates to method overloads for improved clarity, and a version bump in thepyproject.tomlfile.Enhancements to version handling:
@classpropertymethodversion_infoto retrieve LibreOffice version information as a tuple, and a static methodparse_version_string_to_int_tupleto parse version strings into tuples of integers. This improves version parsing and validation.Updates to method signatures:
@overloadannotations fromget_reg_item_propandis_type_enum_multimethods in favor of unified signatures. This simplifies the code and aligns it with Python's runtime behavior. [1] [2]Testing improvements:
test_parse_version_string_to_int_tuple, to validate the functionality of theparse_version_string_to_int_tuplemethod with various input cases, including edge cases and invalid inputs.Project version update:
pyproject.tomlfrom0.53.3to0.53.4, reflecting the new features and improvements.