Yoann Quenach de Quivillic
Yoann Quenach de Quivillic
Having `Path` objects in the default_config_files make it impossible to display the help (-h) message ```python from pathlib import Path import configargparse p = configargparse.ArgumentParser(default_config_files=[Path("~/.my_settings.ini")]) p.add("geotiff") p.add("--flag", help="Flag that can...
- Fix #36338 ## Description Add a shortcut in python editors to open the API When pressing F1, open the API page matching - selected text if any OR -...
- Fix #58720 ## Description Fix the call tips in `QgsCodeEditor` to handle word wrap. When wrap mode is enabled (in the python console or expression editor for instance), and...
- Fix #22077 - Fix #58413 # Description Adapt QgsMapCanvas zoomToLastExtent / zoomToNextExtent to the QgsLayoutView. 