QtCreatorTerminalPlugin icon indicating copy to clipboard operation
QtCreatorTerminalPlugin copied to clipboard

Initial macOS port

Open mrexodia opened this issue 2 years ago • 3 comments
trafficstars

image

These changes are just enough to make things compile (your last commit also broke the .json.in detection so I had to move that). Unfortunately it looks like backspace/delete is not working and neither are the arrows. I don't know anything about macOS though, so maybe someone else will come along and improve it. If you have suggestions on how to debug this I am also open to try it.

mrexodia avatar Mar 28 '23 20:03 mrexodia

@mrexodia Hey I appreciate the PR, but I am going to hold off on merging it until I have the capacity to build/test locally.

JakeSays avatar Apr 13 '23 11:04 JakeSays

Sure! Like I said, this doesn’t actually work but it at least fixes the build. I made sure these changes are only for macOS, on Linux everything should work the same.

I would encourage you to consider merging them anyway after you confirmed this doesn’t affect the Linux build. Otherwise things will probably desynchonize…

mrexodia avatar Apr 13 '23 11:04 mrexodia

I am planning on doing a ton of cleanup to remove all of the KDE code that isn't actually being used, and then add a proper configuration dialog. I'll merge this in before doing that refactor.

JakeSays avatar Apr 13 '23 11:04 JakeSays