[Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Fix how 'Lof()' behaves on special files, and how read watches are...

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Sat Jul 31 01:05:58 CEST 2021



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
a7a24954 by gambas at 2021-07-31T00:46:51+02:00
Fix how 'Lof()' behaves on special files, and how read watches are automatically disabled or not. Add a new "Unknown stream size" error.

[INTERPRETER]
* NEW: New "Unknown stream size" error when 'Lof()' cannot know the size of a stream.
* BUG: If we can't know the size of a stream watched for reading, then we don't unwatch it automatically anymore.
* BUG: Streams based on non-regular file descriptors (devices for example) opened in direct mode now never use 'fstat()' for getting the file length.

- - - - -
eea30eaf by gambas at 2021-07-31T00:59:37+02:00
Start implementing keyboard event and menu shortcuts management.

[GB.WEB.GUI]
* NEW: Start implementing keyboard event and menu shortcuts management.
* OPT: WebSpinBox: Do not force a refresh when the value has been changed by the browser.

- - - - -
38e19b68 by gambas at 2021-07-31T01:02:52+02:00
Handle Cloudflare https, fix wiki search and "Changes" page date format.

[WIKI]
* BUG: Some CSS fixes.
* BUG: Handle Cloudflare https correctly.
* BUG: Fix date format in the "Changes" page.
* BUG: Fix wiki search so that it returns the same result as the IDE offline wiki search.
* NEW: Custom search result highlight.

- - - - -
f06903c1 by gambas at 2021-07-31T01:04:23+02:00
Fix 'javacript' and 'CSS' highlighting.

[GB.EVAL.HIGHLIGHT]
* BUG: Add 'set' keyword to javascript highlighting.
* NEW: Add some CSS keywords to CSS highlighting.

- - - - -
d0b66b1c by gambas at 2021-07-31T01:05:12+02:00
Résolution du conflit.

- - - - -


25 changed files:

- + app/src/gambas-wiki/.public/highlight.js
- app/src/gambas-wiki/.public/style.css
- + app/src/gambas-wiki/.src/FixNews.module
- app/src/gambas-wiki/.src/Main.module
- app/src/gambas-wiki/.src/Wiki.webpage
- comp/src/gb.eval.highlight/.src/Main.module
- comp/src/gb.eval.highlight/.src/TextHighlighter_Javascript.class
- comp/src/gb.eval.highlight/css/properties
- + comp/src/gb.web.gui/.src/Key.class
- comp/src/gb.web.gui/.src/Test/Webform1.class
- comp/src/gb.web.gui/.src/Test/Webform1.webform
- comp/src/gb.web.gui/.src/Test/Webform3.class
- comp/src/gb.web.gui/.src/Test/Webform3.webform
- comp/src/gb.web.gui/.src/WebControl.class
- comp/src/gb.web.gui/.src/WebForm.class
- comp/src/gb.web.gui/.src/WebSpinBox.class
- comp/src/gb.web.gui/.src/WebTextBox.class
- comp/src/gb.web.gui/lib.js
- comp/src/gb.web.gui/style.css
- main/gbx/gb_error.c
- main/gbx/gb_error.h
- main/gbx/gbx_c_file.c
- main/gbx/gbx_stream.c
- main/gbx/gbx_stream.h
- main/gbx/gbx_stream_direct.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/db4b9ee5122148761baa967d6290af6075ece226...d0b66b1ca58364694084817d0cb612a61ba02656

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/db4b9ee5122148761baa967d6290af6075ece226...d0b66b1ca58364694084817d0cb612a61ba02656
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20210730/5170382d/attachment.htm>


More information about the Notification mailing list