2025-06-01 17:10:16 oh hi unjust! glad to see you back! how have you been? 2025-06-01 18:39:13 the pfe editor looks a but buggy 2025-06-01 18:40:11 welcome to forth :D 2025-06-01 18:44:34 forthBot: S" ." Welcome here " "S S" zozo.fth"S 2025-06-01 18:44:43 forthBot: LOAD zozo.fth 2025-06-01 18:44:44 Une quatrième 'string' 2025-06-01 18:44:44 Une cinquième 'string' 2025-06-01 18:45:43 forthBot: LOAD zozo.fth APPEND 2025-06-01 18:45:43 Error: Error: LOAD: Cannot open file 'zozo.fth APPEND' 2025-06-01 18:46:06 forthBot: S" ." Welcome here " "S S" zozo.fth"S APPEND 2025-06-01 18:46:12 forthBot: LOAD zozo.fth 2025-06-01 18:46:12 Une quatrième 'string' 2025-06-01 18:46:12 Une cinquième 'string' 2025-06-01 18:46:13 Welcome here 2025-06-01 18:48:18 pfe often forgets the block file I opened 2025-06-01 18:49:36 forthBot: ." :D " 2025-06-01 18:49:36 :D 2025-06-01 18:50:56 forthBot: S" : :D ." :D ; "S S" zozo.fth"S APPEND 2025-06-01 18:51:06 forthBot: LOAD zozo.fth 2025-06-01 18:51:06 Une quatrième 'string' 2025-06-01 18:51:07 Une cinquième 'string' 2025-06-01 18:51:07 Welcome here 2025-06-01 18:51:07 Error: Unknown word: :D 2025-06-01 18:52:10 forthBot: S" : :D ." :D " ; "S S" zozo.fth"S APPEND 2025-06-01 18:52:14 forthBot: LOAD zozo.fth 2025-06-01 18:52:14 Une quatrième 'string' 2025-06-01 18:52:14 Une cinquième 'string' 2025-06-01 18:52:15 Welcome here 2025-06-01 18:52:15 Error: Unknown word: :D 2025-06-01 18:54:19 forthBot: LOAD zozo.fth 2025-06-01 18:54:19 Une quatrième 'string' 2025-06-01 18:54:20 Une cinquième 'string' 2025-06-01 18:54:20 Welcome here 2025-06-01 18:54:20 :D 2025-06-01 18:55:02 I do it faster by editing txt files as screens and converting back to blocks 2025-06-01 18:58:03 you should extend it to suit your needs if you will keep using pfe for a while 2025-06-01 19:47:49 veltas: does this work well? https://github.com/Veltas/sf-editor 2025-06-01 20:16:21 xentrac: hey xentrac. doing alright, and glad to see you're still around as well! 2025-06-01 20:49:36 Environment for vms14 inactive, freeing... 2025-06-01 20:54:19 Environment for cleobuline inactive, freeing... 2025-06-01 23:16:34 anthk_: No not really 2025-06-01 23:21:07 anthk_: This works alright though https://pastebin.com/raw/UbqG8n5h 2025-06-01 23:23:43 There's a starting forth style editor that comes with gforth actually, which is alright 2025-06-01 23:37:01 veltas, Ive nearly finished my other project, it's called 'Plang2' which means 'peripheral language' (for stm32 Cortex-M with forth) 2025-06-01 23:37:25 I have a pic of the Plang IDE for anyone who is interested 2025-06-01 23:37:50 https://sourceforge.net/projects/mecrisp-stellaris-folkdoc/files/plang2-lmt01-3.png 2025-06-01 23:38:21 the bottom is a quickfix window for fast navigation 2025-06-01 23:39:02 the right window is a Swdcom Forth terminal for Mecrisp-Stellaris with command recall and completion 2025-06-01 23:39:21 the middle left is the project source 2025-06-01 23:40:55 the top left is the actual source thats uploaded to the Forth mcu after being transformed automatically by Plang which transforms labels into absolute addresses, strips comments and blank lines etc 2025-06-01 23:41:19 the programmers Forth source isnt altered 2025-06-01 23:41:54 the two left code windows are viewing the same area 2025-06-01 23:42:14 in other words it's the same code as far as the mcu is concerned 2025-06-01 23:56:44 Very impressive work