-
Notifications
You must be signed in to change notification settings - Fork 390
Improve docinfo #2972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
HelioGuilherme66
merged 17 commits into
robotframework:develop
from
HelioGuilherme66:improve_docinfo
Jul 17, 2025
Merged
Improve docinfo #2972
HelioGuilherme66
merged 17 commits into
robotframework:develop
from
HelioGuilherme66:improve_docinfo
Jul 17, 2025
+528
−185
Conversation
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
…ct and edit. DEBUG
…ndition by Keywords table.
HelioGuilherme66
added a commit
to HelioGuilherme66/RIDE
that referenced
this pull request
Jul 24, 2025
* Change some imports to use installed robot * Use installed Robot Framework libraries in libdoc import modules * Add attributes and is_private for UserKeywords * Show private keyword setting in ItemInfo Details * Sort list of suggestions, fix left, right arrows. WIP use Tab to select and edit. DEBUG * ENTER fills cell with selection. Tab to select and keep edit working, WIP * Fixed list selection in Cell Editor. Values in Grid not saved to model WIP * Update documentation * DEBUG test_namespace * DEBUG XML SPEC Import * Skip some XML SPEC Import unit tests * Condition utests on Windows * Correct colorization for private kws from different files. Need to condition by Keywords table. * Fix unit tests * conditions different file and Keywords. WIP * Complete solution for private keywords. Need to fix indication of modified items * Update CHANGELOG
HelioGuilherme66
added a commit
that referenced
this pull request
Jul 24, 2025
* Set development version * Implement name (#2973) * Implement parsing of --name and Name setting. Needs utests. * Unit test for named suites * Fix several error in doc imports and suite setup * Fix error color indication in private keywords on files with ##__ prefixes * Improve docinfo (#2972) * Change some imports to use installed robot * Use installed Robot Framework libraries in libdoc import modules * Add attributes and is_private for UserKeywords * Show private keyword setting in ItemInfo Details * Sort list of suggestions, fix left, right arrows. WIP use Tab to select and edit. DEBUG * ENTER fills cell with selection. Tab to select and keep edit working, WIP * Fixed list selection in Cell Editor. Values in Grid not saved to model WIP * Update documentation * DEBUG test_namespace * DEBUG XML SPEC Import * Skip some XML SPEC Import unit tests * Condition utests on Windows * Correct colorization for private kws from different files. Need to condition by Keywords table. * Fix unit tests * conditions different file and Keywords. WIP * Complete solution for private keywords. Need to fix indication of modified items * Update CHANGELOG * Prepare 2.1.5
HelioGuilherme66
added a commit
to HelioGuilherme66/RIDE
that referenced
this pull request
Jul 25, 2025
* Change some imports to use installed robot * Use installed Robot Framework libraries in libdoc import modules * Add attributes and is_private for UserKeywords * Show private keyword setting in ItemInfo Details * Sort list of suggestions, fix left, right arrows. WIP use Tab to select and edit. DEBUG * ENTER fills cell with selection. Tab to select and keep edit working, WIP * Fixed list selection in Cell Editor. Values in Grid not saved to model WIP * Update documentation * DEBUG test_namespace * DEBUG XML SPEC Import * Skip some XML SPEC Import unit tests * Condition utests on Windows * Correct colorization for private kws from different files. Need to condition by Keywords table. * Fix unit tests * conditions different file and Keywords. WIP * Complete solution for private keywords. Need to fix indication of modified items * Update CHANGELOG
HelioGuilherme66
added a commit
that referenced
this pull request
Jul 26, 2025
* Improve docinfo (#2972) * Change some imports to use installed robot * Use installed Robot Framework libraries in libdoc import modules * Add attributes and is_private for UserKeywords * Show private keyword setting in ItemInfo Details * Sort list of suggestions, fix left, right arrows. WIP use Tab to select and edit. DEBUG * ENTER fills cell with selection. Tab to select and keep edit working, WIP * Fixed list selection in Cell Editor. Values in Grid not saved to model WIP * Update documentation * DEBUG test_namespace * DEBUG XML SPEC Import * Skip some XML SPEC Import unit tests * Condition utests on Windows * Correct colorization for private kws from different files. Need to condition by Keywords table. * Fix unit tests * conditions different file and Keywords. WIP * Complete solution for private keywords. Need to fix indication of modified items * Update CHANGELOG * Add CodeBoarding Action (#2975) * Add action.yml from CodeBoarding * Update release notes 2.1.5 * Development version and CodeBoarding Generate action * Fix Settings editor in Wndows 11 and Python 3.13.2 * Update codeboarding_generate.yml output dir * Version 2.1.5.1
HelioGuilherme66
added a commit
that referenced
this pull request
Jul 30, 2025
* Improve docinfo (#2972) * Change some imports to use installed robot * Use installed Robot Framework libraries in libdoc import modules * Add attributes and is_private for UserKeywords * Show private keyword setting in ItemInfo Details * Sort list of suggestions, fix left, right arrows. WIP use Tab to select and edit. DEBUG * ENTER fills cell with selection. Tab to select and keep edit working, WIP * Fixed list selection in Cell Editor. Values in Grid not saved to model WIP * Update documentation * DEBUG test_namespace * DEBUG XML SPEC Import * Skip some XML SPEC Import unit tests * Condition utests on Windows * Correct colorization for private kws from different files. Need to condition by Keywords table. * Fix unit tests * conditions different file and Keywords. WIP * Complete solution for private keywords. Need to fix indication of modified items * Update CHANGELOG * Add CodeBoarding Action (#2975) * Add action.yml from CodeBoarding * Update release notes 2.1.5 * Development version and CodeBoarding Generate action * Fix Settings editor in Wndows 11 and Python 3.13.2 * Update codeboarding_generate.yml output dir * Version 2.1.5.1 * Fix fom Snyk recommendation. * Important restore of code to solve missing save content from kweditor to texteditor * Comment unused code in texteditor * Comment debug print * Version 2.1.5.2
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.
Closes #2746