About Store Forum Documentation Contact



Post Reply 
Editor crash in code editor when press Shift+: and Shift+" at the same time
Author Message
KrysleQuinsen Offline
Member

Post: #1
Editor crash in code editor when press Shift+: and Shift+" at the same time
Minor issue but I found out that it is possible to crash the editor when trying to put the : behind the private, public, or protected but accidentally push both : and " buttons at the same time (usually with 1 finger between the two).

Can easily reproduce in the current binary build.
Code:
class qqqq
{
   private (press Shift + : and Shift + " at the same time here)
}
05-12-2024 06:04 AM
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #2
RE: Editor crash in code editor when press Shift+: and Shift+" at the same time
Thanks for catching,
Fixed in source on GitHub
05-12-2024 07:59 AM
Find all posts by this user Quote this message in a reply
Post Reply