Thank you for the compliments and feature requests. Let me offer you some information which you may find useful:
1. The ticketing system does have a unique ID for each ticket, although it is not prominently displayed anywhere, which is what I believe you’re asking for. As an admin, you can see a tickets ID now when you go to wp-admin > Support Tickets > and hover over the link to a support ticket. You will see a URL like this, where the value of primkey is the unique ID, in this case 11: https://example.com/wp-admin/admin.php?page=wpscSupportTickets-edit&primkey=11
It makes sense to display this more prominently. Look for me to address this feature request in an upcoming release.
2. I understand what you mean. One of my other plugins already has a similar feature which I can easily port over. Should be a simple enough feature request; I’ll make sure it is included in upcoming release.
3. As a developer, I am not a fan of TinyMCE, which is what WordPress uses for it’s text editor. The reason I am do not like it is because I have been developing WordPress themes and plugins since 2007 and have previously used TinyMCE in both themes and plugins that I released. What I experienced over the next several years was a lot of issues related to TinyMCE, plugin conflicts, javascript conflicts, as well having TinyMCE change within WordPress itself several times breaking previous code that worked.
After all those headaches I moved away from TinyMCE in all my plugins and themes. I know they recently updated TinyMCE to make it much better, and I’m not sure if those updates broke backwards compatibility again or not. It is for these reasons that I hope you understand that I am not willing to throw out all the coding I have for the current editor, and to write a bunch of new code to switch back to TinyMCE, which was a previously nightmare of wasted work. Hope my honesty here doesn’t make me sound off putting. I just want to give you the truth as to why I feel justified to decline your 3rd feature request.
Thanks again for your compliments and suggestions. I definitely did take it all positively, and I hope my reply is also taken positively by you. I appreciate it!