Results 42 comments of Georg Rottensteiner

Everything's possible. Which are the parts that still are bright? I late fix added the left margin background for the BASIC code editor.

Thanks, I'll look into it! Just FYI, in the release there's a folder named "themes", there is a "Dark.xml", which could also be a base. However when menu items are...

Regarding the bright colors, you're referring to the highlighted menu items, tab headers and optionally the list control headers? Anything I've missed?

I haven't fixed every little part of it, but you can check out the webmisc link (where I usually place the WIP versions): https://www.georg-rottensteiner.de/webmisc/C64StudioRelease.zip The theme choice sounds like a...

Respecting the system wide settings would be default. But once you go after theming, it's kinda all or nothing. Anything in between will always be wrong in a different config....

It kinda depends how far the support should reach. The basic syntax is easily doable. Basically all the extended scripty stuff is nigh on impossible, it would require to re-implement...

Syntax highlighting and directives would be easy. You can already configure a "custom" build step, which would call Kick Assembler. Note that debugging is probably pretty off then, as soon...

Nice! That looks easy enough to read, and also something C64Studio could provide for C64Debugger itself. Thanks!

Can you show an example where it doesn't work? I'm using it for other architectures (e.g Mega65, where it starts with $2001) and it works fine. Also just tested with...

Ahh, you're using the in built disassembler? This one only assumes a BASIC start with $0801. That's where I should fix things. The actual data is correct: ``` 0B C0...