Roland Illig

Results 119 issues of Roland Illig

When I edit the source code of my program, the editor doesn't get the indentation correct: * Type `demo :-`, press Enter, press Backspace 4 times, press Tab, press Enter....

In the Widgets TodoList application, when I click on the red [+] button in the lower right corner, a dialog opens. I'd like to start typing immediately, but there is...

Given a local Fossil repository, I tried to create a new project out of it. ![image](https://user-images.githubusercontent.com/3233724/47684390-0697e380-dbd3-11e8-8e96-86b90766b812.png) I thought that "Remote URL" wouldn't fit for opening a repository from the local...

In the Source view, I’d like to see the source text in a different color than the translated text. Therefore it would be nice if the colors could be configured...

**Is your feature request related to a problem? Please describe.** I accidentally pressed Ctrl+W. The browser window closed, and I lost my music program. **Describe the solution you'd like** Whenever...

help wanted

**Is your feature request related to a problem? Please describe.** When I'm programming a sound wave, many mistakes can happen. For example, the samples may be outside the range [−1...

enhancement

**Is your feature request related to a problem? Please describe.** As a basic level programmer, I may have heard that Ctrl+Space provices autocompletion. When I press that shortcut in the...

enhancement
help wanted

**Describe the bug** When I paste the following code, it produces an ugly noise and shows the expected knobs on the right side. After waiting for a few seconds, maybe...

bug

``` java.lang.AssertionError: Values should be different. Actual: at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failEquals(Assert.java:185) at org.junit.Assert.assertNotEquals(Assert.java:161) at org.junit.Assert.assertNotEquals(Assert.java:175) at com.feenk.jdt2famix.injava.oneSample.InnerClassWithMethod.testMethodsWithNoNameShouldNotBeCreated(InnerClassWithMethod.java:21) java.lang.AssertionError: Values should be different. Actual: at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failEquals(Assert.java:185) at org.junit.Assert.assertNotEquals(Assert.java:161) at...

I'm a beginner to Grammar-Kit, trying to [produce a grammar for BSD-style Makefiles](https://github.com/rillig/intellij-pkgsrc#readme). To get used to Grammar-Kit, I started with this grammar: ~~~bnf { parserClass="org.pkgsrc.intellij.mk.parser.BsdMakefileParser" extends="com.intellij.extapi.psi.ASTWrapperPsiElement" psiClassPrefix="BsdMk" psiImplClassSuffix="Impl" psiPackage="org.pkgsrc.intellij.mk.psi"...