Skip to content
Snippets Groups Projects
Commit 31628c02 authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

updated pom to v3.0.0-a.1, fix classes accordingly to new architecture, added...

updated pom to v3.0.0-a.1, fix classes accordingly to new architecture, added icon, updated .gitignore
parent 951b9f9d
No related branches found
No related tags found
No related merge requests found
/build*
/workspace
setting.xml
release/
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
icy.log
### IntelliJ IDEA ###
.idea/
*.iws
*.iml
*.ipr
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
*.jardesc
bin/
.settings
.springBeans
.sts4-cache
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
target/
*.iml
.idea/
.settings/
**/.DS_Store
\ No newline at end of file
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Mac OS ###
**/.DS_Store
Icon?
\ No newline at end of file
......@@ -7,35 +7,29 @@
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>pom-icy</artifactId>
<version>2.2.0</version>
<version>3.0.0-a.1</version>
</parent>
<artifactId>rsyntaxtextarea</artifactId>
<version>3.0.0</version>
<packaging>jar</packaging>
<version>3.0.0-a.1</version>
<name>RSyntaxTextArea for Icy</name>
<description>
RSyntaxTextArea library for Icy: provides a TextArea component with syntax highlight for different languages.
</description>
<properties>
<artifact-to-extract>rsyntaxtextarea</artifact-to-extract>
</properties>
<dependencies>
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>3.3.3</version>
<version>3.4.1</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>icy</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
<url>https://nexus-icy.pasteur.fr/repository/icy/</url>
</repository>
</repositories>
</project>
\ No newline at end of file
package plugins.tprovoost.rsyntaxtextarea;
import icy.plugin.abstract_.Plugin;
import icy.plugin.interface_.PluginLibrary;
import org.bioimageanalysis.icy.extension.plugin.abstract_.Plugin;
import org.bioimageanalysis.icy.extension.plugin.annotation_.IcyPluginIcon;
import org.bioimageanalysis.icy.extension.plugin.annotation_.IcyPluginName;
import org.bioimageanalysis.icy.extension.plugin.interface_.PluginLibrary;
@IcyPluginName("RSyntaxTextArea")
@IcyPluginIcon(path = "/rsyntaxtextarea.png")
public class RSyntaxTextAreaPlugin extends Plugin implements PluginLibrary {
}
src/main/resources/rsyntaxtextarea.png

11.1 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment