Gambas 3.11.3
What's new?
This release fixes:
-
The compilation of
gb.pdf
with different versions of the randomly changing poppler library.
-
Some bugs in the
gb.xml
and gb.xml.html
components.
-
A few other bugs.
Compilation and installation
Read the instructions
there.
If everything was fine, type "gambas3" to run the development environment.
Enjoy it !
Changelog
DEVELOPMENT ENVIRONMENT
Automatic completion
-
Don't crash when completing an unreadable directory.
Project tree
-
CTRL + double-click is now triggered only on source files.
Software farm
-
Don't crash when installing an example if its symbolic link already exists.
Miscellaneous
-
Don't crash when opening a Gambas source file as an external file.
GB.CHART
-
Chart: A more complex computed id is now used. This let us use more than one chart.
-
_CSerie: A call to an unexisting property Labels has been changed.
GB.PDF
-
Fix compilation with poppler 0.64 and other versions.
GB.XML
-
Fix reading XML comments and CDATA tags when they contain characters that belong to the end tag while not forming a complete one.
-
Fix returning value of XML comments.
-
Fix the XmlNode.GetElementsByAttributeValue() method.
GB.XML.HTML
-
Fix reading lowercase HTML doctypes.