22 months after Nicezia's last response on the Scraper Editor (Based on ScraperXML open source C# Library) thread, I put together a similar editor in Java.
It runs under Java 1.6, but that is all the requirements list...
Project page on SourceForge, with description, screen-shots, and download links. Also available on SoftPedia.
I thought it needs a standalone topic, so I opened one.
Below are a list of changes:
It runs under Java 1.6, but that is all the requirements list...
Project page on SourceForge, with description, screen-shots, and download links. Also available on SoftPedia.
I thought it needs a standalone topic, so I opened one.
Below are a list of changes:
Code:
v 0.1.2.42 usagi @ 2012-11-13
- Added Move Up/Down to RegExp's context menu
- Added Rename to Function's context menu
- Added click on matches event in RegExp tester
v 0.1.2.39 usagi @ 2012-11-12
- Some bugfixes
v 0.1.2.38 usagi @ 2012-11-11
- Dropped Log4J, returned to java.util.logging
- Grouping of undo edits
- Some minor improvements
- Dropped global Edit menu
v 0.1.2.29 usagi @ 2012-11-08
- Added some editing functions to the text components:
- Editing actions: cut, copy, paste, select all, delete
- Simple undo actions: undo, redo
- Context menu and key bindings to those actions
- Some minor improvements
- On my TODO list:
+ Grouping of undo edits
- Implementing global Edit menu
- Exporting as an Add-On
v 0.1.2.28 usagi @ 2012-10-28
- Added Drag'n'Drop support:
- Normal Drag: RegExp exchanged with another RegExp
- Shift + Drag: RegExp copied over another RegExp
- Added Duplicate menuitem to RegExp's context menu
v 0.1.1.25 usagi @ 2012-10-26
- Added RegExp numbering by execution order
- Removed change tracking attempts
- Some minor improvements
- Added CHANGELOG file
v 0.1.1.22 usagi @ 2012-10-22
- Some minor improvments
v 0.1.1.18 usagi @ 2012-10-16
- Added tester
- Some minor improvments
v 0.1.1.7 usagi @ 2012-10-11
- Added Hungarian translation
- Some minor changes
v 0.1.1.6 usagi @ 2012-10-10
- Created project on SF.net
- Initial SVN commit
- Some minor changes