What's new in The Black Toolkit Portable 1.7

Mar 13, 2017
  • Some SSH client bugs on Windows was fixed.
  • SQL client now has a better layout.
  • AJAX autocomplete now has a ongetextrahttpparam event to get user http params to AJAX request.
  • Some bugs fixed.

New in The Black Toolkit Portable 1.6 (Feb 25, 2016)

  • On Web Document RAD Form:
  • Fixed a bug with code generation when h_align=center or v_align=center and the client screen is smaller.
  • Created a new library called BlackJS for a smaller code generation and it has some new custom JS components. New Web Documents will need to include blackjs to work.
  • Fixed a bug with h_align and v_align properties when editing visual objects.
  • Created a new autocomplete component for Web Document.
  • Create a new Tab Control component for Web Document.
  • On Java Swing RAD Form:
  • Fixed a bug on JTabbedPane. It now has a better behavior on editor. -File tab viewer now has a btter behavior.
  • PHP and Java 's syntax checker have some bugs fixed.

New in The Black Toolkit Portable 1.5 (May 20, 2015)

  • Java Editor and Java Swing Visual Editor now has a syntax checker.
  • PHP Editor and PHP Visual Editor also has a syntax checker (you may need to set where is php.exe on "Configurations" tab).
  • ThereĀ“s new properties in the Web document Visual Editor: style_minwidth, style_minheight, style_maxwidth and style_maxheight.
  • Heavy Metal SQL client has a new layout for better usability.
  • Some bugs fixed

New in The Black Toolkit Portable 1.4 (May 6, 2014)

  • Fixed the bug of Heavy Metal window to apper in front of main window, on
  • Windows platform.
  • Fixed the bug of error on compiling Java DAO Class when doclose=false.
  • The icon has back to the 1.0.7.1 version.
  • Some design of windows and icons has changed.
  • Heavy Metal now remembers the 20 last connections's info.
  • Heavy Metal now supports MySQL 5.5 and 5.6 with native drivers. Thanks to
  • new versions of Lazarus.
  • Firebird and MySQL now supports editing Stored Procedures. PostgreSQL has
  • a Stored Procedure editor with less bugs.
  • Saving the source now closes the Event Editor popup window for more
  • usability.
  • The generated CRUD's DAO Class now generates a getGenerator() method which
  • just returns the generator SQL for genID() method. To make a subclass of the
  • DAO, just override this method (Java and PHP).
  • Heavy Metal SQL Client has now a better layout

New in The Black Toolkit Portable 1.2 (Feb 3, 2014)

  • Fixed the bug of no opening read-only files.
  • Fixed the bug of POST on IE with AJAX FORM component.
  • There's new HTML5 events.
  • Some icons have changed.
  • Fixed some bugs on the Heavy Metal SQL Client.

New in The Black Toolkit Portable 1.1 (Oct 22, 2013)

  • The Java DAO now generates a more robust code. Less a bug.
  • The SQL Import now has a full, extensible, "Heavy Metal" SQL client.
  • The Black Toolkit now supports extensible language support, via XML, and supports Pascal this way.

New in The Black Toolkit Portable 1.0.9.1 Beta (Jul 26, 2013)

  • Fixed the bug of "Types.LONG" of the Java DAO.
  • The Java and PHP CRUD has new functionalities:
  • DAO's Query() method now supports joins.
  • DAO's new Load() method to get from request ($_POST, $_GET or request.getParameterMap()).
  • DAO's method component to create visual methods from CRUD.

New in The Black Toolkit Portable 1.0.9 Beta (Jun 4, 2013)

  • The Visual RAD Editor supports HTML5 components!
  • The Java Swing RAD Editor is updated to Java 7.

New in The Black Toolkit Portable 1.0.8.2 Beta (Mar 28, 2013)

  • The CRUD/DAO Generator is still more stable.
  • Some bugs fixed.

New in The Black Toolkit Portable 1.0.8.1 Beta (Mar 28, 2013)

  • The CRUD/DAO generator is more stable now.
  • The Visual RAD Editor now has a ruler.
  • The file dialogs was replaced to the Shadow Navigator which can navigate through SFTP and GVFS.

New in The Black Toolkit Portable 1.0.8.0 Beta (Mar 28, 2013)

  • Created a new CRUD/DAO importer (Imports CRUD/DAO from ODBC, MySQL, Oracle, PostgreSQL, Firebird and SQLite).
  • Modified the DAO generator for getting parametrized SQL.

New in The Black Toolkit Portable 1.0.7.2 Beta (Mar 28, 2013)

  • The code editor window doesn't close when the file is saved now.
  • The tab ident of the editor now works with tabs instead of spaces.
  • The IDE now saves a .lock file for each opened file (for locking it).
  • Fixed some bugs in the java debugger.
  • Java now compiles the selected file in the editor.
  • Added a JPanel Form in the Swing Form Editor.
  • Added the abstractDAO and doclose properties in the Java DAO Form

New in The Black Toolkit Portable 1.0.7.1 Beta (Mar 28, 2013)

  • Fixed the non-scalable icon bug.
  • Java and C++ now compiles from tab's directory (not the selected).