Commit Graph

85 Commits

Author SHA1 Message Date
Peter Dell 71b6bb07c3 Update Stella Programmer's Guide
Fixes #21
2024-02-03 23:33:39 +01:00
Peter Dell 6520f1e27a Fix escaping for regex split of spaces 2024-02-03 23:29:37 +01:00
Peter Dell 0423e79c7a Make command line/parameter parsing tolerant regarding consecutive spaces
Use REGEX instead of standard  split(" ")
2024-01-30 01:50:43 +01:00
Peter Dell 6dc5b3ef2f Ignore compile time warnings for deprecated platform constants. 2024-01-30 01:49:25 +01:00
Peter Dell 0821d40ed7 Create Stella_Programmers_Guide.docx 2023-11-20 14:14:57 +01:00
Peter Dell 007b74c986 Update Stella Programmer's Guide
Add .pdf and .docx by Dion Olsthoorn, version 2021-11-19.
2023-11-20 14:11:21 +01:00
Peter Dell a242759c31 Add http://7800.8bitdev.org/ to help contents 2023-10-31 17:58:34 +01:00
Peter Dell 2863684971 Make "SOURCE_FOLDER the default in preferences
https://github.com/wudsn/wudsn-ide/issues/18
2023-08-30 21:59:23 +02:00
Peter Dell 1febfd4b1f Evaluate RunnerPaths.getDefaultRunnerAbsolutePath 2023-08-30 21:35:04 +02:00
Peter Dell 6472440284 Update documentation for "WUDSN_LANGUAGE". 2023-08-30 20:43:50 +02:00
Peter Dell 819e155719 Update ide-features.section.html 2023-08-28 01:59:30 +02:00
Peter Dell 04330a1756 Remove ">> top" navigation links 2023-08-28 01:48:17 +02:00
Peter Dell a9e53fe640 Update spelling and properties files 2023-08-27 14:56:50 +02:00
Peter Dell b80e4141b6 Update HTML documentation 2023-08-27 14:49:19 +02:00
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