Naomi R Peterson

Results 4 comments of Naomi R Peterson

In addition to setting a preferred default for launch, can BGM check if a newly available output device is the default and automatically switch to it? I have my headphones...

I am running into this with plugin version 0.9.6 and IntelliJ IDEA 2017.2, both while using the Darcula scheme with a few customizations and while using a copy of the...

I believe this issue is caused by [lines 104-108](https://github.com/cheptsov/AdvancedExpressionFolding/blob/fbab92893a08fd76d2e1c1de2a761e67cd6085dd/src/com/intellij/advancedExpressionFolding/AdvancedExpressionFoldingHighlightingComponent.java#L104-L108) of `AdvancedExpressionFoldingHighlightingComponent.java`: ``` java TextAttributes foldedTextAttributes = editorEx.getColorsScheme().getAttributes(EditorColors.FOLDED_TEXT_ATTRIBUTES); if (foldedTextAttributes.getBackgroundColor() != null) { foldedTextAttributes.setForegroundColor(null); } foldedTextAttributes.setFontType(Font.PLAIN); ``` I tried updating my...

In the current version of this code (master, commit [b826a91](https://github.com/cheptsov/AdvancedExpressionFolding/commit/b826a9121cb123969ceb57f9be63da7d952b6c18)), the problematic code has moved to a private method in lines 134-142. On the latest version of IntelliJ (2017.3.4) and...