Bernd Kolb

Results 14 issues of Bernd Kolb

Here is another extension to the http support. It supports serving static resources. Not sure if you consider that worthwhile to be added to the code base. It could be...

* refactored Generator to allow adding new assertions * added new assertion concept to allow for custom assertions on the model using a code block * adapted build script

Bitbucket cloud does not support personal access tokens. Instead one has to create either an app password or an oAuth key. The plugin should be able to deal with either...

enhancement

It would be nice to have an action in the preference page to test if the connection can be established

enhancement

We have a runnable and converted this into a function. now we need to replace all calls to the runnable with the call to the function. this is not possible...

theme.usability
feature.programming

we just copied a code snipped anAdapter.anOperation() from a normal function into a runnable. Now the PortAdapterRefExpr needs to be replaced with a ReqPortOpCall. This is not possible. We needed...

dependsOn.MPSBugFix
theme.usability
feature.programming

The two expressions are more or less identical and can be merged. We just run into issues where InterfaceTypeOpCallExpr was used instead of RequiredPortOpCallExpr see convertToPortRefExpr and #801

theme.usability
feature.swArchitecture

The tooltip of a trace annotation for external trace targets currently does not show any additional info about the target

theme.usability

We want to copy the documentation from one place to another. Currently I need to add documentation first. It would be better to have a paste handler so that I...

dependsOn.MPSBugFix
theme.usability
prio.medium
feature.programming

http://youtrack.jetbrains.com/issue/MPS-16805

kind.enhancement