You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
- Added indication of *private* keywords in Grid Editor, keywords will show in _Italic_, and with error
13
+
background, when they are used outside of Keywords section, or from different files.
14
+
15
+
- Added indication of *private* keywords in Details pop-up for keywords with tag *robot:private* or name starting with underscore, *'_'* in Grid Editor.
16
+
17
+
=== Changed
18
+
- Modified the action of key TAB when selecting from auto-suggestions list in Grid Editor. Pressing TAB, selects the item and continues in cell editor.
19
+
20
+
=== Fixed
21
+
- Fix cursor position when editing cells in Grid Editor.
0 commit comments