Alex-Kent
Alex-Kent
Overview: Having the ability to split a text editor pane into two independent parts lets one easily switch between code in two (possibly distant) locations in the file. This makes...
I'm seeing odd behavior when using the search for selection (`Control`+`H`, referred to as `^H` below) feature when the search string contains certain characters. The specific character I'm seeing issues...
All screenshots are either fully transparent (PNG) or fully black (JPEG). Image dimensions seem to be correct. Perhaps this is due to my browser being configured to use GPU-accelerated video...
### What is the bug or the crash? This error occurs for layers backed by a Postgres/PostGIS table having a numeric column whose default value is a number. When adding...
This PR allows the precision used when displaying numbers to be set both by the user and via scripts. This includes values output via `echo`, those constructed using `str`, as...
**Is your feature request related to a problem? Please describe.** The scope for variables is the enclosing block; if a variable is set multiple times only the last assignment is...
This patch changes the number output precision for AST display (only) from 6 significant digits to 17 significant digits. This precision is sufficient to losslessly represent any value stored in...
**Describe the bug** When opening a script using the GUI and then saving it the text is saved to a new file [with the original file's name]. The save should...
Improves error message when a file can't be opened. Adds the error message, error number, and current working directory to message displayed. Covers virtually all instances in OpenSCAD where files...
**Describe the bug** Numbers specified in scripts are being rounded to 6 significant [decimal] digits when being displayed via **Display AST** (the user-specified values are correctly stored internally though). The...