Josh Tynjala

Results 145 issues of Josh Tynjala

- [ ] Completion - [ ] Hover - [ ] Rename - [ ] Definition - [ ] Go to reference - [x] Syntax highlighting

enhancement

This should happen in `MXMLNamespaceUtils.getMXMLNamespaceForTypeDefinition()`. Some code to get started: ``` java if (prefix == null) { for (ISWC swc : currentProject.getLibraries()) { if (swc.getSWCFile().getAbsolutePath().equals(definition.getContainingFilePath())) { //design.xml is an optional...

enhancement
help wanted

Need to wait on something like [FoldingRangeProvider](https://code.visualstudio.com/docs/extensionAPI/vscode-api#FoldingRangeProvider) to be exposed in the language server protocol. https://code.visualstudio.com/updates/v1_22#_folding-provider-api https://code.visualstudio.com/updates/v1_23#_folding-provider-api

enhancement

> Aug 07, 2018 10:38:44 AM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint handleCancellation > WARNING: Unmatched cancel notification for request id 3 eclipse/lsp4j Documentation: https://github.com/eclipse/lsp4j/blob/master/documentation/README.md#cancellation-support EDIT: After implementing the cancellation checking, this message has not...

bug

Adobe recommends surrounding all paragraphs (after the first) with `` tags. However, technically, the final paragraph doesn't need them in order to be displayed correctly on a new line in...

bug

Similar to what's available for TypeScript: https://code.visualstudio.com/updates/v1_11#_implementation-codelens-for-typescript

enhancement

Similar to what's available for TypeScript: https://code.visualstudio.com/updates/v1_9#_typescript-references-codelens

enhancement

The following changes allow starling.events.EventDispatcher to implement flash.events.IEventDispatcher. A few important warnings: 1) The capture phase is not implemented. addEventListener() and removeEventListener() name the argument `notSupported` to try to make...

Feature

Similar to "Inherited Variables" and "Inherited Methods", the end of each page should also include "Inherited Events" for the `@event` tag content from base classes. Basically, it'll be just as...

The current version of _templates/bin/ios-deploy_ used with `openfl test ios` doesn't seem to work with my iPad running iOS 13. I see this error in my terminal: > Device doesn't...