[Gambas-devel-svn] SF.net SVN: gambas:[7461] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-11-10 03:57:46
|
Revision: 7461 http://sourceforge.net/p/gambas/code/7461 Author: gambas Date: 2015-11-10 03:57:44 +0000 (Tue, 10 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Don't raise an error while filling the editor procedure combo-box. Just fill it with nothing. * BUG: Use the true family name as class name for the root control of a form. [GB.HTTPD] * NEW: The standard error output of CGI scripts is not redirected to the HTTP client anymore, so that the IDE catch debugging messages printed by the DEBUG instruction. [GB.UTIL.WEB] * NEW: JS is a new class that quotes a string for javascript when used as a static function. [GB.WEB.FORM] * NEW: Control can raise events from the browser to the application. * NEW: Control properties changed during an event are stored in the session to make them permanent. * NEW: Refreshing a control during an event sends the updated HTML to them browser. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.class gambas/trunk/comp/src/gb.util.web/.info gambas/trunk/comp/src/gb.util.web/.list gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/Header.webpage gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/style.css gambas/trunk/gb.httpd/src/libhttpd.c Added Paths: ----------- gambas/trunk/comp/src/gb.util.web/.src/JS.class gambas/trunk/comp/src/gb.web.form/.src/Web.class gambas/trunk/comp/src/gb.web.form/.src/WebBackground.class gambas/trunk/comp/src/gb.web.form/.src/WebControlStyle.class gambas/trunk/comp/src/gb.web.form/.src/WebHtml.class gambas/trunk/comp/src/gb.web.form/lib.js Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.src/WebHTML.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |