mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 06:40:46 +00:00
Issue #63 Globally rename identifier
This commit is contained in:
@@ -262,7 +262,7 @@ public class ActionPush extends Action {
|
||||
if (pos > 0) {
|
||||
ret += " ";
|
||||
}
|
||||
ret += Highlighting.hilighOffset(toString(i), getAddress()+pos+1);
|
||||
ret += Highlighting.hilighOffset(toString(i), getAddress() + pos + 1);
|
||||
pos++;
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user