Alexander Fedorov

Results 6 issues of Alexander Fedorov

ATM the only way to register method handlers for GenericEndpoint is annotation. That means that Language Client implementor has limited capabilites to support LSP extension or particular server, because there...

Currently SDK Project concept proposal https://github.com/openhwgroup/core-v-docs/blob/master/program/Project%20Descriptions%20and%20Plans/SDK/sdk-project-concept.md contains the "installer" component at the end of the list, while according to "key objectives" it should be the main one and the first...

Current formulation of SDK proposal https://github.com/openhwgroup/core-v-docs/blob/master/program/Project%20Descriptions%20and%20Plans/SDK/sdk-project-concept.md "There wil be be some overlap with the IDE component, since Eclipse CDT has its own installer." sounds a bit fuzzy. 1) Eclipse CDT...

Currently SDK Project concept proposal https://github.com/openhwgroup/core-v-docs/blob/master/program/Project%20Descriptions%20and%20Plans/SDK/sdk-project-concept.md contains the "OpenHW IDE and debugger" component. I believe there should be separate components for "Debugger" and "IDE". The primary reason for this is...

* identify launch attribute * connect it with preference metadata (to supply defaults/label/description) * read attribute from configuration * write attribute to configuration working copy * demonstrate usage for ExternalTools

During work with `ILaunchConfiguration` there are several typical tasks that are quite verbose and produce repeating code fragments, especially during Launch UI tabs programming and then handling the same launch...

enhancement