gambas-source-code/main/gbc
Benoît Minisini 5acae8e8bb [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.


git-svn-id: svn://localhost/gambas/trunk@1576 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-09-21 23:22:07 +00:00
..
gb_alloc.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_array.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_buffer.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_common.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_error.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_error.h [64 BITS] 2008-01-06 18:49:23 +00:00
gb_file.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_file.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_str.c [DEVELOPMENT ENVIRONMENT] 2008-03-11 13:29:47 +00:00
gb_str.h [DEVELOPMENT ENVIRONMENT] 2008-03-11 13:29:47 +00:00
gb_table.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gba.c [WIKI CGI SCRIPT] 2008-05-21 09:41:25 +00:00
gbc.c [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_archive.c [DEVELOPMENT ENVIRONMENT] 2008-05-11 18:07:16 +00:00
gbc_archive.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbc_chown.c [CONFIGURATION] 2008-08-14 19:42:27 +00:00
gbc_chown.h [CONFIGURATION] 2008-08-14 19:42:27 +00:00
gbc_class.c [INTERPRETER] 2008-08-31 23:45:47 +00:00
gbc_class.h [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_code.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbc_compile.c [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_compile.h [CONFIGURATION] 2008-08-14 19:42:27 +00:00
gbc_dump.c [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_form.c [CONFIGURATION] 2008-02-14 11:59:36 +00:00
gbc_form.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_header.c [DEVELOPMENT ENVIRONMENT] 2008-07-19 13:35:36 +00:00
gbc_header.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbc_output.c [CONFIGURATION] 2008-08-31 00:32:21 +00:00
gbc_output.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_pcode.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbc_read.c [COMPILER] 2008-09-16 12:48:21 +00:00
gbc_read.h [INTERPRETER] 2008-08-31 23:45:47 +00:00
gbc_reserved.c [DEVELOPMENT ENVIRONMENT] 2008-01-18 13:43:10 +00:00
gbc_trans.c [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_trans.h [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_trans_code.c [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_trans_ctrl.c [DEVELOPMENT ENVIRONMENT] 2008-06-26 09:49:06 +00:00
gbc_trans_expr.c [INTERPRETER] 2008-08-31 23:45:47 +00:00
gbc_trans_subr.c [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_trans_tree.c [DEVELOPMENT ENVIRONMENT] 2008-02-06 00:25:48 +00:00
gbc_type.c [OPENBSD] 2008-02-18 23:07:24 +00:00
gbc_type.h [DEVELOPMENT ENVIRONMENT] 2008-01-18 13:43:10 +00:00
gbi.c [DEVELOPMENT ENVIRONMENT] 2008-07-22 21:31:17 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2008-05-11 18:07:16 +00:00