gambas-source-code/main/lib/eval
gambas 01a3106d20 New Highlight.Alternate style, and make the matching braces blink with the cursor.
[GB.EVAL]
* NEW: Highlight.Alternate is a new constant that represents the background style used for coloring code embedded into webpages.

[GB.EVAL.HIGHLIGHT]
* NEW: Support for new Highlight.Alternate style.

[GB.FORM.EDITOR]
* NEW: Support for new Highlight.Alternate style.
* NEW: Matching braces now blink with the cursor.
* BUG: When the cursor moves, the blinking timer is reset so that the cursor blinks only when it is not moving.
2019-06-29 16:11:51 +02:00
..
c_expression.c
c_expression.h
c_highlight.c New Highlight.Alternate style, and make the matching braces blink with the cursor. 2019-06-29 16:11:51 +02:00
c_highlight.h
c_system.c
c_system.h
eval.c Emit column position in almost all error messages. 2019-05-08 06:20:35 +02:00
eval.h
eval_analyze.c Emit column position in almost all error messages. 2019-05-08 06:20:35 +02:00
eval_analyze.h
eval_code.c
eval_code.h
eval_read.c Emit column position in almost all error messages. 2019-05-08 06:20:35 +02:00
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 New Highlight.Alternate style, and make the matching braces blink with the cursor. 2019-06-29 16:11:51 +02:00
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am