mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 04:24:50 +00:00
AS3 instruction documentation improvements
Generate doc from commandline HTML document with all AS3 instructions
This commit is contained in:
@@ -444,7 +444,7 @@ public class ASMSourceEditorPane extends DebuggableEditorPane implements CaretLi
|
||||
if (loc != null) {
|
||||
SwingUtilities.convertPointToScreen(loc, this);
|
||||
}
|
||||
fireDocs(insName, As3PCodeDocs.getDocsForIns(insName, false, true), loc);
|
||||
fireDocs(insName, As3PCodeDocs.getDocsForIns(insName, false, true, true), loc);
|
||||
} else {
|
||||
fireNoDocs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user