If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#1327 Can't use uppercase code
Author:
capasha

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed 

> What steps will reproduce the problem?
Go and click on anything, add as example Global.
Now is the G black. When I save. It says that it doesn't exist a variable named lobal.
> What is the expected output?
To be able to add code that starts as a big letter
> What do you see instead?
A black G when using Global. And give away errors.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
I have 10.0.0 nightly build 1619
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.


Thats true, the pcode instuction names are case sensitive, and you should use the low case
format.
I'm not sure this is a bug. I think the current behaviour is correct. You should write
lower case instruction names.
However the error message is strange, it should show "Global" for the first case.
Please try the latest nightly. Now the "G" should be blue and the error message should be
Invalid instruction name Global
the instruction names are still case sensitive, so only the lower cased names are
accepted.
I did not want to change this, I'm against the case insensitive languages.
Maybe JPEXS will write his opinion later, too.
Yes, you should write lowercase instruction names only in p-code panel.
State: new→upgraded
State: upgraded→closed