Skip to content

Ver 1.2.2-final

Choose a tag to compare

@perNyfelt perNyfelt released this 23 Dec 12:35
· 232 commits to master since this release

Version 1.2.2-final

This is release is mainly minor bug fixes. One bigger change is the removal of OOTB JDBC drivers. This was needed to accomodate the need for different driver versions between different projects. You now need to specify the driver in the pom.xml.

Here is a list the major fixes:

  • Autocomplete: Enhance autocomplete by taking in functions and objects from everything loaded (executed).
    Also fixed the shortcoming of . being regarded as a word boundary (. is just a character in R).
  • Run Tests: Fixed bug in testRunner that did not capture errors properly in the summary
  • File types: Recognize DESCRIPTION and NAMESPACE and properties as text files even though they are empty
    Recognize gradle files as groovy files (limited gradle support will be in the next version).
  • Add a viewer to view html files (similar to RStudio) and viewHtml to view html content (strings)
  • Add simple "check for updates" to help menu.
  • Change structure for project pom to be more intuitive
  • Add project dir to title
  • Add ability to view the log file from the help menu
  • Style dialogs such the search window, git popup dialogs, and file tree dialogs
  • Remove jdbc driver from being included in Ride, so a specific driver version can be used for each project.
    Present a useful exception alert when the driver is missing.
  • make TableMetaData more robust (able to handle more databases)