Skip to content

Commit

Permalink
WIKIEDITOR-27: Search is not working on textareas enhanced by the Syn…
Browse files Browse the repository at this point in the history
…tax Highlighting Application
  • Loading branch information
yflory committed Dec 14, 2015
1 parent c4a9316 commit a4caf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor-tool-highlighting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>codemirror</artifactId>
<version>5.1</version>
<version>5.8</version>

This comment has been minimized.

Copy link
@Enygma2002

Enygma2002 Dec 15, 2015

How is the version updated related to the WIKIEDITOR-27 issue?

This comment has been minimized.

Copy link
@yflory

yflory Dec 15, 2015

Author Owner

The "findPersistent" command, which opens a dialog that stays after the first match, exists only since version 5.5 (http://codemirror.net/doc/releases.html).

This comment has been minimized.

Copy link
@Enygma2002

Enygma2002 Dec 15, 2015

Ok, cool. Then what you need to do is to create an issue for the dependency update and make your issue about improving the keyboard shortcuts depend on this upgrade issue.

<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a4caf91

Please sign in to comment.