This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
eepp
Watch
1
Star
0
Fork
0
You've already forked eepp
mirror of
https://github.com/SpartanJ/eepp.git
synced
2026-05-30 10:06:35 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
82ec47b5b7313cc00463d88e8302ab4d50f632fa
eepp
/
include
History
Martín Lucas Golini
82ec47b5b7
ecode: Added the possibility to search and replace in the current document by replacing captures from Lua Pattern, for example, searching for: "function (%w+)%(%)" and replacing for "fn $1()" will replace the function declaration from "function (functionName)()" to "fn (functionName)()". So now this features is available for local and global search and replace.
2024-03-20 20:55:48 -03:00
..
eepp
ecode: Added the possibility to search and replace in the current document by replacing captures from Lua Pattern, for example, searching for: "function (%w+)%(%)" and replacing for "fn $1()" will replace the function declaration from "function (functionName)()" to "fn (functionName)()". So now this features is available for local and global search and replace.
2024-03-20 20:55:48 -03:00