gambas-source-code/main/share
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
..
gambas.h [CONFIGURATION] 2008-08-14 19:42:27 +00:00
gb_alloc.h [INTERPRETER] 2008-03-23 01:02:27 +00:00
gb_alloc_temp.h [INTERPRETER] 2008-05-03 15:07:55 +00:00
gb_arch.h
gb_arch_temp.h [OPENBSD] 2008-02-18 23:07:24 +00:00
gb_array.h
gb_array_temp.h
gb_buffer.h
gb_buffer_temp.h
gb_class_desc_common.h
gb_code.h [CONFIGURATION] 2008-02-24 16:29:02 +00:00
gb_code_temp.h [INTERPRETER] 2008-03-17 14:54:17 +00:00
gb_common.h [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gb_common_buffer.h
gb_common_buffer_temp.h
gb_common_case.h
gb_common_case_temp.h
gb_common_string.h
gb_common_string_temp.h
gb_common_swap.h
gb_common_swap_temp.h
gb_component.h [DEVELOPMENT ENVIRONMENT] 2008-03-31 19:04:28 +00:00
gb_file_share.h [OPENBSD] 2008-02-18 23:07:24 +00:00
gb_file_temp.h [INTERPRETER] 2008-03-21 00:55:43 +00:00
gb_hash.h
gb_hash_temp.h
gb_limit.h [DEVELOPMENT ENVIRONMENT] 2008-07-19 13:35:36 +00:00
gb_list.h
gb_list_temp.h
gb_magic.h
gb_pcode.h
gb_pcode_temp.h
gb_replace.h [INTERPRETER] 2008-03-21 01:36:11 +00:00
gb_replace_temp.h [INTERPRETER] 2008-03-21 01:36:11 +00:00
gb_reserved.h [INTERPRETER] 2008-03-17 14:54:17 +00:00
gb_reserved_temp.h [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
gb_table.h
gb_table_temp.h [OPENBSD] 2008-02-18 23:07:24 +00:00
gb_type_common.h
gbc_read_common.h [CONFIGURATION] 2008-02-14 11:59:36 +00:00
gbc_trans_common.h [DEVELOPMENT ENVIRONMENT] 2008-07-19 13:35:36 +00:00
Makefile.am