Dietrich Travkin

Results 12 issues of Dietrich Travkin

I think, I fixed the bug described in discussion #565. There's only one question left: The test suite `ExtAttributesTestSuite` fails in the case "example(Anchor Targets - Cond 4.1: 3) options(anchors)",...

**Issue** Some component diagram layout look really messy. Take the following [example](https://www.plantuml.com/plantuml/uml/HSyx3i8m3CRn_Jk5HnWoq4T7L6WFmKCCg0rGgKsiu4w8kvCIORQV_h8iktxADSWyZHZjJKWyXU7-4Eg7O3iPl0FExGNe_CJUMIVKg5uWOX-4UAFALBcgK9Mg2czWjQOT6RDT5aJlaxF5JN8EBiZCaR4Tm2MPv2Eu-lcaGot-rvdm3QYjw-D_7m00). ```plantuml @startuml left to right direction component Component { port p1 port p2 port p3 port p4 port...

enhancement

**Issue** I expect component diagrams to be (usually) read from left to right, i.e. I expect the components and ports to be placed in such a way that in-ports are...

triage

- [x] I verified [latest Integration Build of Eclipse SDK](https://download.eclipse.org/eclipse/downloads/) doesn't provide the feature. ## Suggestion JDT and CDT offer a so called "smart caret positioning" in identifiers. I suggest...

enhancement

I tried adding a new `MarkerField` to the problems view using the _markerSupport_ extension point. That seems not to be possible with the latest [org.eclipse.ui.ide](https://github.com/eclipse-platform/eclipse.platform.ui/tree/master/bundles/org.eclipse.ui.ide) bundle. I was not able...

bug

We're using clangd in the Eclipse IDE, based on the [CDT LSP](https://github.com/eclipse-cdt/cdt-lsp) project. We'd like clangd to provide a few more details with the [`DocumentSymbol`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol)s. The LSP specification offers the...

enhancement

This patch fixes issue #2193. The implementation and tests ensure loading of marker content generator extensions, including new marker fields, marker types, and groups provided via marker content generator extensions....

**Issue** When retrieving the type hierarchy super types using the [official LSP API](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#typeHierarchy_supertypes), i.e. [textDocument/prepareCallHierarchy](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareCallHierarchy) and [typeHierarchy/supertypes](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#typeHierarchy_supertypes), some super types (parent types) are not returned when calling [typeHierarchy/supertypes](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#typeHierarchy_supertypes). That seems...

When using PlantUML in Eclipse plug-ins, the PlantUML library (jar file) has to be wrapped in an Eclipse plug-in (or an OSGi bundle) and has to be provided on an...

enhancement

Issue originally discussed beginning with [this comment](https://github.com/clangd/clangd/discussions/1940#discussioncomment-12553568). I'm experimenting with clangd 20 using it in Eclipse IDE through [LSP4E](https://github.com/eclipse/lsp4e) and [CDT LSP](https://github.com/eclipse-cdt/cdt-lsp) and I'm facing a minor issue with the...