Jörg Kubitz

Results 70 issues of Jörg Kubitz

reproduce: 1. disable "Show console" (automatically), switch to another view. ![image](https://github.com/user-attachments/assets/b738a846-3875-4062-8454-3e464aba7719) 3. log something to Console 4. => "Console" becomes highlighted (bold, black) indicating pending output. With the new theme...

bug

As far as i understand every View but the Editor is supposed to have low contrast but currently it is a wild mixture of shades Examples: JUnit Stack trace part:...

bug

minor issue, just looks ugly: the replace-field is 2 pixel higher then the find-field: ![image](https://github.com/user-attachments/assets/be6aab68-c94c-4ecd-9946-09bc477932e8) ![image](https://github.com/user-attachments/assets/d52913cb-c679-4268-9d0a-06e84232b45a) @Wittmaxi

bug

Very minor issue: On windows, default light theme: the inner border size of the overlay search is unbalanced if (and only if) used on a read only document like a...

bug

https://download.eclipse.org/eclipse/downloads/drops4/I20240811-1800/testresults/html/org.eclipse.ui.editors.tests_ep433I-unit-macM1-java17_macosx.cocoa.aarch64_17.html ``` Wanted but not invoked: stickyLinesProvider.get( 400, org.eclipse.jface.text.source.SourceViewer@296023de ); -> at org.eclipse.ui.internal.texteditor.stickyscroll.StickyLinesProvider.get(StickyLinesProvider.java:47) However, there was exactly 1 interaction with this mock: stickyLinesProvider.get( 100, org.eclipse.jface.text.source.SourceViewer@296023de ); -> at org.eclipse.ui.internal.texteditor.stickyscroll.StickyScrollingHandler.calculateAndShowStickyLines(StickyScrollingHandler.java:151) at...

bug
test

``` java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.eclipse.e4.ui.tests.workbench.MMenuItemTest.testElementHierarchyInContext_HandledItem(MMenuItemTest.java:848) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.e4.ui.tests.rules.WorkbenchContextRule$1.evaluate(WorkbenchContextRule.java:62) ``` https://download.eclipse.org/eclipse/downloads/drops4/I20240813-0100/testresults/html/org.eclipse.e4.ui.tests_ep433I-unit-win32-java17_win32.win32.x86_64_17.html Could not reproduce that error locally. Starting the test locally takes 45 sec and...

bug
test

in the past month the File names in the editor changed from black to grey or the used font got thinner then a pixel. Was that intentional? looks less readable...

bug
regression
Windows

i just saw a a slow file search where it tried to search in *.png files I would say *.png files should be considered as binary. or not? ![image](https://github.com/user-attachments/assets/0a710d15-f868-4942-8f8f-a4f7c6f0e0d6)

enhancement
performance

for long texts i wish i could resize (and move) the overlay ![image](https://github.com/eclipse-platform/eclipse.platform.ui/assets/51790620/f0beea1e-068e-459a-8902-bf6363272266)

enhancement

Both mac64 and macM: https://download.eclipse.org/eclipse/downloads/drops4/I20240813-0100/testresults/html/org.eclipse.core.tests.resources_ep433I-unit-mac64-java17_macosx.cocoa.x86_64_17.html https://download.eclipse.org/eclipse/downloads/drops4/I20240813-0100/testresults/html/org.eclipse.core.tests.resources_ep433I-unit-macM1-java17_macosx.cocoa.aarch64_17.html ``` org.opentest4j.AssertionFailedError: expected: but was: at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183) at org.eclipse.core.tests.resources.session.TestBug323833.test1(TestBug323833.java:85) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.core.tests.harness.session.SessionTestExtensionRemote.skipIfExecuteInHost(SessionTestExtensionRemote.java:61) at...

bug
regression
test