Commit 91836f7
Add Hatch configuration. (#2884)
* Development version
* Fix bad selection of items in Project Explorer with Right Click.
* Simplify execution with .exe. Removed main panel scrollbars at Grid Editor
* update package w/ to solve upgrade rom dev
* update docs
* Improve restoring of preferences/configobj when upgrade from development
* Add syntax colorization for GROUP marker. Improve Gherking recognition for multiple words.
* Improve localized Gherkin in Grid Editor
* Improve Gherkin recognition for localized docs in autocomplete
* Create directory in New Project dialog, if needed.
* Update README.adoc
* Add tab marker lines to Text Editor. Ongoing collapse/expand blocks.
* Add folding markers in Text Editor
* Fix colors of line numbers in Text Editor, add folding and tab markers
* Fix broken Code Editor launch
* Fix text color in row labels in Grid Editor
* First increment in autocomplete Text Editor, breaks Editor.
* Improve autocomplete in Editor
* Remove details fo str in Editor, improve autocomplete list TextEditor
* Better but slower autocomplete list TextEditor
* DEBUG get_suggestions, returning many non matching words
* More debuggings on TextEditor
* Fixed matchin list on TextEditor
* Increase unit tests
* Improve autocomplete lists
* DOCS: -
fix an incorrect link redirect to the slack robotframework community
- add the 'commit' command on the instruction 7 on how to contribute.
* Fix missing double-quote
* Downgrade setuptools on Debian
* Downgrade setuptools on Debian
* Set SonarQube project version to 2.1.3
* fix: AttributeError: 'NoneType' object has no attribute 'name' #2928
* Set version.py to development
* Update README.adoc
* Update releasenotes.py
* New status bar and PoC in Text Editor
* Debug eventwatcher
* Improve filesystem changes when opening project on Windows
* Update docs.
* Fix texteditor unit test
* Add protection for language selection
* Add Control Panel to Plugins. First example on Text Editor
* Set config_panel to be bitmap button in Text Editor
* Add settings button to Plugins Manager (not OK)
* Fix language detection error
* Add Config Panel button to Plugins Manager on supported plugins
* Add unit tests for mainframe
* Improve status_bar clear. Try to force status_ba color
* Experimental code for Python 3.8 no RF installed
* Make RIDE working without Robot Framework or version older than 6.0
* Added current executing keyword and other statuses to TestRunner status bar
* Added Settings button to Test Runner
* Change proportion in StatusBar 40/60
* Change Message box to RIDEDialog (#2936)
* Styled message box
* More dialogs with style. Broken validation on New Projects
* Fix dialogs colour in main and filedialog
* Fix dialogs colour in ProgressDialogs
* Change dialogs to use customized colors
* Change dialogs to use customized colors in Treenodehandlers
* Change dialogs to use customized colors in Tagdialogs
* Change dialogs to use customized colors in Logger
* Change dialogs to use customized colors in Run/ui
* Change dialogs to use customized colors in specimporter
* Change dialogs to use customized colors in testrunner
* Final change dialogs to use customized colors
* Initial settings edit button on Preferences. Make backup of settings.cfg
* Settings editor button at Preferences and backup of settings.cfg
* Add unit tests for Preferences panel. WIP
* Edit proper settings file. Add protection on create settings backup (#2938)
* Increases Python supported version (#2939)
* Increases maximum supported Python version, for Python 3.14 future versions.
* Corrects title in Code Editor when opening file.
* Add Fedora 41 with wxPython 4.2.3 on Python 3.14 and save coverage-report (#2940)
* Add configuration for Fedora-41 with Python 3.14 in venv and wxPython 4.2.3
* Separate configuration for Fedora 41 with Python 3.14 in venv with wxPython 4.2.3
* Modify order of commands in Fedora Py314
* Activate venv in Fedora Py314
* Install psmisc in Fedora Py314 to provide killall
* Install robotframework. Save coverage-report
* Save coverage-report, also on Debian
* Save coverage-report, removed name
* Save coverage-report, removed slash
* Save coverage-report in a zip archive
* Save coverage-report FIX identation
* Save coverage-report removed name
* Save coverage-report install zip
* Not using zip to get coverage-reports (#2941)
* Improve tests on Windows (#2942)
* Improve utests (#2943)
* Improve utests
* Update utests. Keep coverage.xml
* Update fedora_41.yml
* Update linux.yml
* Improve utests (#2944)
* Improve application utest
* Collect coverage-reports
* Improve coverage-reports (#2945)
* Save coverage-report xml
* Add contexts to coverage report
* Update AppVeyor config for coverage-reports
* Save SQL-Lite from coverage-repoorts
* Save SQL-Lite from coverage-repoorts, another try
* Save SQL-Lite from coverage-reports, add option to include hidden files
* Fix blank squares in Tree and avoid crashing when execution is too rapid (#2947)
* Fixes missing context menu in Grid Editor (#2948)
* Minor code improvements (#2949)
* Unit test for widgets.HtmlWindow
* Improve unit tests on MacOS
* Unit test for widgets.HtmlWindow
* Improve unit tests on MacOS
* Attempt to cover branch in test_htmlwindow. WIP
* Improve two 100% tests
* Debug test_htmlwnd
* Increase low coverage
* Add fs_watcher test
* Omit non tested files from coverage
* Add DEBUG to Grid. Improve kwedito tests
* Minor fixes in utests
* Improve Grid tests WIP debug failed tests
* Improve RF version detection
* Exclude files from coverage. Grid tests fail in shell not IDE
* Fixes missing context menu in Grid Editor (#2948)
* Minor code improvements
---------
* Add Hatch configuration. Command line arguments are not working, i.e. ride --version
* Update versions in pyproject.toml
---------
Co-authored-by: Wellington <[email protected]>
Co-authored-by: Shao Yu-Lung (Allen) <[email protected]>1 parent 83a5b60 commit 91836f7
File tree
98 files changed
+2650
-615
lines changed- .github/workflows
- src/robotide
- application
- context
- contrib/testrunner
- controller
- editor
- lib
- compat
- parsing
- pygments
- robot
- parsing
- writer
- namespace
- pluginapi
- postinstall
- preferences
- run
- spec
- ui
- utils
- validators
- widgets
- utest
- action
- application
- controller
- ui
- editor
- namespace
- publish
- resources
- run
- settings
- ui
- validators
- widgets
- zulu_misc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
98 files changed
+2650
-615
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | | - | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
| 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 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| 120 | + | |
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
125 | 137 | | |
126 | 138 | | |
127 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
10 | 24 | | |
11 | 25 | | |
12 | 26 | | |
| |||
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
| 41 | + | |
27 | 42 | | |
28 | 43 | | |
29 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| 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 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments