-
The Dark Transparent theme is cool, as it sets the whole editor with a single image.
But the problem is, special characters (braces, commas, ampersand, etc) are completely black.
Now, I've changed…
-
### Description
If the line with #region comes before before a line with if() and the #endregion line appears before the closing brace of the if() block, then that region will not be foldable.
#…
-
code like this, after processing of shader-minifier, only B is part of else statement, C is out of the scope.
```
#ifdef OPT
if (...)
{
A;
}…
-
│ high │ Uncontrolled resource consumption in braces │
│ Package │ braces │
│ Patched in │ >=3.0.3 …
-
### Describe your problem
Impossible to install on php 8+
install.php doesn't display - white page
### Steps to reproduce the problem
install Bludit with php 8+
### Steps to fix the problem
…
-
Multiple Dafny users have been bit by the following paper cut:
```dafny
function method OneOrTwo(b: bool): int {
if b then {
1
} else {
0
}
}
```
```
Error: Function body …
-
Hi,
I just executed a rails new foo -m https://github.com/russfrisch/h5bp-rails/raw/master/h5bp.rb. I noticed that at the bottom of application-pre.css, there are a couple of closing curly braces. Th…
-
In a .cpp file, if I type
{}
it auto changes to
{
\t
}
That doesn't happen in .css files.
-
Hello,
It would be nice if we could enforce the curly brackets for conditions and loops. Probably, a strategy for that would be better, something like:
* always => always use;
* when_multiline …
-
There's quite a bit of code in `gridfinity-spiral-vase.scad` that becomes hard to follow because of conditionals and loops, with inexplicit following instructions due to lack of indenting, or braces e…
reedy updated
1 month ago