Skip to content

Releases: facelessuser/RegReplace

ST3 3.8.2

30 Jan 04:26
Compare
Choose a tag to compare

3.8.2

  • FIX: Fix bad links.

ST3 3.8.1

22 Jan 19:00
Compare
Choose a tag to compare

3.8.1

  • NEW: Update internal references to backrefs to prevent breakage with new version.

ST3 3.8.0

07 Mar 02:27
d1c3ad3
Compare
Choose a tag to compare

RegReplace 3.8.0

Mar 6, 2018

  • NEW: Add support for regex module's REVERSE flag.

ST3 3.7.2

04 Feb 20:20
Compare
Choose a tag to compare

RegReplace 3.7.2

Feb 4, 2018

  • FIX: Internal changes to support new backrefs 3.0.3.
  • FIX: Issue related to freezing due to changing tab to space setting on every region replace. Now do it once for whole operation.

ST3 3.7.1

22 Jan 02:26
Compare
Choose a tag to compare

RegReplace 3.7.1

Jan 21, 2018

  • FIX: Internal changes to support new backrefs.

ST3 3.7.0

20 Nov 01:51
07f6fdf
Compare
Choose a tag to compare

RegReplace 3.7.0

Nov 19, 2017

  • NEW: New experimental support for selection inputs for find patterns (#71).

ST3 3.6.0

30 Sep 14:54
Compare
Choose a tag to compare

RegReplace 3.6.0

Sep 30, 2017

  • NEW: Add support for optional format style replace templates. Learn more here.
  • FIX: Properly set default replace to group 0 by using \g<0> not \0.
  • FIX: Explain better some basic syntax differences between Re, Regex, and Backrefs with Re and Regex.

ST3 3.5.0

13 Aug 15:35
Compare
Choose a tag to compare

Regreplace 3.5.0

Aug 13, 2017

  • NEW: Document and quick start commands added to command palette.
  • NEW: Renamed some existing settings commands in the command palette and removed unnecessary commands.

ST3 3.4.0

04 Jun 23:19
Compare
Choose a tag to compare

RegReplace 3.4.0

Released Jun 4, 2017

  • NEW: Scope searches will now apply highlights and actions directly to the regex find regions opposed to the whole
    scope #58.
  • NEW: Use new Sublime settings API for opening settings file.
  • NEW: Show error message when rule not found #60.

ST3 3.3.0

27 May 16:45
Compare
Choose a tag to compare

RegReplace 3.3.0

Released May 27, 2017

  • NEW: Limit popups/phantoms to 3124+.
  • NEW: Use latest settings API when viewing settings.