Commit Graph

78 Commits (6d8fad9b1a02e6057c482dc80e760e92dcfff10e)

Author SHA1 Message Date
Hauke D 2959d2713b Delete tempfiles immediately 7 years ago
Hauke D fe718b08f0 Refactored base URL finding and used in mini IDE 7 years ago
Hauke D 4b2edd16c4 Limit update frequency 7 years ago
Hauke D cdc9779af7 A bit of refactoring & reorg. 7 years ago
Hauke D e75efbc179 Persist "show example code" state 7 years ago
Hauke D e785189ae8 Added license to Regex Tester 7 years ago
Hauke D 6c1e462bdb Refactored code running and error handling
So now there is only a single place that "eval" is called.
7 years ago
Hauke D feef6ba1b8 Improved support for multiline regexes 7 years ago
Hauke D a2aa4335d6 Minor design tweak 7 years ago
Hauke D 68eae4e7ce Added "preamble code" feature 7 years ago
Hauke D 85a01a2b15 Added example code feature
Also changed "Add Sample" into a button for some more consistency
7 years ago
Hauke D fcc4328dda Minor tweak to "Add Sample" 7 years ago
Hauke D 75cc289ad7 Improved handling of empty pattern
and separated warning and error messages
7 years ago
Hauke D 1aafe2099b Match highlighting fixes and updates
- Zero-length matches weren't being handled correctly
- Non-matching capture groups weren't being handled correctly
- Added capture group names
7 years ago
Hauke D d58ec6e086 Improved 'use re "debug";' display 7 years ago
Hauke D 602065d2d6 Added debug and regex error handling code 7 years ago
Hauke D f635507189 Several minor tweaks to regex tester 7 years ago
Hauke D ae8cb21648 Added initial version of regex tester 7 years ago
Hauke D 8d4ac5a988 Minor doc updates 7 years ago
Hauke D a18fd401c5 Allow multiple state change listeners 7 years ago
Hauke D 317a84e7b2 Fixed a bug in Perl.outputLine
The "chan" argument is no longer prefixed to the output.
7 years ago
Hauke D e974313735 Added runtests.html
For now this just runs WebPerl.t without requiring the "mini IDE".
7 years ago
Hauke D e5b9aff9b9 Create a generic function for calling Perl subs
Previously, each call to a Perl sub would "eval" a bunch of JS code,
this allows simplification of that "eval" by providing Perl.dispatch,
on which a JS "bind" can be done.
7 years ago
Hauke D 7b31a8ff56 Moved some documentation to the website 7 years ago
Hauke D 52b787d8b7 Autoload WebPerl for <script> tags 7 years ago
Hauke D fdfcf63f91 Fix URL resolution for file:// URLs (closes #1)
Although this should fix the "null" appearing in the generated
"baseurl", opening the pages via file:// will most likely still not work
due to the Same-Origin Policy.
7 years ago
Hauke D 58c06898b6 Added AJAX demo 7 years ago
Hauke D 8733c25cd3 Initial public release of WebPerl 7 years ago