Home / 1.1
Name Modified Size InfoDownloads / Week
Parent folder
blacktoolkit-1.1-x86_64.deb 2013-10-20 3.4 MB
blacktoolkit-1.1-i586.deb 2013-10-20 2.9 MB
blacktoolkit-1.1-2.x86_64.rpm 2013-10-20 2.0 MB
blacktoolkit-1.1-2.i586.rpm 2013-10-20 2.9 MB
blacktoolkit-portable-32bits-1.1.zip 2013-10-19 4.7 MB
blacktoolkit-portable-1.1.zip 2013-10-19 7.7 MB
blacktoolkit-1.1-win32.exe 2013-10-19 1.8 MB
Totals: 7 Items   25.4 MB 0
Release notes:

1.7: (13/02/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.

1.6: (21/02/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.
   
1.5: (16/05/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.
   
1.4: (04/05/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.

1.2: (31/01/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. 

1.1: (19/10/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.

1.0.9.1: (25/07/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.

1.0.9: (03/06/2013):
   -The Visual RAD Editor supports HTML5 components!
   -The Java Swing RAD Editor is updated to Java 7.

1.0.8.2: (25/03/2013):
   -The CRUD/DAO Generator is still more stable.
   -Some bugs fixed.
   -29/03/2013 - Some bugs in the JAR generation was fixed.

1.0.8.1: (10/01/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.

1.0.8 (05/12/2012):
   -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.


1.0.7.2 (29/09/2012):
   -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.
   

1.0.7.1 (19/09/2012):
   -Fixed the non-scalable icon bug.
   -Java and C++ now compiles from tab's directory (not the selected).

1.0.7 (07/09/2012):
   -Added a DAO (Data Access Object) Visual Editor (RAD) for PHP and Java.
   -Added a AJAX Form custom component in Web Visual Editor. It does POST and GET to server without submit. Retrieves server's response as AJAX.

1.0.6 (26/06/2012):
   -Fixed some bugs.

1.0.5 (20/04/2012):
  -Fixed the strange dragging of components bug.
  -The dialogs of the Visual Editor are now in fixed size (generally smaller), and the object treeview also show the component's names.
  -The Swing Visual Editor now supports JMenuBar and JPopupMenu visually.
  -The AJAX component's functionname now supports invoking ajax in one call. Just calling with the correct parameters. The old way is still supported.


1.0.3.2 (23/03/2012):
  -Fixed the input text and JTextField fixed height bug.
  -Fixed the PDO 's "List index out of bounds" error bug.
  -Added the property h_align in the Visual Web Document editor. It serves to align objects horizontaly (absolute, center, left, right).
  -Added the property v_align in The Visual Web Document editor. It serves to align objects vertically (absolute, center, top, bottom).


1.0.3.1 (07/03/2012):
  -The Java Swing Visual Editor is now complete!
  -The C++ Win32 Visual Editor is dropped (miss too much components), but you can install it as plugin.
  -The JAR and WAR generator now doesn't pack the .vform and .java files in archive.

1.0.3 (13/02/2012): 
  -Fixed bug of Find dialog box doesn't appear in Visual Editor. 
  -Added the PDO and ODBC connectors for PHP. 
  -Added the JDBC connector for JSP. 
  -Added a Visual Editor Componentset for Win32 GUI (still miss and a lot of components). 
  -Added a Visual Editor Componentset for Java Swing (Still miss components). 
  -Debugger for java and C++ now works inside Visual Editor. 
  -Debugger for Winelib was gived up because of winedbg and gdb's bugs.

1.0.2 (25/12/2011):
  -Fixed buggy manifest files on JAR file generating.
  -C++ editor now read the makefile's EXECUTABLE_NAME variable name instead of ask always the executable name to debug.
  -Added support for Winelib/wineg++ compiler for Win32 API on Linux (still don't have a debugger).

1.0.1 (16/11/2011): 
  -Fixed some Java and C++ debugger bugs.
  -Fixed some C++ editor bugs.
  -Fixed some visual web editor fail bugs.
  -Olivier Amella <olivieram@users.sourceforge.net> added the French language support.

1.0 (01/11/2011) : Initial version (deprecated).

Source: README.txt, updated 2017-02-12