Skip to content

Releases: bobbylight/RText

6.0.2

06 Aug 22:36
Compare
Choose a tag to compare

A Windows installer and macOS app bundle are available below.

This release brings the following changes:

  • Added Handlebars syntax highlighting
  • Fix #93 Source tree selected nodes rendering error
  • Adding auto-indentation on Enter press for Python
  • Fixing a bug in Python code folding
  • Built with Temurin 17.0.8

6.0.1

04 Feb 16:28
Compare
Choose a tag to compare

A Windows installer and macOS app bundle are available below.

This release brings the following changes:

  • Added Handlebars syntax highlighting
  • Fix #89: Add "Edit Macro" button to the Macros table in options
  • Fix #87: Find in Files: add Copy file, path, and get its properties to context menu
  • Fix #88: Beep when Replace operation wraps to top of document
  • Fix #86: MacOS appearance tweaks, and add "macOS"-specific themes for that OS
  • Built with Temurin 17.0.6

6.0.0

15 Oct 04:02
Compare
Choose a tag to compare

A Windows installer and OS X app bundle are available below.

This release brings the following changes:

  • Fix #79: Add ES6 support to JS code completion
  • Fix #70: Proto file support
  • Fix #82: Add Ruby support to console plugin
  • Fix #81: Support "~" to denote the user's home directory in the file chooser
  • Fix #60: Update JRE to 17 from 14
  • Fix #67: "Add Examples" for macros doesn't set Options panel as dirty
  • Fix #66: "Recent Files" dialog should display generic icon for since-deleted files
  • Fix #61: Update Groovy dependency to 3.x
  • Fix #78: Modify a Template dialog uses wrong colors with dark theme
  • Fix #69: Better OS X next/previous tab shortcut
  • Added several macOS-specific keyboard shortcuts that were missing
    to the editor

5.0.0

30 Jan 22:55
Compare
Choose a tag to compare

A Windows installer and OS X app bundle are available below.

This release brings the following changes:

  • Major internal refactoring regarding app appearance. There's little visibly different here but the code has been simplified and future RText releases will see a simplified experience around options and configuration because of this work.
  • Adding Dockerfile syntax highlighting (this already existed but was not configurable)
  • Fix #58: Terminal locks up when lots of output from processes

4.0.0

16 Jun 01:11
Compare
Choose a tag to compare

A Windows installer and OS X app bundle are available on SourceForge as well as below.

This release brings the following changes:

  • Bumping gradle version and versions of other dependencies. Fixing minor
    linting issues from IntelliJ's 'Inspect Code' feature
  • Removing EOL standardization from .editorconfig - this would wreck our
    history, unfortunately
  • Moving AbstractConsoleTextArea from RText to FifeCommon
  • Parameterizing uses of GUIWorkerThread
  • Use Java 14 language features - enhanced switch and @serial annotation -
    where appropriate
  • Bumping version to 4.0.0 and using new FifeCommon API's so preferences are
    loaded and saved in a flat file instead of the registry on Windows
  • Removing workaround for JMenuItems not having accelerator text updated
    when an action's shortcut was updated, which was a bug in Java 5 and
    earlier
  • Removing workaround for a focus issue in Java 5 and earlier with the
    tabbed pane
  • Removing obsolete comment about todo when migrating to Java 5
  • Removing legacy code to sync JCheckBoxMenuItems with visibility of docked
    windows
  • Removing outdated Javadoc and reflection error-handling code around
    tidy/jsonbeans where we haven't used inflation in years
  • Moving general utility methods from RText to FifeCommon
  • Add a toolbar button to the SourceBrowser plugin to make it more obvious
    how to configure it
  • Bumping versions of RSTA libraries to latest
  • Updating to RSTA 3.1.3-SNAPSHOT and adding Kotlin support
  • Fix #55: Adding Markdown syntax highlighting support
  • Updates to stay in sync with fifecommon-4.0.0-SNAPSHOT
  • Fix #50: Right click -> 'Show in File System Tree' should expand side
    panel if it is collapsed

3.1.0

05 May 03:02
Compare
Choose a tag to compare

A Windows installer and OS X app bundle are available on SourceForge as well as below.

This release brings the following changes:

  • Adding search wrapping
  • Change verbiage in Options dialog to stop referencing Java 6u10 and simply stating that translucency in search dialogs only works in some Look and Feels
  • Dockable windows remember their collapsed/expanded state between startups. Making 'Dark' theme the default with a vanilla install
  • Fix #51: Add Python code folding
  • Windows and OS X builds now run with Java 14
  • OS X build now uses proper icon (fixed .app bundle)

3.0.3

04 Jan 05:34
Compare
Choose a tag to compare

A Windows installer and OS X app bundle are available on SourceForge as well as below.

This release brings the following changes:

  • Added 6502 Assembler syntax highlighting
  • Fix RSTA #264: Fixing typo in German localization of 'Close all blocks'
  • Fix RSTA #317: Background color of Token paints over parser notices
    (squiggle underlines)
  • Fix RSTA #303: Errors copying characters that aren't 7-bit ASCII out of
    RSTA as "styled text" (i.e. RTF or HTML).
  • Fix #45: Better 'error' and 'warning' icons with Darcula for
    DecorativeIconPanel
  • Fixes to support Ctrl+Enter/Shift+Enter searching in the opposite
    direction, in both find/replace dialogs and toolbars
  • Fix #46: Increase/decrease font size actions are broken and not symmetric
  • Fix #47: Add 'open containing folder' to editor tabs' context menus
  • Fix #49: Warning about reflective access to system LaFs

3.0.2

19 Oct 23:32
Compare
Choose a tag to compare

A Windows installer and OS X app bundle are available on SourceForge as well as below.

This release brings the following changes:

  • Fix #28: Add 'Show in File System Tree' action to editor's context menu
  • Fix #32: Fix NPE when opening About dialog of RText 3.0.x
  • Fix #34: Pretty printing action not enabled on first file if it is
    opened via a command line parameter
  • Fix #36: Turn off code folding if file size > some threshold. Configurable
    in the Options dialog (defaults to 12 MB cutoff)
  • Fix #37: UI improvements when in dark mode
  • Fix #38: XSLT files should be rendered as XML
  • Fix #40: Right-click menu in Find/Replace in Files
  • Fix #42: Add code folding and syntax highlighting for Golang
  • Fix #43: SVG files should be syntax highlighted as XML
  • "Check for Updates" menu item is working again
  • Groovy macros are working again
  • Performance improvements with larger files when line wrap is enabled
    (@mike-smith-portswigger)
  • Fixed a bug with caret placement when clicking with the mouse at the
    end of a physical line when line wrap is enabled (@mike-smith-portswigger)
  • Fixed a bug where pasting as styled text into another plain text editor
    removed newlines

3.0.1

05 May 20:26
Compare
Choose a tag to compare

A Windows installer and OS X app bundle are available on SourceForge as well as below.

This release brings the following changes:

  • Added CSV syntax highlighting
  • Improved appearance when using Darcula Look and Feel
  • Status bar now shows selected character count
  • Bug fix: JS Console works again (broken last release with the upgrade to Java 11)
  • Get OS X .app bundles building again

3.0.0

13 Jan 23:27
Compare
Choose a tag to compare

A Windows installer is available on SourceForge as well as above. An OS X package is coming soon.

This release brings the following changes:

  • RText is packaged with its own JRE now (Java 11), so the user does not have to have Java installed to use it.
  • Much improved Dark theme; this is now the default theme in fact.
  • "Copy as RTF" action changed to "Copy as Styled Text". This greatly improves compatibility with copy-pasting into MS Office applications.
  • Added flat icon set that is used by the Dark theme.
  • Making Java 11 the baseline for the app resulted in a much more modern code base.