Name | Modified | Size | Downloads / Week |
---|---|---|---|
1.7 | 2024-06-10 | ||
1.6 | 2016-02-21 | ||
1.5 | 2015-05-16 | ||
1.4 | 2014-05-04 | ||
1.2 | 2014-01-31 | ||
1.1 | 2013-10-20 | ||
1.0.9.1 | 2013-07-27 | ||
1.0.9 | 2013-06-15 | ||
docs | 2013-06-14 | ||
plugins | 2013-06-14 | ||
1.0.8.2 | 2013-03-29 | ||
1.0.8.1 | 2013-01-14 | ||
1.0.8 | 2012-12-10 | ||
1.0.7.2 | 2012-09-29 | ||
1.0.7.1 | 2012-09-23 | ||
1.0.7 | 2012-09-09 | ||
1.0.6 | 2012-06-28 | ||
1.0.5 | 2012-04-20 | ||
1.0.3.2 | 2012-03-26 | ||
1.0.3.1 | 2012-03-08 | ||
README.txt | 2017-02-12 | 6.9 kB | |
Totals: 21 Items | 6.9 kB | 8 |
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).