We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
It's a very helpful feature in Flash Develop:
Before:
import com.ylazy.controls.*; import com.ylazy.controls.Background; import com.ylazy.controls.BitmapIcon; import com.ylazy.controls.assets.buttons.*; import com.ylazy.controls.skins.WindowHeadShapeSkin; import com.ylazy.controls.skins.WindowTitleColorSkin; import com.ylazy.utils.ErrorUtil;
After:
import com.ylazy.controls.*; import com.ylazy.controls.assets.buttons.*; import com.ylazy.controls.skins.*; import com.ylazy.utils.*;
Thanks!
The text was updated successfully, but these errors were encountered:
Personally, I don't like using .* imports, so it's unlikely that I'll implement this feature. I'd be willing to consider a pull request, though.
.*
Sorry, something went wrong.
No branches or pull requests
Hi!
It's a very helpful feature in Flash Develop:
Before:
After:
Thanks!
The text was updated successfully, but these errors were encountered: