Results 42 comments of Georg Rottensteiner

It's a known issue. Currently I don't to background parsing which could help with that. It's something on my todo list, but I haven't come around to it yet. Thanks...

Sure thing! Do you have any source files I can prey upon? You wouldn't perchance know the binary format of TASM? I tried to dissect it but it's really really...

Did you install the dotnet35 package? AFAIK this one was required when I tested it via PlayOnLinux in Ubuntu. Edit: Just retested to be sure, 7.0 runs fine in Ubuntu...

Ah, good catch. Some people are still using XP, and that's why I postponed updating the used .NET framework (still 3.5) I think one of these days I have to...

I have absolutely no idea, but I guess that Mono works the same on different platforms.

Yeah, I did some ugly PInvoke stuff with FastImage. Back when I introduced it I had performance issues and huge delays with System.Drawing. I'll see if I can fix it...

Nice! It'll take a while to replace FastImage. Did you check if the cursor is still working in the editor control? The caret is the blinking cursor, that is crucial.

The shortcut issue is weird. I wonder if a SetFocus call got missing?

I completely overlooked this issue, I'm so sorry. Could you send me those particular !text blocks with the problem? There must be something else triggering the issue.

Interesting; it's not possible for BASIC yet. You could of course do a lot of trickery in the Pre and custom build events to manually combine the single files in...