Andreas Mülder

Results 19 issues of Andreas Mülder

How about making the year parameter optional, if no year is defined, you can render the last twelve month (like it is shown on github) ``` years: [{ range: {...

Argument of type 'Example$0' is not assignable to parameter of type '() => void'. Type 'Example$0' provides no match for the signature '(): void'.ts(2345) ``` inEventQueue.add(new Runnable() { @Override public...

The YAKINDU Solidity language server (https://github.com/Yakindu/solidity-ide) provides some features that are not yet implemented/can be improved in the vs code extension. Most noteworthy: - grammar based code completion - code...

The SCTUnit Test Models should be generated as NUnit Tests for C#

Comp-C# Generator

The time trigger expression is evaluated statically when the time trigger is started. For example, if the following statement is used as a state local reaction: _every (myVar > 10...

is-Feature-Request
Comp-Simulation
Comp-All Code Generators

Requested via our user group: https://groups.google.com/forum/#!topic/yakindu-user/Nng9Y8gWORo I would really like to be able to define an internal operation like this: internal: var x:integer var y:integer var z:integer operation op(i1:integer, i2:integer):void...

is-Feature-Request
Comp-Simulation
Comp-Graphical Editor
Comp-All Code Generators

It should be possible to write var x : string var y : integer var z : string = x + y Like in Java

is-Feature-Request
Prio-Medium
Comp-All Code Generators

Related to https://github.com/Yakindu/solidity-ide/issues/279 Since xtext 2.16 there is a proper testing API for Quickfixes. We should use that: https://www.eclipse.org/Xtext/releasenotes.html#/releasenotes/2018/12/04/version-2-16-0

The Language Server does not use the Quickfixes provided in com.yakindu.solidity.ui.quickfix.SolidityQuickfixProvider The quickfixes for the language server have to be implemented in com.yakindu.solidity.ide.internal.SolidityIdeCodeActionService Since we avoid to implement every quickfix...

refactoring
analysis