Commit Graph

60 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
744d8addda Fix preferences for text attributes and rule/source scanner refresh for them 2022-09-11 01:20:22 +02:00
Peter Dell
8ca4d49c5b Cleanup unused imports 2022-09-10 23:12:00 +02:00
Peter Dell
c8a002d0bd Fix German texts 2022-09-10 23:09:39 +02:00
Peter Dell
a02da769cc Initialize preferences defaults per language correctly 2022-09-10 23:09:24 +02:00
Peter Dell
29538d2880 Compute breakpoint default set based on language of editor 2022-09-10 23:09:06 +02:00
Peter Dell
a3d6cd75c8 Adapt messages to use "CompilerDefinition.getText()" for
"assembler/compiler", adapt EN, DE and PL texts accordingly
2022-09-10 22:49:51 +02:00
Peter Dell
d91abbf3e1 Adapt preferences and text attributes from "asm" to "lng" 2022-09-10 16:56:58 +02:00