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
* disable item selection WIP
* Fix menu icons in Linux (finally)!
* Avoid AssertionError when monitoring files or directories with multibyte names, like Chinese chars
* Fix save status in Text Editor no need to double Ctrl-S
* Improves Undo in Text Edit
Copy file name to clipboardExpand all lines: src/robotide/application/CHANGELOG.html
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
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"><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="idm45568595860432"></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="idm46270233289248"></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 menu entry at Help → Offline Change Log to view this file on disk
5
5
</li><liclass="listitem">
@@ -105,6 +105,8 @@
105
105
</li><liclass="listitem">
106
106
Performance improvements for loading large test suites
<li>On Text Editor the TAB key adds the defined number of spaces. With Shift moves to the left, and together with Control selects text.</li>
151
151
<li>On Text Editor the <strong>: FOR</strong> loop structure must use Robot Framework 3.1.2 syntax, i.e. <strong>FOR</strong> and <strong>END</strong>.</li>
152
152
<li>On Grid Editor and Linux the auto enclose is only working on cell selection, but not on cell content edit.</li>
153
-
<li>On Text Editor when Saving with Ctrl-S, you must do this twice :(.</li>
153
+
<li>On Text Editor when Saving the selection os tests in Test Suites (Tree) is cleared.</li>
0 commit comments