Jordan Brown

Results 19 issues of Jordan Brown

The Animate window has three closely-related buttons: * Centered just below the parameters, a play/pause button. It's a play icon while not playing, and a pause icon while playing. *...

Type: Bug

When you are working on a multi-file project (often, but not necessarily, a model and library), you may have several files open in separate windows or tabs. When you punch...

Type: Enhancement

**Describe the bug** When a file has lines ending with CRLF (\r\n, 0D 0A) on a newline (LF)-only system like Linux, the lexer counts a line each for the CR...

Type: Bug

Adds: * Hexadecimal constants, in C-style 0xHHHHHHHH. * Left and right shift, using C-style ``. Right shift is zero-filling. * Binary "and", "or", and "not", using C-style `&`, `|`, and...

**Describe the bug** When `$fs` is used to calculate the number of sides for a circle, the expression used is (simplified): ``` ceil(r * 2 * pi / $fs) ```...

Type: Bug

**Is your feature request related to a problem? Please describe.** `text()` is fine for generating one line of text, but if you want multiple lines you're on your own. Perhaps...

Type: Enhancement

[2021.01, Windows] This program gives five "too many unnamed arguments supplied" errors and then goes unresponsive: ``` function foo() = foo(0); echo(foo()); ``` But these two programs do not; they...

Like the Title says. Do we need both of these menu items? Why not just one "Editor" item, that's either checked or not?

Type: Bug

I can't reproduce it, but I've had windows just disappear and refuse to come back. I run with the various panes all undocked - I don't want the size of...

Type: Bug