mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 00:50:47 +00:00
committed by
Jindra Petřík
parent
ec6bd3085a
commit
f9212ec124
@@ -129,7 +129,7 @@ public class DefaultSyntaxKit extends DefaultEditorKit implements ViewFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a SyntaxComponent of the the given classname and installs
|
||||
* Creates a SyntaxComponent of the given classname and installs
|
||||
* it on the pane
|
||||
* @param pane
|
||||
* @param classname
|
||||
|
||||
@@ -224,11 +224,11 @@ public class SyntaxView extends PlainView {
|
||||
int x = (int) fx;
|
||||
int y = (int) fy;
|
||||
if (y < alloc.y) {
|
||||
// above the area covered by this icon, so the the position
|
||||
// above the area covered by this icon, so the position
|
||||
// is assumed to be the start of the coverage for this view.
|
||||
return getStartOffset();
|
||||
} else if (y > alloc.y + alloc.height) {
|
||||
// below the area covered by this icon, so the the position
|
||||
// below the area covered by this icon, so the position
|
||||
// is assumed to be the end of the coverage for this view.
|
||||
return getEndOffset() - 1;
|
||||
} else {
|
||||
|
||||
@@ -165,7 +165,7 @@ public class ActionUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the the Token at pos as a String
|
||||
* Returns the Token at pos as a String
|
||||
* @param doc
|
||||
* @param pos
|
||||
* @return
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ import jsyntaxpane.Token;
|
||||
import jsyntaxpane.TokenType;
|
||||
|
||||
/**
|
||||
* Completes an the Tag.
|
||||
* Completes the Tag.
|
||||
* @author Ayman Al-Sairafi
|
||||
*/
|
||||
public class XmlTagCompleteAction extends DefaultSyntaxAction {
|
||||
|
||||
+1
-1
@@ -109,7 +109,7 @@ public abstract class DefaultJFlexLexer implements Lexer {
|
||||
}
|
||||
|
||||
/**
|
||||
* This will be called to reset the the lexer.
|
||||
* This will be called to reset the lexer.
|
||||
* This is created automatically by JFlex.
|
||||
* @param reader
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user