Maximilian Wittmer

Results 83 comments of Maximilian Wittmer

On my local machine, I have commented out the specific line of code which tries to mock firebase. However, this means my teammates have to be informed of that or...

Thank you very much for the help, for now, muting the output (or enduring it, wherever it occurs) is good enough - but I can't wait for the new version...

Thank you for your feedback, @jukzi. In particular, 9) is related to [this issue](https://github.com/eclipse-platform/eclipse.platform.ui/issues/1058).

The layouting now happens in three stages: 1) Maximal width: Will stop growing at a certain width, such that it does not become too big (especially on large screens) ![grafik](https://github.com/eclipse-platform/eclipse.platform.ui/assets/16443184/996a5dbe-d9f6-4569-9aba-e336f3e6a163)...

I expect at least one Test to fail: The FindReplaceDialog-Test currently cannot test the default behavior since the "new Overlay" is opened by default. If this persists after I correctly...

@HeikoKlare @vogella very happy news! I could fix another final milestone: the Overlay now binds to the constraints of Console's when opened on one (not yet perfectly...): ![grafik](https://github.com/eclipse-platform/eclipse.platform.ui/assets/16443184/3a71b579-7fdf-4637-8d4f-274bd5e56a15) Here is...

I agree with you on the need to address these points, I will keep track of my progress in this check list. It seems like at least some of these...

I have now introduced the feature for "search in selection" and I have added a very naive solution for showing feedback when no match was found to the find-string. Both...

There have been UI-Improvements. The "Find in selected Area"-option has been added (the icon will definitely change, for now I just re-used another icon). I removed the big borders around...

1) instead of changing the background, I now change the font. I don't use hard-coded colors anymore and use `JFaceColors.getErrorText()` instead. The font-color stays red until a valid search was...