[Gambas-devel-svn] SF.net SVN: gambas:[1576] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-09-21 23:22:16
|
Revision: 1576 http://gambas.svn.sourceforge.net/gambas/?rev=1576&view=rev Author: gambas Date: 2008-09-21 23:22:07 +0000 (Sun, 21 Sep 2008) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: Do not use <pre> markups, they cannot break lines. [DEVELOPMENT ENVIRONMENT] * NEW: Replace anonymous object arrays by template arrays. * NEW: A button that clears the shortcut in the menu editor. * NEW: When evaluating expression in the console, a semi-colon at the end of the expression prevents the end newline to be printed, like in the PRINT instruction. * NEW: CTRL+G in the console makes it flash. * OPT: Remove the CCoolTabs class, that was not used anymore. * NEW: The main selected control is unselectable in the form editor now. * NEW: Selected controls can be resized by pressing CTRL and an arrow key. * NEW: Some form editor shortcuts have been changed to not conflict with the previous feature. * BUG: Fix the horizontal position of the automatic completion. * BUG: Look in project classes before component classes in automatic completion. [INTERPRETER] * BUG: Fix the memory allocation debug routines. * BUG: When instanciating a template array class, search for element class symbol locally first. * BUG: Template arrays now correctly release their elements. * NEW: Update copyright year in gb_common.h header file. [COMPILER] * BUG: Manage .list and .info files incrementally, so that they are up to date even when the project is not fully compiled. * BUG: Float and Single constants are correctly written in the .info file. [GB.QT.EXT] * BUG: Fix some painting artifacts in Editor. * BUG: In Editor, Undo and Redo now should always work correctly when a line is rewritten. * NEW: In Editor, when a line is rewritten, the Change event is always emitted. * NEW: The Editor is cleared now when it prints a CTRL+L character. * NEW: The Editor flashes now when it prints a CTRL+G character. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.lang/ar.po gambas/trunk/app/src/doc.cgi/.lang/ca.po gambas/trunk/app/src/doc.cgi/.lang/de.po gambas/trunk/app/src/doc.cgi/.lang/es.po gambas/trunk/app/src/doc.cgi/.lang/fa.po gambas/trunk/app/src/doc.cgi/.lang/fr.mo gambas/trunk/app/src/doc.cgi/.lang/fr.po gambas/trunk/app/src/doc.cgi/.lang/it.po gambas/trunk/app/src/doc.cgi/.lang/nl.po gambas/trunk/app/src/doc.cgi/.lang/ru.po gambas/trunk/app/src/doc.cgi/.lang/zh.po gambas/trunk/app/src/doc.cgi/.project gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/FAbout.class gambas/trunk/app/src/gambas3/FCompletion.class gambas/trunk/app/src/gambas3/FFindList.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FMakeInstall.class gambas/trunk/app/src/gambas3/FMenu.class gambas/trunk/app/src/gambas3/FMenu.form gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/FSelectIcon.form gambas/trunk/gb.qt/src/ext/CEditor.cpp gambas/trunk/gb.qt/src/ext/gdocument.cpp gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/ext/gview.h gambas/trunk/help/Makefile.am gambas/trunk/main/gbc/gbc.c gambas/trunk/main/gbc/gbc_class.h gambas/trunk/main/gbc/gbc_compile.c gambas/trunk/main/gbc/gbc_dump.c gambas/trunk/main/gbc/gbc_trans.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_array.c gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_object.h gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_type.c gambas/trunk/main/share/gb_common.h Removed Paths: ------------- gambas/trunk/app/src/gambas3/CCoolTabs.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |