Skip to content

Commit

Permalink
Added library for editor search
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Mar 21, 2024
1 parent 9df910f commit 0458b9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ugs-platform/ugs-platform-gcode-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@
<version>${netbeans.version}</version>
</dependency>

<!-- For search -->
<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-editor-search</artifactId>
<version>${netbeans.version}</version>
</dependency>

<!-- For hints -->
<dependency>
<groupId>org.netbeans.api</groupId>
Expand Down

0 comments on commit 0458b9f

Please sign in to comment.