Skip to content

Commit

Permalink
Update release docs. Change default colors settings.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Sep 22, 2024
1 parent 996ca78 commit 40843a3
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 55 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog]
and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning].


== https://github.com/robotframework/RIDE[Unreleased]
// == https://github.com/robotframework/RIDE[Unreleased]

== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1b1.rst[2.1b1] - 2024-09-21

=== Added

Expand Down
2 changes: 1 addition & 1 deletion src/robotide/application/CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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">
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_blob_master_doc_releasenotes_ride_2_1b1_rst_2_1b1_ulink_2024_09_21"></a>1. <a class="ulink" href="https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1b1.rst" target="_top">2.1b1</a> - 2024-09-21</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 color to Test Runner Console Log final output, report and log since RF v7.1rc1.
</li><li class="listitem">
Added Korean language support for UI, experimental.
Expand Down
38 changes: 21 additions & 17 deletions src/robotide/application/releasenotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,16 @@ def set_content(self, html_win, content):
<p><a class="reference external" href="https://github.com/robotframework/RIDE/">RIDE (Robot Framework IDE)</a>
{VERSION} is a new release with important enhancements and bug fixes. The reference for valid arguments is
<a class="reference external" href="https://robotframework.org/">Robot Framework</a> installed version, which is at this
<a class="reference external" href="https://robotframework.org/">Robot Framework</a> installed version, which is at
this
moment 7.1. However, internal library code is originally based on version 3.1.2, but adapted for new versions.</p>
<p></p>
<ul class="simple">
<li>This version supports Python 3.8 up to 3.12.</li>
<li>There are some changes, or known issues:<ul>
<li>❌ - Removed support for Python 3.6 and 3.7</li>
<li>✔ - Fixed on Text Editor when Saving the selection of tests to run in Test Suites (Tree) is cleared.</li>
<li>✔ - Added Korean language support for UI, experimental.</li>
<li>✔ - Added Korean language support for UI.</li>
<li>✔ - Added <b>caret style</b> to change insert caret to 'block' or 'line' in Text Editor, by editing
<em>settings.cfg</em>. The color of the caret is the same as 'setting' and will be adjusted for better contrast with the
background.</li>
Expand All @@ -169,17 +170,20 @@ def set_content(self, html_win, content):
<li>✔ - Added support for new VAR marker, since Robot Framework version 7.0.</li>
<li>✔ - Added to Grid Editor changing Zoom In/Out with <b>Ctrl-Mouse Wheel</b> and setting at Preferences.</li>
<li>✔ - Fixed plugin Run Anything (Macros) not showing output and broken actions.</li>
<li>✔ - Added actions on columns of Grid Editor: Double-Click or Right Mouse Click, allows to edit the column name for Data
<li>✔ - Added actions on columns of Grid Editor: Double-Click or Right Mouse Click, allows to edit the column name for
Data
Driven or Templated; Left Mouse Click, selects the column cells.</li>
<li>✔ - Added command line option, <b>--settingspath</b>, to select a different configuration.</li>
<li>✔ - Added different settings file, according the actual Python executable, if not the original installed.</li>
<li>✔ - Added a selector for Tasks and Language to the New Project dialog.</li>
<li>✔ - Added UI localization prepared for all the languages from installed Robot Framework version 6.1, or
higher. Major translations are: Dutch, Portuguese and Brazilian Portuguese. Still missing translation
of some elements.</li>
<li>✔ - Added support for language configured test suites, with languages from installed Robot Framework version 6.1, or
<li>✔ - Added support for language configured test suites, with languages from installed Robot Framework version 6.1,
or
higher.</li>
<li>✔ - On Text Editor, pressing <b>Ctrl</b> when the caret/cursor is near a Keyword will show a detachable window with the
<li>✔ - On Text Editor, pressing <b>Ctrl</b> when the caret/cursor is near a Keyword will show a detachable window with
the
documentation, at Mouse Pointer position.</li>
<li>✔ - RIDE tray icon now shows a context menu with options Show, Hide and Close.</li>
<li>✔ - Highlighting and navigation of selected Project Explorer items, in Text Editor.</li>
Expand Down Expand Up @@ -214,7 +218,8 @@ def set_content(self, html_win, content):
<li>Added support for new VAR marker, since Robot Framework version 7.0.</li>
<li>Added configurable style of the tabs in notebook pages, Edit, Text, Run, etc. Parameter <b>notebook theme</b>
takes values from 0 to 5. See wxPython, demo for agw.aui for details.</li>
<li>Added UI localization and support for Japanese configured test suites, valid for Robot Framework version 7.0.1 or higher.</li>
<li>Added UI localization and support for Japanese configured test suites, valid for Robot Framework version 7.0.1 or
higher.</li>
<li>Fixed keywords Find Usages in Grid Editor not finding certain values when using Gherkin.</li>
<li>Improved selection of items from Tree in Text Editor. Now finds more items and selects whole line.</li>
<li>Changed output in plugin Run Anything (Macros) to allow Zoom In/Out, and Copy content.</li>
Expand All @@ -226,9 +231,11 @@ def set_content(self, html_win, content):
<li>Added different settings file, according the actual Python executable, if not the original installed.</li>
<li>Fixed headers and blank spacing in Templated tests.</li>
<li>Added context option <b>Open Containing Folder</b> to test suites directories in Project Explorer.</li>
<li>Added a setting for a specific file manager by editing the settings.cfg file. Add the string parameter <b>file manager</b>
<li>Added a setting for a specific file manager by editing the settings.cfg file. Add the string parameter
<b>file manager</b>
in the section <b>[General]</b></li>
<li>Added minimal support to have comment lines in Import settings. These are not supposed to be edited in Editor, and new lines are added at Text Editor.</li>
<li>Added minimal support to have comment lines in Import settings. These are not supposed to be edited in Editor,
and new lines are added at Text Editor.</li>
<li>Fixed removal of continuation marker in steps</li>
<li>Fixed wrong continuation of long chains of keywords in Setups, Teardowns or Documentation.</li>
<li>Added a selector for Tasks and Language to the New Project dialog. Still some problems: Tasks type changes to Tests,
Expand Down Expand Up @@ -278,8 +285,9 @@ def set_content(self, html_win, content):
ARROW_RIGHT</li>
<li>Improve Text Editor auto-suggestions by using: selected text, text at left or at right of cursor</li>
</ul>
<p>We hope to implement or complete features and make fixes on next major version 2.1 (in end of Summer of 2024).</p>
<p><strong>The minimal wxPython version is, 4.0.7, and RIDE supports the current version, 4.2.1.</strong></p>
<p>We hope to implement or complete features and make fixes on next major version 2.1 (in mid Autumm of 2024).</p>
<p><strong>The minimal wxPython version is, 4.0.7, and RIDE supports the current version, 4.2.2, which we recommend.
</strong></p>
<p><em>Linux users are advised to install first wxPython from .whl package at</em> <a class="reference external"
href="https://extras.wxpython.org/wxPython4/extras/linux/gtk3/">wxPython.org</a>, or by using the system package
manager.</p>
Expand Down Expand Up @@ -324,14 +332,10 @@ def set_content(self, html_win, content):
python -m robotide.__init__
</pre>
<p>You can then go to <cite>Tools&gt;Create RIDE Desktop Shortcut</cite>, or run the shortcut creation script with:</p>
<pre class="literal-block">
python -m robotide.postinstall -install
</pre>
<pre class="literal-block">python -m robotide.postinstall -install</pre>
<p>or</p>
<pre class="literal-block">
ride_postinstall.py -install
</pre>
<p>RIDE {VERSION} was released on 21/September/2024.</p>
<pre class="literal-block">ride_postinstall.py -install</pre>
<p>RIDE {VERSION} was released on 22/September/2024.</p>
<!-- <br/>
<h3>May The Fourth Be With You!</h3>
<h3>Celebrate the bank holiday, 10th June, Day of Portugal, Portuguese Communities and Camões!!</h3>
Expand Down
3 changes: 2 additions & 1 deletion src/robotide/localization/TRANSLATORS.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
= Translators
ifdef::env-github[:outfilesuffix: .adoc]

- https://github.com/HelioGuilherme66[Hélio Guilherme]: Portuguese, Brazilian Portuguese
- https://github.com/JFoederer[J. Foederer]: Dutch
- Minerva Järvensivu: Finnish
- https://github.com/HelioGuilherme66[Hélio Guilherme]: Portuguese, Brazilian Portuguese
- Hyeonho Kang: Korean
- Unknown: Pirates
73 changes: 38 additions & 35 deletions src/robotide/preferences/settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ notebook theme = 0
[General]
font size = 11
font face = ''
foreground = 'black'
foreground = '#5E5C64'
background = 'light grey'
secondary foreground = 'black'
secondary background = 'light grey'
background help = (240, 242, 80)
foreground text = (7, 0, 70)
apply to panels = True
secondary foreground = '#DEDDDA'
secondary background = '#0A4A8A'
background help = '#A5F173'
foreground text = '#080240'
apply to panels = False
ui language = 'English'
# file manager: When set to full path or known command use it to open folders
;file manager = None
Expand All @@ -50,18 +50,19 @@ font face = 'Courier New'
# caret style = 'line': or caret style = 'block' (better visibility), it will use the color of 'setting' or better calculated
caret style = 'block'
argument = '#bb8844'
comment = 'black'
error = 'black'
gherkin = 'black'
heading = '#999999'
import = '#555555'
keyword = '#990000'
separator = 'black'
setting = 'black'
syntax = 'black'
tc_kw_name = '#aaaaaa'
comment = '#613583'
error = '#F66151'
gherkin = '#3584E4'
heading = '#036EA8'
import = '#9141AC'
keyword = '#1C71D8'
separator = '#5E5C64'
setting = '#26A269'
syntax = '#613583'
tc_kw_name = '#1A5FB4'
variable = '#008080'
background = 'white'
background = '#F6F5F4'
enable auto suggestions = True

[Grid]
font size = 10
Expand All @@ -77,58 +78,60 @@ text unknown variable = 'purple'
text commented = 'firebrick'
text string = 'black'
text empty = 'black'
background assign = '#FFFFFF'
background keyword = '#FFFFFF'
background mandatory = '#FFFFFF'
background optional = '#F5F5F5'
background assign = '#CADEF7'
background keyword = '#CADEF7'
background mandatory = '#D3D3D3'
background optional = '#F9D7BA'
background must be empty = '#C0C0C0'
background unknown = '#FFFFFF'
background unknown = '#E8B636'
background error = '#FF9385'
background highlight = '#FFFF77'
word wrap = True
enable auto suggestions = False
enable auto suggestions = True
# filter newlines: When enabled, newlines are not shown as \n in the cells. On Windows this may cause a lock.
filter newlines = False
filter newlines = False

[Plugins]
[[Test Runner]]
font size = 10
font face = 'Courier New'
foreground = 'black'
background = 'white'
foreground = '#F6F5F4'
background = '#241F31'
error = 'red'
use colors = False
use colors = True
fail color = '#FF8E8E'
pass color = '#9FCC9F'
skip color = 'yellow'
profile_name = 'robot'
run_profiles = [('other profile', 'robot')]

[[File Explorer]]
font size = 11
font face = ''
foreground = 'black'
foreground = '#5E5C64'
background = 'light grey'
secondary foreground = 'black'
secondary background = 'light grey'
background help = (240, 242, 80)
foreground text = (7, 0, 70)
background help = '#A5F173'
foreground text = '#080240'
own colors = False

[[Tree]]
font size = 11
font face = ''
foreground = 'black'
foreground = '#5E5C64'
background = 'light grey'
secondary foreground = 'black'
secondary background = 'light grey'
background help = (240, 242, 80)
foreground text = (7, 0, 70)
background help = '#A5F173'
foreground text = '#080240'
own colors = False

[[Preview]] # This plugin is not usable since RIDE 2.1 (and Robot Framework 3.2.1)
[[Preview]]# This plugin is not usable since RIDE 2.1 (and Robot Framework 3.2.1)
format = 'HTML'
_enabled = False

[[Run Anything]] # This is here just because of unit tests
[[Run Anything]]# This is here just because of unit tests
foreground = 'black'
background = 'light grey'

0 comments on commit 40843a3

Please sign in to comment.