gambas-source-code/main/lib/eval
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
..
CExpression.c
CExpression.h
CHighlight.c [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
CHighlight.h
CSystem.c [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
CSystem.h [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
eval.c
eval.h
eval_analyze.c [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
eval_analyze.h [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
eval_code.c
eval_code.h
eval_read.c
eval_read.h
eval_reserved.c
eval_trans.c
eval_trans.h
eval_trans_expr.c
eval_trans_tree.c
gb.eval.component
gb.eval.h [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
gb_alloc_override.h
gb_array.c
gb_error.c [INTERPRETER] 2008-03-21 02:05:59 +00:00
gb_error.h
gb_table.c
main.c
main.h
Makefile.am