gambas-source-code/main/share
Benoît Minisini 31f0d78532 [DEVELOPMENT ENVIRONMENT]
* NEW: Theme configuration was redesigned and enhanced.
* NEW: New option for setting the tabstrip title font size.
* NEW: The file information dialog was redesigned again.
* NEW: Some option names were changed.
* NEW: A new "Project" virtual folder in the project treeview. It is 
  exactly like the "Data" folder, except that the files and directories 
  stored inside are not included in the generated executable.
* NEW: As keywords are now displayed in lowercase by default, there is a 
  new option for displaying them in uppercase as before.
  
[INTERPRETER]
* NEW: Object.GetProperty() can return the value of a constant.
* NEW: Keywords are in lowercase by default, the first letter of the words 
  staying in uppercase.

[GB.EVAL]
* NEW: The Highlight.Analyze() method always return keywords in uppercase, 
  so that you can continue to easily do non case-sensitive comparisons.

[GB.QT]
* BUG: Changing the font of a TabStrip correctly refreshes its layout now.

[GB.QT.EXT]
* NEW: The Editor can force highlighted keywords to uppercase. It is only 
  done when drawing the keyword. The internal text is not changed.


git-svn-id: svn://localhost/gambas/trunk@1265 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-03-27 16:27:24 +00:00
..
gambas.h [DEVELOPMENT ENVIRONMENT] 2008-03-26 16:28:18 +00:00
gb_alloc.h [INTERPRETER] 2008-03-23 01:02:27 +00:00
gb_alloc_temp.h [DEVELOPMENT ENVIRONMENT] 2008-03-26 16:28:18 +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 [INTERPRETER] 2008-03-21 00:35:39 +00:00
gb_common_buffer.h
gb_common_buffer_temp.h
gb_common_case.h
gb_common_case_temp.h
gb_common_string.h [INTERPRETER] 2008-01-27 14:00:04 +00:00
gb_common_string_temp.h [INTERPRETER] 2008-01-27 14:00:04 +00:00
gb_common_swap.h
gb_common_swap_temp.h
gb_component.h [CONFIGURATION] 2008-02-24 16:29:02 +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 [INTERPRETER] 2008-01-27 14:00:04 +00:00
gb_limit.h
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 [CONFIGURATION] 2008-02-24 16:29:02 +00:00
Makefile.am