Commit Graph

71 Commits

Author SHA1 Message Date
Peter Dell
6f9f45c64b Update HTML documentation
Spelling
2023-08-27 11:16:52 +02:00
Peter Dell
1931ed010a Formatting 2023-08-27 10:21:45 +02:00
Peter Dell
40e97c5474 Set text encoding to UTF-8 for help HTML files 2023-08-06 23:55:27 +02:00
Peter Dell
4cd6e589cc Add JDK and Eclipse web site links 2023-07-24 10:17:21 +02:00
Peter Dell
abcd9092b8 Update ide-tutorials.section.html
Add pigwa link
2023-05-29 20:36:36 +02:00
Peter Dell
030ce92027 Add Altirra.sh as default runner path for LINUX and MACOSX
And replace invalid WS_WIN32 constant
2023-04-23 14:11:54 +02:00
Peter Dell
60226bc23c Add default paths for MADS 32/64 bit under Linux 2023-03-19 13:22:40 +01:00
Peter Dell
710071d793 Skip inner folders of the bundle on macOS 2023-03-17 19:36:40 +01:00
Peter Dell
e02917d7c1 Remove generic com.wudsn.ide.lng.compiler.LanguageSourceFile content type 2023-02-27 02:35:03 +01:00
Peter Dell
57b4242ec9 Create LanguageEditorWrapper to wrapper TextEditor as LanguageEditor for MP 2023-02-27 02:30:49 +01:00
Peter Dell
24d6e2ed37 Adapt naming of language annotation values parameters 2023-02-27 01:48:22 +01:00
Peter Dell
29116e8160 Refactor towards ILanguageEditor 2023-02-27 01:19:09 +01:00
Peter Dell
4a5bb29da4 Unify Assembler and Compiler menus 2023-02-26 23:18:01 +01:00
Peter Dell
dbc10d9020 Change key bindings from CTRL-SHIFT+0/9 to CTRL-SHIFT-8/9
To prevent binding issue on Windows reported with https://github.com/peterdell/wudsn-ide/issues/10
2023-02-26 20:59:30 +01:00
Peter Dell
3667bfb22b Separate preferences keys for dark theme colors 2023-02-26 20:53:14 +01:00
Peter Dell
1c9e603ba5 Convert GIFs with transparency to PNGs with alpha channel 2023-02-26 15:29:51 +01:00
Peter Dell
75781b4089 Fix transparency encoding for GIFs 2023-02-26 13:59:13 +01:00
Peter Dell
4915368ac1 Add transparency to outline icons 2023-02-22 23:53:40 +01:00
Peter Dell
05d4edd05d Add transparency to toolbar and help icons 2023-02-22 23:35:02 +01:00
Peter Dell
2bee22a34d Add transparency to outline icons 2023-02-22 23:32:13 +01:00
Peter Dell
5839427a10 Separate parsing and error message output for annotation values 2023-02-13 01:17:26 +01:00
Peter Dell
c013951d56 Rework LanguageAnnotationValues and add test 2023-02-13 00:22:46 +01:00
Peter Dell
e2989f03c1 Fix package infix for CompilerSymbolsView 2023-01-23 22:46:54 +01:00
Peter Dell
f85cc96663 Transition of annotations from @com.wudsn.ide.asm to @com.wudsn.ide.lng
Split and rename LanguageProperty/LanguageProperties to LanguageAnnotation/LanguageAnnotationValue/LanguageAnnotationValues

Resolves https://github.com/peterdell/wudsn-ide/issues/7
2023-01-12 01:12:22 +01:00
Peter Dell
3917dcded4 Remove unused imports 2023-01-09 01:03:27 +01:00
Peter Dell
833662a802 Update launch confgurations 2023-01-08 22:11:57 +01:00
Peter Dell
ee7d657e3a Refactors preferences naming to language+hardware+editor 2023-01-08 01:35:24 +01:00
Peter Dell
e102c2b22d Use var 2023-01-05 02:12:16 +01:00
Peter Dell
b9481e8aea Use runner default path to default file browser in preferences
Also start replacing local variable types with type inference using "var"
2023-01-05 02:02:51 +01:00
Peter Dell
4126c13fb1 Fix typo 2023-01-05 02:01:02 +01:00
Peter Dell
29d3fdc913 Add runner paths and test 2023-01-05 01:39:58 +01:00
Peter Dell
55dccf7091 Texts for help output 2023-01-05 01:38:17 +01:00
Peter Dell
25c143df87 Output table headers and file presence in default paths help output 2023-01-05 01:37:35 +01:00
Peter Dell
7664339b2f Refactor default path handling and enable starting folder for browsing
compilers
2022-12-27 03:53:39 +01:00
Peter Dell
eafc116529 Open HTTPS links in the online help in new window 2022-12-27 02:51:56 +01:00
Peter Dell
85b1fb08eb Add default compiler paths for DASM, KICKASS and TASS 2022-12-27 02:51:29 +01:00
Peter Dell
1e557b0e76 Remove solved TODOs 2022-12-27 02:50:07 +01:00
Peter Dell
afb9246fb9 Fix PL 2022-12-27 02:29:31 +01:00
Peter Dell
429f613713 Implement default paths handling, move CompilerPaths create to
LanguagePlugin
2022-12-27 02:29:23 +01:00
Peter Dell
21baba5bf7 Cleanup TODOs for default paths output 2022-12-27 02:28:47 +01:00
Peter Dell
26b464f814 Assembler to Asembler in Polish 2022-12-27 01:12:53 +01:00
Peter Dell
b51937217c Fix compiler ID checks 2022-12-27 01:12:42 +01:00
Peter Dell
59f387dae3 Complete default compiler paths for all assemblers and compilers 2022-12-27 01:07:17 +01:00
Peter Dell
51886fb008 Make compiler IDs lower case 2022-12-27 01:06:40 +01:00
Peter Dell
5f7891b5c4 Fix non-working compiler executable path in preferences 2022-12-27 00:40:39 +01:00
Peter Dell
1e11d6326c Make "Assmbler"/"Compiler" text language dependent and have correct
sentence/title case in messages
2022-12-27 00:39:44 +01:00
Peter Dell
fc48aa17e9 Add walking skelton for GraphicsPluginTest and Assertions 2022-12-27 00:38:40 +01:00
Peter Dell
8e1a6e8b48 Create junction links for help instead of symlinks 2022-12-26 04:04:02 +01:00
Peter Dell
e46bd1f5fb Restructure help documentation to use the WUDSN IDE Installer 2022-12-26 03:58:08 +01:00
Peter Dell
b6048a0ad3 Rework site update scripts 2022-12-26 02:18:54 +01:00