Timothy John

Results 19 issues of Timothy John

The following error is occurring on Windows 10 x64. ``` Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Supervisor.MonitorThread.DoMonitor()...

When dragging an item to the end of a list with a non-virtual vertical layout, the following error is thrown: ``` TypeError: Error #1009: Cannot access a property or method...

I've noticed that although there is an `asyncTextureUpload` property, it doesn't apply to ATF files (`this._texture.root.uploadAtfData(rawData)` and `Texture.fromAtfData(rawData, this._scaleFactor)` are not defining async functions/flags). Although ATF uploading is a lot...

enhancement

Would be handy to know this so a tooltip can be provided if truncation has taken place. For now I have extended TextBlockTextRenderer like so: ``` public class ExtendedTextBlockTextRenderer extends...

enhancement

Confirmed in a fresh installation of the latest VSCode with the ActionScript & MXML extension on Windows 10 x64. When renaming MXML element IDs from the ActionScript side, all references...

bug
royale-dependency

Confirmed in a fresh installation of the latest VSCode with the ActionScript & MXML extension on Windows 10 x64. Nested object & function blocks and their opening & closing braces...

bug
royale-dependency

This is confirmed in a fresh installation of the latest VSCode with the ActionScript & MXML extension on Windows 10 x64. The opening Script tag is unindented and the ActionScript...

bug
royale-dependency

`@inheritDoc` - Display the description from the implemented or overridden method in hover (might get complicated with the below point however) `@param` - Display as list in hover, and (if...

enhancement

I have a few very large projects, which can take up to 30 seconds to compile. Occasionally I hit the Quick Compile shortcut only to find I missed something, but...

enhancement

Multiline/wrapped tag description gets partially added to the description in Quick Info, like so: ![Screenshot 2022-07-18 160450](https://user-images.githubusercontent.com/354051/179542870-982fea79-b71e-40cd-8a5d-c66fe916e713.png) I imagine multiline ASDoc tag descriptions are a nono, but I do come...

bug