Robot Framework Integrated Development Environment (RIDE)
robotide.application.releasenotes.ReleaseNotes Class Reference

Shows release notes of the current version. More...

Public Member Functions

def __init__ (self, application)
 
def bring_to_front (self)
 
def enable (self)
 
def set_content (self, html_win, content)
 
def show (self, event=None)
 
def show_changelog (self, event=None)
 
def show_if_updated (self)
 

Public Attributes

 application
 
 general_settings
 
 version_shown
 

Private Member Functions

def _create_view (self)
 

Private Attributes

 _dialog
 
 _view
 

Detailed Description

Shows release notes of the current version.

The release notes tab will automatically be shown once per release.
The user can also view them on demand by selecting "Release Notes"
from the help menu.

Definition at line 34 of file releasenotes.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.application.releasenotes.ReleaseNotes.__init__ (   self,
  application 
)

Definition at line 36 of file releasenotes.py.

Member Function Documentation

◆ _create_view()

def robotide.application.releasenotes.ReleaseNotes._create_view (   self)
private

Definition at line 78 of file releasenotes.py.

◆ bring_to_front()

def robotide.application.releasenotes.ReleaseNotes.bring_to_front (   self)

Definition at line 74 of file releasenotes.py.

◆ enable()

def robotide.application.releasenotes.ReleaseNotes.enable (   self)

Definition at line 45 of file releasenotes.py.

◆ set_content()

def robotide.application.releasenotes.ReleaseNotes.set_content (   self,
  html_win,
  content 
)

Definition at line 94 of file releasenotes.py.

◆ show()

def robotide.application.releasenotes.ReleaseNotes.show (   self,
  event = None 
)

Definition at line 59 of file releasenotes.py.

◆ show_changelog()

def robotide.application.releasenotes.ReleaseNotes.show_changelog (   self,
  event = None 
)

Definition at line 65 of file releasenotes.py.

◆ show_if_updated()

def robotide.application.releasenotes.ReleaseNotes.show_if_updated (   self)

Definition at line 54 of file releasenotes.py.

Member Data Documentation

◆ _dialog

robotide.application.releasenotes.ReleaseNotes._dialog
private

Definition at line 42 of file releasenotes.py.

◆ _view

robotide.application.releasenotes.ReleaseNotes._view
private

Definition at line 41 of file releasenotes.py.

◆ application

robotide.application.releasenotes.ReleaseNotes.application

Definition at line 37 of file releasenotes.py.

◆ general_settings

robotide.application.releasenotes.ReleaseNotes.general_settings

Definition at line 40 of file releasenotes.py.

◆ version_shown

robotide.application.releasenotes.ReleaseNotes.version_shown

Definition at line 39 of file releasenotes.py.


The documentation for this class was generated from the following file: