Jindra Petřík
|
ba5c298bbd
|
Fixed #1159, #1608 Regexp syntax hilight when not a regexp (only division) again
|
2021-02-24 19:55:59 +01:00 |
|
koiru
|
454382399f
|
Added Japanese translation
|
2021-02-24 19:55:59 +01:00 |
|
Jindra Petřík
|
21dfcfc15c
|
Fixed: #1159 Regexp syntax hilight when not a regexp (only division)
|
2021-02-11 08:11:18 +01:00 |
|
Jindra Petřík
|
acc2d9a26f
|
AS3 p-code more RAbcDasm like: Void keyword instead of Undefined for optional parameters and slot/const values
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
ab3bb3b15e
|
AS3 P-code: try has (optional) end keyword, and is located at the bottom after code.
setlocalx/getlocalx have aliases setlocal_x/getlocal_x
|
2021-02-08 20:15:19 +01:00 |
|
曉之車
|
cdff0c081a
|
chinese translate upadate
ffdec_11.3.0 version
|
2021-01-01 01:07:48 +01:00 |
|
曉之車
|
b0dab3a1fc
|
Add files via upload
|
2021-01-01 01:07:48 +01:00 |
|
Jindra Petřík
|
5733cd9051
|
#1449 Updated Turkish translation
|
2020-04-25 17:11:07 +02:00 |
|
Jindra Petřík
|
d138c61072
|
- AS1 slash syntax support (decompilation, direct editation)
- AS1/2 Using eval, set functions on obfuscated names instead of §§ syntax where applicable
|
2018-05-27 16:52:55 +02:00 |
|
Jindra Petřík
|
e8c73ce05f
|
#1456 jsyntaxpane - updated for java 9+ - fixed undomanager
|
2018-04-22 11:21:45 +02:00 |
|
Jindra Petřík
|
666dcad86e
|
Issue 1449 - Turkish translation by Osman ÖZ
|
2018-04-01 11:56:09 +02:00 |
|
honfika@gmail.com
|
8779d5d78c
|
#1327 P-code editing: error message and syntax highlighting fixed when instruction name contains upper cased letter
|
2016-12-26 12:53:32 +01:00 |
|
honfika@gmail.com
|
57ad8b667d
|
#1311 actionScript source font size
|
2016-12-01 18:19:24 +01:00 |
|
Jindra Petřík
|
2e3e40057c
|
simplified chinese translation updated
|
2016-09-21 07:03:58 +02:00 |
|
Jindra Petřík
|
cb08f5f0d1
|
Normalize all the line endings
|
2016-09-18 23:47:03 +02:00 |
|
Jindra Petřík
|
a5ab81747e
|
Issue #1279 show duplicate trait names with hash suffix
Fixed editing const/slot
Namespace testdata
|
2016-09-17 00:07:50 +02:00 |
|
Jindra Petřík
|
07d4b7d906
|
Normalize all the line endings
|
2016-08-12 22:59:50 +02:00 |
|
Jindra Petřík
|
afc2c05cbb
|
Introduce end-of-line normalization
|
2016-07-23 21:19:44 +02:00 |
|
honfika@gmail.com
|
28d0e03b34
|
#1200 Select search result with enter ke from the list, hungarian debug message removed
|
2016-03-12 10:30:39 +01:00 |
|
honfika@gmail.com
|
9e59d1e1af
|
#1200 Previous search text should be selected when quick find toolbar opens
|
2016-03-12 08:52:08 +01:00 |
|
Jindra Petřík
|
c2ce312370
|
AS3 RegExp literal highlighting in jsyntaxpane
|
2016-01-12 20:44:23 +01:00 |
|
Jindra Petřík
|
0724b4a3f0
|
Debug (breakpoints, step) P-code for both AS1/2 and AS3
|
2015-12-06 06:29:08 +01:00 |
|
Jindra Petřík
|
1884320315
|
BreakPoints UI enhancements - line icons
Breakpoints handling fixes
|
2015-11-21 23:32:02 +01:00 |
|
Jindra Petřík
|
c04675e353
|
add/remove breakpoints
|
2015-11-16 13:24:27 +01:00 |
|
honfika@gmail.com
|
b45d67014c
|
#689 Ignore Case not correctly toggled: fixed
|
2015-10-18 15:55:33 +02:00 |
|
honfika@gmail.com
|
e8fb8e2f37
|
faster syntax highlighting
|
2015-09-16 14:12:13 +02:00 |
|
honfika@gmail.com
|
0cc939220a
|
italian translation added
|
2015-08-25 11:48:08 +02:00 |
|
Jindra Petřík
|
bda1e29fa9
|
§§ "preprocessor" instructions as red ("ERROR" in jsyntaxpane)
|
2015-07-05 18:28:51 +02:00 |
|
Jindra Petřík
|
626668fc43
|
Merge branch 'v6'
Conflicts:
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java
libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java
libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java
libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java
src/com/jpexs/decompiler/flash/gui/Main.java
src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java
|
2015-07-03 19:06:09 +02:00 |
|
Jindra Petřík
|
0cea275073
|
A fix ?
|
2015-07-03 18:34:17 +02:00 |
|
Jindra Petřík
|
cac19d6cb9
|
Stack handling improved - no more StackEmptyException
And/Or handling improved
Preprocessor instructions introduced - §§pop,§§push...
|
2015-06-12 13:04:13 +02:00 |
|
honfika@gmail.com
|
fe7b2f8f12
|
allow to select language in check resources window
|
2015-05-26 21:05:34 +02:00 |
|
honfika@gmail.com
|
aad36f940c
|
resource fixes
|
2015-05-26 16:06:40 +02:00 |
|
honfika@gmail.com
|
a5226ea496
|
typo fix
|
2015-03-28 10:14:38 +01:00 |
|
honfika@gmail.com
|
1f09953178
|
tag bounds fixed
|
2015-01-31 16:58:17 +01:00 |
|
honfika@gmail.com
|
4afa3c4ac1
|
French translation improved
|
2015-01-21 10:04:06 +01:00 |
|
honfika@gmail.com
|
c17afde4cf
|
Text highlighting fixed
|
2014-12-06 16:39:39 +01:00 |
|
Jindra Petřík
|
bda7aeba79
|
Issue #635,#726 jsyntaxpane - Fixed placing cursor inside Unicode characters
|
2014-11-23 08:54:56 +01:00 |
|
Jindra Petřík
|
f3690a0e3c
|
Goto declaration fixes
JSyntaxPane updated JFlex for unicode ranges
Goto this declarations
|
2014-11-09 13:28:52 +01:00 |
|
Jindra Petřík
|
3291698cd5
|
polish translation - jsyntaxpane
|
2014-09-28 22:40:25 +02:00 |
|
Jindra Petřík
|
a8babe6911
|
polish translation
|
2014-09-28 21:51:35 +02:00 |
|
Jindra Petřík
|
48e8eb17c7
|
AS1/2: Editing obfuscated identifiers via new paragraph (§) syntax
|
2014-08-24 15:54:49 +02:00 |
|
honfika
|
6232a141b7
|
Catalan translation
|
2014-06-19 23:48:28 +02:00 |
|
Jindra Petřík
|
b405d5531b
|
Issue #510 JSyntaxPane find and replace dialog wrap around fix
|
2014-06-01 19:31:26 +02:00 |
|
Jindra Petřík
|
303935cf4e
|
Issue #337 quickfind visibility improved
AS Search Results dialog instead of panel with prev/next
|
2014-06-01 10:52:52 +02:00 |
|
honfika
|
d71cb66007
|
missing Brazilian resources added
|
2014-05-11 09:57:04 +02:00 |
|
Jindra Petřík
|
199a4d0c2b
|
trunk contents moved to root
|
2014-05-10 20:50:57 +02:00 |
|