Jonathan Thöne

Results 9 issues of Jonathan Thöne

There is no part for the graphical compare feature in the documentation. A documentation for versioning system support for SCT is also missing.

Prio-Medium
Comp-Documentation

- msg.gas -> gasleft() : `msg.gas has been deprecated in favor of gasleft()` - change type "address" of variable to "address payable" if the "send" or "transfer" function is used...

This fixes #280 The test coverage for compiler errors, warnings and it's quickfixes, now looks like the following: Compiler Error/Warning| Quickfix Status --- | --- ERROR_CONSTANT_MODIFIER_WAS_REMOVED | Quickfix tested ERROR_DATA_LOCATION_MUST_BE_CALLDATA_FOR_EXTERNAL_PARAMETER...

The quickfix for the disallowed keyword 'var', which should replace the Variable Definition. Throws the following exception: ``` org.eclipse.emf.common.util.WrappedException: java.lang.IllegalStateException at org.eclipse.xtext.ui.editor.quickfix.IssueResolution.apply(IssueResolution.java:78) at org.eclipse.xtext.ui.editor.quickfix.QuickAssistCompletionProposal.apply(QuickAssistCompletionProposal.java:36) at org.eclipse.xtext.ui.editor.hover.AnnotationWithQuickFixesHover$AnnotationInformationControl.apply(AnnotationWithQuickFixesHover.java:536) at org.eclipse.xtext.ui.editor.hover.AnnotationWithQuickFixesHover$AnnotationInformationControl.access$2(AnnotationWithQuickFixesHover.java:513) at org.eclipse.xtext.ui.editor.hover.AnnotationWithQuickFixesHover$AnnotationInformationControl$5.widgetSelected(AnnotationWithQuickFixesHover.java:507)...

bug

If you instantiate a contract. Which has public functions defined, these functions are not shown when trying code completion for this contract instance. Example code to reproduce this issue: ```...

The Solidity integration for Theia supports hyperlinking for almost every language element, even for keywords and function declarations. This differs heavily from the eclipse solidity ide. ![HyperlinkingInTheia](https://user-images.githubusercontent.com/26117003/61527479-d02e1d00-aa1c-11e9-952f-d6560c1fe2ee.gif)

| Feature | Problem description | Ticket | fixed? | | --- | --- | --- | --- | | Code Completion | --- | --- | Yes, but in...

At the moment, the New File Wizard validates whether a file with the filename for the new File exists after clicking finish. I think for the user it would be...