Hauke D
|
6f3c6b9586
|
Updates for release v0.07-beta
|
7 years ago |
Hauke D
|
0365d166ed
|
Added viewport meta tag
|
7 years ago |
Hauke D
|
9ad62dc40d
|
Also need to update when hiding sample code
so that the URL gets updated
|
7 years ago |
Hauke D
|
4b66055a28
|
Updated copyright stuff
|
7 years ago |
Hauke D
|
ce98e0e62b
|
Capturing STDOUT&ERR, improved debug output
|
7 years ago |
Hauke D
|
f193acce8a
|
Reduced code duplication of run_code
Yes, I know it's kind of a hack, but it works :-)
|
7 years ago |
Hauke D
|
fcf045750d
|
Updated sample code output
A bit of cleanup and commentary, also switched to using $input as the
variable name, since this is what the regex tester uses internally.
|
7 years ago |
Hauke D
|
2af9b770d1
|
Added links to Perl documentation
|
7 years ago |
Hauke D
|
dd5661149b
|
Fixed overlapping matches (and HTML escaping)
|
7 years ago |
Hauke D
|
9222eeb340
|
Use ->val instead of ->text for textareas
|
7 years ago |
Hauke D
|
6b62b8a6a3
|
Added "eval code in sandboxed iframe" feature
Mostly works (see To-Do's), but is disabled in this commit.
|
7 years ago |
Hauke D
|
6c8b92b9e1
|
Minor UI tweaks
|
7 years ago |
Hauke D
|
650cbf91fd
|
Added a To-Do
|
7 years ago |
Hauke D
|
62e9b19fe3
|
Added Perl.noMountIdbfs and updated changelog
|
7 years ago |
Hauke D
|
7b15fc5f5f
|
Fix URL
|
7 years ago |
Hauke D
|
57ff57ba9e
|
Added a To-Do
|
7 years ago |
Hauke D
|
7b2c772abb
|
Renamed regex_demo.html to regex_tester.html
|
7 years ago |
Hauke D
|
043d68e08d
|
Updated changelog for js_new
haukex/emperl5@a0cc701354
|
7 years ago |
Hauke D
|
173577f22b
|
Need to revoke the blob URL
|
7 years ago |
Hauke D
|
47bc0c4935
|
Prepared run_code for async calling
|
7 years ago |
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
|
c43c6d1c46
|
Updated gitignore
|
7 years ago |
Hauke D
|
ae8cb21648
|
Added initial version of regex tester
|
7 years ago |
Hauke D
|
e0623713e8
|
Updated gitignore
|
7 years ago |
Hauke D
|
8d4ac5a988
|
Minor doc updates
|
7 years ago |
Hauke D
|
3040ee0f3c
|
Added experimental module dependency resolver
|
7 years ago |
Hauke D
|
a18fd401c5
|
Allow multiple state change listeners
|
7 years ago |
Hauke D
|
550d9fa0f3
|
Added a to-do
|
7 years ago |
Hauke D
|
fa7842b1af
|
Very minor doc tweak
|
7 years ago |
Hauke D
|
c36e09965a
|
Created issue template
|
7 years ago |
Hauke D
|
561e3d7447
|
Updated changelog for v0.03-beta
|
7 years ago |
Hauke D
|
f7dab75e7d
|
Added "experiments"
|
7 years ago |
Hauke D
|
8450c666c3
|
build.pl --remakeout should remake emperl.js too
|
7 years ago |
Hauke D
|
b7f7e40b54
|
Removed item from ToDo list
Taken care of in
haukex/emperl5@e4021902e4
|
7 years ago |