ScraperEdit Changelog

What's new in ScraperEdit 0.1.2.72 Beta

Mar 25, 2015
  • Added a configuration setting to the values list, to add "URL encoding" of the title before starting the scraping process
  • Some minor changes and fixes
  • TODO Found apossible bug: Sometimes ="e; in XML gets parsed as =""

New in ScraperEdit 0.1.2.68 Beta (Mar 25, 2015)

  • XML syntax highlight in variable windows, too
  • Redesigned include handling (UNTESTED,DROPPED)

New in ScraperEdit 0.1.2.66 Beta (Mar 5, 2013)

  • XML syntax highlight in output fields
  • The colors used:
  • : cyan
  • attribute: magenta
  • attr value: blue
  • CDATA: gray
  • &entity; : green
  • &inv.entity: red

New in ScraperEdit 0.1.2.65 Beta (Mar 4, 2013)

  • Number of buffers changed to 20
  • Added comments to the engine, and other classes
  • Added a new scraping method to the engine
  • Changed FunctionList to not replace existing functions (EG:)
  • Adding setting for Scraper folder
  • Corrected multiple logging if reused same debugger window
  • Minor changes and fixes

New in ScraperEdit 0.1.2.60 Beta (Feb 7, 2013)

  • Message box on open/save errors
  • tags:
  • (Re)loading on scraping/debugging
  • Dropping on closing the debugger window
  • URL encoding input text
  • Separate input field for year

New in ScraperEdit 0.1.2.55 Beta (Jan 30, 2013)

  • Minor logging error, that broke the debugging process
  • JRE 1.6 vs 1.7 (JAXB 2.0/2.1 vs 2.2) issue

New in ScraperEdit 0.1.2.51 Beta (Dec 20, 2012)

  • GUI Threading fix(?)
  • Some minor changes

New in ScraperEdit 0.1.2.50 Alpha (Nov 29, 2012)

  • Added Library support:

New in ScraperEdit 0.1.2.49 Alpha (Nov 28, 2012)

  • Implemented debugger feature
  • Some minor improvements

New in ScraperEdit 0.1.2.45 Alpha (Nov 19, 2012)

  • Added debugger interface
  • Showing execution progress
  • Added $$variable to output, too
  • Added configurable values
  • Added $INFO to access values
  • Added caseSensitive attribute

New in ScraperEdit 0.1.2.42 Alpha (Nov 14, 2012)

  • Added Move Up/Down to RegExp's context menu
  • Added Rename to Function's context menu
  • Added click on matches event in RegExp tester

New in ScraperEdit 0.1.2.38 Alpha (Nov 13, 2012)

  • Dropped Log4J, returned to java.util.logging
  • Grouping of undo edits
  • Some minor improvements
  • Dropped global Edit menu

New in ScraperEdit 0.1.2.29 Alpha (Nov 9, 2012)

  • 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

New in ScraperEdit 0.1.2.28 Alpha (Nov 9, 2012)

  • 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

New in ScraperEdit 0.1.1.25 Alpha (Nov 9, 2012)

  • Added RegExp numbering by execution order
  • Removed change tracking attempts
  • Some minor improvements
  • Added CHANGELOG file

New in ScraperEdit 0.1.1.22 Alpha (Nov 9, 2012)

  • Some minor improvments

New in ScraperEdit 0.1.1.18 Alpha (Nov 9, 2012)

  • Added tester
  • Some minor improvements

New in ScraperEdit 0.1.1.7 Alpha (Oct 19, 2012)

  • Added Hungarian translation
  • Some minor changes

New in ScraperEdit 0.1.1.6 Alpha (Oct 19, 2012)

  • Created project on SF.net
  • Initial Git commit
  • Some minor changes