Andrew Cheshire · Jul 1, 2019 go to post

Julian,

I've tried to reproduce this problem using GetValueAt("DataSet.(0042,0011)") and this gives me a stream object from which I can read all the bytes in my sample (about 75K).

If you're using str.Read() to get the bytes from the stream you should use str.Read(str.Size) - with just Read() you only get ~32K bytes.

Andrew Cheshire

Andrew Cheshire · Apr 18, 2016 go to post

Glad it's released already.  This is a new feature so do let us know if there are any problems.

Andrew Cheshire · Apr 18, 2016 go to post

In the development version of Atelier there is a context menu item View Others which shows, for example, the INT code corresponding to a class.  This will be available in the next released build of Atelier.

Andrew Cheshire · Feb 16, 2016 go to post

Thanks for finding this and the other two new errors, I'll address them as soon as I can.

Andrew Cheshire · Feb 4, 2016 go to post

Re: UPD1 - 4th feb

The good news is that some of these issues have been fixed in the very latest codebase :-

  • s Ptype=..PageType ##; this macro comment here marks as error
  • ; find global names - why word "global" highlighted different here in comment line
  • zk @TGN
  • multiline macro definitions

I'll create Github issues for the rest of the issues.

Thanks for finding these problems, we'll get these fixes into an Atelier release as soon as we can.

Andrew Cheshire · Feb 2, 2016 go to post

I've checked in a fix for three of the four problems you described: $ec, zzdump and 'd {} while 0'.

Andrew Cheshire · Feb 1, 2016 go to post

Thanks for your feedback.

On my system with the very latest versions I also see problems for $ec, the HTML, zzdump and the do-while.  The $bitlogic, for-command and #def1arg examples color OK for me.

As a workaround, the do-while is fine with 'DO' rather than 'D'.

I will fix the COS problems you mention shortly.  The HTML will take a little longer.