Ylazy
Ylazy
another example: ```as import flash.text.TextField; var tf:TextField = new TextField(); tf.text = "test"; var htmlText1:String = tf.htmlText; tf.text = "test\n"; var htmlText2:String = tf.htmlText; trace(htmlText1 == htmlText2); // true ```...
Additional, I have 2 classes COMMAND and Command, when I search "command", only COMMAND displayed in the list.
It doesn't work with Open Resource (Ctrl+R) for Global Classpaths. If I select Search > Type Explorer then It work fine, but I can't press Ctrl+Shift+R to open Type Explorer....
Now it worked if I remove keyboard shortcut of ModifyMenu.reload, that duplicate to Type Explorer. is Class Hierarchy belong to QuickNavigate? I can't see any option to add shortcut to...
The current version (1.14.1) hasn't supported event listing yet :(
Could you create an extension setting to change this default behavior? Flash Develop includes `super.method()` by default and this's very useful for me because sometimes I forget to include it,...
**Why this is an issue?** Imagine you're building a code highlighter or something similar. You get the .htmlText, and do something with it (just styling e.g. changing some color, some...
**What is the expected behavior?** The `` means `I'm a paragraph` So: Case 1: ``` text: "" (empty) (expected) htmlText: "" (empty paragraph) (actual) htmlText: "" (empty) (incorrect) ``` Case...
> @ylazy, try this fix #3084 and in `asconfig.json` file be sure you set up `"swf-version": 51` Yeah I did follow your instruction to fix airsdk.xml. So you can see...
> For me `declaration` (and other AIR 51 features) works fine if you also set up `"swf-version": 51` in `asconfig.json` in `compilerOptions` section. It worked. Thank you so much! https://github.com/airsdk/Adobe-Runtime-Support/assets/6010183/d6821c2e-649d-4b17-8872-29768df8dc25