gambas-source-code/main/lib
Benoît Minisini 1608babe38 Enhance the Gambas code analyzer to speed up the new highlighting component.
[COMPILER]
* BUG: Synchronize reserved words enumeration with reserved words table.

[GB.EVAL]
* NEW: Highlight: 'Analyze()' got a new optional boolean parameter that stops the analyze when the "%>" token is encountered.
* NEW: Highlight: 'IsFunction' is a new property that returns if 'Highlight.Analyze()' got a function declaration.
* NEW: Highlight: 'LengthBefore' is a new property that returns the number of analyzed characters before the possible rewrite.
2023-10-28 23:36:10 +02:00
..
clipper
complex
compress Fix some typos. 2023-09-21 23:00:52 +02:00
data
db SQLRequest can return part of SQL requests without action or table. 2023-07-14 19:57:37 +02:00
debug Sending a void line to the debugger repeats the last command only if the debugger is run from the command line. 2023-03-18 01:34:22 +01:00
draw Style: Add 'Default' constant. It tells the Style routine to use the current painted control (if it exists) as a context. 2023-07-29 15:43:17 +02:00
eval Enhance the Gambas code analyzer to speed up the new highlighting component. 2023-10-28 23:36:10 +02:00
geom
gui
gui.opengl
gui.qt
gui.qt.ext New component switcher for choosing between QT4 or QT5 extension component. 2023-07-09 19:35:54 +02:00
gui.qt.opengl
gui.qt.webkit
gui.trayicon
gui.webview
hash
image Add Base() / Base$() and Dec() / FromBase() subroutines. 2023-09-29 02:51:42 +02:00
image.effect Make Image.Invert() compatible with the method with the same name in 'gb.image'. 2023-03-17 03:10:13 +01:00
inotify
jit Handle the new bytecode of the Pi() function. 2023-10-18 18:46:09 +02:00
option
signal
term
test
vb
gb.component
Makefile.am New component switcher for choosing between QT4 or QT5 extension component. 2023-07-09 19:35:54 +02:00