Commit Graph

82 Commits

Author SHA1 Message Date
Jindra Petřík
bf44b4682d Updated chinese translation 2024-10-13 20:43:18 +02:00
Jindra Petřík
69a15649bc Added: Texts spacing is now separated where possible - does not use [space xx],
but new `spacing "x" NN` and `spacingpair "x" "y" NN` prefix so now
texts are more readable and searchable
2024-10-13 20:43:18 +02:00
Jindra Petřík
eeb1242992 Fixed: #2331 AS1/2 lite - support for fscommand2, #strict directive 2024-10-13 20:43:18 +02:00
Jindra Petřík
ce2ac52ba1 Fixed: #2325 AS3 direct editation - allow single quoted attributes in XML 2024-10-13 20:43:18 +02:00
Jindra Petřík
e685022fd7 Better float support.
Removed methodinfo parser.
2024-08-12 19:51:40 +02:00
Jindra Petřík
d25627460c P-code parsing of NumberContext 2024-08-12 19:51:40 +02:00
Jindra Petřík
08c3c5a469 Decimal assembler support. 2024-08-12 19:51:40 +02:00
Jindra Petřík
13b7e56003 Updated Dutch translation by Jaap Kramer 2024-08-05 11:17:25 +02:00
Jindra Petřík
da6a6013a2 Updated Dutch translation by Jaap Kramer 2024-08-05 11:17:25 +02:00
Jindra Petřík
eef53edd03 Fixed Linenumbers are visible even if debug markers are used 2023-12-30 18:06:08 +01:00
Jindra Petřík
27a9809255 Added Configurable tab size (formatting must be set to use tabs) - default matches indent size of 3
Fixed #2021 Indent continuation when using tabs
2023-12-30 18:06:08 +01:00
Jindra Petřík
d8c6eea648 Fixed #2021, #2000 Caret position in editors when using tabs and / or unicode 2023-12-30 18:06:08 +01:00
Enrico Zeilmaker
3a16857b17 remove intellij junk .idea folder and .iml files
update .gitignore to reflect this
2023-10-01 18:21:38 +02:00
Jindra Petřík
8d2290d084 Added #1449 Updated Turkish translation 2023-10-01 18:21:38 +02:00
Jindra Petřík
859049b2d4 Fixed AS3 p-code - IGNORE_REST method flag incorrectly shown as EXPLICIT
Changed AS3 p-code - EXPLICIT method flag renamed to NATIVE
2023-03-19 22:43:41 +01:00
Jindra Petřík
045d475647 Added AS3 P-code editing class trait 2023-03-19 22:43:41 +01:00
Jindra Petřík
9967bc0937 Fixed AS3 XML embedded variables display and direct edit 2023-03-19 22:43:41 +01:00
Jindra Petřík
b0a9b977d0 Fixed #1458 Quick find bar overlaying horizontal scrollbar 2023-01-22 22:15:04 +01:00
Jindra Petřík
c4799bc92e Added AS3 P-code keyword "Unknown(N)", where N is index. For constants out of bounds. (mostly in dead code)
Fixed AS3 Deobfuscation causing invalid jump offsets for files with constant indices out of bounds
2022-12-18 23:10:24 +01:00
Jindra Petřík
bea1775a80 Format locales with Translator tool 2022-11-30 22:58:35 +01:00
Alison Martins
83fd3c259f Update config_pt_BR.properties
Fix translations
2022-07-03 16:26:25 +02:00
Alison Martins
05783de805 Update config_pt_BR.properties
Fix translation
2022-07-03 16:26:25 +02:00
Alison Martins
5f84405656 Update config_pt_BR.properties 2022-07-03 16:26:25 +02:00
Alison Martins
a78a2a6431 Update config_pt_BR.properties 2022-07-03 16:26:25 +02:00
Alison Martins
37c9560256 Update Bundle_pt_BR 2022-07-03 16:26:25 +02:00
koiru
a163ce7748 Add files via upload 2021-11-19 13:03:23 +01:00
koiru
176465f868 Add files via upload 2021-11-19 13:03:23 +01:00
koiru
0ffbc4762a Add files via upload 2021-11-19 13:03:23 +01:00
Jindra Petřík
6e0b35c06b #1485 Improved skins support, night mode 2021-11-19 13:03:23 +01:00
Jindra Petřík
f71517cec2 #1657 Option to disable adding second quote/bracket/parenthesis 2021-04-05 16:56:59 +02:00
Jindra Petřík
68ae269515 Fixed: "protected", "const", "namespace", "package" are not reserved keywords in AS1/2
Fixed: Not counting newlines in comments
2021-03-25 18:44:05 +01:00
Jindra Petřík
65a8af4822 Fixed: AS3 hilight and edit XML based on CData or comment only 2021-03-13 21:08:23 +01:00
Jindra Petřík
19c836764f Fixed: #1260 AS1/2 direct editation - is/as/:: are not reserved operators 2021-03-05 21:22:55 +01:00
Jindra Petřík
7f57039f18 Fixed: #1643 Separate AS1/2 and AS3 editor hilighting 2021-03-05 21:22:55 +01:00
Jindra Petřík
a597625239 Fixed: #1623 Right side marker (gray line) in P-code 2021-03-05 21:22:55 +01:00
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