jacob1 / The-Powder-Toy

The Powder Toy is a desktop version of the classic 'falling sand' physics sandbox, which simulates air pressure and velocity, heat, gravity, and a countless number of interactions between different substances! This repo is my mod of that game.
http://powdertoy.co.uk/Discussions/Thread/View.html?Thread=11117
GNU General Public License v3.0
70 stars 9 forks source link

ctrl+backspace highlights words #18

Closed ghost closed 5 years ago

ghost commented 6 years ago

In various text fields (tested with comments, but I believe it applies to the upload form too), pressing ctrl+backspace in the middle of the text will give some characters (seems to be equal in length to deleted word) in front of the carat the highlighted effect.

Pressing backspace (with control or not) or any character will not delete them, but pressing delete will. They can also be copied with ctrl+C.

jacob1 commented 6 years ago

Those both use the "old" textboxes. Maybe I can fix it anyway. The "new" textboxes (like in the profile edit ui) have more features.