New version (1.16) of Codecraft

Online Status

  • Debugger can now print floatingpoint values
  • A setting so that the last ProjectTree can be reopened on startup
  • Several bugfixes
  • Requires AmigaOS 3.2.3

Online Status

Nice, could have been nicer to put that in the Aminet readme.
« History
-------

Version 1.16:
-

Version 1.15:« 

Online Status

Hi Camilla, is there some sort of documentation on how to write a macro for TestEdit's user menu available?

Online Status

The macros are simply ARexx. And for the available ARexx commands you can bring up the help, and then follow the link at the bottom

Online Status

Great feature.
Perhaps Its my fault but I cant see a way to create a new line vía arexx command.

Online Status

You can simply write a newline character using the TEXT command

Online Status

I tried that but sure I did it wrong. How do I send a newline with TEXT? '0a'x?

Online Status

That is actually a really good question. The string needs to contain it, but I must say I don't know how to do that in ARexx.

Online Status

Version 1.16 installed, the codecraft folder is missing in envarc: leading to error while recent file was saved.
I build the example hello world that run fine but when I choosed run in debugger I have a pop-up sayong that the file was outdated why is that ? Time and date are fine (set by ntp tool)
Maybe you tried to read time using battclock.resource that I don’t have ?