Closed
Description
Fixed? | Description | Workaround |
---|
- | Lost of data when editing in Text Editor, .resource | Always use the Save command and not Apply (RIDE needs project reload) Issue Resource file disappears from the editor view #2607 (v2.0.8.dev14)
- | Blocked (in loop) when editing cells with \n in Windows | Until this is corrected, use Text Editor for cells with \n. RIDE needs restart (v2.0.2.dev1)
- | TestRunner colors PASS/SKIP/FAIL are not updated after changing in preferences | Added the note "Colors will be active after next RIDE restart."
- | Move up/down rows, fails indentation in IF/ELSE | This is working OK for FOR, but needs unit tests for IF/ELSE cases and WHILE ... (v2.0.3.2)
- | Text Editor is missing color setting for keywords (they are always red) | Color setting existed but missing preferences editor (v2.0.1.dev4)
- | Using a single settings.cfg | Even if we use a venv, the settings are the same. We need to separate this by Python versions, or projects... PR Add settings configuration dependent of Python executable. #2760 (v2.1.dev33)
- Possible loss of data CURRENT DEVELOPMENT version #2723
- [Grid Editor] Subsequent shortcut key action works only on the top row of the selection #2815
- | Since 2.1dev36 keywords pop-up doc is showing for the cell below the current cell with mouse pointer. | PR Fix cell positioning of keywords doc in Grid Editor #2772 (v2.1.dev38)