-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
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
"Since" version should be updated #309
Comments
A better solution might be to programmatically branch on the API version. The SDK docs do not have suggested pattern for handling API versioning, plugin authors must use the I wonder if this would be better handled by a library similar to Android's appcompat support library. |
@breandan, by default this inspection takes I don't recommend doing it, though, as you might miss the same problem in other places. API branching based on It seems that the easiest option is to just declare "since" value to be |
JBTextArea is available only since 183.
org.acejump.config.AceSettingsPanel#keyboardLayoutArea
The text was updated successfully, but these errors were encountered: