TroikaTronix / NSCustomAlert

BigSur NSAlert replacement for alerts with longer texts
MIT License
5 stars 3 forks source link

Is this project really using Cpp? #2

Closed ShikiSuen closed 1 year ago

ShikiSuen commented 1 year ago

I am thinking of rewriting this project into Swift so I can handle it as a Swift Package. However, if any non-portable Cpp-specific language feature is used, then I might need to give it up. (I am simply bad in Objective-Cpp.)

ShikiSuen commented 1 year ago

Closing this case since it is proved that ObjCpp is not used at all (i.e. ObjC-only).

I managed to rewrite the whole project. Everything looks successful except two issues I messed up:

  1. Button actions are not responsive but only NSBeep once.
  2. Icon drawing looks problematic.

I'll send a PR after successfully troubleshooting them.

image