Skip to content
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

9.0.0 #51

Draft
wants to merge 43 commits into
base: master
Choose a base branch
from
Draft

9.0.0 #51

wants to merge 43 commits into from

Conversation

ChristopheCVB
Copy link
Owner

@ChristopheCVB ChristopheCVB commented Nov 1, 2022

Touch Portal Plugin SDK v9.0.0
working with Touch Portal Plugin API v7

@ChristopheCVB ChristopheCVB marked this pull request as draft November 1, 2022 19:42
@ChristopheCVB ChristopheCVB added the feature Add a new feature to the SDK label Nov 2, 2022
@ChristopheCVB ChristopheCVB self-assigned this Nov 14, 2022
Copy link
Owner Author

Waiting for API stabilization

@ChristopheCVB ChristopheCVB changed the title 8.4.0 9.0.0 Dec 20, 2022
@Pjiesco Pjiesco added this to the 9.0.0 milestone Oct 5, 2023
@ChristopheCVB ChristopheCVB linked an issue Oct 5, 2023 that may be closed by this pull request
* @return Pair<JsonObject, TypeSpec.Builder> dataPair
* @throws GenericHelper.TPTypeException If a used type is not Supported
*/
public static <T extends Annotation> Pair<JsonObject, TypeSpec.Builder> process(TouchPortalPluginAnnotationsProcessor processor, RoundEnvironment roundEnv, Element pluginElement, Plugin plugin, Element categoryElement, Category category, Element targetElement, T annotation, JsonObject jsonElement, Element dataElement) throws GenericHelper.TPTypeException {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'plugin' is never used.
* @throws GenericHelper.TPTypeException If a used type is not Supported
* @throws TPAnnotationException If an Annotation is misused
*/
public static Pair<JsonObject, TypeSpec.Builder> process(TouchPortalPluginAnnotationsProcessor processor, RoundEnvironment roundEnv, Element pluginElement, Plugin plugin, Element categoryElement, Category category, Element eventElement) throws GenericHelper.TPTypeException, TPAnnotationException {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'roundEnv' is never used.
* @throws GenericHelper.TPTypeException If a used type is not Supported
* @throws TPAnnotationException If an Annotation is misused
*/
public static Pair<JsonObject, TypeSpec.Builder> process(TouchPortalPluginAnnotationsProcessor processor, RoundEnvironment roundEnv, Element pluginElement, Plugin plugin, Element categoryElement, Category category, Element eventElement) throws GenericHelper.TPTypeException, TPAnnotationException {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'plugin' is never used.
* @throws GenericHelper.TPTypeException If a used type is not Supported
* @throws TPAnnotationException If an Annotation is misused
*/
public static Pair<JsonObject, TypeSpec.Builder> process(TouchPortalPluginAnnotationsProcessor processor, RoundEnvironment roundEnv, Element pluginElement, Plugin plugin, Element categoryElement, Category category, Element stateElement) throws GenericHelper.TPTypeException, TPAnnotationException {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'roundEnv' is never used.
* @throws GenericHelper.TPTypeException If a used type is not Supported
* @throws TPAnnotationException If an Annotation is misused
*/
public static Pair<JsonObject, TypeSpec.Builder> process(TouchPortalPluginAnnotationsProcessor processor, RoundEnvironment roundEnv, Element pluginElement, Plugin plugin, Element categoryElement, Category category, Element stateElement) throws GenericHelper.TPTypeException, TPAnnotationException {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'plugin' is never used.
* Feat: Setting Tooltip

* fix: use java 8

* Remove empty lines

* Check if empty

* use UpperCamelCase instead of Full uppercase

* Check if empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add a new feature to the SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modularization
2 participants