Josh Tynjala

Results 145 issues of Josh Tynjala

The templates should include some hints about creating a good issue or pull request. ## Issues - Ask for code to reproduce the issue. - Ask for Feathers version ##...

task

Something to display a list styled like a "menu".

enhancement

It appears that the Loader will continue loading the image in the background when this error happens. Possibly, it might simply need to wait for Event.INIT before closing.

bug
runtime-dependency

To avoid having to subclass and override getVisibleIndicesAtScrollPosition(). Will be useful for things like loading more images from URLs at a time so that the user sees fewer blank spaces...

enhancement

If root is `` and both `` and `` are available, then `` should appear before `` in the completion list. Normally, it would be in alphabetical order and `mx`...

enhancement

From @JimmyGot > would be nice to have the following: when typing / at the end of an MXML tag I'd like to get /> instead

enhancement

TypeScript supports the ability to move a class to a new file starting in VSCode v1.24: https://code.visualstudio.com/updates/v1_24#_move-to-new-file-refactoring In ActionScript, a similar feature would be useful for file-internal classes that have...

enhancement
help wanted

Completion: - [ ] In addEventListener() call - [ ] In MXML event attribute Code actions: - [X] In addEventListener() call - [X] In MXML event attribute

enhancement

When completion is triggered here: ``` sprite.addEventListener( ------------------------^ ``` The completion engine should recognize that it's an `addEventListener()` call and add items for each of the events defined with `[Event]`...

enhancement

``` actionscript /** * * @param p1 * @param p2 */ private function someFunction(p1:String, p2:Number):Boolean { } ``` Typing `/**` and adding a new line should automatically add `@param` tags,...

enhancement
help wanted