gambas-source-code/main/lib/eval
Benoît Minisini 2599961aca [DEVELOPMENT ENVIRONMENT]
* NEW: Get rid of the new warnings.
* NEW: Support for arguments without a datatype in function signatures.
* NEW: [ALT] + any brace character is a new editor shrotcut that add or 
  remove braces around the current word. Same thing for [ALT] + [<] or [>].
* NEW: Property editor: Add a clear button. Replace the MenuButton by a
  normal ComboBox.

[INTERPRETER]
* NEW: Support for the new '*.list' file format.

[COMPILER]
* NEW: New '*.list' file format that marks classes having static elements.
* NEW: A warning is emitted when a class having static elements is 
  overriden by a declaration. This is suspicious.
* NEW: A symbol in a local variable declaration, or a global variable or 
  property declaration can now be surrounded by braces to prevent a 
  possible warning.

[GB.FORM]
* NEW: Get rid of the new warnings.
* NEW: TabPanel[].Closable is a new property that defines if a specific tab
  has a close button.

[GB.FORM.MDI]
* NEW: Workspace: Try to minimize flickering during resizing. Not very
  successful.


git-svn-id: svn://localhost/gambas/trunk@6838 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-01-16 00:31:59 +00:00
..
CExpression.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CExpression.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CHighlight.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CHighlight.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CSystem.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CSystem.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval.c [CONFIGURATION] 2014-07-28 05:35:58 +00:00
eval.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_analyze.c [INTERPRETER] 2013-11-04 15:17:01 +00:00
eval_analyze.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_code.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_code.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_read.c [DEVELOPMENT ENVIRONMENT] 2015-01-16 00:31:59 +00:00
eval_read.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_reserved.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_trans.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_trans.h [INTERPRETER] 2014-01-27 23:46:37 +00:00
eval_trans_expr.c [COMPILER] 2014-01-28 16:17:40 +00:00
eval_trans_tree.c [COMPILER] 2014-12-22 17:41:16 +00:00
gb.eval.component * 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.eval.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_alloc_override.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_array.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_error.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_error.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_table.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
main.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
main.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
Makefile.am [CONFIGURATION] 2009-08-24 14:19:32 +00:00