AS3 Goto definition of static properties.

Link type enum
This commit is contained in:
Jindra Petřík
2025-05-31 22:53:55 +02:00
parent 6b9d9c9eab
commit 6db921a433
12 changed files with 105 additions and 70 deletions
@@ -24,7 +24,7 @@ import jsyntaxpane.Token;
*/
public interface LinkHandler {
public boolean isLink(Token token);
public LinkType isLink(Token token);
public void handleLink(Token token);