https://github.com/robotframework/RIDE

sort by:
Revision Author Date Message Commit Date
763a0f4 Fix for locking wxPython version to 4.0.7.post2 28 April 2020, 22:57:20 UTC
bacf679 Version 1.7.4.1 20 January 2020, 00:46:02 UTC
3c0ce9a Merge pull request #2113 from Nyral/Nyral/selectall_fix Fixed SelectAll issue in Grid Editor, RIDE Log and Parser Log 19 January 2020, 21:15:48 UTC
96ff256 Fixed SelectAll issue in Grid Editor, RIDE Log and Parser Log (#2113) * Moved first condition at the end of the key processing event * Refactored structure of conditions in `OnKeyDown` * Made shortcuts from RIDE and Parser Log tabs to unregister when they're not selected * Removed debug prints and made Select All shortcut work (wasn't implemented) for Ride and Parser Log * Reverted workaround in previous commits and replaced `register_shortcuts` with OnKeyDown events to prevent further conflicts * Added back shortcut registration for Cmd-C 19 January 2020, 21:10:00 UTC
6e69a15 Fixed SelectAll issue in Grid Editor, RIDE Log and Parser Log (#2113) * Moved first condition at the end of the key processing event * Refactored structure of conditions in `OnKeyDown` * Made shortcuts from RIDE and Parser Log tabs to unregister when they're not selected * Removed debug prints and made Select All shortcut work (wasn't implemented) for Ride and Parser Log * Reverted workaround in previous commits and replaced `register_shortcuts` with OnKeyDown events to prevent further conflicts * Added back shortcut registration for Cmd-C 19 January 2020, 21:07:12 UTC
6fb6eee Fixed SelectAll issue in Grid Editor, RIDE Log and Parser Log (#2113) * Moved first condition at the end of the key processing event * Refactored structure of conditions in `OnKeyDown` * Made shortcuts from RIDE and Parser Log tabs to unregister when they're not selected * Removed debug prints and made Select All shortcut work (wasn't implemented) for Ride and Parser Log * Reverted workaround in previous commits and replaced `register_shortcuts` with OnKeyDown events to prevent further conflicts * Added back shortcut registration for Cmd-C 19 January 2020, 21:05:52 UTC
47df338 Added back shortcut registration for Cmd-C 19 January 2020, 13:33:27 UTC
14ad1c4 Misc fixes (#2116) * Corrects Mac shortcut keys * Corrects messages for wxPython versions. 18 January 2020, 21:22:38 UTC
3de4625 Reverted workaround in previous commits and replaced `register_shortcuts` with OnKeyDown events to prevent further conflicts 14 January 2020, 00:13:48 UTC
da96c5a Merge branch 'master' into Nyral/selectall_fix 13 January 2020, 04:16:57 UTC
fc0fcf0 Removed debug prints and made Select All shortcut work (wasn't implemented) for Ride and Parser Log 13 January 2020, 03:58:47 UTC
7181d15 Made shortcuts from RIDE and Parser Log tabs to unregister when they're not selected 13 January 2020, 03:43:05 UTC
3610040 Uses unicode to calculate font name size when on Python 2.7 (#2112) 11 January 2020, 20:57:00 UTC
20649d7 Updates robotframework-mavenplugin version (#2110) 07 January 2020, 20:42:42 UTC
1cd51c2 Fix #2107 - Avoids changes in Resource file name when content assist. (#2109) * Removes changes to resource file name for suggestions of keywords * Avoids RuntimeError with ContentAssist for Resource Files * Fixes one test and reactivates other 07 January 2020, 20:23:58 UTC
9d3e0a4 Fix for #1421, Repeated Resource files on Tree when on Windows (#2105) 04 January 2020, 20:15:43 UTC
151ce18 Corrects text update when on read-only on Text Editor (#2106) Fix read file when on read only on Text Editor 04 January 2020, 20:15:05 UTC
3cc91ca Update Travis to ubuntu xenial, wxPython and python 3.7 (#2104) 01 January 2020, 22:44:40 UTC
99ef114 Makes Text Editor read-only if file is read-only. Visual hint is back… (#2102) * Makes Text Editor read-only if file is read-only. Visual hint is background color change. * Updates Maven and seleniumlibrary versions. (#2103) * Fix named colors and update when file is read-only with focus on Text Editor 01 January 2020, 19:54:58 UTC
35443a0 Updates Maven and seleniumlibrary versions. (#2103) 31 December 2019, 01:11:58 UTC
b1aae70 Fixes newlines in cell tooltip (#2101) * Fixes newlines in cell tooltip * Fix tooltip unit test 29 December 2019, 23:26:37 UTC
d378f29 Revert "Fixed SelectAll issue in Grid Editor (#2096)" (#2100) This reverts commit b7336e0020f456a8c621c602aacd2736c7063f92. 29 December 2019, 21:57:00 UTC
b7336e0 Fixed SelectAll issue in Grid Editor (#2096) * Moved first condition at the end of the key processing event * Refactored structure of conditions in `OnKeyDown` * Added debug prints and SelectAll shortcut when pressing Alt+A 29 December 2019, 20:23:40 UTC
766e430 Fixed shortcut in keyword tooltip. We no longer use Ctrl-M. (#2099) * Fixed shortcut in keyword tooltip. We no longer use Ctrl-M. * Updated implementation to use localize_shortcuts. 29 December 2019, 16:26:50 UTC
46ab521 Back to development of 1.7.4.1 28 December 2019, 02:47:25 UTC
8eb4ed1 Version 1.7.4 28 December 2019, 02:15:15 UTC
d5c64a3 Makes some unit test files runnable 28 December 2019, 00:31:46 UTC
d2eb979 Refactored structure of conditions in `OnKeyDown` 27 December 2019, 20:59:11 UTC
0d324d3 Moved first condition at the end of the key processing event 27 December 2019, 12:58:44 UTC
0ff58d1 Changes log to use unicode when on Python 2.7 (#2091) 25 December 2019, 18:01:39 UTC
6b137b6 Update ride-1.7.4.rst 25 December 2019, 04:24:00 UTC
10de48d Improves release notes builder 25 December 2019, 04:22:38 UTC
ba3ae42 Merge branch 'master' of github.com:robotframework/RIDE 25 December 2019, 02:06:55 UTC
fca4738 Development version 25 December 2019, 02:04:52 UTC
0e4e6a5 Update ride-1.7.4.rst Make final version. 25 December 2019, 00:13:02 UTC
07fba0e Release notes for 1.7.4rc1 24 December 2019, 18:39:47 UTC
e35fb52 Update ride-1.7.4.rst 24 December 2019, 18:34:33 UTC
b8f32f9 Update ride-1.7.4.rst Corrected rc1 version 24 December 2019, 18:33:58 UTC
f80874f Version 1.7.4rc1 24 December 2019, 18:20:57 UTC
a866099 Improves Help links and About 24 December 2019, 17:42:52 UTC
0fb59f1 Fixes update notification 24 December 2019, 16:38:46 UTC
c03d49b Key shortcuts update. 24 December 2019, 13:57:02 UTC
b8caf41 Added zoom factor to settings.cfg so that changes persist in Text Editor (#2064) * Added zoom factor to settings and created method to resize margin width * Added zoom factor to Text Editor preferences * Created build_UnaryOp for configobj in order to prevent error when there are negative values assigned in settings.cfg * Created SpinCtrl Editor to use instead of Combox with zoom factor * Created function to save zoom factor when changed via Ctrl+Scroll 01 December 2019, 23:59:05 UTC
bf61647 Condition for opening with encoding on Python 2.7 (#2076) * Fixes #2021 by avoiding double backslashes in Windows * Condition for opening with enconding on Python 2.7 * Simplify code 01 December 2019, 23:42:00 UTC
9094c19 Removed ellipsize flag from tree (#2079) 01 December 2019, 23:41:10 UTC
4c15ad1 Fixes #2077. Improves Filter in Search Unused Keywords. (#2078) 01 December 2019, 23:12:21 UTC
f5d0bc6 Fixes #2021 by avoiding double backslashes in Windows (#2075) 01 December 2019, 01:44:04 UTC
d52c9ef Fixes error when running test from Run having Grid Editor changed content. (#2074) 01 December 2019, 00:37:38 UTC
5880149 Reverted _colorizing_task and colorize to an older implementation where recursion error doesn't occur (#2057) 30 November 2019, 19:35:44 UTC
a686e7a Fixed runtime error again (#2072) 30 November 2019, 15:41:55 UTC
f2dfe5d Improves Parser logs messages having paths on Windows (#2071) * Reverts change to show Parser Log when called from Menu * Better Parser Log output Windows with path names in messages 30 November 2019, 02:25:27 UTC
eb119fd Fixed runtime error (#2054) * Removed unnecessary call for to show Log tab * Added encoding parameter to `open()` and set `flush()` to be called after each write 30 November 2019, 02:18:44 UTC
37749a1 Activates Font Face change to Grid Editor (Segoe UI Symbol, shows Emojis) (#2067) 28 November 2019, 00:22:05 UTC
398140f Fixed emoji index error (#2065) 27 November 2019, 22:15:25 UTC
c952508 Fixed some really old issues in testsearch dialog (#2055) 23 November 2019, 18:11:34 UTC
1649138 Forces Layout Direction to be Left To Right, and language English. (#2062) 23 November 2019, 02:04:50 UTC
2e3f145 Fix move rows (#2061) * DEBUG actions * More debug prints, set cur pos. * More debug. Better but not ready. * Cursor stays in position but does not activate. Must Save twice, or Apply Changes. * Change Grid Editor to allow Alt-Up/Down moves. Changes MacOS command. MUST TEST ON MacOS. * More DEBUG. Control sets Dirty. Line cursor is wrongly reported. * More attempts to refresh * Almost there * Ctrl-S and Apply Changes in Text Editor keep the same Cursor Position (some glitches still). * Improves Move up and Move down cells * Failing 3 tests. More DEBUG * Final fixes for MoveUp/MoveDown Cells when are FOR/END blocks * More DEBUG. Moves just one row, but cell selection changes * Add guard for bdeing run on MacOS. OK on Linux. * Fixes #2048 21 November 2019, 22:08:12 UTC
5f99f03 Separated colorization and font dependency on Pygments in Text Editor (#2056) * Added condition so that Text Edit is styled even when pygments is not installed * Modified preferences dialog for Text Editor so that unavaible settings (due to missing pygments install) are not added 20 November 2019, 22:08:22 UTC
5f26f4c Fixed focus issue (#2049) 10 November 2019, 00:13:37 UTC
79b1c4a Cursor pos (#2026) * Change Grid Editor to allow Alt-Up/Down moves. Changes MacOS command. MUST TEST ON MacOS. * More DEBUG. Control sets Dirty. Line cursor is wrongly reported. * More attempts to refresh * Almost there * Ctrl-S and Apply Changes in Text Editor keep the same Cursor Position (some glitches still). * Improves Move up and Move down cells * Failing 3 tests. More DEBUG * Final fixes for MoveUp/MoveDown Cells when are FOR/END blocks * Added focus to textctrl when switching tabs; Commented out some unused calls * Commented some lines so that the current line remains at bottom as in older RIDE 08 November 2019, 13:32:57 UTC
30f7e12 Update README.rest 08 November 2019, 00:25:40 UTC
ba189a8 Update README.rest 08 November 2019, 00:25:15 UTC
9baba52 Forces Layout Direction to be Left To Right. (#2044) 04 November 2019, 01:19:42 UTC
2807129 # Fixed Text Editor search bug (#2035) 27 October 2019, 18:51:18 UTC
36501c3 Fixed running of unselected test case (#2033) * #1571 Fixed running of unselected test case * Code refactored to use existing message instead of new one 27 October 2019, 18:50:37 UTC
008a562 Added save when changing from Text Edit (#2019) 20 September 2019, 20:21:57 UTC
17db76a Fix runner args (#2018) * Debug prints * Fixes not changing arguments 20 September 2019, 20:02:32 UTC
268a426 Added save when changing from Text Edit (#2016) 19 September 2019, 20:09:28 UTC
0207edd #2009 Fixes tests getting remove from tree when moving them (#2014) 18 September 2019, 19:33:05 UTC
457afbd #2012 Ported next() to be compatible with both python 2 and 3 (#2013) 18 September 2019, 19:30:27 UTC
5102589 #2006 Removed event skip from autocomplete in Text Editor (#2007) 14 September 2019, 23:31:00 UTC
5d784c3 #1878 Fixes conflict generated by TextEditor shortcuts (#2005) 14 September 2019, 23:29:37 UTC
208fe18 Better error message when cannot remove doc DB. Some PEP8 formatting. (#2003) 12 September 2019, 22:23:49 UTC
e891dfd TestRunnerAgent: Fall back to pickle if JSON fails (#1662) Fixes #1661 08 September 2019, 00:57:21 UTC
85d8632 Add encoding to file 07 September 2019, 19:48:54 UTC
49d9673 Version 1.7.4rc1.dev 07 September 2019, 18:47:19 UTC
a5d8153 Merge branch 'pre_release' 07 September 2019, 18:05:06 UTC
25235d7 Version 1.7.4b2 07 September 2019, 17:56:37 UTC
157d66e Pre release Version 1.7.4b2 (#1999) * Version 1.7.4 * Version 1.7.4b2 07 September 2019, 17:52:45 UTC
8c88fd8 Version 1.7.4 07 September 2019, 13:08:46 UTC
e546f73 Correctly keep changes if validation failed and user did not reset them, when saving from Text Editor (#1998) 07 September 2019, 12:21:24 UTC
f572b77 Change TAB to add spaces. (#1994) 05 September 2019, 23:53:00 UTC
11db4dc Fixes #1966 by increasing the number of columns for Text Editor. (#1993) 05 September 2019, 19:16:34 UTC
b6a4376 Fixes double Text Editor tab, if is the only Editor (#1992) 05 September 2019, 16:17:19 UTC
cd09b3b Fix #1891 (#1991) * Ignore validation of shell commands as arguments to options. Makes possible to use -d date +%F_%X in runner arguments. * Parses arguments in Windows. Fixes #1891 03 September 2019, 01:30:59 UTC
23c24f7 Fix line endings to LF 02 September 2019, 01:41:42 UTC
bc18932 Fixes #1367 (#1990) * Fixes #1367 * Conditions DEL function in TextEditor to run only in Windows 31 August 2019, 13:48:34 UTC
9b72612 Set development version 31 August 2019, 09:57:35 UTC
b6d4a95 Fixed command to install Added FAQ, and how to start and create RIDE shortcut. 29 August 2019, 09:36:25 UTC
4e7857e Update v1.7.4b1 (#1987) 28 August 2019, 22:56:06 UTC
c60174d Fixes basic start of RIDE on wxPython 2.8.12.1 and 3.0.2. Grid editor not functional. (#1986) 28 August 2019, 22:08:57 UTC
3b4fc3a Change to setFocus on Windows 10 (#1982) * Change to get Focus. Needs to be tested ob Windows 10. * WIP: Doing some DEBUG... * Fixes crash when clicking on different cell when content assist is up 25 August 2019, 19:41:12 UTC
fe08ed4 Merge branch 'HelioGuilherme66-update_robot_3.1.2' 20 August 2019, 09:53:52 UTC
06b56c3 Merge branch 'master' into update_robot_3.1.2 20 August 2019, 09:20:32 UTC
6a67db8 Updates for 1.7.4b1 20 August 2019, 09:16:29 UTC
6426832 Final unitests passing with 13 Skipped. Increased version to dev2 20 August 2019, 00:26:36 UTC
56a3061 Fix some utests. 19 August 2019, 03:20:55 UTC
7f71203 Editor OK when new FOR format. Old : FOR causes error if new edit. Runs OK. 19 August 2019, 00:18:45 UTC
f250100 Open Files or Directories in RIDE with right-click from Files panel (#1980) * New Parser Log tab to avoid dialog when loading Test Suite * Correct Copyright year * Now we can open directories or files with a single-click on File Explorer * python 3.7 * Now we can open directories or files with right-click (double-click for files too) on File Explorer 17 August 2019, 00:55:17 UTC
72736d5 Merge branch 'update_robot_3.1.2' of github.com:HelioGuilherme66/RIDE into update_robot_3.1.2 16 August 2019, 08:25:48 UTC
back to top