gambas-source-code/main/lib/eval
Benoît Minisini 588e0f3942 [DEVELOPMENT ENVIRONMENT]
* BUG: Fix scrolling of code editor procedure list.
* BUG: Automatic local variable declaration now works correctly when a 
  method named "Get" is called inside the analyzed expression.

[COMPILER]
* NEW: "[]" now is compiled to return a array with no elements.

[INTERPRETER]
* BUG: Array with no elements can be casted to any other array datatype.

[GB.GUI.BASE]
* BUG: Fix visibility of expanded TreeView items.

[GB.QT4.EXT]
* NEW: When the Editor loses the focus, it does not scroll to the cursor 
  position automatically anymore.


git-svn-id: svn://localhost/gambas/trunk@5266 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-10-30 23:44:24 +00:00
..
CExpression.c
CExpression.h
CHighlight.c [DEVELOPMENT ENVIRONMENT] 2012-09-20 02:29:37 +00:00
CHighlight.h
CSystem.c
CSystem.h
eval.c
eval.h
eval_analyze.c [COMPILER] 2012-09-04 23:11:11 +00:00
eval_analyze.h
eval_code.c
eval_code.h
eval_read.c [INTERPRETER] 2012-07-08 23:23:24 +00:00
eval_read.h
eval_reserved.c
eval_trans.c [INTERPRETER] 2012-07-08 23:23:24 +00:00
eval_trans.h
eval_trans_expr.c [DEVELOPMENT ENVIRONMENT] 2012-09-17 11:13:32 +00:00
eval_trans_tree.c [DEVELOPMENT ENVIRONMENT] 2012-10-30 23:44:24 +00:00
gb.eval.component
gb.eval.h [DEVELOPMENT ENVIRONMENT] 2012-09-20 02:29:37 +00:00
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am