Skip to content

Commit

Permalink
Merge pull request #2633 from HelioGuilherme66/misc_fixes
Browse files Browse the repository at this point in the history
Update offline changelog
  • Loading branch information
HelioGuilherme66 authored Sep 2, 2023
2 parents d0ec468 + ca2fcd3 commit ed4d650
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/robotide/application/CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Changelog</title><link rel="stylesheet" type="text/css" href="docbook-xsl.css" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /></head><body><div xml:lang="en" class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="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 <a class="ulink" href="http://keepachangelog.com/en/1.0.0/" target="_top">Keep a Changelog</a>
and this project adheres to <a class="ulink" href="http://semver.org/spec/v2.0.0.html" target="_top">Semantic Versioning</a>.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_ulink_url_https_github_com_robotframework_ride_unreleased_ulink"></a>1. <a class="ulink" href="https://github.com/robotframework/RIDE" target="_top">Unreleased</a></h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_added"></a>1.1. Added</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Added exclusion of monitoring filesystem changes for files and directories excluded in Preferences
</li><li class="listitem">
Added variables creation shortcuts (``Ctrl-1,2,5``) to fields Arguments in Grid Editor
</li><li class="listitem">
Added support for JSON variables, by using the installed Robot Framework import method
Expand All @@ -17,6 +19,8 @@
</li><li class="listitem">
Drag and drop of variables defined with comments between resource files
</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_changed"></a>1.3. Changed</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Improved file changes detection to only consider valid formats
</li><li class="listitem">
Improved keyword ``Find Usages`` to return more matches. Fails to find mixed spaces and ``_``
</li><li class="listitem">
In Grid Editor ``Ctrl-Shift-4`` now replaces escaped spaces ``\\ `` by spaces
Expand Down

0 comments on commit ed4d650

Please sign in to comment.