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
* Experimental unit test for kweditor
* Increase unit tests, fix 2 issues
* Increases tests. One test fails with invoke but not with PyCharm
* Try to fix running all tests (no success)
* Improve code and unit tests
* Increase unit tests
* Increase tests, increase fails
* Remove debug info
* Add pytest-order to requirements. Unit tests run now with desired order, but still fails
* Increase unit tests, fix 2 issues
* Increases tests. One test fails with invoke but not with PyCharm
* Try to fix running all tests (no success)
* Improve code and unit tests
* Add pytest-order to requirements. Unit tests run now with desired order, but still fails
* Improves tests call by isolating a test. Fix tool mkhtml
* Restore moving to right cell after editing cell
* Improve text editor variable creator, cursor position
Copy file name to clipboardExpand all lines: src/robotide/application/CHANGELOG.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"xml:lang="en"><head><metahttp-equiv="Content-Type" content="text/html; charset=UTF-8" xml:lang="en"/><title>Changelog</title><linkrel="stylesheet" type="text/css" href="docbook-xsl.css" /><metaname="generator" content="DocBook XSL Stylesheets Vsnapshot" /></head><body><divxml:lang="en" class="article" lang="en"><divclass="titlepage"><div><div><h2class="title"><aid="idm45173585623536"></a>Changelog</h2></div></div><hr/></div><p>All notable changes to this project will be documented in this file.</p><p>The format is based on <aclass="ulink" href="http://keepachangelog.com/en/1.0.0/" target="_top">Keep a Changelog</a>
2
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Changelog</title><linkrel="stylesheet" type="text/css" href="docbook-xsl.css" /><metaname="generator" content="DocBook XSL Stylesheets Vsnapshot" /></head><body><divxml:lang="en" class="article" lang="en"><divclass="titlepage"><div><div><h2class="title"><aid="id1337"></a>Changelog</h2></div></div><hr/></div><p>All notable changes to this project will be documented in this file.</p><p>The format is based on <aclass="ulink" href="http://keepachangelog.com/en/1.0.0/" target="_top">Keep a Changelog</a>
3
3
and this project adheres to <aclass="ulink" href="http://semver.org/spec/v2.0.0.html" target="_top">Semantic Versioning</a>.</p><divclass="section"><divclass="titlepage"><div><div><h2class="title" style="clear: both"><aid="_ulink_url_https_github_com_robotframework_ride_unreleased_ulink"></a>1. <aclass="ulink" href="https://github.com/robotframework/RIDE" target="_top">Unreleased</a></h2></div></div></div><divclass="section"><divclass="titlepage"><div><div><h3class="title"><aid="_added"></a>1.1. Added</h3></div></div></div><divclass="itemizedlist"><ulclass="itemizedlist" style="list-style-type: disc; "><liclass="listitem">
4
4
Added boolean parameter ``filter newlines`` to Grid Editor with default ``True``, to hide or show newlines in cells
0 commit comments