Commit df877d7
fix cells size in Grid editor (#1848)
* fix contents Assistant to restore original cell value after hitting ESC
* Wip fix win encoding (#1838)
* Adds DEBUG for encoding, Chinese test OK in Linux
* Fixed latin filenames or directories.
* WIP try to fix non-unicode tags in python 2.7
* WIP fix latin chars tags
* Clean up DEBUGs. All OK in Linux
* Runs OK with python3 on Windows with directories with chinese or latin chars
* fix bug when tooltip window from grid editor show on different tab after
switch
* improve contentassist handling
* improve keyword information showing (work on single crtl hodl +
hovering through grid cells) but the ctrl + m still persist
* remove debug log
* fix - pass RETURN key to contentAssist for selecting keyword from list
* fix idle event return -1 error in some cases (window destroy events should be always skipped to properly disable
all idle events / callLater events )
* fix contents Assistant to restore original cell value after hitting ESC
* fix bug when tooltip window from grid editor show on different tab after
switch
* improve contentassist handling
* improve keyword information showing (work on single crtl hodl +
hovering through grid cells) but the ctrl + m still persist
* remove debug log
* fix - pass RETURN key to contentAssist for selecting keyword from list
* fix idle event return -1 error in some cases (window destroy events should be always skipped to properly disable
all idle events / callLater events )
* fix non invokable content assist while editing cell in grid editor
* add custom cellrenderer for managing cell size and autoresize
* allov to delete whole field in setting editor to write new num from
scratch
* small clean-ups in renderer
* fix GridEditor to work also with FieldEditor with new renderer
made some clean-ups
* Fix movement of Cell Cursor with Return and Backscape
Changes in AutoCol resize and Fixed Size (need comments from 2Eagle2)
* Ajustments to auto col fit.
Added Copyright.
* Settings to have word wrap and row height auto adjusted.
* improve keyword information showing (work on single crtl hodl +
hovering through grid cells) but the ctrl + m still persist
* add custom cellrenderer for managing cell size and autoresize
* allov to delete whole field in setting editor to write new num from
scratch
* small clean-ups in renderer
* fix GridEditor to work also with FieldEditor with new renderer
made some clean-ups
* Fix movement of Cell Cursor with Return and Backscape
Changes in AutoCol resize and Fixed Size (need comments from 2Eagle2)
* Ajustments to auto col fit.
Added Copyright.
* Settings to have word wrap and row height auto adjusted.1 parent cee74d4 commit df877d7
File tree
9 files changed
+1611
-88
lines changed- src/robotide
- editor
- preferences
9 files changed
+1611
-88
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
0 commit comments