Added multiple undo and redo to the editor, controllable with <kbd><Ctrl+Z></kbd> and <kbd><Ctrl+Shift+Z></kbd> or left and right arrow buttons at the top-right of the window.
The editor now remembers cursor positions, so you can close or swap scripts without losing your place.
Added a new default library script named “<samp>Libs/RegisterForSave</samp>” to allow other scripts to save variables between sessions. See <samp><_DevPad/_DevPad.DefaultScripts.lua></samp> if you want to copy it into your existing pad.
While dragging an object in the list window, folders will only expand if you hold your mouse over them briefly.
Folders can now be opened and closed by simply clicking their names. Also, they now temporarily close while being dragged.
Slash command now only prints the run script's name if more than one match was found.
Added a faint line highlight to the editor.
Scripts and folders can now be broadcast over the guild officer channel.
4.1.0.1 / GUI: Fixed buggy scrollbar behavior in 4.1.
4.0.6.1 / GUI: The Lua syntax highlighting option now also controls “raw text” mode, allowing you to see and edit UI Escape Sequences. When disabled, chat links become clickable inside the editor.