WeakAuras

WeakAuras

200M Downloads

Texteditor ctrl+z undo duplicates every "|"

Boneshockx opened this issue ยท 0 comments

commented

Is there an existing issue for this?

  • I have searched the existing open and closed issues.

Description

Text editor undo will add multiple | in strings where "|" is used.

WeakAuras Version

WeakAuras 5.17.1

World of Warcraft Flavor

Retail (Default)

World of Warcraft Region

EU

Tested with only WeakAuras

I got this issue with only WeakAuras enabled

Lua Error

No response

Reproduction Steps

  1. Open code text editor
  2. type something like:
print("|")
print("||")
local test = "||| hello |||"
  1. Ctrl+z
  2. Text becomes:
print("||")
print("||||")
local test = "|||||| hello ||||||"

Last Good Version

No response

Screenshots

No response

Export String

No response

Bisector Report

No response