Andrey Loskutov

Results 414 comments of Andrey Loskutov

> @iloveeclipse I'm sorry I look into this right now. Thanks. > Maybe there changed something else in between my implementation and the merging Not really, there were no changes...

I see no issue with plain SDK. But if I install all the bundles from https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/releng/org.eclipse.ui.releng/platformUiTools.p2f (via File -> Import -> Install -> Install Software Items from File) I see...

As [noticed while reviewing possible fix](https://github.com/eclipse-platform/eclipse.platform.ui/pull/1812#issuecomment-2049595373): not only errors are reported, but I see **now** duplicated separators in the SDK which were **not present** in the last build. So I'm...

The change was reverted via https://github.com/eclipse-platform/eclipse.platform.ui/pull/1815

> Maybe the project explorer implementation could be change to ignore this setting on root level at all. This feature is generic and doesn't provide a way to limit **some**...

1) Could you please try with latest version from https://download.eclipse.org/eclipse/downloads/drops4/I20230815-0600/ ? 2) If it hangs, could you please create jstack and attach here? 3) Did it worked before, and if...

> jstack is attached Perfect! ``` "main" #1 prio=6 os_prio=0 cpu=122922.58ms elapsed=242.81s tid=0x00007f4988026730 nid=0x158a51 runnable [0x00007f498f3f9000] java.lang.Thread.State: RUNNABLE at java.util.TimSort.mergeHi([email protected]/TimSort.java:854) at java.util.TimSort.mergeAt([email protected]/TimSort.java:520) at java.util.TimSort.mergeCollapse([email protected]/TimSort.java:448) at java.util.TimSort.sort([email protected]/TimSort.java:245) at java.util.Arrays.sort([email protected]/Arrays.java:1233) at org.eclipse.search.ui.text.AbstractTextSearchResult.getMatches(AbstractTextSearchResult.java:82)...

Could you please explain what kind of issue you are trying to fix here? Unix has no issues with space in paths, obviously we build on Mac & Linux without...

> It would be nice if search and workbench changes are split to make it easier to look at changes in a single PR. If it would be a PR...

Italicfont is shown for "busy" view tabs, that is not new. Tab size changes if different font is set, which is also not new. So I think thisis not a...